summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2017-02-15 22:59:28 -0800
committerAndre Arko <andre@arko.net>2017-02-15 22:59:28 -0800
commit9bf0f8017d86efbcae7509db8e484c41a6459ffb (patch)
tree0c124bd06ef4af0031dbed37899288fd096b2617
parentc7f3d05ec03326d4c6bac6b26ba41f06f0236e66 (diff)
downloadbundler-aa-rm-post-install.tar.gz
remove post-install on account of confusionaa-rm-post-install
as demonstrated on twitter[1], this message was unfortunately convincing people that Ruby Together pays for the rubygems.org servers. let's remove it and come up with something clearer later. [1]: https://twitter.com/MelissaKaulfuss/status/829504864229023744
-rw-r--r--bundler.gemspec7
1 files changed, 0 insertions, 7 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index ad93231646..3e71b6b336 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -32,11 +32,4 @@ 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(" ")
- Did you know that maintaining and improving Bundler and RubyGems.org costs
- more than $25,000 USD every month? Help us keep the gem ecosystem free for
- everyone by joining the hundreds of companies and individuals who help
- cover these costs: https://ruby.to/support-bundler
- END
end