Skip to content

Commit

Permalink
Add funding URI metadata to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 28, 2023
1 parent 986a5b7 commit ae9a954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tty-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.metadata["bug_tracker_uri"] = "https://github.com/piotrmurach/tty-markdown/issues"
spec.metadata["changelog_uri"] = "https://github.com/piotrmurach/tty-markdown/blob/master/CHANGELOG.md"
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/tty-markdown"
spec.metadata["funding_uri"] = "https://github.com/sponsors/piotrmurach"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/tty-markdown"
end
Expand Down

0 comments on commit ae9a954

Please sign in to comment.