summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:10:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-30 21:10:28 +0900
commitd75b42a70aa4c4ceed3f4d71a51aba3586ebbf2e (patch)
tree4762e977f6e1fe272a828803e87f7fd3447328cc /doc
parentec1ab1d46542a5332b887b750f694836fd5e44b9 (diff)
Promote io-wait to the default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc5
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 963c369c7b..0eebb459fb 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -94,8 +94,6 @@ Zachary Scott (zzak)
Koichi Sasada (ko1)
[ext/io/nonblock]
Nobuyuki Nakada (nobu)
-[ext/io/wait]
- Nobuyuki Nakada (nobu)
[ext/monitor]
Koichi Sasada (ko1)
[ext/nkf]
@@ -309,6 +307,9 @@ Zachary Scott (zzak)
Nobuyuki Nakada (nobu)
https://github.com/ruby/io-console
https://rubygems.org/gems/io-console
+[ext/io/wait]
+ Nobuyuki Nakada (nobu)
+ https://github.com/ruby/io-wait
[ext/json]
NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt)
https://github.com/flori/json
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 0d1e87a558..fba8a29f84 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -98,6 +98,7 @@ Fcntl:: Loads constants defined in the OS fcntl.h C header file
Fiddle:: A libffi wrapper for Ruby
GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO::console:: Console interface
+IO::wait::
JSON:: Implements Javascript Object Notation for Ruby
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Psych:: A YAML parser and emitter for Ruby