Skip to content

Commit b93687f

Browse files
authored
Add source_code, homepage and changelog uris to gemspec metadata [ci skip]
1 parent 663edc8 commit b93687f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rdoc.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
2828
s.homepage = "https://ruby.github.io/rdoc"
2929
s.licenses = ["Ruby"]
3030

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+
3135
s.bindir = "exe"
3236
s.executables = ["rdoc", "ri"]
3337
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)