mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 3.4.0
This commit is contained in:
parent
f83c27e15d
commit
c7c5cbd5db
6 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (3.3.0)
|
||||
factory_girl (3.4.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
3.4.0 (June 11, 2012)
|
||||
Sequences support Enumerators
|
||||
Optionally disable duplicate assignment of attributes in initialize_with
|
||||
Make hash of public attributes available in initialize_with
|
||||
Support referring to a factory based on class name
|
||||
|
||||
3.3.0 (May 13, 2012)
|
||||
Allow to_create, skip_create, and initialize_with to be defined globally
|
||||
Allow to_create, skip_create, and initialize_with to be defined within traits
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.3.0)
|
||||
factory_girl (3.4.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.3.0)
|
||||
factory_girl (3.4.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.3.0)
|
||||
factory_girl (3.4.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryGirl
|
||||
VERSION = '3.3.0'
|
||||
VERSION = '3.4.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue