aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-23 13:23:43 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-23 13:23:43 +0900
commitcbec533677654f9cb5e2a4c21c2f11ae6928bc20 (patch)
tree6e1eb3c64734f18112a2a3d7963c9dbb3a74c437 /NEWS
parent5d7aef20dd972a4398ad2f047710391334b14ac3 (diff)
downloadruby-cbec533677654f9cb5e2a4c21c2f11ae6928bc20.tar.gz
Add gem names [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index eb805327fe..f33964a91a 100644
--- a/NEWS
+++ b/NEWS
@@ -539,11 +539,11 @@ StringScanner::
* The following libraries are no longer bundled gems.
Install corresponding gems to use these features.
- * CMath
- * Scanf
- * Shell
- * Synchronizer
- * ThreadsWait
+ * CMath (cmath gem)
+ * Scanf (scanf gem)
+ * Shell (shell gem)
+ * Synchronizer (sync gem)
+ * ThreadsWait (thwait gem)
Proc::
* Proc#to_s format was changed. [Feature #16101]