Bump version to 2.3.1

This commit is contained in:
Joshua Clayton 2011-11-23 18:47:25 -05:00
parent 65e5e25fc2
commit e15ae8d75b
7 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
2.3.1 (November 23, 2011)
Remove internally-used associate method from all the FactoryGirl::Proxy subclasses
Move around requiring of files
Consolidate errors into factory_girl.rb
Refactor AttributeList to deal with priority only when iterating over
attributes
Refactor internals of some of the Proxy subclasses
Ensure callbacks on traits are executed in the correct order
2.3.0 (November 18, 2011)
Registries are named, resulting in better messages when factories, traits,
or sequences cannot be found

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (2.3.0)
factory_girl (2.3.1)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.3.0)
factory_girl (2.3.1)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.3.0)
factory_girl (2.3.1)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.3.0)
factory_girl (2.3.1)
activesupport
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.3.0)
factory_girl (2.3.1)
activesupport
GEM

View File

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "2.3.0"
VERSION = "2.3.1"
end