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

24 lines
954 B
Ruby
Raw Normal View History

2010-06-09 11:42:48 -04:00
Gem::Specification.new do |s|
s.name = %q{factory_girl_rails}
2011-01-04 17:44:27 -05:00
s.version = '1.0.1'
2010-06-09 11:42:48 -04:00
s.summary = %q{factory_girl_rails provides integration between
factory_girl and rails 3}
s.description = %q{factory_girl_rails provides integration between
factory_girl and rails 3 (currently just automatic factory definition
loading)}
s.files = Dir['[A-Z]*', 'lib/**/*.rb', 'spec/**/*.rb', 'features/**/*']
s.require_path = 'lib'
s.test_files = Dir['spec/**/*_spec.rb', 'features/**/*']
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
2011-01-04 17:44:01 -05:00
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
s.add_runtime_dependency('railties', '>= 3.0.0')
2010-06-09 11:42:48 -04:00
s.add_runtime_dependency('factory_girl', '~> 1.3')
s.add_development_dependency('rake')
s.add_development_dependency('rspec')
s.add_development_dependency('cucumber')
s.platform = Gem::Platform::RUBY
s.rubygems_version = %q{1.2.0}
end