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
|
end
|
||||||
|
|
||||||
DEFAULT_GEM_LIBS = %w[
|
DEFAULT_GEM_LIBS = %w[
|
||||||
|
abbrev
|
||||||
|
base64
|
||||||
|
benchmark
|
||||||
bundler
|
bundler
|
||||||
cmath
|
cmath
|
||||||
csv
|
csv
|
||||||
e2mmap
|
debug
|
||||||
|
delegate
|
||||||
|
did_you_mean
|
||||||
|
drb
|
||||||
|
english
|
||||||
|
erb
|
||||||
fileutils
|
fileutils
|
||||||
|
find
|
||||||
forwardable
|
forwardable
|
||||||
|
getoptlong
|
||||||
ipaddr
|
ipaddr
|
||||||
irb
|
irb
|
||||||
logger
|
logger
|
||||||
matrix
|
matrix
|
||||||
mutex_m
|
mutex_m
|
||||||
|
net-ftp
|
||||||
|
net-http
|
||||||
|
net-imap
|
||||||
|
net-pop
|
||||||
|
net-protocol
|
||||||
|
net-smtp
|
||||||
|
observer
|
||||||
|
open3
|
||||||
|
open-uri
|
||||||
|
optparse
|
||||||
ostruct
|
ostruct
|
||||||
|
pp
|
||||||
|
prettyprint
|
||||||
prime
|
prime
|
||||||
racc
|
pstore
|
||||||
rdoc
|
rdoc
|
||||||
|
readline
|
||||||
|
reline
|
||||||
|
resolv
|
||||||
|
resolv-replace
|
||||||
rexml
|
rexml
|
||||||
|
rinda
|
||||||
rss
|
rss
|
||||||
|
rubygems
|
||||||
scanf
|
scanf
|
||||||
shell
|
securerandom
|
||||||
sync
|
set
|
||||||
|
shellwords
|
||||||
|
singleton
|
||||||
|
tempfile
|
||||||
thwait
|
thwait
|
||||||
tracer
|
time
|
||||||
|
timeout
|
||||||
|
tmpdir
|
||||||
|
un
|
||||||
|
tsort
|
||||||
|
uri
|
||||||
|
weakref
|
||||||
|
yaml
|
||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_GEM_EXTS = %w[
|
DEFAULT_GEM_EXTS = %w[
|
||||||
bigdecimal
|
bigdecimal
|
||||||
|
cgi
|
||||||
date
|
date
|
||||||
dbm
|
digest
|
||||||
etc
|
etc
|
||||||
fcntl
|
fcntl
|
||||||
fiddle
|
fiddle
|
||||||
gdbm
|
io-console
|
||||||
io/console
|
io-nonblock
|
||||||
|
io-wait
|
||||||
json
|
json
|
||||||
|
nkf
|
||||||
openssl
|
openssl
|
||||||
|
pathname
|
||||||
psych
|
psych
|
||||||
|
racc
|
||||||
|
readline-ext
|
||||||
stringio
|
stringio
|
||||||
strscan
|
strscan
|
||||||
|
syslog
|
||||||
|
win32ole
|
||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue