From fa206713f124d945e7453a2688bc27fb9b7a6016 Mon Sep 17 00:00:00 2001 From: Paul Annesley Date: Mon, 27 May 2024 17:36:57 +0930 Subject: [PATCH] config.gemspec: use funding_url rather than post_install_message --- 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' }