summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-13 21:06:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-14 14:42:53 +0900
commit1e316edf6063b8f12b0ec67e3d2404fc919a96f4 (patch)
treedc38c54ffd95bc6a9882408f412a278aad282262 /doc
parent102c2ba65f1fa2a6cdbaaa7d2b466aabfc50e5d7 (diff)
Promote drb to the 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 c936e92059..f0d564da01 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -38,8 +38,6 @@ Zachary Scott (zzak)
=== Libraries
-[lib/drb.rb, lib/drb/*]
- Masatoshi SEKI (seki)
[lib/debug.rb]
_unmaintained_
[lib/mkmf.rb]
@@ -116,6 +114,9 @@ Zachary Scott (zzak)
[lib/did_you_mean.rb]
Yuki Nishijima (yuki24)
https://github.com/ruby/did_you_mean
+[lib/drb.rb, lib/drb/*]
+ Masatoshi SEKI (seki)
+ https://github.com/ruby/drb
[lib/erb.rb]
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
https://github.com/ruby/erb
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 9667853eea..926ec41840 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -9,7 +9,6 @@ description.
== Libraries
DEBUGGER__:: Debugging functionality for Ruby
-DRb:: Distributed object system for Ruby
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
@@ -39,6 +38,7 @@ CGI:: Support for the Common Gateway Interface protocol
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
+DRb:: Distributed object system for Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
ERB:: An easy to use but powerful templating system for Ruby
FileUtils:: Several file utility methods for copying, moving, removing, etc