Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 13, 2012
1 parent 2e2d490 commit 69957ea
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions Changelog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,16 @@
2.4.0 (January 13, 2012)
Refactor internals of Factory Girl to use anonymous class on which attributes
get defined
Explicitly require Ruby 1.8.7 or higher in gemspec
Fix documentation
Add Gemnasium status to documentation
Supplying a Class to a factory that overrides to_s no longer results in
getting the wrong Class constructed
Be more agnostic about ORMs when using columns in Factory Girl step
definitions
Test against Active Record 3.2.0.rc2
Update GETTING_STARTED to use Ruby syntax highlighting

2.3.2 (November 26, 2011) 2.3.2 (November 26, 2011)
Move logic of where instance.save! is set to Definition Move logic of where instance.save! is set to Definition
Fix method name from aliases_for? to alias_for? Fix method name from aliases_for? to alias_for?
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_girl (2.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.1.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -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.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/2.3.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -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.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -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.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -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.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -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.3.2) factory_girl (2.4.0)
activesupport activesupport


GEM GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
module FactoryGirl module FactoryGirl
VERSION = "2.3.2" VERSION = "2.4.0"
end end


0 comments on commit 69957ea

Please sign in to comment.