From e15f1a71ada7f02a7cfb43b5687423ff6c0fb779 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 28 Jul 2025 10:54:47 -0400 Subject: [PATCH] [ruby/tsort] Add `changelog_uri` to gemspec metadata Adds a link to the GitHub Releases page for this gem consistent with other gems in the Ruby organization. Existing examples include: - [json](https://github.com/ruby/json/blob/master/json.gemspec) - [ostruct](https://github.com/ruby/ostruct/blob/master/ostruct.gemspec) https://github.com/ruby/tsort/commit/8086bb33bc --- lib/tsort.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tsort.gemspec b/lib/tsort.gemspec index 8970cbe826..4e0ef0507d 100644 --- a/lib/tsort.gemspec +++ b/lib/tsort.gemspec @@ -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" dir, gemspec = File.split(__FILE__) excludes = %W[