mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 01:54:00 +02:00
[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:
parent
3f22434e1a
commit
e15f1a71ad
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
spec.metadata["source_code_uri"] = spec.homepage
|
spec.metadata["source_code_uri"] = spec.homepage
|
||||||
|
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
|
||||||
|
|
||||||
dir, gemspec = File.split(__FILE__)
|
dir, gemspec = File.split(__FILE__)
|
||||||
excludes = %W[
|
excludes = %W[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue