diff options
| author | Jason Garber <jason@sixtwothree.org> | 2025-07-28 10:54:47 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-07-28 20:14:38 +0000 |
| commit | e15f1a71ada7f02a7cfb43b5687423ff6c0fb779 (patch) | |
| tree | 23602c393343d0f27e1e8061113277b47a32914d | |
| parent | 3f22434e1afc69dc9f4d6dbff6025c7f41b91380 (diff) | |
[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
| -rw-r--r-- | lib/tsort.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
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[ |
