key-db 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/keydb.rb +5 -0
- metadata +3 -3
data/lib/keydb.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: key-db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,8 +11,8 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-05-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: ! 'A database acessible via keys. Added delete_key method
|
|
15
|
-
bug fixed. File to require: ''keydb'''
|
|
14
|
+
description: ! 'A database acessible via keys. Added delete_key method and overwrite_db
|
|
15
|
+
method. access_all bug fixed. File to require: ''keydb'''
|
|
16
16
|
email: slmnwise@gmail.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|