diff options
-rw-r--r-- | bundler.gemspec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec index 27b6c6ed11..27f45c3ba5 100644 --- a/bundler.gemspec +++ b/bundler.gemspec @@ -33,5 +33,10 @@ Gem::Specification.new do |s| s.executables = %w(bundle bundler) s.require_paths = ["lib"] - s.post_install_message = "Bundler and RubyGems.org are free for anyone to use, but maintaining them costs more than $20,000 USD every month. If you make a profit using Ruby, help us cover those costs so that we can keep the gem ecosystem free for everyone: https://rubytogether.org/join" + 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 $20,000 USD every month. If you make a profit using Ruby, + help us cover those costs so that we can keep the gem ecosystem free for + everyone: https://rubytogether.org/join + END end |