Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 21, 2012
1 parent 2d6adfd commit 6282742
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.4.2)
factory_girl (2.5.0)
activesupport

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

0 comments on commit 6282742

Please sign in to comment.