Bump version to 3.0.0

This commit is contained in:
Joshua Clayton 2012-03-23 11:24:29 -04:00
parent e4700072d3
commit dde205487b
6 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
3.0.0 (March 23, 2012)
Deprecate the vintage syntax
Remove Rails 2.x support
Remove Ruby 1.8 support
Remove deprecated features, including default_strategy, factory_name,
:method for defining default strategy, ignore on individual attributes, and
interacting with Factory the way you would FactoryGirl
2.6.4 (March 16, 2012)
Do not ignore names of transient attributes
Ensure attributes set on instance are calculated uniquely

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_girl (3.0.0.rc1)
factory_girl (3.0.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.rc1)
factory_girl (3.0.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.rc1)
factory_girl (3.0.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.rc1)
factory_girl (3.0.0)
activesupport (>= 3.0.0)
GEM

View File

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