summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 20:19:11 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 20:19:11 +0900
commit43fb97dfba5fb422ee20a78eaa49c61c22d43077 (patch)
tree05e508772031602cee47f7b694a3805d9a4be5d6 /misc
parentedcc29dcff1b269b7748ab83adf21b2f3f97ebff (diff)
Update the latest list of default gems for misc/expand_tabs.rb
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/expand_tabs.rb62
1 files changed, 54 insertions, 8 deletions
diff --git a/misc/expand_tabs.rb b/misc/expand_tabs.rb
index b748ab4a61..284999a2e9 100755
--- a/misc/expand_tabs.rb
+++ b/misc/expand_tabs.rb
@@ -59,44 +59,90 @@ class Git
end
DEFAULT_GEM_LIBS = %w[
+ abbrev
+ base64
+ benchmark
bundler
cmath
csv
- e2mmap
+ debug
+ delegate
+ did_you_mean
+ drb
+ english
+ erb
fileutils
+ find
forwardable
+ getoptlong
ipaddr
irb
logger
matrix
mutex_m
+ net-ftp
+ net-http
+ net-imap
+ net-pop
+ net-protocol
+ net-smtp
+ observer
+ open3
+ open-uri
+ optparse
ostruct
+ pp
+ prettyprint
prime
- racc
+ pstore
rdoc
+ readline
+ reline
+ resolv
+ resolv-replace
rexml
+ rinda
rss
+ rubygems
scanf
- shell
- sync
+ securerandom
+ set
+ shellwords
+ singleton
+ tempfile
thwait
- tracer
+ time
+ timeout
+ tmpdir
+ un
+ tsort
+ uri
+ weakref
+ yaml
]
DEFAULT_GEM_EXTS = %w[
bigdecimal
+ cgi
date
- dbm
+ digest
etc
fcntl
fiddle
- gdbm
- io/console
+ io-console
+ io-nonblock
+ io-wait
json
+ nkf
openssl
+ pathname
psych
+ racc
+ readline-ext
stringio
strscan
+ syslog
+ win32ole
zlib
]