File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88 spec . authors = [ "Jason Garber" ]
99 spec . email = [ "jason@sixtwothree.org" ]
1010
11- spec . summary = "Webmention notification client "
12- spec . description = "A Ruby gem for sending and verifying Webmention notifications."
11+ spec . summary = "A Ruby gem for sending and verifying Webmention notifications. "
12+ spec . description = spec . summary
1313 spec . homepage = "https://github.com/indieweb/webmention-client-ruby"
1414 spec . license = "Apache-2.0"
1515
@@ -22,6 +22,8 @@ Gem::Specification.new do |spec|
2222 spec . metadata = {
2323 "bug_tracker_uri" => "#{ spec . homepage } /issues" ,
2424 "changelog_uri" => "#{ spec . homepage } /releases/tag/v#{ spec . version } " ,
25+ "documentation_uri" => "https://rubydoc.info/gems/#{ spec . name } /#{ spec . version } " ,
26+ "homepage_uri" => spec . homepage ,
2527 "rubygems_mfa_required" => "true" ,
2628 "source_code_uri" => "#{ spec . homepage } /tree/v#{ spec . version } " ,
2729 }
You can’t perform that action at this time.
0 commit comments