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

change home page url

This commit is contained in:
Chad Pytel 2010-06-14 08:00:25 -04:00
parent dd737af03e
commit 338105cef3

View file

@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.test_files = Dir['spec/**/*_spec.rb', 'features/**/*']
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://thoughtbot.com/projects/factory_girl_rails"
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
s.add_runtime_dependency('rails', '>= 3.0.0.beta4')
s.add_runtime_dependency('factory_girl', '~> 1.3')
s.add_development_dependency('rake')