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

8086bb33bc
This commit is contained in:
Jason Garber 2025-07-28 10:54:47 -04:00 committed by git
parent 3f22434e1a
commit e15f1a71ad

View file

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