summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-01-09 01:07:46 +0000
committerSamuel Giddins <segiddins@segiddins.me>2017-01-11 14:28:42 -0600
commit0be32a122d570b5daf65bada253bdebb55894acc (patch)
tree6029ca051cc376e6c1bfdecc60add343f1186f07
parent9d0b3e8f8f7ae2c2f1310b21911878d7d99ae549 (diff)
downloadbundler-0be32a122d570b5daf65bada253bdebb55894acc.tar.gz
Auto merge of #5308 - bundler:aa-post-install, r=segiddins
Call out the costs and ask profitable Rubyists to give back None (cherry picked from commit 767e7d36857eda2c1982c4a3cd02ef2bd85d571c)
-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