summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 22:01:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-11 22:01:08 +0900
commit01e0d74965ccaa6382bae883adac5f556590023a (patch)
treeb38da321673414b9f1656572ad584ab669458fa1 /doc
parente0675b1c7645416015cb882bc4ab11a0e46a4a0b (diff)
Promote resolv-replace 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 ebea636872..30e0cdef51 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -48,8 +48,6 @@ Zachary Scott (zzak)
Tanaka Akira (akr)
[lib/prettyprint.rb]
Tanaka Akira (akr)
-[lib/resolv-replace.rb]
- Tanaka Akira (akr)
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
@@ -217,6 +215,9 @@ Zachary Scott (zzak)
[lib/resolv.rb]
Tanaka Akira (akr)
https://github.com/ruby/resolv
+[lib/resolv-replace.rb]
+ Tanaka Akira (akr)
+ https://github.com/ruby/resolv-replace
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/rdoc
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 1cdf715643..50b9649230 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -14,7 +14,6 @@ MakeMakefile:: Module used to generate a Makefile for C extensions
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
-resolv-replace.rb:: Replace Socket DNS with Resolv
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
@@ -68,6 +67,7 @@ Prime:: Prime numbers and factorization library
PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
Resolv:: Thread-aware DNS resolver library in Ruby
+resolv-replace.rb:: Replace Socket DNS with Resolv
RDoc:: Produces HTML and command-line documentation for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
SecureRandom:: Interface for secure random number generator