Bump version to 4.0.0

This commit is contained in:
Joshua Clayton 2012-08-03 17:00:06 -04:00
parent 86a20fb427
commit ed7c86cfed
6 changed files with 11 additions and 5 deletions

View File

@ -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
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.0.0.rc1'
VERSION = '4.0.0'
end