Skip to content

Commit

Permalink
add some metadata URLs to the gemspec [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Apr 6, 2020
1 parent a9c6e6d commit a44d925
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions zeitwerk.gemspec
Expand Up @@ -16,8 +16,12 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/fxn/zeitwerk"
spec.files = Dir["README.md", "MIT-LICENSE", "lib/**/*.rb"]
spec.version = Zeitwerk::VERSION

s.metadata["changelog_uri"] = "https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md"
spec.metadata = {
"homepage_uri" => "https://github.com/fxn/zeitwerk",
"changelog_uri" => "https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/fxn/zeitwerk",
"bug_tracker_uri" => "https://github.com/fxn/zeitwerk/issues"
}

spec.required_ruby_version = ">= 2.4.4"
end

0 comments on commit a44d925

Please sign in to comment.