Update CGI sections under the doc directory

This commit is contained in:
Hiroshi SHIBATA 2025-06-19 14:16:30 +09:00
parent ef2b26cc3e
commit 6929542aa9
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 1 additions and 7 deletions

View file

@ -107,11 +107,9 @@ have commit right, others don't.
* https://github.com/rubygems/rubygems * https://github.com/rubygems/rubygems
* https://rubygems.org/gems/bundler * https://rubygems.org/gems/bundler
#### lib/cgi.rb, lib/cgi/* #### lib/cgi/escape.rb
* *unmaintained* * *unmaintained*
* https://github.com/ruby/cgi
* https://rubygems.org/gems/cgi
#### lib/English.rb #### lib/English.rb
@ -312,8 +310,6 @@ have commit right, others don't.
#### ext/cgi #### ext/cgi
* Nobuyoshi Nakada ([nobu]) * Nobuyoshi Nakada ([nobu])
* https://github.com/ruby/cgi
* https://rubygems.org/gems/cgi
#### ext/date #### ext/date

View file

@ -34,7 +34,6 @@ of each.
## Libraries ## Libraries
- Bundler ([GitHub][bundler]): Manage your Ruby application's gem dependencies - Bundler ([GitHub][bundler]): Manage your Ruby application's gem dependencies
- CGI ([GitHub][cgi]): Support for the Common Gateway Interface protocol
- Delegator ([GitHub][delegate]): Provides three abilities to delegate method calls to an object - Delegator ([GitHub][delegate]): Provides three abilities to delegate method calls to an object
- DidYouMean ([GitHub][did_you_mean]): "Did you mean?" experience in Ruby - DidYouMean ([GitHub][did_you_mean]): "Did you mean?" experience in Ruby
- English ([GitHub][English]): Provides references to special global variables with less cryptic names - English ([GitHub][English]): Provides references to special global variables with less cryptic names
@ -137,7 +136,6 @@ of each.
[benchmark]: https://github.com/ruby/benchmark [benchmark]: https://github.com/ruby/benchmark
[bigdecimal]: https://github.com/ruby/bigdecimal [bigdecimal]: https://github.com/ruby/bigdecimal
[bundler]: https://github.com/rubygems/rubygems [bundler]: https://github.com/rubygems/rubygems
[cgi]: https://github.com/ruby/cgi
[csv]: https://github.com/ruby/csv [csv]: https://github.com/ruby/csv
[date]: https://github.com/ruby/date [date]: https://github.com/ruby/date
[debug]: https://github.com/ruby/debug [debug]: https://github.com/ruby/debug