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_bot_rails.gemspec

21 lines
783 B
Ruby
Raw Normal View History

Gem::Specification.new do |s|
s.name = %q{factory_bot_rails}
2018-08-16 07:27:22 -04:00
s.version = '4.11.0'
s.authors = ["Joe Ferris"]
s.email = %q{jferris@thoughtbot.com}
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
s.summary = %q{factory_bot_rails provides integration between
factory_bot and rails 3 or newer}
s.description = %q{factory_bot_rails provides integration between
factory_bot and rails 3 or newer (currently just automatic factory definition
loading)}
s.files = Dir['lib/**/*'] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
s.require_paths = ["lib"]
s.executables = []
s.license = "MIT"
s.add_runtime_dependency('railties', '>= 3.0.0')
2018-08-16 07:27:22 -04:00
s.add_runtime_dependency('factory_bot', '~> 4.11.0')
end