Skip to content

Commit

Permalink
Add funding_uri to gemspec (#1768)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew authored Nov 20, 2024
1 parent 824dee4 commit ab98919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Gem::Specification.new do |s|
'changelog_uri' => 'https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md',
'documentation_uri' => 'https://www.rubydoc.info/github/cucumber/cucumber-ruby/',
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/cukes',
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby'
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby',
'funding_uri' => 'https://opencollective.com/cucumber'
}

s.required_ruby_version = '>= 3.0'
Expand Down

0 comments on commit ab98919

Please sign in to comment.