diff options
author | Andre Arko <andre@arko.net> | 2017-02-15 22:59:28 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2017-02-15 22:59:28 -0800 |
commit | 9bf0f8017d86efbcae7509db8e484c41a6459ffb (patch) | |
tree | 0c124bd06ef4af0031dbed37899288fd096b2617 /bundler.gemspec | |
parent | c7f3d05ec03326d4c6bac6b26ba41f06f0236e66 (diff) | |
download | bundler-9bf0f8017d86efbcae7509db8e484c41a6459ffb.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
Diffstat (limited to 'bundler.gemspec')
-rw-r--r-- | bundler.gemspec | 7 |
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 |