1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

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 PATH
remote: . remote: .
specs: specs:
factory_girl (3.4.1) factory_girl (3.4.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
GEM 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) 3.4.1 (June 18, 2012)
Fix traits so they can be nested and referred to from other traits Fix traits so they can be nested and referred to from other traits

View file

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

View file

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

View file

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

View file

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