Bump version to 3.1.0

This commit is contained in:
Joshua Clayton 2012-04-06 16:17:26 -04:00
parent 20becc9a4d
commit f1d3018938
6 changed files with 12 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.0.0)
factory_girl (3.1.0)
activesupport (>= 3.0.0)
GEM

7
NEWS
View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
module FactoryGirl
VERSION = "3.0.0"
VERSION = "3.1.0"
end