summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index ffa7231f95..11e863044c 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 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