ruby-changes:4331
From: ko1@a...
Date: Fri, 21 Mar 2008 21:15:31 +0900 (JST)
Subject: [ruby-changes:4331] knu - Ruby:r15821 (trunk): * lib/ipaddr.rb: Say that I am the current maintainer.
knu 2008-03-21 21:15:06 +0900 (Fri, 21 Mar 2008)
New Revision: 15821
Modified files:
trunk/ChangeLog
trunk/ext/syslog/syslog.txt
trunk/lib/ipaddr.rb
trunk/lib/set.rb
trunk/lib/shellwords.rb
Log:
* lib/ipaddr.rb: Say that I am the current maintainer.
* lib/set.rb: Ditto.
* lib/shellwords.rb: Ditto.
* ext/syslog/syslog.txt: Ditto.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/shellwords.rb?r1=15821&r2=15820&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/ipaddr.rb?r1=15821&r2=15820&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15821&r2=15820&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/set.rb?r1=15821&r2=15820&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/syslog/syslog.txt?r1=15821&r2=15820&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15820)
+++ ChangeLog (revision 15821)
@@ -1,3 +1,13 @@
+Fri Mar 21 21:10:00 2008 Akinori MUSHA <knu@i...>
+
+ * lib/ipaddr.rb: Say that I am the current maintainer.
+
+ * lib/set.rb: Ditto.
+
+ * lib/shellwords.rb: Ditto.
+
+ * ext/syslog/syslog.txt: Ditto.
+
Fri Mar 21 09:24:28 2008 Nobuyoshi Nakada <nobu@r...>
* instruby.rb (open_for_install): write block result and rewrite only
Index: lib/shellwords.rb
===================================================================
--- lib/shellwords.rb (revision 15820)
+++ lib/shellwords.rb (revision 15821)
@@ -13,6 +13,9 @@
# - Wakou Aoyama
# - Akinori MUSHA <knu@i...>
#
+# Contact:
+# - Akinori MUSHA <knu@i...> (current maintainer)
+#
module Shellwords
#
# Splits a string into an array of tokens in the same way the UNIX
Index: lib/ipaddr.rb
===================================================================
--- lib/ipaddr.rb (revision 15820)
+++ lib/ipaddr.rb (revision 15821)
@@ -9,8 +9,12 @@
#
# $Id$
#
+# Contact:
+# - Akinori MUSHA <knu@i...> (current maintainer)
+#
# TODO:
# - scope_id support
+#
require 'socket'
unless Socket.const_defined? "AF_INET6"
Index: lib/set.rb
===================================================================
--- lib/set.rb (revision 15820)
+++ lib/set.rb (revision 15821)
@@ -47,6 +47,10 @@
# s1.subset? s2 # -> false
# s2.subset? s1 # -> true
#
+# == Contact
+#
+# - Akinori MUSHA <knu@i...> (current maintainer)
+#
class Set
include Enumerable
Index: ext/syslog/syslog.txt
===================================================================
--- ext/syslog/syslog.txt (revision 15820)
+++ ext/syslog/syslog.txt (revision 15821)
@@ -7,8 +7,11 @@
<amos+ruby@u...>
&
Akinori MUSHA
-<knu@r...>
+<knu@i...>
+Contact:
+ - Akinori MUSHA <knu@i...> (current maintainer)
+
** Syslog(Module)
Included Modules: Syslog::Constants
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/