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

20 lines
714 B
Ruby
Raw Permalink Normal View History

Gem::Specification.new do |s|
s.name = "factory_bot_rails"
2021-05-07 13:39:52 -04:00
s.version = "6.2.0"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
s.summary = "factory_bot_rails provides integration between "\
"factory_bot and rails 5.0 or newer"
s.description = "factory_bot_rails provides integration between "\
"factory_bot and rails 5.0 or newer"
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
s.require_paths = ["lib"]
s.executables = []
s.license = "MIT"
2021-05-07 13:06:36 -04:00
s.add_runtime_dependency("factory_bot", "~> 6.2.0")
s.add_runtime_dependency("railties", ">= 5.0.0")
end