-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfile.maintainers.html
457 lines (428 loc) · 12.6 KB
/
file.maintainers.html
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no'>
<meta name='apple-touch-fullscreen' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='rgba(228,228,228,1.0)'>
<title>File: Maintainers — Ruby-2.6.10</title>
<link rel='stylesheet' type='text/css' href='../css/y_fonts.css' />
<link rel='stylesheet' type='text/css' href='../css/highlight.github.css' />
<link rel='stylesheet' type='text/css' href='../css/y_style.css' />
<link rel='stylesheet' type='text/css' href='../css/y_list.css' />
<link rel='stylesheet' type='text/css' href='../css/y_color.css' />
<script type='text/javascript'>
var pathId = "maintainers",
relpath = '';
var t2Info = {
CSEP: '.',
ISEP: '#',
NSEP: '::'
};
</script>
<script type='text/javascript' charset='utf-8' src='../js/highlight.pack.js'></script>
<script type='text/javascript' charset='utf-8' src='../js/y_app.js'></script>
</head>
<body>
<svg id='y_wait' class viewBox='0 0 90 90'></svg>
<div id='settings' class='hidden'></div>
<div id='y_list' class='d h'>
<header id='list_header'></header>
<nav id= 'list_nav' class='y_nav l_nav'>
<ul id='list_items'></ul>
</nav>
</div>
<div id='y_toc' class='f h'>
<header id='toc_header'></header>
<nav id= 'toc_nav' class='y_nav t_nav'>
<ol id='toc_items'></ol>
</nav>
</div>
<div id='y_main' tabindex='-1'>
<header id='y_header'>
<div id='y_menu'>
<a id='home_no_xhr' href='/'>Home</a> »
<a href='.'>Ruby-2.6.10</a> »
<a href='_index.html'>Index</a> »
<span class='title'><a id='t2_doc_top' href='#'>File: Maintainers ▲</a></span>
</div>
<a id='list_href' href="file_list.html"></a>
<div id='y_measure_em' class='y_measure'></div>
<div id='y_measure_vh' class='y_measure'></div>
<span id='y_measure_50pre' class='y_measure'><code>123456789_123456789_123456789_123456789_123456789_</code></span>
</header>
<div id='content' class='file'>
<h1 id="label-Maintainers">Maintainers</h1>
<p>This page describes the current module, library, and extension maintainers of Ruby.</p>
<h2 id="label-Module+Maintainers">Module Maintainers</h2>
<p>A module maintainer is responsible for a certain part of Ruby.</p>
<ul><li>
<p>The maintainer fixes bugs of the part. Particularly, they should fix security vulnerabilities as soon as possible.</p>
</li><li>
<p>They handle issues related the module on the Redmine or ML.</p>
</li><li>
<p>They may be discharged by the 3 months rule [ruby-core:25764].</p>
</li><li>
<p>They have commit right to Ruby’s repository to modify their part in the repository.</p>
</li><li>
<p>They have “developer” role on the Redmine to modify issues.</p>
</li><li>
<p>They have authority to decide the feature of their part. But they should always respect discussions on ruby-core/ruby-dev.</p>
</li></ul>
<p>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.</p>
<h3 id="label-Language+core+features+including+security">Language core features including security</h3>
<p>Yukihiro Matsumoto (matz)</p>
<h3 id="label-Evaluator">Evaluator</h3>
<p>Koichi Sasada (ko1)</p>
<h3 id="label-Core+classes">Core classes</h3>
<p>Yukihiro Matsumoto (matz)</p>
<h3 id="label-Documentation">Documentation</h3>
<p>Zachary Scott (zzak)</p>
<h2 id="label-Standard+Library+Maintainers">Standard Library Maintainers</h2>
<h3 id="label-Libraries">Libraries</h3>
<dl class="rdoc-list label-list"><dt>lib/English.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/abbrev.rb
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>lib/base64.rb
<dd>
<p>Yusuke Endoh (mame)</p>
</dd><dt>lib/benchmark.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/cgi.rb, lib/cgi/*
<dd>
<p>Takeyuki Fujioka (xibbar)</p>
</dd><dt>lib/drb.rb, lib/drb/*
<dd>
<p>Masatoshi SEKI (seki)</p>
</dd><dt>lib/debug.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/delegate.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/erb.rb
<dd>
<p>Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)</p>
</dd><dt>lib/find.rb
<dd>
<p>Kazuki Tsujimoto (ktsj)</p>
</dd><dt>lib/getoptlong.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/mkmf.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/monitor.rb
<dd>
<p>Shugo Maeda (shugo)</p>
</dd><dt>lib/net/ftp.rb
<dd>
<p>Shugo Maeda (shugo)</p>
</dd><dt>lib/net/imap.rb
<dd>
<p>Shugo Maeda (shugo)</p>
</dd><dt>lib/net/http.rb, lib/net/https.rb
<dd>
<p>NARUSE, Yui (naruse)</p>
</dd><dt>lib/net/pop.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/net/protocol.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/net/smtp.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/observer.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/open-uri.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/open3.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/optparse.rb, lib/optparse/*
<dd>
<p>Nobuyuki Nakada (nobu)</p>
</dd><dt>lib/pp.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/prettyprint.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/profile.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/profiler.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/pstore.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/racc/*
<dd>
<p>Aaron Patterson (tenderlove)</p>
</dd><dt>lib/resolv-replace.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/resolv.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/rinda/*
<dd>
<p>Masatoshi SEKI (seki)</p>
</dd><dt>lib/rubygems.rb, lib/ubygems.rb, lib/rubygems/*
<dd>
<p>Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) <a href="https://github.com/rubygems/rubygems">github.com/rubygems/rubygems</a></p>
</dd><dt>lib/set.rb
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>lib/securerandom.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/shellwords.rb
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>lib/singleton.rb
<dd>
<p>Yukihiro Matsumoto (matz)</p>
</dd><dt>lib/tempfile.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/tmpdir.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/time.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/timeout.rb
<dd>
<p>Yukihiro Matsumoto (matz)</p>
</dd><dt>lib/tsort.rb
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>lib/un.rb
<dd>
<p>WATANABE Hirofumi (eban)</p>
</dd><dt>lib/unicode_normalize.rb, lib/unicode_normalize/*
<dd>
<p>Martin J. Dürst</p>
</dd><dt>lib/uri.rb, lib/uri/*
<dd>
<p>YAMADA, Akira (akira)</p>
</dd><dt>lib/weakref.rb
<dd>
<p><em>unmaintained</em></p>
</dd><dt>lib/yaml.rb, lib/yaml/*
<dd>
<p>Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)</p>
</dd></dl>
<h3 id="label-Extensions">Extensions</h3>
<dl class="rdoc-list label-list"><dt>ext/cgi
<dd>
<p>Nobuyoshi Nakada (nobu)</p>
</dd><dt>ext/continuation
<dd>
<p>Koichi Sasada (ko1)</p>
</dd><dt>ext/coverage
<dd>
<p>Yusuke Endoh (mame)</p>
</dd><dt>ext/digest, ext/digest/*
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>ext/fiber
<dd>
<p>Koichi Sasada (ko1)</p>
</dd><dt>ext/io/nonblock
<dd>
<p>Nobuyuki Nakada (nobu)</p>
</dd><dt>ext/io/wait
<dd>
<p>Nobuyuki Nakada (nobu)</p>
</dd><dt>ext/nkf
<dd>
<p>NARUSE, Yui (narse)</p>
</dd><dt>ext/objspace
<dd>
<p><em>unmaintained</em></p>
</dd><dt>ext/pathname
<dd>
<p>Tanaka Akira (akr)</p>
</dd><dt>ext/pty
<dd>
<p><em>unmaintained</em></p>
</dd><dt>ext/racc
<dd>
<p>Aaron Patterson (tenderlove)</p>
</dd><dt>ext/readline
<dd>
<p>TAKAO Kouji (kouji)</p>
</dd><dt>ext/ripper
<dd>
<p><em>unmaintained</em></p>
</dd><dt>ext/socket
<dd><ul><li>
<p>Tanaka Akira (akr)</p>
</li><li>
<p>API change needs matz’s approval</p>
</li></ul>
</dd><dt>ext/syslog
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>ext/win32
<dd>
<p>NAKAMURA Usaku (usa)</p>
</dd><dt>ext/win32ole
<dd>
<p>Masaki Suketa (suke)</p>
</dd></dl>
<h2 id="label-Default+gems+Maintainers">Default gems Maintainers</h2>
<h3 id="label-Libraries">Libraries</h3>
<dl class="rdoc-list label-list"><dt>lib/bundler.rb, lib/bundler/*
<dd>
<p>Hiroshi SHIBATA (hsbt) <a href="https://github.com/bundler/bundler">github.com/bundler/bundler</a></p>
</dd><dt>lib/cmath.rb
<dd>
<p><em>unmaintained</em> <a href="https://github.com/ruby/cmath">github.com/ruby/cmath</a></p>
</dd><dt>lib/csv.rb
<dd>
<p>Kenta Murata (mrkn), Kouhei Sutou (kou) <a href="https://github.com/ruby/csv">github.com/ruby/csv</a></p>
</dd><dt>lib/e2mmap.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/fileutils.rb
<dd>
<p><em>unmaintained</em> <a href="https://github.com/ruby/fileutils">github.com/ruby/fileutils</a></p>
</dd><dt>lib/forwardable.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/ipaddr.rb
<dd>
<p>Akinori MUSHA (knu)</p>
</dd><dt>lib/irb.rb, lib/irb/*
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/logger.rb
<dd>
<p>Naotoshi Seo (sonots)</p>
</dd><dt>lib/matrix.rb
<dd>
<p>Marc-Andre Lafortune (marcandre)</p>
</dd><dt>lib/mutex_m.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/ostruct.rb
<dd>
<p>Marc-Andre Lafortune (marcandre)</p>
</dd><dt>lib/prime.rb
<dd>
<p>Yuki Sonoda (yugui)</p>
</dd><dt>lib/rdoc.rb, lib/rdoc/*
<dd>
<p>Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) <a href="https://github.com/ruby/rdoc">github.com/ruby/rdoc</a></p>
</dd><dt>lib/rexml/*
<dd>
<p>Kouhei Sutou (kou)</p>
</dd><dt>lib/rss.rb, lib/rss/*
<dd>
<p>Kouhei Sutou (kou)</p>
</dd><dt>lib/scanf.rb
<dd>
<p>David A. Black (dblack) <a href="https://github.com/ruby/scanf">github.com/ruby/scanf</a></p>
</dd><dt>lib/shell.rb, lib/shell/*
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/sync.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/thwait.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/tracer.rb
<dd>
<p>Keiju ISHITSUKA (keiju)</p>
</dd><dt>lib/webrick.rb, lib/webrick/*
<dd>
<p>Eric Wong (normalperson) <a href="https://bugs.ruby-lang.org">bugs.ruby-lang.org</a>/</p>
</dd></dl>
<h3 id="label-Extensions">Extensions</h3>
<dl class="rdoc-list label-list"><dt>ext/bigdecimal
<dd>
<p>Kenta Murata (mrkn) <a href="https://github.com/ruby/bigdecimal">github.com/ruby/bigdecimal</a></p>
</dd><dt>ext/date
<dd>
<p><em>unmaintained</em> <a href="https://github.com/ruby/date">github.com/ruby/date</a></p>
</dd><dt>ext/dbm
<dd>
<p><em>unmaintained</em> <a href="https://github.com/ruby/dbm">github.com/ruby/dbm</a></p>
</dd><dt>ext/etc
<dd>
<p>Ruby core team <a href="https://github.com/ruby/etc">github.com/ruby/etc</a></p>
</dd><dt>ext/fcntl
<dd>
<p>Ruby core team <a href="https://github.com/ruby/fcntl">github.com/ruby/fcntl</a></p>
</dd><dt>ext/fiddle
<dd>
<p>Aaron Patterson (tenderlove) <a href="https://github.com/ruby/fiddle">github.com/ruby/fiddle</a></p>
</dd><dt>ext/gdbm
<dd>
<p>Yukihiro Matsumoto (matz) <a href="https://github.com/ruby/gdbm">github.com/ruby/gdbm</a></p>
</dd><dt>ext/io/console
<dd>
<p>Nobuyuki Nakada (nobu) <a href="https://github.com/ruby/io-console">github.com/ruby/io-console</a></p>
</dd><dt>ext/json
<dd>
<p>NARUSE, Yui (naruse), Hiroshi SHIBATA (hsbt) <a href="https://github.com/flori/json">github.com/flori/json</a></p>
</dd><dt>ext/openssl
<dd>
<p>Kazuki Yamaguchi (rhe) <a href="https://github.com/ruby/openssl">github.com/ruby/openssl</a></p>
</dd><dt>ext/psych
<dd>
<p>Aaron Patterson (tenderlove), Hiroshi SHIBATA(hsbt) <a href="https://github.com/ruby/psych">github.com/ruby/psych</a></p>
</dd><dt>ext/sdbm
<dd>
<p>Yukihiro Matsumoto (matz) <a href="https://github.com/ruby/sdbm">github.com/ruby/sdbm</a></p>
</dd><dt>ext/stringio
<dd>
<p>Nobuyuki Nakada (nobu) <a href="https://github.com/ruby/stringio">github.com/ruby/stringio</a></p>
</dd><dt>ext/strscan
<dd>
<p><em>unmaintained</em> <a href="https://github.com/ruby/strscan">github.com/ruby/strscan</a></p>
</dd><dt>ext/zlib
<dd>
<p>NARUSE, Yui (naruse) <a href="https://github.com/ruby/zlib">github.com/ruby/zlib</a></p>
</dd></dl>
<h2 id="label-Bundled+gems+upstream+repositories">Bundled gems upstream repositories</h2>
<dl class="rdoc-list label-list"><dt>did_you_mean
<dd>
<p><a href="https://github.com/yuki24/did_you_mean">github.com/yuki24/did_you_mean</a></p>
</dd><dt>minitest
<dd>
<p><a href="https://github.com/seattlerb/minitest">github.com/seattlerb/minitest</a></p>
</dd><dt>net-telnet
<dd>
<p><a href="https://github.com/ruby/net-telnet">github.com/ruby/net-telnet</a></p>
</dd><dt>power_assert
<dd>
<p><a href="https://github.com/k-tsj/power_assert">github.com/k-tsj/power_assert</a></p>
</dd><dt>rake
<dd>
<p><a href="https://github.com/ruby/rake">github.com/ruby/rake</a></p>
</dd><dt>test-unit
<dd>
<p><a href="https://github.com/test-unit/test-unit">github.com/test-unit/test-unit</a></p>
</dd><dt>xmlrpc
<dd>
<p><a href="https://github.com/ruby/xmlrpc">github.com/ruby/xmlrpc</a></p>
</dd></dl>
<div id='footer'></div>
</div> <!-- content -->
</div> <!-- y_main -->
</body>
</html>