aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 20:18:08 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commit8c9438d219885fb26ca2e7cfc6ca38dd0bcb3db6 (patch)
treecd8a8fee19890ac8735cf074e7e4fd82d2c5fb26 /doc
parent2a0ed5691efbc602a4403ec09e6f91e89baa5507 (diff)
downloadruby-8c9438d219885fb26ca2e7cfc6ca38dd0bcb3db6.tar.gz
Promote yaml 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 57a7aa44c9..f486729f26 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -103,8 +103,6 @@ Zachary Scott (zzak)
YAMADA, Akira (akira)
[lib/weakref.rb]
_unmaintained_
-[lib/yaml.rb, lib/yaml/*]
- Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
=== Extensions
@@ -269,6 +267,9 @@ Zachary Scott (zzak)
Eric Wong (normalperson)
https://bugs.ruby-lang.org/
https://rubygems.org/gems/webrick
+[lib/yaml.rb, lib/yaml/*]
+ Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
+ https://github.com/ruby/yaml
=== Extensions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 0ffa6e5ca3..4927ea1be8 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -39,7 +39,6 @@ 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
WeakRef:: Allows a referenced object to be garbage-collected
-YAML:: Ruby client library for the Psych YAML implementation
== Extensions
@@ -88,6 +87,7 @@ Singleton:: Implementation of the Singleton pattern for Ruby
Timeout:: Auto-terminate potentially long-running operations in Ruby
Tracer:: Outputs a source level execution trace of a Ruby program
WEBrick:: An HTTP server toolkit for Ruby
+YAML:: Ruby client library for the Psych YAML implementation
== Extensions