summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-08 15:03:02 +0100
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-09 21:36:30 +0900
commitf48655d04d463a89b7ac15bc3942ec6c574c6cd9 (patch)
tree7b0e7380d7be97958e38bc21975d213cf3cb017d /lib/rubygems
parentfcf37ca2fef8248966dcd9143aaea569fc87953c (diff)
Remove unneeded exec bits from some files
I noticed that some files in rubygems were executable, and I could think of no reason why they should be. In general, I think ruby files should never have the executable bit set unless they include a shebang, so I run the following command over the whole repo: ```bash find . -name '*.rb' -type f -executable -exec bash -c 'grep -L "^#!" $1 || chmod -x $1' _ {} \; ```
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2662
Diffstat (limited to 'lib/rubygems')
-rw-r--r--[-rwxr-xr-x]lib/rubygems/core_ext/kernel_require.rb0
-rw-r--r--[-rwxr-xr-x]lib/rubygems/core_ext/kernel_warn.rb0
2 files changed, 0 insertions, 0 deletions
diff --git a/lib/rubygems/core_ext/kernel_require.rb b/lib/rubygems/core_ext/kernel_require.rb
index 858f0998a0..858f0998a0 100755..100644
--- a/lib/rubygems/core_ext/kernel_require.rb
+++ b/lib/rubygems/core_ext/kernel_require.rb
diff --git a/lib/rubygems/core_ext/kernel_warn.rb b/lib/rubygems/core_ext/kernel_warn.rb
index 96da272d66..96da272d66 100755..100644
--- a/lib/rubygems/core_ext/kernel_warn.rb
+++ b/lib/rubygems/core_ext/kernel_warn.rb