summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 15:20:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 20:04:54 +0900
commitedcc29dcff1b269b7748ab83adf21b2f3f97ebff (patch)
tree4f0dbc36876b47a717305f880b35c0b12206cddb /doc
parent9e56a22be6706c8698268d5ebe4f59960d3485b1 (diff)
Removed gdbm from ruby repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4526
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index cb70587f19..975f4d4091 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -324,10 +324,6 @@ Yukihiro Matsumoto (matz)
Aaron Patterson (tenderlove)
https://github.com/ruby/fiddle
https://rubygems.org/gems/fiddle
-[ext/gdbm]
- Yukihiro Matsumoto (matz)
- https://github.com/ruby/gdbm
- https://rubygems.org/gems/gdbm
[ext/io/console]
Nobuyuki Nakada (nobu)
https://github.com/ruby/io-console
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 2e201afa55..127ba76d31 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -87,7 +87,6 @@ Digest:: Provides a framework for message digest libraries
Etc:: Provides access to information typically stored in UNIX /etc directory
Fcntl:: Loads constants defined in the OS fcntl.h C header file
Fiddle:: A libffi wrapper for Ruby
-GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO:: Extensions for Ruby IO class, including #wait, #nonblock and ::console
JSON:: Implements Javascript Object Notation for Ruby
NKF:: Ruby extension for Network Kanji Filter