libuv: Update from 1.20.1 to 1.20.2
[termux-packages] / packages / ruby / lib-rubygems-install_update_options.rb.patch
CommitLineData
be9907f7
FF
1diff -u -r ../ruby-2.4.0/lib/rubygems/install_update_options.rb ./lib/rubygems/install_update_options.rb
2--- ../ruby-2.4.0/lib/rubygems/install_update_options.rb 2016-04-06 08:01:14.000000000 +0200
3+++ ./lib/rubygems/install_update_options.rb 2017-01-31 22:48:03.877466602 +0100
4@@ -232,7 +232,7 @@
5 # Default options for the gem install command.
6
7 def install_update_defaults_str
8- '--document=rdoc,ri --wrappers'
9+ '--document=rdoc,ri --wrappers,--env-shebang'
10 end
11
12 end