Move an entry of net-ftp to the default gems section

This commit is contained in:
Hiroshi SHIBATA 2020-02-21 19:56:15 +09:00
Родитель f08d8e5e85
Коммит a294ec1622
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -52,8 +52,6 @@ Zachary Scott (zzak)
Kazuki Tsujimoto (ktsj)
[lib/mkmf.rb]
_unmaintained_
[lib/net/ftp.rb]
Shugo Maeda (shugo)
[lib/net/http.rb, lib/net/https.rb]
NARUSE, Yui (naruse)
[lib/open-uri.rb]
@ -186,6 +184,9 @@ Zachary Scott (zzak)
Keiju ISHITSUKA (keiju)
https://github.com/ruby/mutex_m
https://rubygems.org/gems/mutex_m
[lib/net/ftp.rb]
Shugo Maeda (shugo)
https://github.com/ruby/net-ftp
[lib/net/imap.rb]
Shugo Maeda (shugo)
https://github.com/ruby/net-imap

Просмотреть файл

@ -15,7 +15,6 @@ DRb:: Distributed object system for Ruby
ERB:: An easy to use but powerful templating system for Ruby
Find:: This module supports top-down traversal of a set of file paths
MakeMakefile:: Module used to generate a Makefile for C extensions
Net::FTP:: Support for the File Transfer Protocol
Net::HTTP:: HTTP client api for Ruby
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
OptionParser:: Ruby-oriented class for command-line option analysis
@ -67,6 +66,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::FTP:: Support for the File Transfer Protocol
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