2016-12-02 10:25:09 -05:00
|
|
|
Gem::Specification.new do |s|
|
2018-09-28 17:32:12 -04:00
|
|
|
s.name = "factory_bot_rails"
|
|
|
|
s.version = "4.11.1"
|
2016-12-02 10:25:09 -05:00
|
|
|
s.authors = ["Joe Ferris"]
|
2018-09-28 17:32:12 -04:00
|
|
|
s.email = "jferris@thoughtbot.com"
|
2018-06-14 18:55:49 -04:00
|
|
|
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
2018-09-28 17:32:12 -04:00
|
|
|
s.summary = "factory_bot_rails provides integration between "\
|
|
|
|
"factory_bot and rails 3 or newer"
|
|
|
|
s.description = "factory_bot_rails provides integration between "\
|
|
|
|
"factory_bot and rails 3 or newer (currently just automatic "\
|
|
|
|
"factory definition loading)"
|
2016-12-02 10:25:09 -05:00
|
|
|
|
2018-09-28 17:32:12 -04:00
|
|
|
s.files = Dir["lib/**/*"] + %w[CONTRIBUTING.md LICENSE NEWS README.md]
|
2016-12-02 10:25:09 -05:00
|
|
|
s.require_paths = ["lib"]
|
|
|
|
s.executables = []
|
|
|
|
s.license = "MIT"
|
|
|
|
|
2018-09-28 17:32:12 -04:00
|
|
|
s.add_runtime_dependency("factory_bot", "~> 4.11.1")
|
|
|
|
s.add_runtime_dependency("railties", ">= 3.0.0")
|
2016-12-02 10:25:09 -05:00
|
|
|
end
|