From 65ec74a8dd6114d4496fde2661c4d3efe917b849 Mon Sep 17 00:00:00 2001 From: Mark Young Date: Wed, 20 Dec 2023 15:11:48 +0000 Subject: [PATCH] [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 --- ext/io/console/io-console.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index e0c2ab552ab02b..c5e713fef10d4a 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -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[