summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-26 15:52:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 14:42:11 +0900
commitaa9726f7b99a7ace3d371b278288235c57f8e91a (patch)
treec0e30f57ec346916986daa73c4336fcaccc1c5f6 /doc
parentd5bc6b23370908f19d1a4a19ead56e61444f0974 (diff)
Promote net-pop to the bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4530
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 429a690a55..591b5c4e12 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -158,10 +158,6 @@ Yukihiro Matsumoto (matz)
NARUSE, Yui (naruse)
https://github.com/ruby/net-http
https://rubygems.org/gems/net-http
-[lib/net/pop.rb]
- _unmaintained_
- https://github.com/ruby/net-pop
- https://rubygems.org/gems/net-pop
[lib/net/smtp.rb]
TOMITA Masahiro (tmtm)
https://github.com/ruby/net-smtp
@@ -387,6 +383,8 @@ Yukihiro Matsumoto (matz)
https://github.com/ruby/net-ftp
[net-imap]
https://github.com/ruby/net-imap
+[net-pop]
+ https://github.com/ruby/net-pop
[matrix]
https://github.com/ruby/matrix
[prime]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 9bdcf79f78..089b253e1c 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -47,7 +47,6 @@ OptionParser:: Ruby-oriented class for command-line option analysis
Logger:: Provides a simple logging utility for outputting messages
Mutex_m:: Mixin to extend objects to be handled like a Mutex
Net::HTTP:: HTTP client api for Ruby
-Net::POP3:: Ruby client library for POP3
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
Open3:: Provides access to stdin, stdout and stderr when running other programs
@@ -109,6 +108,7 @@ REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
Net::FTP:: Support for the File Transfer Protocol
Net::IMAP:: Ruby client api for Internet Message Access Protocol
+Net::POP3:: Ruby client library for POP3
Matrix:: Represents a mathematical matrix.
Prime:: Prime numbers and factorization library
RBS:: RBS is a language to describe the structure of Ruby programs