summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-10 18:56:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-10 18:56:17 +0900
commitcf76a4a5c28ee41221d961935e08404a0ceac6df (patch)
tree2b8a2ead5c596d33385cdb671d5b58d8f07d9aaf /doc
parentcf681038d621bbd8bb7808b7b153535397df0e68 (diff)
Promote base64 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 4b8a02907b..00632c73c2 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -38,8 +38,6 @@ Zachary Scott (zzak)
=== Libraries
-[lib/base64.rb]
- Yusuke Endoh (mame)
[lib/drb.rb, lib/drb/*]
Masatoshi SEKI (seki)
[lib/debug.rb]
@@ -105,6 +103,9 @@ Zachary Scott (zzak)
[lib/abbrev.rb]
Akinori MUSHA (knu)
https://github.com/ruby/abbrev
+[lib/base64.rb]
+ https://github.com/ruby/base64
+ Yusuke Endoh (mame)
[lib/benchmark.rb]
_unmaintained_
https://github.com/ruby/benchmark
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 74d9301b09..c226ca48d9 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -8,7 +8,6 @@ description.
== Libraries
-Base64:: Support for encoding and decoding binary data using a Base64 representation
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
MakeMakefile:: Module used to generate a Makefile for C extensions
@@ -41,6 +40,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
== Libraries
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
+Base64:: Support for encoding and decoding binary data using a Base64 representation
Benchmark:: Provides methods to measure and report the time used to execute code
Bundler:: Manage your Ruby application's gem dependencies
CGI:: Support for the Common Gateway Interface protocol