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:
parent
2d6adfd009
commit
62827420ae
8 changed files with 12 additions and 7 deletions
|
@ -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)
|
||||
Fix inline traits' interaction with defaults on the factory
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.4.2)
|
||||
factory_girl (2.5.0)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module FactoryGirl
|
||||
VERSION = "2.4.2"
|
||||
VERSION = "2.5.0"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue