Skip to content

Commit e7dd001

Browse files
author
Steven Eksteen
authored
Removes emojis from the post-install message (#279)
1 parent 4b65ca6 commit e7dd001

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Gem::Specification.new do |s|
1515
s.license = 'MIT'
1616
s.extra_rdoc_files = %w[README.md CHANGELOG.md CONTRIBUTING.md LICENSE.md]
1717
s.rdoc_options = ['--charset=UTF-8']
18-
s.post_install_message = "\n\e[33mThanks for installing Config\e[0m 🙏
18+
s.post_install_message = "\n\e[33mThanks for installing Config\e[0m
1919
Please consider donating to our open collective to help us maintain this project.
2020
\n
21-
👉 Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
21+
Donate: \e[34mhttps://opencollective.com/rubyconfig/donate\e[0m\n"
2222

2323
s.files = `git ls-files`.split($/)
2424
s.files.select! { |file| /(^lib\/|^\w+.md$|\.gemspec$)/ =~ file }

0 commit comments

Comments
 (0)