Use footnote links instead

This commit is contained in:
Stan Lo 2024-11-24 12:59:01 +00:00 committed by Peter Zhu
parent 96766517b0
commit 544d684412
Notes: git 2025-06-06 00:31:58 +00:00

View File

@ -30,15 +30,15 @@ have commit right, others don't.
### Language core features including security ### Language core features including security
* Yukihiro Matsumoto ([matz](https://github.com/matz)) * Yukihiro Matsumoto ([matz])
### Evaluator ### Evaluator
* Koichi Sasada ([ko1](https://github.com/ko1)) * Koichi Sasada ([ko1])
### Core classes ### Core classes
* Yukihiro Matsumoto ([matz](https://github.com/matz)) * Yukihiro Matsumoto ([matz])
## Standard Library Maintainers ## Standard Library Maintainers
@ -50,31 +50,31 @@ have commit right, others don't.
#### lib/rubygems.rb, lib/rubygems/* #### lib/rubygems.rb, lib/rubygems/*
* Eric Hodel ([drbrain](https://github.com/drbrain)) * Eric Hodel ([drbrain])
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* https://github.com/rubygems/rubygems * https://github.com/rubygems/rubygems
#### lib/unicode_normalize.rb, lib/unicode_normalize/* #### lib/unicode_normalize.rb, lib/unicode_normalize/*
* Martin J. Dürst * Martin J. Dürst ([duerst])
### Extensions ### Extensions
#### ext/continuation #### ext/continuation
* Koichi Sasada ([ko1](https://github.com/ko1)) * Koichi Sasada ([ko1])
#### ext/coverage #### ext/coverage
* Yusuke Endoh ([mame](https://github.com/mame)) * Yusuke Endoh ([mame])
#### ext/fiber #### ext/fiber
* Koichi Sasada ([ko1](https://github.com/ko1)) * Koichi Sasada ([ko1])
#### ext/monitor #### ext/monitor
* Koichi Sasada ([ko1](https://github.com/ko1)) * Koichi Sasada ([ko1])
#### ext/objspace #### ext/objspace
@ -90,12 +90,12 @@ have commit right, others don't.
#### ext/socket #### ext/socket
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* API change needs matz's approval * API change needs matz's approval
#### ext/win32 #### ext/win32
* NAKAMURA Usaku ([unak](https://github.com/unak)) * NAKAMURA Usaku ([unak])
## Default gems Maintainers ## Default gems Maintainers
@ -109,7 +109,7 @@ have commit right, others don't.
#### lib/bundler.rb, lib/bundler/* #### lib/bundler.rb, lib/bundler/*
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* https://github.com/rubygems/rubygems * https://github.com/rubygems/rubygems
* https://rubygems.org/gems/bundler * https://rubygems.org/gems/bundler
@ -133,26 +133,26 @@ have commit right, others don't.
#### lib/did_you_mean.rb #### lib/did_you_mean.rb
* Yuki Nishijima ([yuki24](https://github.com/yuki24)) * Yuki Nishijima ([yuki24])
* https://github.com/ruby/did_you_mean * https://github.com/ruby/did_you_mean
* https://rubygems.org/gems/did_you_mean * https://rubygems.org/gems/did_you_mean
#### ext/digest, ext/digest/* #### ext/digest, ext/digest/*
* Akinori MUSHA ([knu](https://github.com/knu)) * Akinori MUSHA ([knu])
* https://github.com/ruby/digest * https://github.com/ruby/digest
* https://rubygems.org/gems/digest * https://rubygems.org/gems/digest
#### lib/erb.rb #### lib/erb.rb
* Masatoshi SEKI ([seki](https://github.com/seki)) * Masatoshi SEKI ([seki])
* Takashi Kokubun ([k0kubun](https://github.com/k0kubun)) * Takashi Kokubun ([k0kubun])
* https://github.com/ruby/erb * https://github.com/ruby/erb
* https://rubygems.org/gems/erb * https://rubygems.org/gems/erb
#### lib/error_highlight.rb, lib/error_highlight/* #### lib/error_highlight.rb, lib/error_highlight/*
* Yusuke Endoh ([mame](https://github.com/mame)) * Yusuke Endoh ([mame])
* https://github.com/ruby/error_highlight * https://github.com/ruby/error_highlight
* https://rubygems.org/gems/error_highlight * https://rubygems.org/gems/error_highlight
@ -164,7 +164,7 @@ have commit right, others don't.
#### lib/find.rb #### lib/find.rb
* Kazuki Tsujimoto ([k-tsj](https://github.com/k-tsj)) * Kazuki Tsujimoto ([k-tsj])
* https://github.com/ruby/find * https://github.com/ruby/find
* https://rubygems.org/gems/find * https://rubygems.org/gems/find
@ -176,33 +176,33 @@ have commit right, others don't.
#### lib/ipaddr.rb #### lib/ipaddr.rb
* Akinori MUSHA ([knu](https://github.com/knu)) * Akinori MUSHA ([knu])
* https://github.com/ruby/ipaddr * https://github.com/ruby/ipaddr
* https://rubygems.org/gems/ipaddr * https://rubygems.org/gems/ipaddr
#### lib/irb.rb, lib/irb/* #### lib/irb.rb, lib/irb/*
* Stan Lo ([st0012](https://github.com/st0012)) * Stan Lo ([st0012])
* Tomoya Ishida ([tompng](https://github.com/tompng)) * Tomoya Ishida ([tompng])
* Mari Imaizumi ([ima1zumi](https://github.com/ima1zumi)) * Mari Imaizumi ([ima1zumi])
* Hitoshi Hasumi ([hasumikin](https://github.com/hasumikin)) * Hitoshi Hasumi ([hasumikin])
* https://github.com/ruby/irb * https://github.com/ruby/irb
* https://rubygems.org/gems/irb * https://rubygems.org/gems/irb
#### lib/optparse.rb, lib/optparse/* #### lib/optparse.rb, lib/optparse/*
* Nobuyuki Nakada ([nobu](https://github.com/nobu)) * Nobuyuki Nakada ([nobu])
* https://github.com/ruby/optparse * https://github.com/ruby/optparse
#### lib/logger.rb #### lib/logger.rb
* Naotoshi Seo ([sonots](https://github.com/sonots)) * Naotoshi Seo ([sonots])
* https://github.com/ruby/logger * https://github.com/ruby/logger
* https://rubygems.org/gems/logger * https://rubygems.org/gems/logger
#### lib/net/http.rb, lib/net/https.rb #### lib/net/http.rb, lib/net/https.rb
* NARUSE, Yui ([nurse](https://github.com/nurse)) * NARUSE, Yui ([nurse])
* https://github.com/ruby/net-http * https://github.com/ruby/net-http
* https://rubygems.org/gems/net-http * https://rubygems.org/gems/net-http
@ -220,32 +220,32 @@ have commit right, others don't.
#### lib/open-uri.rb #### lib/open-uri.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/open-uri * https://github.com/ruby/open-uri
#### lib/ostruct.rb #### lib/ostruct.rb
* Marc-André Lafortune ([marcandre](https://github.com/marcandre)) * Marc-André Lafortune ([marcandre])
* https://github.com/ruby/ostruct * https://github.com/ruby/ostruct
* https://rubygems.org/gems/ostruct * https://rubygems.org/gems/ostruct
#### lib/pp.rb #### lib/pp.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/pp * https://github.com/ruby/pp
* https://rubygems.org/gems/pp * https://rubygems.org/gems/pp
#### lib/prettyprint.rb #### lib/prettyprint.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/prettyprint * https://github.com/ruby/prettyprint
* https://rubygems.org/gems/prettyprint * https://rubygems.org/gems/prettyprint
#### lib/prism.rb #### lib/prism.rb
* Kevin Newton ([kddnewton](https://github.com/kddnewton)) * Kevin Newton ([kddnewton])
* Eileen Uchitelle ([eileencodes](https://github.com/eileencodes)) * Eileen Uchitelle ([eileencodes])
* Aaron Patterson ([tenderlove](https://github.com/tenderlove)) * Aaron Patterson ([tenderlove])
* https://github.com/ruby/prism * https://github.com/ruby/prism
* https://rubygems.org/gems/prism * https://rubygems.org/gems/prism
@ -263,49 +263,49 @@ have commit right, others don't.
#### lib/resolv.rb #### lib/resolv.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/resolv * https://github.com/ruby/resolv
* https://rubygems.org/gems/resolv * https://rubygems.org/gems/resolv
#### lib/rdoc.rb, lib/rdoc/* #### lib/rdoc.rb, lib/rdoc/*
* Eric Hodel ([drbrain](https://github.com/drbrain)) * Eric Hodel ([drbrain])
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* Stan Lo ([st0012](https://github.com/st0012)) * Stan Lo ([st0012])
* Colby Swandale ([colby-swandale](https://github.com/colby-swandale)) * Colby Swandale ([colby-swandale])
* https://github.com/ruby/rdoc * https://github.com/ruby/rdoc
* https://rubygems.org/gems/rdoc * https://rubygems.org/gems/rdoc
#### lib/reline.rb, lib/reline/* #### lib/reline.rb, lib/reline/*
* Tomoya Ishida ([tompng](https://github.com/tompng)) * Tomoya Ishida ([tompng])
* Mari Imaizumi ([ima1zumi](https://github.com/ima1zumi)) * Mari Imaizumi ([ima1zumi])
* Stan Lo ([st0012](https://github.com/st0012)) * Stan Lo ([st0012])
* Hitoshi Hasumi ([hasumikin](https://github.com/hasumikin)) * Hitoshi Hasumi ([hasumikin])
* https://github.com/ruby/reline * https://github.com/ruby/reline
* https://rubygems.org/gems/reline * https://rubygems.org/gems/reline
#### lib/securerandom.rb #### lib/securerandom.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/securerandom * https://github.com/ruby/securerandom
* https://rubygems.org/gems/securerandom * https://rubygems.org/gems/securerandom
#### lib/set.rb #### lib/set.rb
* Akinori MUSHA ([knu](https://github.com/knu)) * Akinori MUSHA ([knu])
* https://github.com/ruby/set * https://github.com/ruby/set
* https://rubygems.org/gems/set * https://rubygems.org/gems/set
#### lib/shellwords.rb #### lib/shellwords.rb
* Akinori MUSHA ([knu](https://github.com/knu)) * Akinori MUSHA ([knu])
* https://github.com/ruby/shellwords * https://github.com/ruby/shellwords
* https://rubygems.org/gems/shellwords * https://rubygems.org/gems/shellwords
#### lib/singleton.rb #### lib/singleton.rb
* Yukihiro Matsumoto ([matz](https://github.com/matz)) * Yukihiro Matsumoto ([matz])
* https://github.com/ruby/singleton * https://github.com/ruby/singleton
* https://rubygems.org/gems/singleton * https://rubygems.org/gems/singleton
@ -317,13 +317,13 @@ have commit right, others don't.
#### lib/time.rb #### lib/time.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/time * https://github.com/ruby/time
* https://rubygems.org/gems/time * https://rubygems.org/gems/time
#### lib/timeout.rb #### lib/timeout.rb
* Yukihiro Matsumoto ([matz](https://github.com/matz)) * Yukihiro Matsumoto ([matz])
* https://github.com/ruby/timeout * https://github.com/ruby/timeout
* https://rubygems.org/gems/timeout * https://rubygems.org/gems/timeout
@ -341,26 +341,26 @@ have commit right, others don't.
#### lib/tsort.rb #### lib/tsort.rb
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/tsort * https://github.com/ruby/tsort
* https://rubygems.org/gems/tsort * https://rubygems.org/gems/tsort
#### lib/un.rb #### lib/un.rb
* WATANABE Hirofumi ([eban](https://github.com/eban)) * WATANABE Hirofumi ([eban])
* https://github.com/ruby/un * https://github.com/ruby/un
* https://rubygems.org/gems/un * https://rubygems.org/gems/un
#### lib/uri.rb, lib/uri/* #### lib/uri.rb, lib/uri/*
* NARUSE, Yui ([nurse](https://github.com/nurse)) * NARUSE, Yui ([nurse])
* https://github.com/ruby/uri * https://github.com/ruby/uri
* https://rubygems.org/gems/uri * https://rubygems.org/gems/uri
#### lib/yaml.rb, lib/yaml/* #### lib/yaml.rb, lib/yaml/*
* Aaron Patterson ([tenderlove](https://github.com/tenderlove)) * Aaron Patterson ([tenderlove])
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* https://github.com/ruby/yaml * https://github.com/ruby/yaml
* https://rubygems.org/gems/yaml * https://rubygems.org/gems/yaml
@ -374,7 +374,7 @@ have commit right, others don't.
#### ext/cgi #### ext/cgi
* Nobuyoshi Nakada ([nobu](https://github.com/nobu)) * Nobuyoshi Nakada ([nobu])
* https://github.com/ruby/cgi * https://github.com/ruby/cgi
* https://rubygems.org/gems/cgi * https://rubygems.org/gems/cgi
@ -398,76 +398,76 @@ have commit right, others don't.
#### ext/fiddle #### ext/fiddle
* Aaron Patterson ([tenderlove](https://github.com/tenderlove)) * Aaron Patterson ([tenderlove])
* https://github.com/ruby/fiddle * https://github.com/ruby/fiddle
* https://rubygems.org/gems/fiddle * https://rubygems.org/gems/fiddle
#### ext/io/console #### ext/io/console
* Nobuyuki Nakada ([nobu](https://github.com/nobu)) * Nobuyuki Nakada ([nobu])
* https://github.com/ruby/io-console * https://github.com/ruby/io-console
* https://rubygems.org/gems/io-console * https://rubygems.org/gems/io-console
#### ext/io/nonblock #### ext/io/nonblock
* Nobuyuki Nakada ([nobu](https://github.com/nobu)) * Nobuyuki Nakada ([nobu])
* https://github.com/ruby/io-nonblock * https://github.com/ruby/io-nonblock
* https://rubygems.org/gems/io-nonblock * https://rubygems.org/gems/io-nonblock
#### ext/io/wait #### ext/io/wait
* Nobuyuki Nakada ([nobu](https://github.com/nobu)) * Nobuyuki Nakada ([nobu])
* https://github.com/ruby/io-wait * https://github.com/ruby/io-wait
* https://rubygems.org/gems/io-wait * https://rubygems.org/gems/io-wait
#### ext/json #### ext/json
* NARUSE, Yui ([nurse](https://github.com/nurse)) * NARUSE, Yui ([nurse])
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* Jean Boussier ([byroot](https://github.com/byroot)) * Jean Boussier ([byroot])
* https://github.com/ruby/json * https://github.com/ruby/json
* https://rubygems.org/gems/json * https://rubygems.org/gems/json
#### ext/openssl #### ext/openssl
* Kazuki Yamaguchi ([rhenium](https://github.com/rhenium)) * Kazuki Yamaguchi ([rhenium])
* https://github.com/ruby/openssl * https://github.com/ruby/openssl
* https://rubygems.org/gems/openssl * https://rubygems.org/gems/openssl
#### ext/pathname #### ext/pathname
* Tanaka Akira ([akr](https://github.com/akr)) * Tanaka Akira ([akr])
* https://github.com/ruby/pathname * https://github.com/ruby/pathname
* https://rubygems.org/gems/pathname * https://rubygems.org/gems/pathname
#### ext/psych #### ext/psych
* Aaron Patterson ([tenderlove](https://github.com/tenderlove)) * Aaron Patterson ([tenderlove])
* Hiroshi SHIBATA ([hsbt](https://github.com/hsbt)) * Hiroshi SHIBATA ([hsbt])
* https://github.com/ruby/psych * https://github.com/ruby/psych
* https://rubygems.org/gems/psych * https://rubygems.org/gems/psych
#### ext/stringio #### ext/stringio
* Nobuyuki Nakada ([nobu](https://github.com/nobu)) * Nobuyuki Nakada ([nobu])
* https://github.com/ruby/stringio * https://github.com/ruby/stringio
* https://rubygems.org/gems/stringio * https://rubygems.org/gems/stringio
#### ext/strscan #### ext/strscan
* Kouhei Sutou ([kou](https://github.com/kou)) * Kouhei Sutou ([kou])
* https://github.com/ruby/strscan * https://github.com/ruby/strscan
* https://rubygems.org/gems/strscan * https://rubygems.org/gems/strscan
#### ext/win32ole #### ext/win32ole
* Masaki Suketa (suke) * Masaki Suketa ([suketa])
* https://github.com/ruby/win32ole * https://github.com/ruby/win32ole
* https://rubygems.org/gems/win32ole * https://rubygems.org/gems/win32ole
#### ext/zlib #### ext/zlib
* NARUSE, Yui ([nurse](https://github.com/nurse)) * NARUSE, Yui ([nurse])
* https://github.com/ruby/zlib * https://github.com/ruby/zlib
* https://rubygems.org/gems/zlib * https://rubygems.org/gems/zlib
@ -589,11 +589,11 @@ have commit right, others don't.
### mswin64 (Microsoft Windows) ### mswin64 (Microsoft Windows)
* NAKAMURA Usaku ([unak](https://github.com/unak)) * NAKAMURA Usaku ([unak])
### mingw32 (Minimalist GNU for Windows) ### mingw32 (Minimalist GNU for Windows)
* Nobuyoshi Nakada ([nobu](https://github.com/nobu)) * Nobuyoshi Nakada ([nobu])
### AIX ### AIX
@ -601,23 +601,23 @@ have commit right, others don't.
### FreeBSD ### FreeBSD
* Akinori MUSHA ([knu](https://github.com/knu)) * Akinori MUSHA ([knu])
### Solaris ### Solaris
* Naohisa Goto ([ngoto](https://github.com/ngoto)) * Naohisa Goto ([ngoto])
### RHEL, CentOS ### RHEL, CentOS
* KOSAKI Motohiro ([kosaki](https://github.com/kosaki)) * KOSAKI Motohiro ([kosaki])
### macOS ### macOS
* Kenta Murata ([mrkn](https://github.com/mrkn)) * Kenta Murata ([mrkn])
### OpenBSD ### OpenBSD
* Jeremy Evans ([jeremyevans](https://github.com/jeremyevans)) * Jeremy Evans ([jeremyevans])
### cygwin, ... ### cygwin, ...
@ -625,4 +625,40 @@ have commit right, others don't.
### WebAssembly/WASI ### WebAssembly/WASI
* Yuta Saito ([kateinoigakukun](https://github.com/kateinoigakukun)) * Yuta Saito ([kateinoigakukun])
[akr]: https://github.com/akr
[byroot]: https://github.com/byroot
[colby-swandale]: https://github.com/colby-swandale
[drbrain]: https://github.com/drbrain
[duerst]: https://github.com/duerst
[eban]: https://github.com/eban
[eileencodes]: https://github.com/eileencodes
[hasumikin]: https://github.com/hasumikin
[hsbt]: https://github.com/hsbt
[ima1zumi]: https://github.com/ima1zumi
[jeremyevans]: https://github.com/jeremyevans
[k-tsj]: https://github.com/k-tsj
[k0kubun]: https://github.com/k0kubun
[kateinoigakukun]: https://github.com/kateinoigakukun
[kddnewton]: https://github.com/kddnewton
[knu]: https://github.com/knu
[ko1]: https://github.com/ko1
[kosaki]: https://github.com/kosaki
[kou]: https://github.com/kou
[mame]: https://github.com/mame
[marcandre]: https://github.com/marcandre
[matz]: https://github.com/matz
[mrkn]: https://github.com/mrkn
[ngoto]: https://github.com/ngoto
[nobu]: https://github.com/nobu
[nurse]: https://github.com/nurse
[rhenium]: https://github.com/rhenium
[seki]: https://github.com/seki
[suketa]: https://github.com/suketa
[sonots]: https://github.com/sonots
[st0012]: https://github.com/st0012
[tenderlove]: https://github.com/tenderlove
[tompng]: https://github.com/tompng
[unak]: https://github.com/unak
[yuki24]: https://github.com/yuki24