summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-02 19:57:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-10 18:06:25 +0900
commit0e73b49b4c35a3ae8fd5530a730556b4e4ef4377 (patch)
tree29fb95e3cfc2da4515894b2f6f9ba4a9baa5386a /doc
parent087ac34fb2f6fa74bd84a290d511f4d47a286119 (diff)
Promote webrick to bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3729
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 c097262f34..8a2fc27fb0 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -293,10 +293,6 @@ Yukihiro Matsumoto (matz)
YAMADA, Akira (akira)
https://github.com/ruby/uri
https://rubygems.org/gems/uri
-[lib/webrick.rb, lib/webrick/*]
- 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
@@ -419,3 +415,5 @@ Yukihiro Matsumoto (matz)
https://github.com/ruby/rbs
[typeprof]
https://github.com/ruby/typeprof
+[lib/webrick.rb, lib/webrick/*]
+ https://github.com/ruby/webrick
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index d25bfbf428..af13b371ea 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -79,7 +79,6 @@ Tracer:: Outputs a source level execution trace of a Ruby program
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
-WEBrick:: An HTTP server toolkit for Ruby
YAML:: Ruby client library for the Psych YAML implementation
WeakRef:: Allows a referenced object to be garbage-collected
@@ -117,3 +116,4 @@ REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
RBS:: RBS is a language to describe the structure of Ruby programs
TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
+WEBrick:: An HTTP server toolkit for Ruby