1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-
David Rodríguez f48655d04d 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' _ {} \;
```
2019-11-09 21:36:30 +09:00
..
arith_seq/extract
array/resize
bignum
bug-3571 fix arity of bug_start 2019-08-29 18:34:09 +09:00
bug-5832
bug-14834
bug_reporter
class
cxxanyargs Moved RB_METHOD_DEFINITION_DECL to intern.h 2019-10-12 17:47:28 +09:00
debug
dln/empty
enumerator_kw Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
exception
fatal
file atime may not updated unless strictatime is set on macOS Catalina 2019-10-12 14:58:55 +09:00
float
funcall Add three more C-API functions for handling keywords 2019-09-29 18:31:08 -07:00
gvl/call_without_gvl
hash
integer
iseq_load
iter Fix more keyword separation issues 2019-09-26 19:24:58 -07:00
load
marshal
memory_status
method
notimplement
num2int
path_to_class
popen_deadlock
postponed_job
printf
proc
rational
rb_call_super_kw Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
recursion
regexp
scan_args Remove unneeded exec bits from some files 2019-11-09 21:36:30 +09:00
st st_foreach now free from ANYARGS 2019-08-27 15:52:26 +09:00
string
struct
symbol DEBUG: cxxanyargs 2019-09-19 10:46:52 +09:00
thread_fd_close
time
tracepoint
typeddata
vm
wait_for_single_fd
win32
auto_ext.rb