mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 2.3.1
This commit is contained in:
parent
65e5e25fc2
commit
e15ae8d75b
7 changed files with 15 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (2.3.0)
|
||||
factory_girl (2.3.1)
|
||||
activesupport
|
||||
|
||||
GEM
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module FactoryGirl
|
||||
VERSION = "2.3.0"
|
||||
VERSION = "2.3.1"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue