Skip to content

Commit

Permalink
Add funding_uri to gemspec template (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored Nov 27, 2024
1 parent 88b8a44 commit 2601658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemspec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/dry-rb/<%= name %>/blob/main/CHANGELOG.md"
spec.metadata["source_code_uri"] = "https://github.com/dry-rb/<%= name %>"
spec.metadata["bug_tracker_uri"] = "https://github.com/dry-rb/<%= name %>/issues"
spec.metadata["funding_uri"] = "https://github.com/sponsors/hanami"

spec.required_ruby_version = <%= gemspec.fetch('required_ruby_version', '>= 3.1').inspect %>

Expand Down

0 comments on commit 2601658

Please sign in to comment.