summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 21:09:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-19 08:26:47 +0900
commit70b8bdbc90cb39938e1b5bae9f1abc2af91ba58b (patch)
tree03db8ea33e61ffee0bd875564d8ef76f04b11095 /doc
parent16854c95c2d6e47d06c12d0569aa46b49160839f (diff)
Removed sdbm entries from doc
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3234
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 4cef5b9b66..c2c5569ce2 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -328,10 +328,6 @@ Zachary Scott (zzak)
TAKAO Kouji (kouji)
https://github.com/ruby/readline-ext
http:://rubygems.org/gems/readline-ext
-[ext/sdbm]
- Yukihiro Matsumoto (matz)
- https://github.com/ruby/sdbm
- https://rubygems.org/gems/sdbm
[ext/stringio]
Nobuyuki Nakada (nobu)
https://github.com/ruby/stringio
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index eadc1c18d2..175c70cf1e 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -102,7 +102,6 @@ JSON:: Implements Javascript Object Notation for Ruby
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Psych:: A YAML parser and emitter for Ruby
Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
-SDBM:: Provides a simple file-based key-value store with String keys and values
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library