aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 20:14:17 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 20:16:03 +0900
commitfdfad905227a0e2e4c224d87181041fb75d5082e (patch)
treec333cde856fbc8527bf8fdd9d63b8ad736acbfb1 /doc
parent4dd1caa12964c6932009a3548de121a861435b8e (diff)
downloadruby-fdfad905227a0e2e4c224d87181041fb75d5082e.tar.gz
Revert "Promote uri to default gems"
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc5
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 1f32b2dd6e..f486729f26 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -99,6 +99,8 @@ Zachary Scott (zzak)
WATANABE Hirofumi (eban)
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
Martin J. Dürst
+[lib/uri.rb, lib/uri/*]
+ YAMADA, Akira (akira)
[lib/weakref.rb]
_unmaintained_
@@ -261,9 +263,6 @@ Zachary Scott (zzak)
[lib/tracer.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/tracer
-[lib/uri.rb, lib/uri/*]
- YAMADA, Akira (akira)
- https://github.com/ruby/uri
[lib/webrick.rb, lib/webrick/*]
Eric Wong (normalperson)
https://bugs.ruby-lang.org/
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index b8b445acf0..4927ea1be8 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -37,6 +37,7 @@ Time:: Extends the Time class with methods for parsing and conversion
tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
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
== Extensions
@@ -85,7 +86,6 @@ 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
-URI:: A Ruby module providing support for Uniform Resource Identifiers
WEBrick:: An HTTP server toolkit for Ruby
YAML:: Ruby client library for the Psych YAML implementation