From d02bc80d24bd3c235cee8b8b495e3557614a6224 Mon Sep 17 00:00:00 2001 From: Paul Annesley Date: Tue, 28 May 2024 17:36:03 +0930 Subject: [PATCH] config.gemspec: use funding_url rather than post_install_message (#360) --- config.gemspec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.gemspec b/config.gemspec index 59e73f62..4e177330 100644 --- a/config.gemspec +++ b/config.gemspec @@ -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' }