summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-02-03 16:33:34 +0000
committerThe Bundler Bot <bot@bundler.io>2017-02-03 16:33:34 +0000
commit5db7e161e9057603188600549c226a1b40807e6e (patch)
tree10b0430dceec4d0bd8ae5387e527104100ea16ef
parentec5cab34d3b12467433ca1a1eafc460e42834084 (diff)
parent54bbbf7e587efb7d495d7ffefb5c294e1da7805d (diff)
downloadbundler-5db7e161e9057603188600549c226a1b40807e6e.tar.gz
Auto merge of #5392 - bundler:improve-messaging, r=segiddins
marketing-ify the post-install message /cc @segiddins @mrb
-rw-r--r--bundler.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index ffa7231f95..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(" ")
- Bundler and RubyGems.org are free for anyone to use, but maintaining them
- costs more than $25,000 USD every month. Help us cover those costs so that
- we can keep the gem ecosystem free for everyone:
- 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