Skip to content

Commit

Permalink
Removed sdbm entries from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 18, 2020
1 parent 16854c9 commit 70b8bdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
4 changes: 1 addition & 3 deletions LEGAL
Expand Up @@ -446,7 +446,7 @@ mentioned below.

>>>
A C-program for MT19937, with initialization improved 2002/2/10.::
Coded by Takuji Nishimura and Makoto Matsumoto.
Coded by Takuji Nishimura and Makoto Matsumoto.
This is a faster version by taking Shawn Cokus's optimization,
Matthe Bellew's simplification, Isaku Wada's real version.

Expand Down Expand Up @@ -553,8 +553,6 @@ mentioned below.
[ext/date/date_strftime.c]
[ext/digest/sha1/sha1.c]
[ext/digest/sha1/sha1.h]
[ext/sdbm/_sdbm.c]
[ext/sdbm/sdbm.h]

These files are all under public domain.

Expand Down
4 changes: 0 additions & 4 deletions doc/maintainers.rdoc
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion doc/standard_library.rdoc
Expand Up @@ -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
Expand Down

0 comments on commit 70b8bdb

Please sign in to comment.