Skip to content

Commit

Permalink
Merge pull request #18 from mark-young-atg/provide_changelog_link_on_…
Browse files Browse the repository at this point in the history
…rubygems

Provide a 'Changelog' link on rubygems.org/gems/base64
  • Loading branch information
olleolleolle authored Dec 21, 2023
2 parents 09e839e + 7cab043 commit 9669a7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base64.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = spec.homepage + "/releases"

spec.files = ["README.md", "LICENSE.txt", "lib/base64.rb"]
spec.bindir = "exe"
Expand Down

0 comments on commit 9669a7d

Please sign in to comment.