Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand gem metadata urls #114

Open
brettchalupa opened this issue Oct 14, 2022 · 0 comments
Open

Expand gem metadata urls #114

brettchalupa opened this issue Oct 14, 2022 · 0 comments

Comments

@brettchalupa
Copy link
Owner

https://guides.rubygems.org/specification-reference/#metadata=

s.metadata = {
  "bug_tracker_uri"   => "https://example.com/user/bestgemever/issues",
  "changelog_uri"     => "https://example.com/user/bestgemever/CHANGELOG.md",
  "documentation_uri" => "https://www.example.info/gems/bestgemever/0.0.1",
  "homepage_uri"      => "https://bestgemever.example.io",
  "mailing_list_uri"  => "https://groups.example.com/bestgemever",
  "source_code_uri"   => "https://example.com/user/bestgemever",
  "wiki_uri"          => "https://example.com/user/bestgemever/wiki"
  "funding_uri"       => "https://example.com/donate"
}
@brettchalupa brettchalupa self-assigned this Oct 14, 2022
@brettchalupa brettchalupa added this to the v4 milestone Oct 14, 2022
@brettchalupa brettchalupa modified the milestones: v4, v4.1 Mar 13, 2023
@brettchalupa brettchalupa removed this from the v4.1 milestone Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant