mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move an entry of net-ftp to the default gems section
This commit is contained in:
parent
9cb1ffaa5c
commit
fa1cf777db
2 changed files with 4 additions and 3 deletions
|
@ -52,8 +52,6 @@ Zachary Scott (zzak)
|
||||||
Kazuki Tsujimoto (ktsj)
|
Kazuki Tsujimoto (ktsj)
|
||||||
[lib/mkmf.rb]
|
[lib/mkmf.rb]
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
[lib/net/http.rb, lib/net/https.rb]
|
|
||||||
NARUSE, Yui (naruse)
|
|
||||||
[lib/open-uri.rb]
|
[lib/open-uri.rb]
|
||||||
Tanaka Akira (akr)
|
Tanaka Akira (akr)
|
||||||
[lib/optparse.rb, lib/optparse/*]
|
[lib/optparse.rb, lib/optparse/*]
|
||||||
|
@ -187,6 +185,9 @@ Zachary Scott (zzak)
|
||||||
[lib/net/ftp.rb]
|
[lib/net/ftp.rb]
|
||||||
Shugo Maeda (shugo)
|
Shugo Maeda (shugo)
|
||||||
https://github.com/ruby/net-ftp
|
https://github.com/ruby/net-ftp
|
||||||
|
[lib/net/http.rb, lib/net/https.rb]
|
||||||
|
NARUSE, Yui (naruse)
|
||||||
|
https://github.com/ruby/net-http
|
||||||
[lib/net/imap.rb]
|
[lib/net/imap.rb]
|
||||||
Shugo Maeda (shugo)
|
Shugo Maeda (shugo)
|
||||||
https://github.com/ruby/net-imap
|
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
|
ERB:: An easy to use but powerful templating system for Ruby
|
||||||
Find:: This module supports top-down traversal of a set of file paths
|
Find:: This module supports top-down traversal of a set of file paths
|
||||||
MakeMakefile:: Module used to generate a Makefile for C extensions
|
MakeMakefile:: Module used to generate a Makefile for C extensions
|
||||||
Net::HTTP:: HTTP client api for Ruby
|
|
||||||
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
|
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
|
||||||
OptionParser:: Ruby-oriented class for command-line option analysis
|
OptionParser:: Ruby-oriented class for command-line option analysis
|
||||||
PP:: Provides a PrettyPrinter for Ruby objects
|
PP:: Provides a PrettyPrinter for Ruby objects
|
||||||
|
@ -67,6 +66,7 @@ Logger:: Provides a simple logging utility for outputting messages
|
||||||
Matrix:: Represents a mathematical matrix.
|
Matrix:: Represents a mathematical matrix.
|
||||||
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
Mutex_m:: Mixin to extend objects to be handled like a Mutex
|
||||||
Net::FTP:: Support for the File Transfer Protocol
|
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::IMAP:: Ruby client api for Internet Message Access Protocol
|
||||||
Net::POP3:: Ruby client library for POP3
|
Net::POP3:: Ruby client library for POP3
|
||||||
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
|
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue