Skip to content

Commit

Permalink
Add changelog_uri to gemspec (#425)
Browse files Browse the repository at this point in the history
Adds a "Changelog" link on https://rubygems.org/gems/addressable

https://guides.rubygems.org/specification-reference/#metadata

(Needs a new gemspec generated with rake gem:gemspec before release though)
  • Loading branch information
kzkn committed Aug 27, 2021
1 parent dcd6031 commit 9646c3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ namespace :gem do
s.email = "bob@sporkmonger.com"
s.homepage = "https://github.com/sporkmonger/addressable"
s.license = "Apache-2.0"
s.metadata = {
"changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md"
}
end

Gem::PackageTask.new(GEM_SPEC) do |p|
Expand Down

0 comments on commit 9646c3c

Please sign in to comment.