File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments