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

28 lines
1.1 KiB
Ruby
Raw Normal View History

2010-06-09 11:42:48 -04:00
Gem::Specification.new do |s|
s.name = %q{factory_girl_rails}
2013-11-03 23:01:59 -05:00
s.version = '4.3.0'
2011-11-12 09:43:52 -05:00
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "http://github.com/thoughtbot/factory_girl_rails"
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)}
2011-11-12 09:43:52 -05:00
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- Appraisals {spec,features,gemfiles}/*`.split("\n")
2011-11-12 09:43:52 -05:00
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.license = "MIT"
2011-11-12 09:43:52 -05:00
s.add_runtime_dependency('railties', '>= 3.0.0')
s.add_runtime_dependency('factory_girl', '~> 4.4.0')
2011-11-12 09:43:52 -05:00
s.add_development_dependency('appraisal', '~> 0.5.0')
2010-06-09 11:42:48 -04:00
s.add_development_dependency('rake')
s.add_development_dependency('rspec', '~> 2.11.0')
2012-12-07 14:43:07 -05:00
s.add_development_dependency('cucumber', '~> 1.2.1')
s.add_development_dependency('aruba', '~> 0.5.1')
2010-06-09 11:42:48 -04:00
end