From 6042b7433d02b2bb871e9cf0042a21b031814e9f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Sat, 12 Sep 2020 08:29:06 +0900 Subject: Promote time.rb 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 30e0cdef51..ed1d7a2a02 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -51,8 +51,6 @@ Zachary Scott (zzak) [lib/rubygems.rb, lib/rubygems/*] Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) https://github.com/rubygems/rubygems -[lib/time.rb] - Tanaka Akira (akr) [lib/un.rb] WATANABE Hirofumi (eban) [lib/unicode_normalize.rb, lib/unicode_normalize/*] @@ -245,6 +243,9 @@ Zachary Scott (zzak) [lib/tempfile.rb] _unmaintained_ https://github.com/ruby/tempfile +[lib/time.rb] + Tanaka Akira (akr) + https://github.com/ruby/time [lib/timeout.rb] Yukihiro Matsumoto (matz) https://github.com/ruby/timeout diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 50b9649230..8406579a91 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -15,7 +15,6 @@ PP:: Provides a PrettyPrinter for Ruby objects PrettyPrinter:: Implements a pretty printing algorithm for readable structure RbConfig:: Information of your configure and build of Ruby Gem:: Package management framework for Ruby -Time:: Extends the Time class with methods for parsing and conversion un.rb:: Utilities to replace common UNIX commands == Extensions @@ -75,6 +74,7 @@ Set:: Provides a class to deal with collections of unordered, unique values Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell Singleton:: Implementation of the Singleton pattern for Ruby 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 Tracer:: Outputs a source level execution trace of a Ruby program -- cgit v1.2.1