summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-01-06 16:27:09 -0800
committerAndre Arko <andre@arko.net>2017-01-06 16:27:09 -0800
commit072f9ab80bb1e2d4992962e59b42d479ac37a4c0 (patch)
treea9d0d8c5f3b2d05c0f2bba6b0d22338f0c54cc12 /bundler.gemspec
parent084cbc72c7bb10977fe5826c299e662f8b0fd8b9 (diff)
downloadbundler-072f9ab80bb1e2d4992962e59b42d479ac37a4c0.tar.gz
Call out the costs and ask profitable Rubyists to give back
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index 3e71b6b336..27b6c6ed11 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -32,4 +32,6 @@ Gem::Specification.new do |s|
s.bindir = "exe"
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"
end