Skip to content

Commit

Permalink
Add metadata for rubygems.org and use https URLs (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored Feb 5, 2024
1 parent 58d8499 commit 7dde6c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apipie-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = Apipie::VERSION
s.authors = ["Pavel Pokorny","Ivan Necas"]
s.email = ["[email protected]", "[email protected]"]
s.homepage = "http://github.com/Apipie/apipie-rails"
s.homepage = "https://github.com/Apipie/apipie-rails"
s.summary = %q{Rails REST API documentation tool}
s.description = %q{Rails REST API documentation tool}
s.required_ruby_version = '>= 2.6.0'
Expand All @@ -17,6 +17,12 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ["lib"]

s.metadata = {
"bug_tracker_uri" => "https://github.com/Apipie/apipie-rails/issues",
"changelog_uri" => "https://github.com/Apipie/apipie-rails/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/Apipie/apipie-rails"
}

s.add_dependency "actionpack", ">= 5.0"
s.add_dependency "activesupport", ">= 5.0"

Expand Down

0 comments on commit 7dde6c0

Please sign in to comment.