[ruby/rdoc] Add source_code, homepage and changelog uris to gemspec metadata [ci skip]
https://github.com/ruby/rdoc/commit/b93687fdd0
This commit is contained in:
parent
62754503d8
commit
f9288fb585
@ -28,6 +28,10 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
|
|||||||
s.homepage = "https://ruby.github.io/rdoc"
|
s.homepage = "https://ruby.github.io/rdoc"
|
||||||
s.licenses = ["Ruby"]
|
s.licenses = ["Ruby"]
|
||||||
|
|
||||||
|
s.metadata["homepage_uri"] = s.homepage
|
||||||
|
s.metadata["source_code_uri"] = "https://github.com/ruby/rdoc"
|
||||||
|
s.metadata["changelog_uri"] = "#{s.metadata["source_code_uri"]}/releases"
|
||||||
|
|
||||||
s.bindir = "exe"
|
s.bindir = "exe"
|
||||||
s.executables = ["rdoc", "ri"]
|
s.executables = ["rdoc", "ri"]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user