Skip to content

Commit 272291c

Browse files
committed
Update documentation and metadata in gemspec
1 parent b1f04fe commit 272291c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webmention.gemspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)