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 4b65ca6 commit e7dd001Copy full SHA for e7dd001
1 file changed
config.gemspec
@@ -15,10 +15,10 @@ Gem::Specification.new do |s|
15
s.license = 'MIT'
16
s.extra_rdoc_files = %w[README.md CHANGELOG.md CONTRIBUTING.md LICENSE.md]
17
s.rdoc_options = ['--charset=UTF-8']
18
- s.post_install_message = "\n\e[33mThanks for installing Config\e[0m 🙏
+ s.post_install_message = "\n\e[33mThanks for installing Config\e[0m
19
Please consider donating to our open collective to help us maintain this project.
20
\n
21
-👉 Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
+Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
22
23
s.files = `git ls-files`.split($/)
24
s.files.select! { |file| /(^lib\/|^\w+.md$|\.gemspec$)/ =~ file }
0 commit comments