Skip to content

Commit

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

GEM
Expand Down
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
3.1.0 (April 6, 2012)
Sequences support aliases, which reference the same block
Update documentation
Add before_create callback
Support use of #attribute_names method to determine available attributes for steps
Use ActiveSupport::Deprecation for all deprecations

3.0.0 (March 23, 2012)
Deprecate the vintage syntax
Remove Rails 2.x support
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 (3.0.0)
factory_girl (3.1.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 (3.0.0)
factory_girl (3.1.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 (3.0.0)
factory_girl (3.1.0)
activesupport (>= 3.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_girl/version.rb
@@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "3.0.0"
VERSION = "3.1.0"
end

0 comments on commit f1d3018

Please sign in to comment.