Skip to content

Commit 9c49084

Browse files
committed
Update tsort entries under the doc
1 parent 9580c7d commit 9c49084

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/maintainers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ consensus on ruby-core/ruby-dev.
269269
* https://github.com/ruby/tmpdir
270270
* https://rubygems.org/gems/tmpdir
271271

272-
#### lib/tsort.rb
273-
274-
* Tanaka Akira ([akr])
275-
* https://github.com/ruby/tsort
276-
* https://rubygems.org/gems/tsort
277-
278272
#### lib/un.rb
279273

280274
* WATANABE Hirofumi ([eban])
@@ -628,6 +622,12 @@ It may needs to make consensus on ruby-core/ruby-dev before making major changes
628622
* https://github.com/ruby/repl_type_completor
629623
* https://rubygems.org/gems/repl_type_completor
630624

625+
#### tsort
626+
627+
* Tanaka Akira ([akr])
628+
* https://github.com/ruby/tsort
629+
* https://rubygems.org/gems/tsort
630+
631631
## Platform Maintainers
632632

633633
### mswin64 (Microsoft Windows)

doc/standard_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ of each.
5858
- Time ([GitHub][time]): Extends the Time class with methods for parsing and conversion
5959
- Timeout ([GitHub][timeout]): Auto-terminate potentially long-running operations in Ruby
6060
- TmpDir ([GitHub][tmpdir]): Extends the Dir class to manage the OS temporary file path
61-
- TSort ([GitHub][tsort]): Topological sorting using Tarjan's algorithm
6261
- UN ([GitHub][un]): Utilities to replace common UNIX commands
6362
- URI ([GitHub][uri]): A Ruby module providing support for Uniform Resource Identifiers
6463
- YAML ([GitHub][yaml]): The Ruby client library for the Psych YAML implementation
@@ -126,6 +125,7 @@ of each.
126125
- [reline][reline-doc] ([GitHub][reline]): GNU Readline and Editline in a pure Ruby implementation
127126
- [readline]: Wrapper for the Readline extension and Reline
128127
- [fiddle]: A libffi wrapper for Ruby
128+
- [tsort]: Topological sorting using Tarjan's algorithm
129129

130130
## Tools
131131

0 commit comments

Comments
 (0)