Skip to content

Commit

Permalink
Merge pull request #328 from orien/gem-metadata
Browse files Browse the repository at this point in the history
Add project metadata to the gemspec
  • Loading branch information
hsbt committed Oct 3, 2019
2 parents d8aba43 + c3953d4 commit a08b697
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rake.gemspec
Expand Up @@ -23,6 +23,13 @@ Rake has the following features:
s.homepage = "https://github.com/ruby/rake".freeze
s.licenses = ["MIT".freeze]

s.metadata = {
"bug_tracker_uri" => "https://github.com/ruby/rake/issues",
"changelog_uri" => "https://github.com/ruby/rake/blob/v#{s.version}/History.rdoc",
"documentation_uri" => "https://ruby.github.io/rake",
"source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}",
}

s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
s.bindir = "exe"
Expand Down

0 comments on commit a08b697

Please sign in to comment.