aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 15:38:40 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit223d3c460a25e47577b6414e3ed141e54864c8dd (patch)
treea307c171dd3521548725db797951b055ae662c13 /doc
parenteb0b13596d9130683937f11b207baf258b266edc (diff)
downloadruby-223d3c460a25e47577b6414e3ed141e54864c8dd.tar.gz
Promote net-smtp to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 888a936bab..64089cc501 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -66,8 +66,6 @@ Zachary Scott (zzak)
NARUSE, Yui (naruse)
[lib/net/protocol.rb]
_unmaintained_
-[lib/net/smtp.rb]
- _unmaintained_
[lib/observer.rb]
_unmaintained_
[lib/open-uri.rb]
@@ -211,6 +209,10 @@ Zachary Scott (zzak)
_unmaintained_
https://github.com/ruby/net-pop
https://rubygems.org/gems/net-pop
+[lib/net/smtp.rb]
+ _unmaintained_
+ https://github.com/ruby/net-smtp
+ https://rubygems.org/gems/net-smtp
[lib/open3.rb]
_unmaintained_
https://github.com/ruby/open3
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 3976d0f902..b6b0eb41de 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::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
OptionParser:: Ruby-oriented class for command-line option analysis
@@ -78,6 +77,7 @@ 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
+Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
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