Skip to content

Commit

Permalink
Bump to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 18, 2012
1 parent 065c6c1 commit 845578c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions Changelog
@@ -1,3 +1,6 @@
2.4.2 (January 18, 2012)
Fix inline traits' interaction with defaults on the factory

2.4.1 (January 17, 2012)
Deprecate build_stubbed and attributes_for
Fix inline traits
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.4.1)
factory_girl (2.4.2)
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.4.1)
factory_girl (2.4.2)
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.4.1)
factory_girl (2.4.2)
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.4.1)
factory_girl (2.4.2)
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.4.1)
factory_girl (2.4.2)
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.4.1)
factory_girl (2.4.2)
activesupport

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.4.1"
VERSION = "2.4.2"
end

0 comments on commit 845578c

Please sign in to comment.