summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-02-03 16:33:34 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-02-12 15:28:51 -0800
commitce3cd2565ad8b97c1a2890a0db32a4dc55058b44 (patch)
tree2d84fcfde71e85a4f8b809c0bc91d3a25d9e3ed2
parent45eccc8e91b8903d4ad28e44028726b25bfbb503 (diff)
downloadbundler-ce3cd2565ad8b97c1a2890a0db32a4dc55058b44.tar.gz
Auto merge of #5392 - bundler:improve-messaging, r=segiddins
marketing-ify the post-install message /cc @segiddins @mrb (cherry picked from commit 5db7e161e9057603188600549c226a1b40807e6e)
-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