Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Nov 18, 2011
1 parent 442ba18 commit 85d4735
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions Changelog
@@ -1,3 +1,16 @@
2.3.0 (November 18, 2011)
Registries are named, resulting in better messages when factories, traits,
or sequences cannot be found
Fix incorrect tests
Internals refactoring introducing FactoryGirl::NullFactory,
FactoryGirl::Definition, and FactoryGirl::DeclarationList
Use ActiveSupport for Hash#except and its delegation capabilities
Fix usage of callbacks when added via implicit traits
Use Bundler tasks and clean up dependencies
Fix failing spec for big letters in factory name passed as symbol
Add ability for traits to be added dynamically when creating an instance via
build, create, build_stubbed, or attributes_for

2.2.0 (October 14, 2011)
Clean up RSpec suite to not use 'should'
Use create_list in step definitions
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.2.0)
factory_girl (2.3.0)
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.2.0)
factory_girl (2.3.0)
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.2.0)
factory_girl (2.3.0)
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.2.0)
factory_girl (2.3.0)
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.2.0)
factory_girl (2.3.0)
activesupport

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

0 comments on commit 85d4735

Please sign in to comment.