summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-05 20:21:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-05 20:21:31 +0900
commitb2ca183cc94c3de89c68d81d086c7884d142fb17 (patch)
treeecf84dab0d2d6fff8fba2c46196d25de911f95f6 /doc
parent4dba0c1a8e3cc08664872e637099c4e7d58d24d3 (diff)
Promote un.rb to the default gems. It's preparation for 3.0.0-preview2.
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index cb7c20f611..5acfa817e2 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -43,8 +43,6 @@ Zachary Scott (zzak)
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
-[lib/un.rb]
- WATANABE Hirofumi (eban)
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
Martin J. Dürst
@@ -262,6 +260,8 @@ Zachary Scott (zzak)
[lib/tsort.rb]
Tanaka Akira (akr)
https://github.com/ruby/tsort
+[lib/un.rb]
+ WATANABE Hirofumi (eban)
[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 b1a25c4415..d25bfbf428 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -11,7 +11,6 @@ description.
MakeMakefile:: Module used to generate a Makefile for C extensions
RbConfig:: Information of your configure and build of Ruby
Gem:: Package management framework for Ruby
-un.rb:: Utilities to replace common UNIX commands
== Extensions
@@ -78,6 +77,7 @@ 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
+un.rb:: Utilities to replace common UNIX commands
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