summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 21:53:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 21:53:09 +0900
commit01828a955a2d776263bda84ee12d9ea922bbfa01 (patch)
tree314b716034d78afa4bcd45f537671f7b1edc3a21 /doc
parentb194973dcd5eda6c9e256029ea39dc532ae18962 (diff)
Promote tsort 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 087feb5134..05049e6a49 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -67,8 +67,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[lib/time.rb]
Tanaka Akira (akr)
-[lib/tsort.rb]
- Tanaka Akira (akr)
[lib/un.rb]
WATANABE Hirofumi (eban)
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
@@ -255,6 +253,9 @@ Zachary Scott (zzak)
[lib/tracer.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/tracer
+[lib/tsort.rb]
+ Tanaka Akira (akr)
+ https://github.com/ruby/tsort
[lib/uri.rb, lib/uri/*]
YAMADA, Akira (akira)
https://github.com/ruby/uri
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index fd5b8c567d..7e4c13b329 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -23,7 +23,6 @@ Gem:: Package management framework for Ruby
SecureRandom:: Interface for secure random number generator
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
Time:: Extends the Time class with methods for parsing and conversion
-TSort:: Topological sorting using Tarjan's algorithm
un.rb:: Utilities to replace common UNIX commands
== Extensions
@@ -80,6 +79,7 @@ Tempfile:: A utility class for managing temporary files
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
+TSort:: Topological sorting using Tarjan's algorithm
URI:: A Ruby module providing support for Uniform Resource Identifiers
WEBrick:: An HTTP server toolkit for Ruby
YAML:: Ruby client library for the Psych YAML implementation