diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-13 17:52:23 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-02-13 18:41:55 +0900 |
| commit | aa2dd36131b22221be37a7925eb5c30545020668 (patch) | |
| tree | 2f2effaa6bc221ddd28fbd53ecc258701ca979e7 | |
| parent | 22408088ff37fd6e2c8a27d3a1af03ef78e440fd (diff) | |
Removed net-pop
| -rw-r--r-- | doc/maintainers.md | 5 | ||||
| -rw-r--r-- | doc/standard_library.md | 2 | ||||
| -rw-r--r-- | gems/bundled_gems | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md index 1370a83432..11c7e9ab08 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -430,11 +430,6 @@ It may needs to make consensus on ruby-core/ruby-dev before making major changes * https://github.com/ruby/net-imap * https://rubygems.org/gems/net-imap -### net-pop - -* https://github.com/ruby/net-pop -* https://rubygems.org/gems/net-pop - ### net-smtp * TOMITA Masahiro ([tmtm]) diff --git a/doc/standard_library.md b/doc/standard_library.md index 86002bd9dd..91a50af0c3 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -96,7 +96,6 @@ of each. - [rexml][rexml-doc] ([GitHub][rexml]): An XML toolkit for Ruby - [rss]: A family of libraries supporting various XML-based "feeds" - [net-imap]: Ruby client API for the Internet Message Access Protocol -- [net-pop]: Ruby client library for POP3 - [net-smtp]: Simple Mail Transfer Protocol client library for Ruby - [matrix]: Represents a mathematical matrix - [prime]: Prime numbers and factorization library @@ -165,7 +164,6 @@ of each. [mutex_m]: https://github.com/ruby/mutex_m [net-http]: https://github.com/ruby/net-http [net-imap]: https://github.com/ruby/net-imap -[net-pop]: https://github.com/ruby/net-pop [net-smtp]: https://github.com/ruby/net-smtp [nkf]: https://github.com/ruby/nkf [observer]: https://github.com/ruby/observer diff --git a/gems/bundled_gems b/gems/bundled_gems index ecd66c74b7..6d79be7a97 100644 --- a/gems/bundled_gems +++ b/gems/bundled_gems @@ -13,7 +13,6 @@ test-unit 3.7.7 https://github.com/test-unit/test-unit rexml 3.4.4 https://github.com/ruby/rexml rss 0.3.2 https://github.com/ruby/rss net-imap 0.6.2 https://github.com/ruby/net-imap d9ae35ef913a45f83387b8444cdce4fb1cbf01af -net-pop 0.1.2 https://github.com/ruby/net-pop net-smtp 0.5.1 https://github.com/ruby/net-smtp matrix 0.4.3 https://github.com/ruby/matrix prime 0.1.4 https://github.com/ruby/prime |
