[前][次][番号順一覧][スレッド一覧]

ruby-changes:66313

From: Hiroshi <ko1@a...>
Date: Tue, 25 May 2021 20:19:35 +0900 (JST)
Subject: [ruby-changes:66313] 43fb97dfba (master): Update the latest list of default gems for misc/expand_tabs.rb

https://git.ruby-lang.org/ruby.git/commit/?id=43fb97dfba

From 43fb97dfba5fb422ee20a78eaa49c61c22d43077 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 25 May 2021 20:19:11 +0900
Subject: Update the latest list of default gems for misc/expand_tabs.rb

---
 misc/expand_tabs.rb | 62 ++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 54 insertions(+), 8 deletions(-)

diff --git a/misc/expand_tabs.rb b/misc/expand_tabs.rb
index b748ab4..284999a 100755
--- a/misc/expand_tabs.rb
+++ b/misc/expand_tabs.rb
@@ -59,44 +59,90 @@ class Git https://github.com/ruby/ruby/blob/trunk/misc/expand_tabs.rb#L59
 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
 ]
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]