зеркало из https://github.com/github/ruby.git
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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ab29cd8085
Коммит
f2e1c710fc
|
@ -34,7 +34,9 @@ Yukihiro Matsumoto (matz)
|
|||
|
||||
Zachary Scott (zzak)
|
||||
|
||||
== Library Maintainers
|
||||
== Standard Library Maintainers
|
||||
|
||||
=== Libraries
|
||||
|
||||
[lib/English.rb]
|
||||
_unmaintained_
|
||||
|
@ -46,10 +48,6 @@ Zachary Scott (zzak)
|
|||
_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)
|
|||
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)
|
|||
_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)
|
|||
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)
|
|||
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)
|
|||
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)
|
|||
* 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче