Skip to content

Commit

Permalink
Bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Feb 3, 2012
1 parent f50550c commit 13c58d2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions Changelog
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.5.0)
factory_girl (2.5.1)
activesupport

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.1.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.5.0"
VERSION = "2.5.1"
end

0 comments on commit 13c58d2

Please sign in to comment.