2016-12-02 10:25:09 -05:00
|
|
|
Gem::Specification.new do |s|
|
2020-06-05 15:40:36 -04:00
|
|
|
s.name = "factory_bot_rails"
|
2021-05-07 13:39:52 -04:00
|
|
|
s.version = "6.2.0"
|
2020-06-05 15:40:36 -04:00
|
|
|
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 "\
|
2020-04-25 22:45:31 -04:00
|
|
|
"factory_bot and rails 5.0 or newer"
|
2018-09-28 17:32:12 -04:00
|
|
|
s.description = "factory_bot_rails provides integration between "\
|
2020-04-25 22:45:31 -04:00
|
|
|
"factory_bot and rails 5.0 or newer"
|
2016-12-02 10:25:09 -05:00
|
|
|
|
2019-04-14 11:30:05 -04:00
|
|
|
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS.md README.md]
|
2016-12-02 10:25:09 -05:00
|
|
|
s.require_paths = ["lib"]
|
2020-06-05 15:40:36 -04:00
|
|
|
s.executables = []
|
|
|
|
s.license = "MIT"
|
2016-12-02 10:25:09 -05:00
|
|
|
|
2021-05-07 13:06:36 -04:00
|
|
|
s.add_runtime_dependency("factory_bot", "~> 6.2.0")
|
2020-04-25 22:45:31 -04:00
|
|
|
s.add_runtime_dependency("railties", ">= 5.0.0")
|
2016-12-02 10:25:09 -05:00
|
|
|
end
|