ruby-qdbm 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ruby-qdbm.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3437b23a11cd5b4b29241c662676241947021a02ea679b23c07733c5df938ecf
|
4
|
+
data.tar.gz: 2b0bb71d50cb416b2483a9fa588f08e2765cc6e6ff145403aab58ebeb6b8df46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52e34e80f502f36380debbbfeecabf04ad9ab53a5a3eaa316b525a8f657afddfe7bd1d79284acfb677e8077b69b75ed69af742a46a1ef6d1239384beb5bcbf7c
|
7
|
+
data.tar.gz: 46a1080b3fe9e732c509cd76fea4c5221cb3b01bc7386cfbf28ca0a358015fdb4c3ebe46fe02f8ad1e35c1ef610f5f55b4cd4b637ccb3684691039a1665fa620
|
data/ruby-qdbm.gemspec
CHANGED
@@ -5,13 +5,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "ruby-qdbm"
|
8
|
-
spec.version = '0.1.
|
8
|
+
spec.version = '0.1.2'
|
9
9
|
spec.authors = ["TOKI Yoshinori"]
|
10
10
|
spec.email = ["toki@freedom.ne.jp"]
|
11
11
|
|
12
12
|
spec.summary = %q{QDBM ruby extension libraries (depot/curia/villa)}
|
13
13
|
spec.description = <<-'EOF'
|
14
|
-
QDBM
|
14
|
+
QDBM is Quick Database Manager of https://fallabs.com/qdbm/.
|
15
15
|
This gem provides QDBM ruby extension libraries (depot/curia/villa).
|
16
16
|
The modifications from original are as follows.
|
17
17
|
1. The Debian patch is applied for the latest version of ruby.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-qdbm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TOKI Yoshinori
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: |2
|
56
|
-
QDBM
|
56
|
+
QDBM is Quick Database Manager of https://fallabs.com/qdbm/.
|
57
57
|
This gem provides QDBM ruby extension libraries (depot/curia/villa).
|
58
58
|
The modifications from original are as follows.
|
59
59
|
1. The Debian patch is applied for the latest version of ruby.
|