aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:34:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commitfc85bdeb77ae642348bb797ef9ffb65913dfc77c (patch)
treecb7e0948f28881cb2781b7fef425f697c63aa946 /doc
parent223d3c460a25e47577b6414e3ed141e54864c8dd (diff)
downloadruby-fc85bdeb77ae642348bb797ef9ffb65913dfc77c.tar.gz
Promote cgi to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc12
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 64089cc501..56e921303a 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -44,8 +44,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[lib/base64.rb]
Yusuke Endoh (mame)
-[lib/cgi.rb, lib/cgi/*]
- Takeyuki Fujioka (xibbar)
[lib/drb.rb, lib/drb/*]
Masatoshi SEKI (seki)
[lib/debug.rb]
@@ -114,8 +112,6 @@ Zachary Scott (zzak)
=== Extensions
-[ext/cgi]
- Nobuyoshi Nakada (nobu)
[ext/continuation]
Koichi Sasada (ko1)
[ext/coverage]
@@ -162,6 +158,10 @@ Zachary Scott (zzak)
Hiroshi SHIBATA (hsbt)
https://github.com/bundler/bundler
https://rubygems.org/gems/bundler
+[lib/cgi.rb, lib/cgi/*]
+ Takeyuki Fujioka (xibbar)
+ https://github.com/ruby/cgi
+ https://rubygems.org/gems/cgi
[lib/csv.rb]
Kenta Murata (mrkn), Kouhei Sutou (kou)
https://github.com/ruby/csv
@@ -270,6 +270,10 @@ Zachary Scott (zzak)
Kenta Murata (mrkn)
https://github.com/ruby/bigdecimal
https://rubygems.org/gems/bigdecimal
+[ext/cgi]
+ Nobuyoshi Nakada (nobu)
+ https://github.com/ruby/cgi
+ https://rubygems.org/gems/cgi
[ext/date]
_unmaintained_
https://github.com/ruby/date
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index b6b0eb41de..ed6829fe89 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -10,7 +10,6 @@ description.
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
Base64:: Support for encoding and decoding binary data using a Base64 representation
-CGI:: Support for the Common Gateway Interface protocol
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
@@ -65,6 +64,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
Benchmark:: Provides methods to measure and report the time used to execute code
Bundler:: Manage your Ruby application's gem dependencies
+CGI:: Support for the Common Gateway Interface protocol
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
E2MM:: Module for defining custom exceptions with specific messages