summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-01-11 21:48:06 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2020-01-12 12:28:29 +0900
commit83240f315a10b42b53c3b62c1fbc428f97912665 (patch)
tree2d17b6aded6273ecd7b2c8a27bd4accfb7bd5f2d /doc
parentc3ccf23d5807f2ff20127bf5e42df0977bf672fb (diff)
downloadruby-83240f315a10b42b53c3b62c1fbc428f97912665.tar.gz
Make rss library to the bundle gems
[Feature #16485][ruby-core:96683]
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 5 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index c8b4f9af20..87221bb8f9 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -239,10 +239,6 @@ Zachary Scott (zzak)
aycabta
https://github.com/ruby/reline
https://rubygems.org/gems/reline
-[lib/rss.rb, lib/rss/*]
- Kouhei Sutou (kou)
- https://github.com/ruby/rss
- https://rubygems.org/gems/rss
[lib/singleton.rb]
Yukihiro Matsumoto (matz)
https://github.com/ruby/singleton
@@ -355,3 +351,5 @@ Zachary Scott (zzak)
https://github.com/ruby/xmlrpc
[rexml]
https://github.com/ruby/rexml
+[rss]
+ https://github.com/ruby/rss
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 82dda4b532..c9f72a13c5 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -80,7 +80,6 @@ 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.
RDoc:: Produces HTML and command-line documentation for Ruby
-RSS:: Family of libraries that support various formats of XML "feeds"
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
@@ -119,3 +118,4 @@ Rake:: Ruby build program with capabilities similar to make
Test::Unit:: A compatibility layer for MiniTest
XMLRPC:: Remote Procedure Call over HTTP support for Ruby
REXML:: An XML toolkit for Ruby
+RSS:: Family of libraries that support various formats of XML "feeds"