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 2.5.0

This commit is contained in:
Joshua Clayton 2012-01-20 19:06:30 -05:00
parent 2d6adfd009
commit 62827420ae
8 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2.5.0 (January 20, 2012)
Revert 'Deprecate build_stubbed and attributes_for'
Implement initialize_with to allow overriding object instantiation
Ensure FG runs against Rails 3.2.0
2.4.2 (January 18, 2012) 2.4.2 (January 18, 2012)
Fix inline traits' interaction with defaults on the factory Fix inline traits' interaction with defaults on the factory

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl (2.4.2) factory_girl (2.5.0)
activesupport activesupport
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 (2.4.2) factory_girl (2.5.0)
activesupport activesupport
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 (2.4.2) factory_girl (2.5.0)
activesupport activesupport
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 (2.4.2) factory_girl (2.5.0)
activesupport activesupport
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 (2.4.2) factory_girl (2.5.0)
activesupport activesupport
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 (2.4.2) factory_girl (2.5.0)
activesupport activesupport
GEM GEM

View file

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