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

Bump to 2.4.2

This commit is contained in:
Joshua Clayton 2012-01-18 10:33:30 -05:00
parent 065c6c1789
commit 845578c0f2
8 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,6 @@
2.4.2 (January 18, 2012)
Fix inline traits' interaction with defaults on the factory
2.4.1 (January 17, 2012)
Deprecate build_stubbed and attributes_for
Fix inline traits

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
activesupport
GEM

View file

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.4.1"
VERSION = "2.4.2"
end