ruby-changes:52059
From: hsbt <ko1@a...>
Date: Fri, 10 Aug 2018 15:06:38 +0900 (JST)
Subject: [ruby-changes:52059] hsbt:r64267 (trunk): Move IPAddr to deafult gems category.
hsbt 2018-08-10 15:06:32 +0900 (Fri, 10 Aug 2018) New Revision: 64267 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64267 Log: Move IPAddr to deafult gems category. Modified files: trunk/doc/maintainers.rdoc trunk/doc/standard_library.rdoc Index: doc/maintainers.rdoc =================================================================== --- doc/maintainers.rdoc (revision 64266) +++ doc/maintainers.rdoc (revision 64267) @@ -60,8 +60,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L60 Kazuki Tsujimoto (ktsj) [lib/getoptlong.rb] _unmaintained_ -[lib/ipaddr.rb] - Akinori MUSHA (knu) [lib/mkmf.rb] _unmaintained_ [lib/monitor.rb] @@ -193,6 +191,8 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L191 https://github.com/ruby/fileutils [lib/forwardable.rb] Keiju ISHITSUKA (keiju) +[lib/ipaddr.rb] + Akinori MUSHA (knu) [lib/irb.rb, lib/irb/*] Keiju ISHITSUKA (keiju) [lib/logger.rb] Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 64266) +++ doc/standard_library.rdoc (revision 64267) @@ -19,7 +19,6 @@ English.rb:: Require 'English.rb' to ref https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L19 ERB:: An easy to use but powerful templating system for Ruby Find:: This module supports top-down traversal of a set of file paths GetoptLong:: Parse command line options similar to the GNU C getopt_long() -IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses MakeMakefile:: Module used to generate a Makefile for C extensions Monitor:: Provides an object or module to use safely by more than one thread Net::FTP:: Support for the File Transfer Protocol @@ -81,6 +80,7 @@ CSV:: Provides an interface to read and https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L80 E2MM:: Module for defining custom exceptions with specific messages FileUtils:: Several file utility methods for copying, moving, removing, etc Forwardable:: Provides delegation of specified methods to a designated object +IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/