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

ruby-changes:68545

From: Hiroshi <ko1@a...>
Date: Wed, 20 Oct 2021 20:13:27 +0900 (JST)
Subject: [ruby-changes:68545] 5322745b29 (master): Added entries about default gems and bundled gems

https://git.ruby-lang.org/ruby.git/commit/?id=5322745b29

From 5322745b29b23d4776345ee5bfa3a976497b49ee Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 20 Oct 2021 20:13:09 +0900
Subject: Added entries about default gems and bundled gems

---
 NEWS.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 71 insertions(+), 1 deletion(-)

diff --git a/NEWS.md b/NEWS.md
index 59628a8c02..b62b0b66bc 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -173,7 +173,77 @@ Outstanding ones only. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L173
 
 ## Stdlib updates
 
-Outstanding ones only.
+* The following default gem are updated.
+  * RubyGems
+  * Bundler
+  * RDoc 6.4.0
+  * ReLine
+  * JSON 2.6.0
+  * Psych
+  * FileUtils
+  * Fiddle
+  * StringIO
+  * IO::Console 0.5.9
+  * IO::Wait
+  * CSV
+  * Etc 1.3.0
+  * Date 3.2.0
+  * Zlib 2.1.1
+  * StringScanner
+  * IpAddr
+  * Logger 1.4.4
+  * OStruct
+  * Irb
+  * Racc 1.6.0
+  * Delegate 0.2.0
+  * Benchmark 0.2.0
+  * CGI 0.3.0
+  * Readline
+  * Readline(C-ext)
+  * Timeout 0.2.0
+  * YAML 0.2.0
+  * URI
+  * OpenSSL
+  * DidYouMean
+  * Weakref 0.1.1
+  * Tempfile 0.1.2
+  * TmpDir 0.1.2
+  * English 0.7.1
+  * Net::Protocol
+  * Net::Http
+  * BigDecimal
+  * OptionParser
+  * Set
+  * Find 0.1.1
+  * Rinda
+  * Erb
+  * NKF 0.1.1
+  * Base64 0.1.1
+  * OpenUri 0.2.0
+  * SecureRandom
+  * Resolv 0.2.1
+  * Resolv::Replace 0.1.0
+  * Time 0.2.0
+  * PP
+  * Prettyprint
+  * Drb 2.1.0
+  * Pathname 0.2.0
+  * Digest 3.1.0.pre2
+  * Un 0.2.0
+* The following bundled gems are updated.
+  * minitest 5.14.4
+  * power_assert 2.0.1
+  * rake 13.0.6
+  * test-unit 3.5.0
+  * rbs 1.6.2
+  * typeprof 0.20.0
+* The following default gems are now bundled gems.
+  * net-ftp
+  * net-imap
+  * net-pop
+  * net-smtp
+  * matrix
+  * prime
 
 ## Compatibility issues
 
-- 
cgit v1.2.1


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

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