We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663edc8 commit b93687fCopy full SHA for b93687f
rdoc.gemspec
@@ -28,6 +28,10 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
28
s.homepage = "https://ruby.github.io/rdoc"
29
s.licenses = ["Ruby"]
30
31
+ s.metadata["homepage_uri"] = s.homepage
32
+ s.metadata["source_code_uri"] = "https://github.com/ruby/rdoc"
33
+ s.metadata["changelog_uri"] = "#{s.metadata["source_code_uri"]}/releases"
34
+
35
s.bindir = "exe"
36
s.executables = ["rdoc", "ri"]
37
s.require_paths = ["lib"]
0 commit comments