Skip to content

Commit

Permalink
Merge pull request #726 from splitrb/funding_uri
Browse files Browse the repository at this point in the history
Add funding_uri to gemspec
  • Loading branch information
andrehjr authored Nov 20, 2024
2 parents cdd66da + 375bc1c commit c3a5405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion split.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Gem::Specification.new do |s|
"source_code_uri" => "https://github.com/splitrb/split",
"bug_tracker_uri" => "https://github.com/splitrb/split/issues",
"wiki_uri" => "https://github.com/splitrb/split/wiki",
"mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby"
"mailing_list_uri" => "https://groups.google.com/d/forum/split-ruby",
"funding_uri" => "https://opencollective.com/split"
}

s.required_ruby_version = ">= 2.5.0"
Expand Down

0 comments on commit c3a5405

Please sign in to comment.