ruby/doc/maintainers.rdoc

400 строки
10 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.
2020-12-24 12:03:39 +03:00
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)
== Standard Library Maintainers
=== Libraries
[lib/mkmf.rb]
_unmaintained_
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
Martin J. Dürst
=== Extensions
[ext/continuation]
Koichi Sasada (ko1)
[ext/coverage]
Yusuke Endoh (mame)
[ext/fiber]
Koichi Sasada (ko1)
2020-02-11 08:14:58 +03:00
[ext/monitor]
Koichi Sasada (ko1)
[ext/objspace]
_unmaintained_
[ext/pty]
_unmaintained_
[ext/ripper]
_unmaintained_
[ext/socket]
* Tanaka Akira (akr)
* API change needs matz's approval
[ext/win32]
NAKAMURA Usaku (usa)
== Default gems Maintainers
=== Libraries
2020-09-10 07:54:28 +03:00
[lib/abbrev.rb]
Akinori MUSHA (knu)
https://github.com/ruby/abbrev
https://rubygems.org/gems/abbrev
2020-09-10 12:56:13 +03:00
[lib/base64.rb]
Yusuke Endoh (mame)
https://github.com/ruby/base64
https://rubygems.org/gems/base64
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/rubygems
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/*]
_unmaintained_
2019-11-07 10:34:03 +03:00
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
[lib/English.rb]
_unmaintained_
https://github.com/ruby/English
https://rubygems.org/gems/English
[lib/debug.rb]
_unmaintained_
https://github.com/ruby/debug
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
https://rubygems.org/gems/did_you_mean
[ext/digest, ext/digest/*]
Akinori MUSHA (knu)
https://github.com/ruby/digest
https://rubygems.org/gems/digest
2020-10-13 15:06:13 +03:00
[lib/drb.rb, lib/drb/*]
Masatoshi SEKI (seki)
https://github.com/ruby/drb
https://rubygems.org/gems/drb
2020-08-21 14:18:44 +03:00
[lib/erb.rb]
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
https://github.com/ruby/erb
https://rubygems.org/gems/erb
[lib/fileutils.rb]
_unmaintained_
https://github.com/ruby/fileutils
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/fileutils
2020-08-20 15:00:48 +03:00
[lib/find.rb]
Kazuki Tsujimoto (ktsj)
https://github.com/ruby/find
https://rubygems.org/gems/find
[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/*]
aycabta
https://github.com/ruby/irb
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/irb
2020-07-22 12:38:51 +03:00
[lib/optparse.rb, lib/optparse/*]
Nobuyuki Nakada (nobu)
https://github.com/ruby/optparse
[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/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
[lib/net/http.rb, lib/net/https.rb]
NARUSE, Yui (naruse)
https://github.com/ruby/net-http
https://rubygems.org/gems/net-http
[lib/net/imap.rb]
Shugo Maeda (shugo)
https://github.com/ruby/net-imap
https://rubygems.org/gems/net-imap
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]
2021-01-17 02:14:00 +03:00
TOMITA Masahiro (tmtm)
2019-11-07 09:38:40 +03:00
https://github.com/ruby/net-smtp
https://rubygems.org/gems/net-smtp
2020-02-17 16:16:13 +03:00
[lib/net/protocol.rb]
_unmaintained_
https://github.com/ruby/net-protocol
https://rubygems.org/gems/net-protocol
[lib/observer.rb]
_unmaintained_
https://github.com/ruby/observer
https://rubygems.org/gems/observer
2019-11-06 16:17:03 +03:00
[lib/open3.rb]
_unmaintained_
https://github.com/ruby/open3
https://rubygems.org/gems/open3
2020-09-11 14:38:18 +03:00
[lib/open-uri.rb]
Tanaka Akira (akr)
https://github.com/ruby/open-uri
[lib/ostruct.rb]
Marc-André Lafortune (marcandre)
https://github.com/ruby/ostruct
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/ostruct
2020-10-06 14:45:06 +03:00
[lib/pp.rb]
Tanaka Akira (akr)
https://github.com/ruby/pp
https://rubygems.org/gems/pp
2020-10-06 15:05:03 +03:00
[lib/prettyprint.rb]
Tanaka Akira (akr)
https://github.com/ruby/prettyprint
https://rubygems.org/gems/prettyprint
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
2020-09-11 15:50:07 +03:00
[lib/resolv.rb]
Tanaka Akira (akr)
https://github.com/ruby/resolv
https://rubygems.org/gems/resolv
2020-09-11 16:01:08 +03:00
[lib/resolv-replace.rb]
Tanaka Akira (akr)
https://github.com/ruby/resolv-replace
https://rubygems.org/gems/resolv-replace
[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
2020-08-21 12:10:03 +03:00
[lib/rinda/*]
Masatoshi SEKI (seki)
https://github.com/ruby/rinda
https://rubygems.org/gems/rinda
2020-09-11 15:15:25 +03:00
[lib/securerandom.rb]
Tanaka Akira (akr)
https://github.com/ruby/securerandom
https://rubygems.org/gems/securerandom
2020-08-20 06:39:11 +03:00
[lib/set.rb]
Akinori MUSHA (knu)
https://github.com/ruby/set
https://rubygems.org/gems/set
2020-09-10 09:42:23 +03:00
[lib/shellwords.rb]
Akinori MUSHA (knu)
https://github.com/ruby/shellwords
https://rubygems.org/gems/shellwords
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
2020-02-12 13:47:31 +03:00
[lib/tempfile.rb]
_unmaintained_
https://github.com/ruby/tempfile
https://rubygems.org/gems/tempfile
2020-09-12 02:29:06 +03:00
[lib/time.rb]
Tanaka Akira (akr)
https://github.com/ruby/time
https://rubygems.org/gems/time
2019-11-08 13:21:47 +03:00
[lib/timeout.rb]
Yukihiro Matsumoto (matz)
https://github.com/ruby/timeout
https://rubygems.org/gems/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
2020-02-12 14:34:08 +03:00
[lib/tmpdir.rb]
_unmaintained_
https://github.com/ruby/tmpdir
https://rubygems.org/gems/tmpdir
2020-09-09 15:53:09 +03:00
[lib/tsort.rb]
Tanaka Akira (akr)
https://github.com/ruby/tsort
https://rubygems.org/gems/tsort
[lib/un.rb]
WATANABE Hirofumi (eban)
https://github.com/ruby/un
https://rubygems.org/gems/un
[lib/uri.rb, lib/uri/*]
YAMADA, Akira (akira)
https://github.com/ruby/uri
https://rubygems.org/gems/uri
2019-11-08 14:18:08 +03:00
[lib/yaml.rb, lib/yaml/*]
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
https://github.com/ruby/yaml
https://rubygems.org/gems/yaml
2020-02-11 08:10:49 +03:00
[lib/weakref.rb]
_unmaintained_
https://github.com/ruby/weakref
https://rubygems.org/gems/weakref
=== 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/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/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/io/nonblock]
Nobuyuki Nakada (nobu)
https://github.com/ruby/io-nonblock
https://rubygems.org/gems/io-nonblock
2020-07-30 15:10:28 +03:00
[ext/io/wait]
Nobuyuki Nakada (nobu)
https://github.com/ruby/io-wait
https://rubygems.org/gems/io-wait
[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
2020-08-25 15:17:19 +03:00
[ext/nkf]
NARUSE, Yui (naruse)
https://github.com/ruby/nkf
https://rubygems.org/gems/nkf
[ext/openssl]
Kazuki Yamaguchi (rhe)
https://github.com/ruby/openssl
2019-11-06 16:05:24 +03:00
https://rubygems.org/gems/openssl
2020-10-13 16:28:59 +03:00
[ext/pathname]
Tanaka Akira (akr)
https://github.com/ruby/pathname
https://rubygems.org/gems/pathname
[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
2020-02-10 14:50:31 +03:00
[ext/readline]
TAKAO Kouji (kouji)
https://github.com/ruby/readline-ext
2020-09-03 11:54:00 +03:00
https://rubygems.org/gems/readline-ext
[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
2020-09-10 14:42:53 +03:00
[ext/syslog]
Akinori MUSHA (knu)
https://github.com/ruby/syslog
https://rubygems.org/gems/syslog
[ext/win32ole]
Masaki Suketa (suke)
https://github.com/ruby/win32ole
https://rubygems.org/gems/win32ole
[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/ruby/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
2021-05-26 09:44:27 +03:00
[net-ftp]
https://github.com/ruby/net-ftp
2021-05-26 09:36:16 +03:00
[matrix]
https://github.com/ruby/matrix
2021-05-26 09:33:42 +03:00
[prime]
https://github.com/ruby/prime
2020-10-20 15:33:02 +03:00
[rbs]
https://github.com/ruby/rbs
[typeprof]
2020-11-04 07:30:27 +03:00
https://github.com/ruby/typeprof