Skip to content

Commit

Permalink
Bump version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jan 17, 2012
1 parent 70a80fd commit 330f91b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions Changelog
@@ -1,3 +1,7 @@
2.4.1 (January 17, 2012)
Deprecate build_stubbed and attributes_for
Fix inline traits

2.4.0 (January 13, 2012)
Refactor internals of Factory Girl to use anonymous class on which attributes
get defined
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.4.0)
factory_girl (2.4.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.4.0)
factory_girl (2.4.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.4.0)
factory_girl (2.4.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.4.0)
factory_girl (2.4.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.4.0)
factory_girl (2.4.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.4.0)
factory_girl (2.4.1)
activesupport

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

0 comments on commit 330f91b

Please sign in to comment.