2013-12-01 13:04:19 +04:00
|
|
|
= 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)
|
|
|
|
|
2017-02-09 14:46:32 +03:00
|
|
|
== Standard Library Maintainers
|
|
|
|
|
|
|
|
=== Libraries
|
2013-12-01 13:04:19 +04:00
|
|
|
|
|
|
|
[lib/drb.rb, lib/drb/*]
|
|
|
|
Masatoshi SEKI (seki)
|
|
|
|
[lib/debug.rb]
|
|
|
|
_unmaintained_
|
|
|
|
[lib/mkmf.rb]
|
|
|
|
_unmaintained_
|
|
|
|
[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)
|
2019-04-21 06:31:34 +03:00
|
|
|
[lib/rubygems.rb, lib/rubygems/*]
|
2017-01-02 04:40:12 +03:00
|
|
|
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/rubygems/rubygems
|
2013-12-01 13:04:19 +04:00
|
|
|
[lib/securerandom.rb]
|
|
|
|
Tanaka Akira (akr)
|
|
|
|
[lib/time.rb]
|
|
|
|
Tanaka Akira (akr)
|
|
|
|
[lib/un.rb]
|
|
|
|
WATANABE Hirofumi (eban)
|
2016-07-25 15:12:19 +03:00
|
|
|
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
|
2016-04-29 14:43:13 +03:00
|
|
|
Martin J. Dürst
|
2013-12-01 13:04:19 +04:00
|
|
|
|
2017-02-09 14:46:32 +03:00
|
|
|
=== Extensions
|
2013-12-01 13:04:19 +04:00
|
|
|
|
|
|
|
[ext/continuation]
|
2016-04-29 13:52:49 +03:00
|
|
|
Koichi Sasada (ko1)
|
2013-12-01 13:04:19 +04:00
|
|
|
[ext/coverage]
|
|
|
|
Yusuke Endoh (mame)
|
|
|
|
[ext/digest, ext/digest/*]
|
|
|
|
Akinori MUSHA (knu)
|
|
|
|
[ext/fiber]
|
2016-04-29 13:52:49 +03:00
|
|
|
Koichi Sasada (ko1)
|
2020-02-11 08:14:58 +03:00
|
|
|
[ext/monitor]
|
|
|
|
Koichi Sasada (ko1)
|
2013-12-01 13:04:19 +04:00
|
|
|
[ext/objspace]
|
|
|
|
_unmaintained_
|
2016-04-29 14:43:13 +03:00
|
|
|
[ext/pathname]
|
|
|
|
Tanaka Akira (akr)
|
2013-12-01 13:04:19 +04:00
|
|
|
[ext/pty]
|
|
|
|
_unmaintained_
|
|
|
|
[ext/ripper]
|
|
|
|
_unmaintained_
|
|
|
|
[ext/socket]
|
|
|
|
* Tanaka Akira (akr)
|
|
|
|
* API change needs matz's approval
|
2016-04-29 14:43:13 +03:00
|
|
|
[ext/win32]
|
2016-04-29 15:18:51 +03:00
|
|
|
NAKAMURA Usaku (usa)
|
2013-12-01 13:04:19 +04:00
|
|
|
[ext/win32ole]
|
|
|
|
Masaki Suketa (suke)
|
2017-02-09 14:46:32 +03:00
|
|
|
|
|
|
|
== Default gems Maintainers
|
|
|
|
|
|
|
|
=== Libraries
|
|
|
|
|
2020-09-10 07:54:28 +03:00
|
|
|
[lib/abbrev.rb]
|
|
|
|
Akinori MUSHA (knu)
|
|
|
|
https://github.com/ruby/abbrev
|
2020-09-10 12:56:13 +03:00
|
|
|
[lib/base64.rb]
|
|
|
|
https://github.com/ruby/base64
|
|
|
|
Yusuke Endoh (mame)
|
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
|
2018-11-03 02:07:56 +03:00
|
|
|
[lib/bundler.rb, lib/bundler/*]
|
|
|
|
Hiroshi SHIBATA (hsbt)
|
2020-03-16 13:28:52 +03:00
|
|
|
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/*]
|
|
|
|
Takeyuki Fujioka (xibbar)
|
|
|
|
https://github.com/ruby/cgi
|
|
|
|
https://rubygems.org/gems/cgi
|
2017-02-09 14:46:32 +03:00
|
|
|
[lib/csv.rb]
|
2018-01-31 09:41:10 +03:00
|
|
|
Kenta Murata (mrkn), Kouhei Sutou (kou)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/csv
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/csv
|
2020-02-13 14:36:44 +03:00
|
|
|
[lib/English.rb]
|
|
|
|
_unmaintained_
|
|
|
|
https://github.com/ruby/English
|
2019-11-07 07:21:46 +03:00
|
|
|
[lib/delegate.rb]
|
|
|
|
_unmaintained_
|
|
|
|
https://github.com/ruby/delegate
|
|
|
|
https://rubygems.org/gems/delegate
|
2019-10-29 17:08:37 +03:00
|
|
|
[lib/did_you_mean.rb]
|
|
|
|
Yuki Nishijima (yuki24)
|
|
|
|
https://github.com/ruby/did_you_mean
|
2020-08-21 14:18:44 +03:00
|
|
|
[lib/erb.rb]
|
|
|
|
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
|
|
|
|
https://github.com/ruby/erb
|
2017-02-09 14:46:32 +03:00
|
|
|
[lib/fileutils.rb]
|
|
|
|
_unmaintained_
|
2017-12-01 07:39:49 +03:00
|
|
|
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
|
2018-07-25 15:31:58 +03:00
|
|
|
[lib/forwardable.rb]
|
|
|
|
Keiju ISHITSUKA (keiju)
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2018-08-10 09:06:32 +03:00
|
|
|
[lib/ipaddr.rb]
|
|
|
|
Akinori MUSHA (knu)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/ipaddr
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/ipaddr
|
2018-07-09 17:01:05 +03:00
|
|
|
[lib/irb.rb, lib/irb/*]
|
|
|
|
Keiju ISHITSUKA (keiju)
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2018-06-02 16:57:48 +03:00
|
|
|
[lib/logger.rb]
|
|
|
|
Naotoshi Seo (sonots)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/logger
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/logger
|
2018-06-07 15:10:24 +03:00
|
|
|
[lib/matrix.rb]
|
|
|
|
Marc-Andre Lafortune (marcandre)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/matrix
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/matrix
|
2018-07-25 15:31:58 +03:00
|
|
|
[lib/mutex_m.rb]
|
|
|
|
Keiju ISHITSUKA (keiju)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/mutex_m
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/mutex_m
|
2020-02-21 13:56:15 +03:00
|
|
|
[lib/net/ftp.rb]
|
|
|
|
Shugo Maeda (shugo)
|
|
|
|
https://github.com/ruby/net-ftp
|
2020-02-21 15:23:16 +03:00
|
|
|
[lib/net/http.rb, lib/net/https.rb]
|
|
|
|
NARUSE, Yui (naruse)
|
|
|
|
https://github.com/ruby/net-http
|
2020-02-20 15:24:51 +03:00
|
|
|
[lib/net/imap.rb]
|
|
|
|
Shugo Maeda (shugo)
|
|
|
|
https://github.com/ruby/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]
|
|
|
|
_unmaintained_
|
|
|
|
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
|
2019-11-08 09:47:18 +03:00
|
|
|
[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
|
2020-09-11 14:38:18 +03:00
|
|
|
[lib/open-uri.rb]
|
|
|
|
Tanaka Akira (akr)
|
|
|
|
https://github.com/ruby/open-uri
|
2018-06-07 13:13:00 +03:00
|
|
|
[lib/ostruct.rb]
|
|
|
|
Marc-Andre Lafortune (marcandre)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/ostruct
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/ostruct
|
2018-06-03 02:05:45 +03:00
|
|
|
[lib/prime.rb]
|
|
|
|
Yuki Sonoda (yugui)
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2019-06-20 10:10:24 +03:00
|
|
|
[lib/racc.rb, lib/racc/*]
|
2019-06-26 15:44:42 +03:00
|
|
|
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
|
2019-06-20 10:10:24 +03:00
|
|
|
https://github.com/ruby/racc
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/racc
|
2019-11-08 08:31:43 +03:00
|
|
|
[lib/readline.rb]
|
|
|
|
aycabta
|
|
|
|
https://github.com/ruby/readline
|
|
|
|
https://rubygems.org/gems/readline
|
2017-02-09 14:46:32 +03:00
|
|
|
[lib/rdoc.rb, lib/rdoc/*]
|
|
|
|
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
|
2017-12-01 07:39:49 +03:00
|
|
|
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
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2020-08-20 06:39:11 +03:00
|
|
|
[lib/set.rb]
|
|
|
|
Akinori MUSHA (knu)
|
|
|
|
https://github.com/ruby/set
|
2020-09-10 09:42:23 +03:00
|
|
|
[lib/shellwords.rb]
|
|
|
|
Akinori MUSHA (knu)
|
|
|
|
https://github.com/ruby/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
|
2019-11-08 13:21:47 +03:00
|
|
|
[lib/timeout.rb]
|
|
|
|
Yukihiro Matsumoto (matz)
|
|
|
|
https://github.com/ruby/timeout
|
2018-07-25 15:31:58 +03:00
|
|
|
[lib/thwait.rb]
|
|
|
|
Keiju ISHITSUKA (keiju)
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2018-07-20 04:25:59 +03:00
|
|
|
[lib/tracer.rb]
|
|
|
|
Keiju ISHITSUKA (keiju)
|
2019-07-23 07:34:35 +03:00
|
|
|
https://github.com/ruby/tracer
|
2020-09-09 15:53:09 +03:00
|
|
|
[lib/tsort.rb]
|
|
|
|
Tanaka Akira (akr)
|
|
|
|
https://github.com/ruby/tsort
|
2019-11-11 16:17:50 +03:00
|
|
|
[lib/uri.rb, lib/uri/*]
|
|
|
|
YAMADA, Akira (akira)
|
|
|
|
https://github.com/ruby/uri
|
2017-02-09 14:46:32 +03:00
|
|
|
[lib/webrick.rb, lib/webrick/*]
|
2017-07-07 19:53:03 +03:00
|
|
|
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
|
2020-02-11 08:10:49 +03:00
|
|
|
[lib/weakref.rb]
|
|
|
|
_unmaintained_
|
|
|
|
https://github.com/ruby/weakref
|
2017-02-09 14:46:32 +03:00
|
|
|
|
|
|
|
=== 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
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/date]
|
|
|
|
_unmaintained_
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/date
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/date
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/dbm]
|
|
|
|
_unmaintained_
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/dbm
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/dbm
|
2017-02-27 12:20:39 +03:00
|
|
|
[ext/etc]
|
2018-02-21 09:31:39 +03:00
|
|
|
Ruby core team
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/etc
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/etc
|
2017-02-10 12:41:15 +03:00
|
|
|
[ext/fcntl]
|
2018-02-21 09:31:39 +03:00
|
|
|
Ruby core team
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/fcntl
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/fcntl
|
2017-04-06 04:47:45 +03:00
|
|
|
[ext/fiddle]
|
|
|
|
Aaron Patterson (tenderlove)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/fiddle
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/fiddle
|
2017-02-24 10:55:50 +03:00
|
|
|
[ext/gdbm]
|
|
|
|
Yukihiro Matsumoto (matz)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/gdbm
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/gdbm
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/io/console]
|
|
|
|
Nobuyuki Nakada (nobu)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/io-console
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/io-console
|
2020-07-30 15:21:08 +03:00
|
|
|
[ext/io/nonblock]
|
|
|
|
Nobuyuki Nakada (nobu)
|
|
|
|
https://github.com/ruby/io-nonblock
|
2020-07-30 15:10:28 +03:00
|
|
|
[ext/io/wait]
|
|
|
|
Nobuyuki Nakada (nobu)
|
|
|
|
https://github.com/ruby/io-wait
|
2017-02-09 14:46:32 +03:00
|
|
|
[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
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/openssl]
|
|
|
|
Kazuki Yamaguchi (rhe)
|
|
|
|
https://github.com/ruby/openssl
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/openssl
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/psych]
|
2019-06-26 15:44:42 +03:00
|
|
|
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
|
2017-02-09 14:46:32 +03:00
|
|
|
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)
|
2019-07-23 07:34:35 +03:00
|
|
|
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
|
2017-04-06 04:47:45 +03:00
|
|
|
[ext/stringio]
|
|
|
|
Nobuyuki Nakada (nobu)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/stringio
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/stringio
|
2017-02-09 14:46:32 +03:00
|
|
|
[ext/strscan]
|
2019-04-18 07:55:49 +03:00
|
|
|
Kouhei Sutou (kou)
|
2017-12-01 07:39:49 +03:00
|
|
|
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
|
2013-12-01 13:04:19 +04:00
|
|
|
[ext/zlib]
|
2018-02-21 09:31:39 +03:00
|
|
|
NARUSE, Yui (naruse)
|
2017-12-01 07:39:49 +03:00
|
|
|
https://github.com/ruby/zlib
|
2019-11-06 16:05:24 +03:00
|
|
|
https://rubygems.org/gems/zlib
|
2017-02-09 14:46:32 +03:00
|
|
|
|
|
|
|
== Bundled gems upstream repositories
|
|
|
|
|
|
|
|
[minitest]
|
|
|
|
https://github.com/seattlerb/minitest
|
|
|
|
[power_assert]
|
2020-04-18 14:42:00 +03:00
|
|
|
https://github.com/ruby/power_assert
|
2017-02-09 14:46:32 +03:00
|
|
|
[rake]
|
|
|
|
https://github.com/ruby/rake
|
|
|
|
[test-unit]
|
|
|
|
https://github.com/test-unit/test-unit
|
2020-01-11 15:37:00 +03:00
|
|
|
[rexml]
|
|
|
|
https://github.com/ruby/rexml
|
2020-01-11 15:48:06 +03:00
|
|
|
[rss]
|
|
|
|
https://github.com/ruby/rss
|