Bump version to 3.0.0.rc1

This commit is contained in:
Joshua Clayton 2012-03-09 17:49:07 -05:00
parent 6fe00e76c1
commit e4700072d3
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.4)
factory_girl (3.0.0.rc1)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.4)
factory_girl (3.0.0.rc1)
activesupport (>= 3.0.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: /Users/joshuaclayton/dev/gems/factory_girl
specs:
factory_girl (2.6.4)
factory_girl (3.0.0.rc1)
activesupport (>= 3.0.0)
GEM

View File

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