ruby/doc/maintainers.rdoc

352 строки
8.6 KiB
Plaintext
Исходник Обычный вид История

= Maintainers
This page describes the current module, library, and extension maintainers of Ruby.
== Module Maintainers
A module maintainer is responsible for a certain part of Ruby.
* The maintainer fixes bugs of the part. Particularly, they should fix security vulnerabilities as soon as possible.
* They handle issues related the module on the Redmine or ML.
* They may be discharged by the 3 months rule [ruby-core:25764].
* They have commit right to Ruby's repository to modify their part in the repository.
* They have "developer" role on the Redmine to modify issues.
* They have authority to decide the feature of their part. But they should always respect discussions on ruby-core/ruby-dev.
A submaintainer of a module is like a maintainer. But The submaintainer does
not have authority to change/add a feature on his/her part. They need consensus
on ruby-core/ruby-dev before changing/adding. Some of submaintainers have
commit right, others don't.
=== Language core features including security
Yukihiro Matsumoto (matz)
=== Evaluator
Koichi Sasada (ko1)
=== Core classes
Yukihiro Matsumoto (matz)
=== Documentation
Zachary Scott (zzak)
== Standard Library Maintainers
=== Libraries
[lib/English.rb]
_unmaintained_
[lib/abbrev.rb]
Akinori MUSHA (knu)
[lib/base64.rb]
Yusuke Endoh (mame)
[lib/drb.rb, lib/drb/*]
Masatoshi SEKI (seki)
[lib/debug.rb]
_unmaintained_
[lib/erb.rb]
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
[lib/find.rb]
Kazuki Tsujimoto (ktsj)
[lib/mkmf.rb]
_unmaintained_
[lib/monitor.rb]
Shugo Maeda (shugo)
[lib/net/ftp.rb]
Shugo Maeda (shugo)
[lib/net/imap.rb]
Shugo Maeda (shugo)
[lib/net/http.rb, lib/net/https.rb]
NARUSE, Yui (naruse)
[lib/net/protocol.rb]
_unmaintained_
[lib/open-uri.rb]
Tanaka Akira (akr)
[lib/optparse.rb, lib/optparse/*]
Nobuyuki Nakada (nobu)
[lib/pp.rb]
Tanaka Akira (akr)
[lib/prettyprint.rb]
Tanaka Akira (akr)
[lib/resolv-replace.rb]
Tanaka Akira (akr)
[lib/resolv.rb]
Tanaka Akira (akr)
[lib/rinda/*]
Masatoshi SEKI (seki)
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
[lib/set.rb]
Akinori MUSHA (knu)
[lib/securerandom.rb]
Tanaka Akira (akr)
[lib/shellwords.rb]
Akinori MUSHA (knu)
[lib/tempfile.rb]
_unmaintained_
[lib/tmpdir.rb]
_unmaintained_
[lib/time.rb]
Tanaka Akira (akr)
[lib/tsort.rb]
Tanaka Akira (akr)
[lib/un.rb]
WATANABE Hirofumi (eban)
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
Martin J. Dürst
[lib/weakref.rb]
_unmaintained_
=== Extensions
[ext/continuation]
Koichi Sasada (ko1)
[ext/coverage]
Yusuke Endoh (mame)
[ext/digest, ext/digest/*]
Akinori MUSHA (knu)
[ext/fiber]
Koichi Sasada (ko1)
[ext/io/nonblock]
Nobuyuki Nakada (nobu)
[ext/io/wait]
Nobuyuki Nakada (nobu)
[ext/nkf]
2019-06-26 15:44:20 +03:00
NARUSE, Yui (naruse)
[ext/objspace]
_unmaintained_
[ext/pathname]
Tanaka Akira (akr)
[ext/pty]
_unmaintained_
[ext/readline]
TAKAO Kouji (kouji)
[ext/ripper]
_unmaintained_
[ext/socket]
* Tanaka Akira (akr)
* API change needs matz's approval
[ext/syslog]
Akinori MUSHA (knu)
[ext/win32]
NAKAMURA Usaku (usa)
[ext/win32ole]
Masaki Suketa (suke)
== Default gems Maintainers
=== Libraries
2019-11-07 07:53:05 +03:00
[lib/benchmark.rb]
_unmaintained_
2020-01-10 16:57:20 +03:00
https://github.com/ruby/benchmark
2019-11-07 07:53:05 +03:00
https://rubygems.org/gems/benchmark
[lib/bundler.rb, lib/bundler/*]
Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/bundler
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/bundler
2019-11-07 10:34:03 +03:00
[lib/cgi.rb, lib/cgi/*]
Takeyuki Fujioka (xibbar)
https://github.com/ruby/cgi
https://rubygems.org/gems/cgi
[lib/csv.rb]
Kenta Murata (mrkn), Kouhei Sutou (kou)
https://github.com/ruby/csv
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/csv
2019-11-07 07:21:46 +03:00
[lib/delegate.rb]
_unmaintained_
https://github.com/ruby/delegate
https://rubygems.org/gems/delegate
[lib/did_you_mean.rb]
Yuki Nishijima (yuki24)
https://github.com/ruby/did_you_mean
[lib/fileutils.rb]
_unmaintained_
https://github.com/ruby/fileutils
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/fileutils
[lib/forwardable.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/forwardable
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/forwardable
2019-11-07 02:48:45 +03:00
[lib/getoptlong.rb]
_unmaintained_
https://github.com/ruby/getoptlong
https://rubygems.org/gems/getoptlong
[lib/ipaddr.rb]
Akinori MUSHA (knu)
https://github.com/ruby/ipaddr
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/ipaddr
[lib/irb.rb, lib/irb/*]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/irb
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/irb
[lib/logger.rb]
Naotoshi Seo (sonots)
https://github.com/ruby/logger
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/logger
[lib/matrix.rb]
Marc-Andre Lafortune (marcandre)
https://github.com/ruby/matrix
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/matrix
[lib/mutex_m.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/mutex_m
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/mutex_m
2019-11-07 09:24:59 +03:00
[lib/net/pop.rb]
_unmaintained_
https://github.com/ruby/net-pop
https://rubygems.org/gems/net-pop
2019-11-07 09:38:40 +03:00
[lib/net/smtp.rb]
_unmaintained_
https://github.com/ruby/net-smtp
https://rubygems.org/gems/net-smtp
[lib/observer.rb]
_unmaintained_
https://github.com/ruby/observer
2019-11-06 16:17:03 +03:00
[lib/open3.rb]
_unmaintained_
https://github.com/ruby/open3
https://rubygems.org/gems/open3
[lib/ostruct.rb]
Marc-Andre Lafortune (marcandre)
https://github.com/ruby/ostruct
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/ostruct
[lib/prime.rb]
Yuki Sonoda (yugui)
https://github.com/ruby/prime
2019-11-07 05:17:12 +03:00
[lib/pstore.rb]
_unmaintained_
https://github.com/ruby/pstore
https://rubygems.org/gems/pstore
[lib/racc.rb, lib/racc/*]
2019-06-26 15:44:42 +03:00
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/racc
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/racc
[lib/readline.rb]
aycabta
https://github.com/ruby/readline
https://rubygems.org/gems/readline
[lib/rdoc.rb, lib/rdoc/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/rdoc
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/rdoc
2019-07-23 07:32:21 +03:00
[lib/reline.rb, lib/reline/*]
aycabta
https://github.com/ruby/reline
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/reline
2019-11-06 05:29:51 +03:00
[lib/singleton.rb]
Yukihiro Matsumoto (matz)
https://github.com/ruby/singleton
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/singleton
2019-11-08 13:21:47 +03:00
[lib/timeout.rb]
Yukihiro Matsumoto (matz)
https://github.com/ruby/timeout
[lib/thwait.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/thwait
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/thwait
[lib/tracer.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/tracer
[lib/uri.rb, lib/uri/*]
YAMADA, Akira (akira)
https://github.com/ruby/uri
[lib/webrick.rb, lib/webrick/*]
Eric Wong (normalperson)
https://bugs.ruby-lang.org/
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/webrick
2019-11-08 14:18:08 +03:00
[lib/yaml.rb, lib/yaml/*]
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/yaml
=== Extensions
[ext/bigdecimal]
Kenta Murata (mrkn)
https://github.com/ruby/bigdecimal
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/bigdecimal
2019-11-07 10:34:03 +03:00
[ext/cgi]
Nobuyoshi Nakada (nobu)
https://github.com/ruby/cgi
https://rubygems.org/gems/cgi
[ext/date]
_unmaintained_
https://github.com/ruby/date
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/date
[ext/dbm]
_unmaintained_
https://github.com/ruby/dbm
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/dbm
[ext/etc]
Ruby core team
https://github.com/ruby/etc
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/etc
[ext/fcntl]
Ruby core team
https://github.com/ruby/fcntl
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/fcntl
[ext/fiddle]
Aaron Patterson (tenderlove)
https://github.com/ruby/fiddle
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/fiddle
[ext/gdbm]
Yukihiro Matsumoto (matz)
https://github.com/ruby/gdbm
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/gdbm
[ext/io/console]
Nobuyuki Nakada (nobu)
https://github.com/ruby/io-console
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/io-console
[ext/json]
NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt)
https://github.com/flori/json
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/json
[ext/openssl]
Kazuki Yamaguchi (rhe)
https://github.com/ruby/openssl
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/openssl
[ext/psych]
2019-06-26 15:44:42 +03:00
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/psych
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/psych
2019-07-23 05:20:08 +03:00
[ext/racc]
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/racc
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/racc
[ext/sdbm]
Yukihiro Matsumoto (matz)
https://github.com/ruby/sdbm
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/sdbm
[ext/stringio]
Nobuyuki Nakada (nobu)
https://github.com/ruby/stringio
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/stringio
[ext/strscan]
Kouhei Sutou (kou)
https://github.com/ruby/strscan
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/strscan
[ext/zlib]
NARUSE, Yui (naruse)
https://github.com/ruby/zlib
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/zlib
== Bundled gems upstream repositories
[minitest]
https://github.com/seattlerb/minitest
[power_assert]
https://github.com/k-tsj/power_assert
[rake]
https://github.com/ruby/rake
[test-unit]
https://github.com/test-unit/test-unit
[rexml]
https://github.com/ruby/rexml
[rss]
https://github.com/ruby/rss