mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 2.4.1
This commit is contained in:
parent
70a80fde58
commit
330f91b381
8 changed files with 11 additions and 7 deletions
|
@ -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)
|
2.4.0 (January 13, 2012)
|
||||||
Refactor internals of Factory Girl to use anonymous class on which attributes
|
Refactor internals of Factory Girl to use anonymous class on which attributes
|
||||||
get defined
|
get defined
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||||
specs:
|
specs:
|
||||||
factory_girl (2.4.0)
|
factory_girl (2.4.1)
|
||||||
activesupport
|
activesupport
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module FactoryGirl
|
module FactoryGirl
|
||||||
VERSION = "2.4.0"
|
VERSION = "2.4.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue