Skip to content

Commit daca69c

Browse files
committed
Restore primary maintainer name at the bundled gems
1 parent 877ebe5 commit daca69c

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

doc/maintainers.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,34 +396,42 @@ have commit right, others don't.
396396

397397
### minitest
398398

399+
* Ryan Davis ([zenspider])
399400
* https://github.com/minitest/minitest
400401

401402
### power_assert
402403

404+
* Tsujimoto Kenta ([k-tsj])
403405
* https://github.com/ruby/power_assert
404406

405407
### rake
406408

409+
* Hiroshi SHIBATA ([hsbt])
407410
* https://github.com/ruby/rake
408411

409412
### test-unit
410413

414+
* Kouhei Sutou ([kou])
411415
* https://github.com/test-unit/test-unit
412416

413417
### rexml
414418

419+
* Kouhei Sutou ([kou])
415420
* https://github.com/ruby/rexml
416421

417422
### rss
418423

424+
* Kouhei Sutou ([kou])
419425
* https://github.com/ruby/rss
420426

421427
### net-ftp
422428

429+
* Shugo Maeda ([shugo])
423430
* https://github.com/ruby/net-ftp
424431

425432
### net-imap
426433

434+
* Nicholas A. Evans ([nevans])
427435
* https://github.com/ruby/net-imap
428436

429437
### net-pop
@@ -432,10 +440,12 @@ have commit right, others don't.
432440

433441
### net-smtp
434442

443+
* TOMITA Masahiro ([tmtm])
435444
* https://github.com/ruby/net-smtp
436445

437446
### matrix
438447

448+
* Marc-André Lafortune ([marcandre])
439449
* https://github.com/ruby/matrix
440450

441451
### prime
@@ -444,18 +454,22 @@ have commit right, others don't.
444454

445455
### rbs
446456

457+
* Soutaro Matsumoto ([soutaro])
447458
* https://github.com/ruby/rbs
448459

449460
### typeprof
450461

462+
* Yusuke Endoh ([mame])
451463
* https://github.com/ruby/typeprof
452464

453465
### debug
454466

467+
* Koichi Sasada ([ko1])
455468
* https://github.com/ruby/debug
456469

457470
### racc
458471

472+
* Yuichi Kaneko ([yui-knk])
459473
* https://github.com/ruby/racc
460474

461475
#### mutex_m
@@ -468,10 +482,12 @@ have commit right, others don't.
468482

469483
#### base64
470484

485+
* Yusuke Endoh ([mame])
471486
* https://github.com/ruby/base64
472487

473488
#### bigdecimal
474489

490+
* Kenta Murata ([mrkn])
475491
* https://github.com/ruby/bigdecimal
476492

477493
#### observer
@@ -480,34 +496,42 @@ have commit right, others don't.
480496

481497
#### abbrev
482498

499+
* Akinori MUSHA ([knu])
483500
* https://github.com/ruby/abbrev
484501

485502
#### resolv-replace
486503

504+
* Akira TANAKA ([akr])
487505
* https://github.com/ruby/resolv-replace
488506

489507
#### rinda
490508

509+
* Masatoshi SEKI ([seki])
491510
* https://github.com/ruby/rinda
492511

493512
#### drb
494513

514+
* Masatoshi SEKI ([seki])
495515
* https://github.com/ruby/drb
496516

497517
#### nkf
498518

519+
* Naruse Yusuke ([nurse])
499520
* https://github.com/ruby/nkf
500521

501522
#### syslog
502523

524+
* Akinori Musha ([knu])
503525
* https://github.com/ruby/syslog
504526

505527
#### csv
506528

529+
* Kouhei Sutou ([kou])
507530
* https://github.com/ruby/csv
508531

509532
#### ostruct
510533

534+
* Marc-André Lafortune ([marcandre])
511535
* https://github.com/ruby/ostruct
512536

513537
#### pstore
@@ -520,22 +544,34 @@ have commit right, others don't.
520544

521545
#### logger
522546

547+
* Naotoshi Seo ([sonots])
523548
* https://github.com/ruby/logger
524549

525550
#### rdoc
526551

552+
* Stan Lo ([st0012])
553+
* Nobuyoshi Nakada ([nobu])
527554
* https://github.com/ruby/rdoc
528555

529556
#### win32ole
530557

558+
* Masaki Suketa ([suketa])
531559
* https://github.com/ruby/win32ole
532560

533561
#### irb
534562

563+
* Tomoya Ishida ([tompng])
564+
* Stan Lo ([st0012])
565+
* Mari Imaizumi ([ima1zumi])
566+
* HASUMI Hitoshi ([hasumikin])
535567
* https://github.com/ruby/irb
536568

537569
#### reline
538570

571+
* Tomoya Ishida ([tompng])
572+
* Stan Lo ([st0012])
573+
* Mari Imaizumi ([ima1zumi])
574+
* HASUMI Hitoshi ([hasumikin])
539575
* https://github.com/ruby/reline
540576

541577
#### readline
@@ -544,6 +580,7 @@ have commit right, others don't.
544580

545581
#### fiddle
546582

583+
* Kouhei Sutou ([kou])
547584
* https://github.com/ruby/fiddle
548585

549586
## Platform Maintainers
@@ -625,3 +662,12 @@ have commit right, others don't.
625662
[tompng]: https://github.com/tompng
626663
[unak]: https://github.com/unak
627664
[yuki24]: https://github.com/yuki24
665+
[zenspider]: https://github.com/zenspider
666+
[k-tsj]: https://github.com/k-tsj
667+
[nevans]: https://github.com/nevans
668+
[tmtm]: https://github.com/tmtm
669+
[shugo]: https://github.com/shugo
670+
[soutaro]: https://github.com/soutaro
671+
[yui-knk]: https://github.com/yui-knk
672+
[hasumikin]: https://github.com/hasumikin
673+
[suketa]: https://github.com/suketa

0 commit comments

Comments
 (0)