From eb0b13596d9130683937f11b207baf258b266edc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2019 15:24:59 +0900 Subject: Promote net-pop to default gems --- doc/maintainers.rdoc | 6 ++++-- doc/standard_library.rdoc | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index b6b361588a..888a936bab 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -64,8 +64,6 @@ Zachary Scott (zzak) Shugo Maeda (shugo) [lib/net/http.rb, lib/net/https.rb] NARUSE, Yui (naruse) -[lib/net/pop.rb] - _unmaintained_ [lib/net/protocol.rb] _unmaintained_ [lib/net/smtp.rb] @@ -209,6 +207,10 @@ Zachary Scott (zzak) Keiju ISHITSUKA (keiju) https://github.com/ruby/mutex_m https://rubygems.org/gems/mutex_m +[lib/net/pop.rb] + _unmaintained_ + https://github.com/ruby/net-pop + https://rubygems.org/gems/net-pop [lib/open3.rb] _unmaintained_ https://github.com/ruby/open3 diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index d38570e6cf..3976d0f902 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -21,7 +21,6 @@ Monitor:: Provides an object or module to use safely by more than one thread Net::FTP:: Support for the File Transfer Protocol Net::HTTP:: HTTP client api for Ruby Net::IMAP:: Ruby client api for Internet Message Access Protocol -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 OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP @@ -78,6 +77,7 @@ IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) Logger:: Provides a simple logging utility for outputting messages Matrix:: Represents a mathematical matrix. Mutex_m:: Mixin to extend objects to be handled like a Mutex +Net::POP3:: Ruby client library for POP3 Open3:: Provides access to stdin, stdout and stderr when running other programs OpenStruct:: Class to build custom data structures, similar to a Hash Prime:: Prime numbers and factorization library -- cgit v1.2.3