mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 4.0.0
This commit is contained in:
parent
86a20fb427
commit
ed7c86cfed
6 changed files with 11 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (4.0.0.rc1)
|
||||
factory_girl (4.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
4.0.0 (August 3, 2012)
|
||||
Remove deprecated cucumber_steps
|
||||
Remove deprecated alternate syntaxes
|
||||
Deprecate duplicate_attribute_assignment_from_initialize_with, which is now unused
|
||||
as attributes assigned within initialize_with are not subsequently assigned
|
||||
|
||||
3.6.1 (August 2, 2012)
|
||||
Update README to include info about running with JRuby
|
||||
Update dependencies on RSpec and tiny versions of Rails in Appraisal
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (4.0.0.rc1)
|
||||
factory_girl (4.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (4.0.0.rc1)
|
||||
factory_girl (4.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (4.0.0.rc1)
|
||||
factory_girl (4.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryGirl
|
||||
VERSION = '4.0.0.rc1'
|
||||
VERSION = '4.0.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue