We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5419c commit d02bc80Copy full SHA for d02bc80
1 file changed
config.gemspec
@@ -14,13 +14,10 @@ Gem::Specification.new do |s|
14
s.license = 'MIT'
15
s.extra_rdoc_files = %w[README.md CHANGELOG.md CONTRIBUTING.md LICENSE.md]
16
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"
21
22
s.metadata = {
23
'changelog_uri' => "https://github.com/rubyconfig/config/blob/master/CHANGELOG.md",
+ 'funding_url' => 'https://opencollective.com/rubyconfig/donate',
24
'source_code_uri' => 'https://github.com/rubyconfig/config',
25
'bug_tracker_uri' => 'https://github.com/rubyconfig/config/issues'
26
}
0 commit comments