aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 08:48:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit6797c3e371c3e91a2796f2ec1f3b4a3f24edf1d6 (patch)
treeb4a3e3f0c4bd15fa815c7aad7d01a0570ed54f56 /doc
parent478f6e2b34c985bd2305895b9eec6918338e8ee2 (diff)
downloadruby-6797c3e371c3e91a2796f2ec1f3b4a3f24edf1d6.tar.gz
Promote getoptlong to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index e5f5b1865e..1a02f5ea80 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -58,8 +58,6 @@ Zachary Scott (zzak)
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
[lib/find.rb]
Kazuki Tsujimoto (ktsj)
-[lib/getoptlong.rb]
- _unmaintained_
[lib/mkmf.rb]
_unmaintained_
[lib/monitor.rb]
@@ -185,6 +183,10 @@ Zachary Scott (zzak)
Keiju ISHITSUKA (keiju)
https://github.com/ruby/forwardable
https://rubygems.org/gems/forwardable
+[lib/getoptlong.rb]
+ _unmaintained_
+ https://github.com/ruby/getoptlong
+ https://rubygems.org/gems/getoptlong
[lib/ipaddr.rb]
Akinori MUSHA (knu)
https://github.com/ruby/ipaddr
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index ca12529846..fc301d6ab4 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -18,7 +18,6 @@ DRb:: Distributed object system for Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
ERB:: An easy to use but powerful templating system for Ruby
Find:: This module supports top-down traversal of a set of file paths
-GetoptLong:: Parse command line options similar to the GNU C getopt_long()
MakeMakefile:: Module used to generate a Makefile for C extensions
Monitor:: Provides an object or module to use safely by more than one thread
Net::FTP:: Support for the File Transfer Protocol
@@ -74,6 +73,7 @@ CSV:: Provides an interface to read and write CSV files and data
E2MM:: Module for defining custom exceptions with specific messages
FileUtils:: Several file utility methods for copying, moving, removing, etc
Forwardable:: Provides delegation of specified methods to a designated object
+GetoptLong:: Parse command line options similar to the GNU C getopt_long()
IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses
IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop)
Logger:: Provides a simple logging utility for outputting messages