summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-02-01 14:42:47 -0800
committerAndre Arko <andre@arko.net>2017-02-01 14:42:47 -0800
commit54bbbf7e587efb7d495d7ffefb5c294e1da7805d (patch)
tree5345d58a5906f7472bd62fe06ac04193b6985ec9
parentcb528c8899fe246dc2b241221aa8abb678896f83 (diff)
downloadbundler-54bbbf7e587efb7d495d7ffefb5c294e1da7805d.tar.gz
add improvingimprove-messaging
-rw-r--r--bundler.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 11e863044c..ad93231646 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -34,9 +34,9 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.post_install_message = <<-END.lines.map(&:strip).join(" ")
- Did you know that maintaining Bundler and RubyGems.org costs more than
- $25,000 USD every month? Help us keep the gem ecosystem free for everyone
- by joining the hundreds of companies and individuals who help cover these
- costs: https://ruby.to/support-bundler
+ Did you know that maintaining and improving Bundler and RubyGems.org costs
+ more than $25,000 USD every month? Help us keep the gem ecosystem free for
+ everyone by joining the hundreds of companies and individuals who help
+ cover these costs: https://ruby.to/support-bundler
END
end