aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 19:21:47 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commit2a0ed5691efbc602a4403ec09e6f91e89baa5507 (patch)
treee197106483134f9e93fa2cdd614d037ec0992ed6 /doc
parent9a90a4d953a4d1f8e5977cd8d2bab59637de5348 (diff)
downloadruby-2a0ed5691efbc602a4403ec09e6f91e89baa5507.tar.gz
Promote timeout to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc5
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 062c492276..57a7aa44c9 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -93,8 +93,6 @@ Zachary Scott (zzak)
_unmaintained_
[lib/time.rb]
Tanaka Akira (akr)
-[lib/timeout.rb]
- Yukihiro Matsumoto (matz)
[lib/tsort.rb]
Tanaka Akira (akr)
[lib/un.rb]
@@ -257,6 +255,9 @@ Zachary Scott (zzak)
Yukihiro Matsumoto (matz)
https://github.com/ruby/singleton
https://rubygems.org/gems/singleton
+[lib/timeout.rb]
+ Yukihiro Matsumoto (matz)
+ https://github.com/ruby/timeout
[lib/thwait.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/thwait
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index dc777b422b..0ffa6e5ca3 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -34,7 +34,6 @@ Set:: Provides a class to deal with collections of unordered, unique values
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Tempfile:: A utility class for managing temporary files
Time:: Extends the Time class with methods for parsing and conversion
-Timeout:: Auto-terminate potentially long-running operations in Ruby
tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
TSort:: Topological sorting using Tarjan's algorithm
un.rb:: Utilities to replace common UNIX commands
@@ -86,6 +85,7 @@ RDoc:: Produces HTML and command-line documentation for Ruby
REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
Singleton:: Implementation of the Singleton pattern for Ruby
+Timeout:: Auto-terminate potentially long-running operations in Ruby
Tracer:: Outputs a source level execution trace of a Ruby program
WEBrick:: An HTTP server toolkit for Ruby