Skip to content

Commit ab98919

Browse files
authored
Add funding_uri to gemspec (#1768)
1 parent 824dee4 commit ab98919

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cucumber.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Gem::Specification.new do |s|
1616
'changelog_uri' => 'https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md',
1717
'documentation_uri' => 'https://www.rubydoc.info/github/cucumber/cucumber-ruby/',
1818
'mailing_list_uri' => 'https://groups.google.com/forum/#!forum/cukes',
19-
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby'
19+
'source_code_uri' => 'https://github.com/cucumber/cucumber-ruby',
20+
'funding_uri' => 'https://opencollective.com/cucumber'
2021
}
2122

2223
s.required_ruby_version = '>= 3.0'

0 commit comments

Comments
 (0)