Skip to content

Commit e15f1a7

Browse files
jgarber623matzbot
authored andcommitted
[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) ruby/tsort@8086bb33bc
1 parent 3f22434 commit e15f1a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tsort.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
1919

2020
spec.metadata["homepage_uri"] = spec.homepage
2121
spec.metadata["source_code_uri"] = spec.homepage
22+
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
2223

2324
dir, gemspec = File.split(__FILE__)
2425
excludes = %W[

0 commit comments

Comments
 (0)