summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-01-07 00:30:28 -0600
committerAndre Arko <andre@arko.net>2017-01-07 00:30:28 -0600
commit4801ecd0ffb8ca6a474de52e59c67123250a3af3 (patch)
tree7e7b6ca5b6374b037028f7c324512ac45632121f
parent072f9ab80bb1e2d4992962e59b42d479ac37a4c0 (diff)
downloadbundler-aa-post-install.tar.gz
break linesaa-post-install
-rw-r--r--bundler.gemspec7
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