Bump version to 2.5.1

This commit is contained in:
Joshua Clayton 2012-02-03 16:58:58 -05:00
parent f50550c1f0
commit 13c58d27d0
8 changed files with 16 additions and 7 deletions

View File

@ -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

View File

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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

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