2010-06-09 11:42:48 -04:00
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{factory_girl_rails}
|
2016-04-01 06:05:18 -04:00
|
|
|
s.version = '4.7.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
|
2016-06-16 06:06:40 -04:00
|
|
|
factory_girl and rails 3 or newer}
|
2010-06-09 11:42:48 -04:00
|
|
|
s.description = %q{factory_girl_rails provides integration between
|
2016-06-16 06:06:40 -04:00
|
|
|
factory_girl and rails 3 or newer (currently just automatic factory definition
|
2010-06-09 11:42:48 -04:00
|
|
|
loading)}
|
2011-11-12 09:43:52 -05:00
|
|
|
|
|
|
|
s.files = `git ls-files`.split("\n")
|
|
|
|
s.require_paths = ["lib"]
|
2015-09-29 08:35:21 -04:00
|
|
|
s.executables = []
|
2013-01-29 07:03:12 -05:00
|
|
|
s.license = "MIT"
|
2011-11-12 09:43:52 -05:00
|
|
|
|
2010-11-11 11:55:20 -05:00
|
|
|
s.add_runtime_dependency('railties', '>= 3.0.0')
|
2016-04-01 10:12:58 -04:00
|
|
|
s.add_runtime_dependency('factory_girl', '~> 4.7.0')
|
2010-06-09 11:42:48 -04:00
|
|
|
end
|