1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Bump version to 1.1.0

This commit is contained in:
Joshua Clayton 2011-07-22 14:16:17 -04:00
parent e36a7c9a11
commit d982e6fc6b
2 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
PATH
remote: .
specs:
factory_girl_rails (1.1.rc1)
factory_girl (~> 2.0.0.rc)
factory_girl_rails (1.1.0)
factory_girl (~> 2.0.0)
railties (>= 3.0.0)
GEM
@ -56,7 +56,7 @@ GEM
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
factory_girl (2.0.0.rc1)
factory_girl (2.0.0)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{factory_girl_rails}
s.version = '1.1.rc1'
s.version = '1.1.0'
s.summary = %q{factory_girl_rails provides integration between
factory_girl and rails 3}
s.description = %q{factory_girl_rails provides integration between
@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 2.0.0.rc')
s.add_runtime_dependency('factory_girl', '~> 2.0.0')
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 2.6.0')
s.add_development_dependency('cucumber', '~> 1.0.0')