mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 2.6.4
This commit is contained in:
parent
f5d4db1085
commit
b7f3789072
7 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2.6.4 (March 16, 2012)
|
||||
Do not ignore names of transient attributes
|
||||
Ensure attributes set on instance are calculated uniquely
|
||||
|
||||
2.6.3 (March 9, 2012)
|
||||
Fix issue with traits not being present the first time a factory is accessed
|
||||
Update available Cucumber step definitions to not require a trialing colon
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (2.6.3)
|
||||
factory_girl (2.6.4)
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.6.3)
|
||||
factory_girl (2.6.4)
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.6.3)
|
||||
factory_girl (2.6.4)
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.6.3)
|
||||
factory_girl (2.6.4)
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (2.6.3)
|
||||
factory_girl (2.6.4)
|
||||
activesupport (>= 2.3.9)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module FactoryGirl
|
||||
VERSION = "2.6.3"
|
||||
VERSION = "2.6.4"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue