mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 2.5.1
This commit is contained in:
parent
f50550c1f0
commit
13c58d27d0
8 changed files with 16 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
|||
2.5.1 (February 3, 2012)
|
||||
Fix attribute evaluation when the attribute isn't defined in the factory but
|
||||
is a private method on Object
|
||||
Update rubygems on Travis before running tests
|
||||
Fix spec name
|
||||
Update GETTING_STARTED with correct usage of build_stubbed
|
||||
Update README with more info on initialize_with
|
||||
Honor :parent on factory over block nesting
|
||||
|
||||
2.5.0 (January 20, 2012)
|
||||
Revert 'Deprecate build_stubbed and attributes_for'
|
||||
Implement initialize_with to allow overriding object instantiation
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.5.0)
|
||||
factory_girl (2.5.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module FactoryGirl
|
||||
VERSION = "2.5.0"
|
||||
VERSION = "2.5.1"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue