Skip to content

Commit 7cb43e2

Browse files
authored
Merge pull request #7435 from m-nakamura145/update-gemspec
Add metadata for rubygems.org
2 parents b25a3ee + fd3d266 commit 7cb43e2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

rubygems-update.gemspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ Gem::Specification.new do |s|
1414
repository of Gems that allows you to publish a Gem that can be shared and used by other
1515
developers. See our guide on publishing a Gem at guides.rubygems.org"
1616
s.homepage = "https://guides.rubygems.org"
17-
s.metadata = { "source_code_uri" => "https://github.com/rubygems/rubygems" }
17+
s.metadata = {
18+
"source_code_uri" => "https://github.com/rubygems/rubygems",
19+
"bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues",
20+
"changelog_uri" => "https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md",
21+
"funding_uri" => "https://rubycentral.org/#/portal/signup",
22+
}
1823
s.licenses = ["Ruby", "MIT"]
1924

2025
s.files = File.read(File.expand_path("Manifest.txt", __dir__)).split

0 commit comments

Comments
 (0)