summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-02 01:14:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-02 01:14:24 +0000
commitccc52902c00ac3758c2e20105bb33fae5a08583b (patch)
tree7bb9525ba69a1eeb1f8b64cb1ea231257231f6e8 /doc
parent9b6175b2823238a54068e20f0b3558de803413d2 (diff)
Promote RSS library to default gems.
Its upstream was moved to https://github.com/ruby/rss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63550 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 ac274a8619..e580e4e079 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -122,8 +122,6 @@ Zachary Scott (zzak)
Kouhei Sutou (kou)
[lib/rinda/*]
Masatoshi SEKI (seki)
-[lib/rss.rb, lib/rss/*]
- Kouhei Sutou (kou)
[lib/rubygems.rb, lib/ubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
@@ -220,6 +218,8 @@ Zachary Scott (zzak)
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/rdoc
+[lib/rss.rb, lib/rss/*]
+ Kouhei Sutou (kou)
[lib/scanf.rb]
David A. Black (dblack)
https://github.com/ruby/scanf
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index ff6f6238d8..aa077e210e 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -52,7 +52,6 @@ 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
-RSS:: Family of libraries that support various formats of XML "feeds"
Gem:: Package management framework for Ruby
SecureRandom:: Interface for secure random number generator
Set:: Provides a class to deal with collections of unordered, unique values
@@ -96,6 +95,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
+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