diff options
author | Andre Arko <andre@arko.net> | 2017-02-01 14:20:52 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2017-02-01 14:20:52 -0800 |
commit | cb528c8899fe246dc2b241221aa8abb678896f83 (patch) | |
tree | 9f298aaa44894d053882b5efe423311e7e3d4631 /bundler.gemspec | |
parent | d9d699c174a06da8052bc7da0d5ba64438968653 (diff) | |
download | bundler-cb528c8899fe246dc2b241221aa8abb678896f83.tar.gz |
marketing-ify the post-install message
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 8 |
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 |