File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments