From 2a0ed5691efbc602a4403ec09e6f91e89baa5507 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 Nov 2019 19:21:47 +0900 Subject: Promote timeout to default gems --- doc/maintainers.rdoc | 5 +++-- doc/standard_library.rdoc | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3