Skip to content

Commit 7488c3b

Browse files
authored
Add funding_uri to gemspec (#549)
1 parent 6e9b7be commit 7488c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
1616

1717
s.metadata["rubygems_mfa_required"] = "true"
1818
s.metadata["changelog_uri"] = "https://github.com/fnando/browser/blob/main/CHANGELOG.md"
19+
s.metadata["funding_uri"] = "https://github.com/sponsors/fnando"
1920

2021
s.files = `git ls-files`.split("\n")
2122
s.executables = `git ls-files -- exe/*`

0 commit comments

Comments
 (0)