aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-02 06:02:51 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-02 06:02:51 +0000
commit1b6a18b4f6da67d1bc9b8c7df37347dc815c4320 (patch)
tree70bd8bc58a9a39db085ea46c5ea07a70019c0dae /doc
parent8bee95b27b342156d44c69bce7096c467ea0e735 (diff)
downloadruby-1b6a18b4f6da67d1bc9b8c7df37347dc815c4320.tar.gz
Promote REXML to default gems.
* upstream repostiory is https://github.com/ruby/rexml git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 e580e4e079..2f1cbe914e 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -118,8 +118,6 @@ Zachary Scott (zzak)
Tanaka Akira (akr)
[lib/resolv.rb]
Tanaka Akira (akr)
-[lib/rexml/*]
- Kouhei Sutou (kou)
[lib/rinda/*]
Masatoshi SEKI (seki)
[lib/rubygems.rb, lib/ubygems.rb, lib/rubygems/*]
@@ -218,6 +216,8 @@ Zachary Scott (zzak)
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/rdoc
+[lib/rexml/*]
+ Kouhei Sutou (kou)
[lib/rss.rb, lib/rss/*]
Kouhei Sutou (kou)
[lib/scanf.rb]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index aa077e210e..db06110de0 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -50,7 +50,6 @@ Racc:: A LALR(1) parser generator written in Ruby.
RbConfig:: Information of your configure and build of Ruby
resolv-replace.rb:: Replace Socket DNS with Resolv
Resolv:: Thread-aware DNS resolver library in Ruby
-REXML:: An XML toolkit for Ruby
Rinda:: The Linda distributed computing paradigm in Ruby
Gem:: Package management framework for Ruby
SecureRandom:: Interface for secure random number generator
@@ -95,6 +94,7 @@ CMath:: Provides Trigonometric and Transcendental functions for complex numbers
CSV:: Provides an interface to read and write CSV files and data
FileUtils:: Several file utility methods for copying, moving, removing, etc
RDoc:: Produces HTML and command-line documentation for Ruby
+REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
Scanf:: A Ruby implementation of the C function scanf(3)
WEBrick:: An HTTP server toolkit for Ruby