summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-01-09 01:07:46 +0000
committerThe Bundler Bot <bot@bundler.io>2017-01-09 01:07:46 +0000
commit767e7d36857eda2c1982c4a3cd02ef2bd85d571c (patch)
tree6029ca051cc376e6c1bfdecc60add343f1186f07
parent0132bc8e225f86c54a841c1828d46ddaf8d44e3c (diff)
parent4801ecd0ffb8ca6a474de52e59c67123250a3af3 (diff)
downloadbundler-767e7d36857eda2c1982c4a3cd02ef2bd85d571c.tar.gz
Auto merge of #5308 - bundler:aa-post-install, r=segiddins
Call out the costs and ask profitable Rubyists to give back None
-rw-r--r--bundler.gemspec7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 3e71b6b336..27f45c3ba5 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -32,4 +32,11 @@ Gem::Specification.new do |s|
s.bindir = "exe"
s.executables = %w(bundle bundler)
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 $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