summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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