From b3e47a5befac3dbfdc2caf525f25bcb35d20a4db Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Mon, 4 Dec 2023 23:14:00 +0000 Subject: [PATCH] Add funding URI metadata to the gemspec --- tty-progressbar.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/tty-progressbar.gemspec b/tty-progressbar.gemspec index 12b9009..746ccaf 100644 --- a/tty-progressbar.gemspec +++ b/tty-progressbar.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |spec| "bug_tracker_uri" => "https://github.com/piotrmurach/tty-progressbar/issues", "changelog_uri" => "https://github.com/piotrmurach/tty-progressbar/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/tty-progressbar", + "funding_uri" => "https://github.com/sponsors/piotrmurach", "homepage_uri" => spec.homepage, "source_code_uri" => "https://github.com/piotrmurach/tty-progressbar" }