Skip to content

Commit efed435

Browse files
committed
💸 Add funding_uri and mailing_list_uri
1 parent 412670b commit efed435

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

oauth.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ Gem::Specification.new do |spec|
2828
spec.metadata["changelog_uri"] = "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md"
2929
spec.metadata["bug_tracker_uri"] = "#{spec.homepage}/issues"
3030
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/#{spec.name}/#{spec.version}"
31-
spec.metadata["wiki_uri"] = "#{spec.homepage}/wiki"
31+
spec.metadata["wiki_uri"] = "#{spec.homepage}/-/wiki"
32+
spec.metadata["mailing_list_uri"] = "https://groups.google.com/g/oauth-ruby"
33+
spec.metadata["funding_uri"] = "https://liberapay.com/pboling"
3234
spec.metadata["rubygems_mfa_required"] = "true"
3335

3436
spec.files = Dir.glob("lib/**/*.rb") + ["LICENSE", "README.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "SECURITY.md",

0 commit comments

Comments
 (0)