Skip to content

Commit

Permalink
Add metadata for rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Jan 30, 2024
1 parent d06e104 commit fd3d266
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rubygems-update.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ Gem::Specification.new do |s|
repository of Gems that allows you to publish a Gem that can be shared and used by other
developers. See our guide on publishing a Gem at guides.rubygems.org"
s.homepage = "https://guides.rubygems.org"
s.metadata = { "source_code_uri" => "https://github.com/rubygems/rubygems" }
s.metadata = {
"source_code_uri" => "https://github.com/rubygems/rubygems",
"bug_tracker_uri" => "https://github.com/rubygems/rubygems/issues",
"changelog_uri" => "https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md",
"funding_uri" => "https://rubycentral.org/#/portal/signup",
}
s.licenses = ["Ruby", "MIT"]

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

0 comments on commit fd3d266

Please sign in to comment.