[前][次][番号順一覧][スレッド一覧]

ruby-changes:60147

From: Hiroshi <ko1@a...>
Date: Fri, 21 Feb 2020 21:42:49 +0900 (JST)
Subject: [ruby-changes:60147] a294ec1622 (master): Move an entry of net-ftp to the default gems section

https://git.ruby-lang.org/ruby.git/commit/?id=a294ec1622

From a294ec162235cb9a0ed62ede0bbf9d2f11b30592 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 21 Feb 2020 19:56:15 +0900
Subject: Move an entry of net-ftp to the default gems section


diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 4d2d798..54ef126 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -52,8 +52,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L52
   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) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L184
   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
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 9b239c4..2b8d044 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -15,7 +15,6 @@ DRb:: Distributed object system for Ruby https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L15
 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) https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L66
 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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]