Skip to content

Commit 6be8bcb

Browse files
committed
Add documentation and wiki URIs to Gem Metadata
1 parent b432e95 commit 6be8bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ed..gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
1515
spec.metadata = {
1616
"bug_tracker_uri" => "https://github.com/minicomp/ed/issues",
1717
"changelog_uri" => "https://github.com/minicomp/ed/releases",
18+
"documentation_uri" => "https://minicomp.github.io/ed/documentation/",
19+
"wiki-uri" => "https://github.com/minicomp/ed/wiki",
1820
"homepage_uri" => "https://minicomp.github.io/ed/",
1921
"source_code_uri" => "https://github.com/minicomp/ed"
2022
}

0 commit comments

Comments
 (0)