Bump version to 3.4.2

This commit is contained in:
Joshua Clayton 2012-06-19 22:28:24 -04:00
parent 8f3cd52e0d
commit 13fcdaf440
6 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.4.1)
factory_girl (3.4.2)
activesupport (>= 3.0.0)
GEM

4
NEWS
View File

@ -1,3 +1,7 @@
3.4.2 (June 12, 2012)
Fix bug in traits with callbacks called implicitly in factories whose
callbacks trigger multiple times
3.4.1 (June 18, 2012)
Fix traits so they can be nested and referred to from other traits

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.4.1)
factory_girl (3.4.2)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.4.1)
factory_girl (3.4.2)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (3.4.1)
factory_girl (3.4.2)
activesupport (>= 3.0.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '3.4.1'
VERSION = '3.4.2'
end