ruby-changes:45509
From: hsbt <ko1@a...>
Date: Thu, 9 Feb 2017 20:46:37 +0900 (JST)
Subject: [ruby-changes:45509] hsbt:r57582 (trunk): Update maintainers list.
hsbt 2017-02-09 20:46:32 +0900 (Thu, 09 Feb 2017) New Revision: 57582 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57582 Log: Update maintainers list. * Added Default gems section and move some libraries to it section. * Added Bundled gems section and added upstream repositories of bundled gems. * Added upstream repositories to some default gems. Modified files: trunk/doc/maintainers.rdoc Index: doc/maintainers.rdoc =================================================================== --- doc/maintainers.rdoc (revision 57581) +++ doc/maintainers.rdoc (revision 57582) @@ -34,7 +34,9 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L34 Zachary Scott (zzak) -== Library Maintainers +== Standard Library Maintainers + +=== Libraries [lib/English.rb] _unmaintained_ @@ -46,10 +48,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L48 _unmaintained_ [lib/cgi.rb, lib/cgi/*] Takeyuki Fujioka (xibbar) -[lib/cmath.rb] - _unmaintained_ -[lib/csv.rb] - James Edward Gray II (jeg2) [lib/drb.rb, lib/drb/*] Masatoshi SEKI (seki) [lib/debug.rb] @@ -60,8 +58,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L58 Keiju ISHITSUKA (keiju) [lib/erb.rb] Masatoshi SEKI (seki) -[lib/fileutils.rb] - _unmaintained_ [lib/find.rb] Kazuki Tsujimoto (ktsj) [lib/forwardable.rb] @@ -120,8 +116,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L116 _unmaintained_ [lib/racc/*] Aaron Patterson (tenderlove) -[lib/rdoc.rb, lib/rdoc/*] - Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) [lib/resolv-replace.rb] Tanaka Akira (akr) [lib/resolv.rb] @@ -170,25 +164,17 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L164 YAMADA, Akira (akira) [lib/weakref.rb] _unmaintained_ -[lib/webrick.rb, lib/webrick/*] - Hiroshi Nakamura (nahi) [lib/yaml.rb, lib/yaml/*] Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt) -== Extension Maintainers +=== Extensions -[ext/bigdecimal] - Kenta Murata (mrkn) [ext/cgi] Nobuyoshi Nakada (nobu) [ext/continuation] Koichi Sasada (ko1) [ext/coverage] Yusuke Endoh (mame) -[ext/date] - _unmaintained_ -[ext/dbm] - _unmaintained_ [ext/digest, ext/digest/*] Akinori MUSHA (knu) [ext/etc] @@ -201,14 +187,10 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L187 Aaron Patterson (tenderlove) [ext/gdbm] Yukihiro Matsumoto (matz) -[ext/io/console] - Nobuyuki Nakada (nobu) [ext/io/nonblock] Nobuyuki Nakada (nobu) [ext/io/wait] Nobuyuki Nakada (nobu) -[ext/json] - NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt) [ext/mathn/complex] Keiju ISHITSUKA (keiju) [ext/mathn/rational] @@ -217,12 +199,8 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L199 NARUSE, Yui (narse) [ext/objspace] _unmaintained_ -[ext/openssl] - Kazuki Yamaguchi (rhe) [ext/pathname] Tanaka Akira (akr) -[ext/psych] - Aaron Patterson (tenderlove), Hiroshi SHIBATA(hsbt) [ext/pty] _unmaintained_ [ext/racc] @@ -238,13 +216,67 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L216 * API change needs matz's approval [ext/stringio] Nobuyuki Nakada (nobu) -[ext/strscan] - _unmaintained_ [ext/syslog] Akinori MUSHA (knu) [ext/win32] NAKAMURA Usaku (usa) [ext/win32ole] Masaki Suketa (suke) + +== Default gems Maintainers + +=== Libraries + +[lib/cmath.rb] + _unmaintained_ +[lib/csv.rb] + James Edward Gray II (jeg2) +[lib/fileutils.rb] + _unmaintained_ +[lib/rdoc.rb, lib/rdoc/*] + Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) + https://github.com/rdoc/rdoc +[lib/webrick.rb, lib/webrick/*] + Hiroshi Nakamura (nahi) + +=== Extensions + +[ext/bigdecimal] + Kenta Murata (mrkn) + https://github.com/ruby/bigdecimal +[ext/date] + _unmaintained_ +[ext/dbm] + _unmaintained_ +[ext/io/console] + Nobuyuki Nakada (nobu) +[ext/json] + NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt) + https://github.com/flori/json +[ext/openssl] + Kazuki Yamaguchi (rhe) + https://github.com/ruby/openssl +[ext/psych] + Aaron Patterson (tenderlove), Hiroshi SHIBATA(hsbt) + https://github.com/ruby/psych +[ext/strscan] + _unmaintained_ [ext/zlib] _unmaintained_ + +== Bundled gems upstream repositories + +[did_you_mean] + https://github.com/yuki24/did_you_mean +[minitest] + https://github.com/seattlerb/minitest +[net-telnet] + https://github.com/ruby/net-telnet +[power_assert] + https://github.com/k-tsj/power_assert +[rake] + https://github.com/ruby/rake +[test-unit] + https://github.com/test-unit/test-unit +[xmlrpc] + http://github.cm/ruby/xmlrpc -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/