diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/maintainers.md | 6 | ||||
-rw-r--r-- | doc/standard_library.md | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md index 7c939a96c8..7d217a1665 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -107,11 +107,9 @@ have commit right, others don't. * https://github.com/rubygems/rubygems * https://rubygems.org/gems/bundler -#### lib/cgi.rb, lib/cgi/* +#### lib/cgi/escape.rb * *unmaintained* -* https://github.com/ruby/cgi -* https://rubygems.org/gems/cgi #### lib/English.rb @@ -312,8 +310,6 @@ have commit right, others don't. #### ext/cgi * Nobuyoshi Nakada ([nobu]) -* https://github.com/ruby/cgi -* https://rubygems.org/gems/cgi #### ext/date diff --git a/doc/standard_library.md b/doc/standard_library.md index 594667b4e2..97f46bc987 100644 --- a/doc/standard_library.md +++ b/doc/standard_library.md @@ -34,7 +34,6 @@ of each. ## Libraries - 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 - DidYouMean ([GitHub][did_you_mean]): "Did you mean?" experience in Ruby - 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 [bigdecimal]: https://github.com/ruby/bigdecimal [bundler]: https://github.com/rubygems/rubygems -[cgi]: https://github.com/ruby/cgi [csv]: https://github.com/ruby/csv [date]: https://github.com/ruby/date [debug]: https://github.com/ruby/debug |