aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-28 07:45:54 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-28 07:45:54 +0000
commit5de5cc17172bcb4c9734a228b339b61b7529f3c4 (patch)
treeb0c3810e527248b51c5c6520db30f06cb775517c /doc
parentb4d69df0b53472029aec9ec8a6c2500026862f2c (diff)
downloadruby-5de5cc17172bcb4c9734a228b339b61b7529f3c4.tar.gz
Added initial gemspec for SDBM module.
[Feature #13261] * doc/*.rdoc: Move SDBM entry to default gem section. * ext/sdbm/sdbm.gemspec: first gemspec. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 6782009d48..66d24033b1 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -201,8 +201,6 @@ Zachary Scott (zzak)
TAKAO Kouji (kouji)
[ext/ripper]
_unmaintained_
-[ext/sdbm]
- Yukihiro Matsumoto (matz)
[ext/socket]
* Tanaka Akira (akr)
* API change needs matz's approval
@@ -259,6 +257,8 @@ Zachary Scott (zzak)
[ext/psych]
Aaron Patterson (tenderlove), Hiroshi SHIBATA(hsbt)
https://github.com/ruby/psych
+[ext/sdbm]
+ Yukihiro Matsumoto (matz)
[ext/strscan]
_unmaintained_
[ext/zlib]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index d3114356d6..104a5cebab 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -85,7 +85,6 @@ Pathname:: Representation of the name of a file or directory on the filesystem
PTY:: Creates and manages pseudo terminals
Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
Ripper:: Provides an interface for parsing Ruby programs into S-expressions
-SDBM:: Provides a simple file-based key-value store with String keys and values
Socket:: Access underlying OS socket implementations
StringIO:: Pseudo I/O on String objects
Syslog:: Ruby interface for the POSIX system logging facility
@@ -115,6 +114,7 @@ IO::console:: Console interface
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
+SDBM:: Provides a simple file-based key-value store with String keys and values
StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library