[ruby/io-console] Provide a 'Changelog' link on rubygems.org/gems/io-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/

https://github.com/ruby/io-console/commit/6bacdbf0e1
This commit is contained in:
Mark Young 2023-12-20 15:11:48 +00:00 committed by Hiroshi SHIBATA
parent a01c1e821c
commit 65ec74a8dd

View File

@ -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[