Skip to content

Commit

Permalink
[ruby/io-console] Provide a 'Changelog' link on rubygems.org/gems/io-…
Browse files Browse the repository at this point in the history
…console

By providing a 'changelog_uri' in the metadata of the gemspec
a 'Changelog' link will be shown on https://rubygems.org/gems/io-console
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/

ruby/io-console@6bacdbf0e1
  • Loading branch information
mark-young-atg authored and hsbt committed Dec 25, 2023
1 parent a01c1e8 commit 65ec74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/io/console/io-console.gemspec
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.6.0"
s.homepage = "https://github.com/ruby/io-console"
s.metadata["source_code_url"] = s.homepage
s.metadata["changelog_uri"] = s.homepage + "/releases"
s.authors = ["Nobu Nakada"]
s.require_path = %[lib]
s.files = %w[
Expand Down

0 comments on commit 65ec74a

Please sign in to comment.