Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
break lines
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jan 7, 2017
1 parent 072f9ab commit 4801ecd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ Gem::Specification.new do |s|
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"
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

0 comments on commit 4801ecd

Please sign in to comment.