diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-01-08 15:45:41 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-01-08 18:48:00 +0900 |
| commit | 9c49084a203a4b8a3abca653dee6781b9e5ed5fb (patch) | |
| tree | 95022941bf198e8bbe273f5b530737baec22d244 /doc | |
| parent | 9580c7d07bb048386f75be994ea33d2870d2e177 (diff) | |
Update tsort entries under the doc
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/maintainers.md | 12 | ||||
| -rw-r--r-- | doc/standard_library.md | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md index 244912cb20..46840343ca 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -269,12 +269,6 @@ consensus on ruby-core/ruby-dev. * https://github.com/ruby/tmpdir * https://rubygems.org/gems/tmpdir -#### lib/tsort.rb - -* Tanaka Akira ([akr]) -* https://github.com/ruby/tsort -* https://rubygems.org/gems/tsort - #### lib/un.rb * WATANABE Hirofumi ([eban]) @@ -628,6 +622,12 @@ It may needs to make consensus on ruby-core/ruby-dev before making major changes * https://github.com/ruby/repl_type_completor * https://rubygems.org/gems/repl_type_completor +#### tsort + +* Tanaka Akira ([akr]) +* https://github.com/ruby/tsort +* https://rubygems.org/gems/tsort + ## Platform Maintainers ### mswin64 (Microsoft Windows) diff --git a/doc/standard_library.md b/doc/standard_library.md index 0c48ac0cdd..7a477283a9 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -58,7 +58,6 @@ of each. - Time ([GitHub][time]): Extends the Time class with methods for parsing and conversion - Timeout ([GitHub][timeout]): Auto-terminate potentially long-running operations in Ruby - TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path -- TSort ([GitHub][tsort]): Topological sorting using Tarjan's algorithm - UN ([GitHub][un]): Utilities to replace common UNIX commands - URI ([GitHub][uri]): A Ruby module providing support for Uniform Resource Identifiers - YAML ([GitHub][yaml]): The Ruby client library for the Psych YAML implementation @@ -126,6 +125,7 @@ of each. - [reline][reline-doc] ([GitHub][reline]): GNU Readline and Editline in a pure Ruby implementation - [readline]: Wrapper for the Readline extension and Reline - [fiddle]: A libffi wrapper for Ruby +- [tsort]: Topological sorting using Tarjan's algorithm ## Tools |
