summaryrefslogtreecommitdiff
path: root/doc/maintainers.rdoc
blob: 64510b25590f73751b88e5a317db01701e16be63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
= 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)

== 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)
[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

[lib/abbrev.rb]
  Akinori MUSHA (knu)
  https://github.com/ruby/abbrev
  https://rubygems.org/gems/abbrev
[lib/base64.rb]
  Yusuke Endoh (mame)
  https://github.com/ruby/base64
  https://rubygems.org/gems/base64
[lib/benchmark.rb]
  _unmaintained_
  https://github.com/ruby/benchmark
  https://rubygems.org/gems/benchmark
[lib/bundler.rb, lib/bundler/*]
  Hiroshi SHIBATA (hsbt)
  https://github.com/rubygems/rubygems
  https://rubygems.org/gems/bundler
[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
  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
[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
[lib/drb.rb, lib/drb/*]
  Masatoshi SEKI (seki)
  https://github.com/ruby/drb
  https://rubygems.org/gems/drb
[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
  https://rubygems.org/gems/fileutils
[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
  https://rubygems.org/gems/forwardable
[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
  https://rubygems.org/gems/ipaddr
[lib/irb.rb, lib/irb/*]
  aycabta
  https://github.com/ruby/irb
  https://rubygems.org/gems/irb
[lib/optparse.rb, lib/optparse/*]
  Nobuyuki Nakada (nobu)
  https://github.com/ruby/optparse
[lib/logger.rb]
  Naotoshi Seo (sonots)
  https://github.com/ruby/logger
  https://rubygems.org/gems/logger
[lib/matrix.rb]
  Marc-André Lafortune (marcandre)
  https://github.com/ruby/matrix
  https://rubygems.org/gems/matrix
[lib/mutex_m.rb]
  Keiju ISHITSUKA (keiju)
  https://github.com/ruby/mutex_m
  https://rubygems.org/gems/mutex_m
[lib/net/ftp.rb]
  Shugo Maeda (shugo)
  https://github.com/ruby/net-ftp
  https://rubygems.org/gems/net-ftp
[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
[lib/net/pop.rb]
  _unmaintained_
  https://github.com/ruby/net-pop
  https://rubygems.org/gems/net-pop
[lib/net/smtp.rb]
  _unmaintained_
  https://github.com/ruby/net-smtp
  https://rubygems.org/gems/net-smtp
[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
[lib/open3.rb]
  _unmaintained_
  https://github.com/ruby/open3
  https://rubygems.org/gems/open3
[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
  https://rubygems.org/gems/ostruct
[lib/pp.rb]
  Tanaka Akira (akr)
  https://github.com/ruby/pp
  https://rubygems.org/gems/pp
[lib/prettyprint.rb]
  Tanaka Akira (akr)
  https://github.com/ruby/prettyprint
  https://rubygems.org/gems/prettyprint
[lib/prime.rb]
  Marc-André Lafortune (marcandre)
  https://github.com/ruby/prime
  https://rubygems.org/gems/prime
[lib/pstore.rb]
  _unmaintained_
  https://github.com/ruby/pstore
  https://rubygems.org/gems/pstore
[lib/racc.rb, lib/racc/*]
  Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
  https://github.com/ruby/racc
  https://rubygems.org/gems/racc
[lib/readline.rb]
  aycabta
  https://github.com/ruby/readline
  https://rubygems.org/gems/readline
[lib/resolv.rb]
  Tanaka Akira (akr)
  https://github.com/ruby/resolv
  https://rubygems.org/gems/resolv
[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
  https://rubygems.org/gems/rdoc
[lib/reline.rb, lib/reline/*]
  aycabta
  https://github.com/ruby/reline
  https://rubygems.org/gems/reline
[lib/rinda/*]
  Masatoshi SEKI (seki)
  https://github.com/ruby/rinda
  https://rubygems.org/gems/rinda
[lib/securerandom.rb]
  Tanaka Akira (akr)
  https://github.com/ruby/securerandom
  https://rubygems.org/gems/securerandom
[lib/set.rb]
  Akinori MUSHA (knu)
  https://github.com/ruby/set
  https://rubygems.org/gems/set
[lib/shellwords.rb]
  Akinori MUSHA (knu)
  https://github.com/ruby/shellwords
  https://rubygems.org/gems/shellwords
[lib/singleton.rb]
  Yukihiro Matsumoto (matz)
  https://github.com/ruby/singleton
  https://rubygems.org/gems/singleton
[lib/tempfile.rb]
  _unmaintained_
  https://github.com/ruby/tempfile
  https://rubygems.org/gems/tempfile
[lib/time.rb]
  Tanaka Akira (akr)
  https://github.com/ruby/time
  https://rubygems.org/gems/time
[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
  https://rubygems.org/gems/thwait
[lib/tmpdir.rb]
  _unmaintained_
  https://github.com/ruby/tmpdir
  https://rubygems.org/gems/tmpdir
[lib/tracer.rb]
  Keiju ISHITSUKA (keiju)
  https://github.com/ruby/tracer
  https://rubygems.org/gems/tracer
[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
[lib/yaml.rb, lib/yaml/*]
  Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
  https://github.com/ruby/yaml
  https://rubygems.org/gems/yaml
[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
  https://rubygems.org/gems/bigdecimal
[ext/cgi]
  Nobuyoshi Nakada (nobu)
  https://github.com/ruby/cgi
  https://rubygems.org/gems/cgi
[ext/date]
  _unmaintained_
  https://github.com/ruby/date
  https://rubygems.org/gems/date
[ext/dbm]
  _unmaintained_
  https://github.com/ruby/dbm
  https://rubygems.org/gems/dbm
[ext/etc]
  Ruby core team
  https://github.com/ruby/etc
  https://rubygems.org/gems/etc
[ext/fcntl]
  Ruby core team
  https://github.com/ruby/fcntl
  https://rubygems.org/gems/fcntl
[ext/fiddle]
  Aaron Patterson (tenderlove)
  https://github.com/ruby/fiddle
  https://rubygems.org/gems/fiddle
[ext/gdbm]
  Yukihiro Matsumoto (matz)
  https://github.com/ruby/gdbm
  https://rubygems.org/gems/gdbm
[ext/io/console]
  Nobuyuki Nakada (nobu)
  https://github.com/ruby/io-console
  https://rubygems.org/gems/io-console
[ext/io/nonblock]
  Nobuyuki Nakada (nobu)
  https://github.com/ruby/io-nonblock
  https://rubygems.org/gems/io-nonblock
[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
  https://rubygems.org/gems/json
[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
  https://rubygems.org/gems/openssl
[ext/pathname]
  Tanaka Akira (akr)
  https://github.com/ruby/pathname
  https://rubygems.org/gems/pathname
[ext/psych]
  Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
  https://github.com/ruby/psych
  https://rubygems.org/gems/psych
[ext/racc]
  Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
  https://github.com/ruby/racc
  https://rubygems.org/gems/racc
[ext/readline]
  TAKAO Kouji (kouji)
  https://github.com/ruby/readline-ext
  https://rubygems.org/gems/readline-ext
[ext/stringio]
  Nobuyuki Nakada (nobu)
  https://github.com/ruby/stringio
  https://rubygems.org/gems/stringio
[ext/strscan]
  Kouhei Sutou (kou)
  https://github.com/ruby/strscan
  https://rubygems.org/gems/strscan
[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
  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
[rbs]
  https://github.com/ruby/rbs
[typeprof]
  https://github.com/ruby/typeprof