Skip to content

Commit

Permalink
Merge pull request #530 from andrew/patch-1
Browse files Browse the repository at this point in the history
Add funding_uri to gemspec
  • Loading branch information
bastelfreak authored Nov 19, 2024
2 parents edb815a + 50cdecd commit 728c17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions json-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |s|
'source_code_uri' => s.homepage,
'changelog_uri' => "#{s.homepage}/blob/master/CHANGELOG.md",
'bug_tracker_uri' => "#{s.homepage}/issues",
'funding_uri' => 'https://github.com/sponsors/voxpupuli',
}
s.summary = 'Ruby JSON Schema Validator'
s.files = Dir['lib/**/*', 'resources/*.json']
Expand Down

0 comments on commit 728c17f

Please sign in to comment.