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

ruby-changes:63652

From: Hiroshi <ko1@a...>
Date: Thu, 19 Nov 2020 15:37:02 +0900 (JST)
Subject: [ruby-changes:63652] 9c1e2a99fc (master): Update the default gems section in NEWS.md

https://git.ruby-lang.org/ruby.git/commit/?id=9c1e2a99fc

From 9c1e2a99fcf69c52fa1d8edcd5fe3961353233ab Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 19 Nov 2020 15:36:21 +0900
Subject: Update the default gems section in NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 048c267..bbe2137 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -369,32 +369,44 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L369
 
     * The following libraries are promoted the default gems from stdlib.
 
+        * English
         * abbrev
         * base64
-        * English
+        * drb
+        * debug
         * erb
         * find
-        * io-nonblock
-        * io-wait
         * net-ftp
         * net-http
         * net-imap
         * net-protocol
-        * nkf
         * open-uri
         * optparse
-        * resolv
+        * pp
+        * prettyprint
         * resolv-replace
+        * resolv
         * rinda
-        * securerandom
         * set
+        * securerandom
         * shellwords
         * tempfile
-        * time
         * tmpdir
+        * time
         * tsort
+        * un
         * weakref
 
+    * The following extensions are promoted the default gems from stdlib.
+
+        * digest
+        * io-nonblock
+        * io-wait
+        * nkf
+        * pathname
+        * syslog
+        * win32ole
+
 * Bundled gems
 
     * net-telnet and xmlrpc have been removed from the bundled gems.
-- 
cgit v0.10.2


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

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