Skip to content

Commit

Permalink
config.gemspec: use funding_url rather than post_install_message
Browse files Browse the repository at this point in the history
  • Loading branch information
pda committed May 27, 2024
1 parent 5a5419c commit fa20671
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.extra_rdoc_files = %w[README.md CHANGELOG.md CONTRIBUTING.md LICENSE.md]
s.rdoc_options = ['--charset=UTF-8']
s.post_install_message = "\n\e[33mThanks for installing Config\e[0m
Please consider donating to our open collective to help us maintain this project.
\n
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"

s.metadata = {
'changelog_uri' => "https://github.com/rubyconfig/config/blob/master/CHANGELOG.md",
'funding_url' => 'https://opencollective.com/rubyconfig/donate',
'source_code_uri' => 'https://github.com/rubyconfig/config',
'bug_tracker_uri' => 'https://github.com/rubyconfig/config/issues'
}
Expand Down

0 comments on commit fa20671

Please sign in to comment.