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
..
2019-11-07 16:36:14 +09:00
2019-09-18 18:26:33 +09:00
2019-11-07 16:36:14 +09:00
2019-10-12 14:03:21 +09:00
2019-11-07 16:36:14 +09:00
2019-10-16 12:51:13 -07:00
2019-10-24 16:17:17 +09:00
2019-09-27 11:39:02 +09:00
2019-10-26 09:26:51 +09:00
2019-11-07 16:36:14 +09:00
2019-10-26 10:24:20 -07:00
2019-11-07 17:09:22 +09:00
2019-11-09 07:32:34 +09:00
2019-11-07 07:16:27 +09:00
2019-11-07 16:36:14 +09:00
2019-11-04 09:28:01 +09:00
2019-10-29 12:34:44 +09:00
2019-11-08 16:18:36 +09:00
2019-11-04 16:38:36 +09:00
2019-11-09 21:36:30 +09:00
2019-11-07 07:16:26 +09:00
2019-11-09 07:32:34 +09:00
2019-10-25 09:29:10 +09:00
2019-11-09 20:16:03 +09:00
2019-10-24 19:47:29 +09:00
2019-11-09 11:08:24 +09:00
2019-09-18 18:26:32 +09:00
2019-10-12 14:03:21 +09:00
2019-10-10 13:15:00 -07:00
2019-10-26 10:24:20 -07:00
2019-10-31 15:41:46 +09:00
2019-10-26 09:25:11 +09:00
2019-11-05 20:54:46 +09:00
2019-09-19 19:06:18 +09:00
2019-10-26 10:24:20 -07:00
2019-10-26 10:24:20 -07:00
2019-11-04 15:27:15 -08:00
2019-09-25 11:18:49 -07:00
2019-11-09 07:32:34 +09:00
2019-10-23 23:59:53 +09:00
2019-11-08 16:18:36 +09:00
2019-10-21 12:48:38 -07:00
2019-10-15 20:57:01 +09:00
2019-09-06 14:20:22 -07:00
2019-10-17 12:51:29 +09:00
2019-09-25 11:18:49 -07:00
2019-11-06 09:46:48 +09:00
2019-11-09 20:16:03 +09:00