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)
|
2.5.0 (January 20, 2012)
|
||||||
Revert 'Deprecate build_stubbed and attributes_for'
|
Revert 'Deprecate build_stubbed and attributes_for'
|
||||||
Implement initialize_with to allow overriding object instantiation
|
Implement initialize_with to allow overriding object instantiation
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -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.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -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.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -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.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -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.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -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.5.0)
|
factory_girl (2.5.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module FactoryGirl
|
module FactoryGirl
|
||||||
VERSION = "2.5.0"
|
VERSION = "2.5.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue