Skip to content

Commit d02bc80

Browse files
authored
config.gemspec: use funding_url rather than post_install_message (#360)
1 parent 5a5419c commit d02bc80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

config.gemspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ Gem::Specification.new do |s|
1414
s.license = 'MIT'
1515
s.extra_rdoc_files = %w[README.md CHANGELOG.md CONTRIBUTING.md LICENSE.md]
1616
s.rdoc_options = ['--charset=UTF-8']
17-
s.post_install_message = "\n\e[33mThanks for installing Config\e[0m
18-
Please consider donating to our open collective to help us maintain this project.
19-
\n
20-
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
2117

2218
s.metadata = {
2319
'changelog_uri' => "https://github.com/rubyconfig/config/blob/master/CHANGELOG.md",
20+
'funding_url' => 'https://opencollective.com/rubyconfig/donate',
2421
'source_code_uri' => 'https://github.com/rubyconfig/config',
2522
'bug_tracker_uri' => 'https://github.com/rubyconfig/config/issues'
2623
}

0 commit comments

Comments
 (0)