mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the latest list of default gems for misc/expand_tabs.rb
This commit is contained in:
parent
edcc29dcff
commit
43fb97dfba
1 changed files with 54 additions and 8 deletions
|
@ -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
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue