Skip to content

Commit

Permalink
Bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Aug 3, 2012
1 parent 86a20fb commit ed7c86c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (4.0.0.rc1)
factory_girl (4.0.0)
activesupport (>= 3.0.0)

GEM
Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile.lock
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,3 +1,3 @@
module FactoryGirl
VERSION = '4.0.0.rc1'
VERSION = '4.0.0'
end

0 comments on commit ed7c86c

Please sign in to comment.