Skip to content

Commit

Permalink
[ruby/rdoc] Add source_code, homepage and changelog uris to gemspec m…
Browse files Browse the repository at this point in the history
…etadata [ci skip]

ruby/rdoc@b93687fdd0
  • Loading branch information
vinistock authored and matzbot committed Jul 5, 2023
1 parent 6275450 commit f9288fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rdoc/rdoc.gemspec
Expand Up @@ -28,6 +28,10 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
s.homepage = "https://ruby.github.io/rdoc"
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.executables = ["rdoc", "ri"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit f9288fb

Please sign in to comment.