r2-oas.gemspec in r2-oas-0.1.3 vs r2-oas.gemspec in r2-oas-0.2.0
- old
+ new
@@ -9,14 +9,20 @@
spec.version = R2OAS::VERSION
spec.authors = ['yukihirop']
spec.email = ['te108186@gmail.com']
spec.summary = 'Provide rake tasks to management API Docment (OpenAPI)'
- spec.description = "Let's intuitively write API documentation with Swagger Editor in your Rails Project! 😊 Provide rake tasks to management API Docment (OpenAPI) 🎉"
+ spec.description = %Q{#{IO.read('GEMSPEC.md')}}
- spec.homepage = 'https://yukihirop.github.io/r2-oas'
+ spec.homepage = 'https://github.com/yukihirop/r2-oas'
spec.license = 'MIT'
+ spec.metadata = {
+ "bug_tracker_uri" => "https://github.com/yukihirop/r2-oas/issues",
+ "changelog_uri" => "https://github.com/yukihirop/r2-oas/blob/v#{spec.version}/CHANGELOG.md",
+ "documentation_uri" => "https://yukihirop.github.io/r2-oas",
+ "source_code_uri" => "https://github.com/yukihirop/r2-oas/tree/v#{spec.version}"
+ }
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -27,9 +33,10 @@
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.3p222')
spec.add_runtime_dependency 'docker-api', '~> 1.34.2'
spec.add_runtime_dependency 'easy_diff', '~> 1.0.0'
spec.add_runtime_dependency 'eventmachine', '~> 1.2.0'
+ spec.add_runtime_dependency 'key_flatten', '~> 1.0.0'
spec.add_runtime_dependency 'paint'
spec.add_runtime_dependency 'rails', '>= 4.2.5'
spec.add_runtime_dependency 'terminal-table', '~> 1.6.0'
spec.add_runtime_dependency 'watir', '~> 6.16.5'
spec.add_development_dependency 'bundler', '~> 1.17'