dbmlite3 1.0.a4 → 1.0.a5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{DBMLite3.gemspec → dbmlite3.gemspec} +2 -2
- data/doc/Lite3/DBM.html +1 -1
- data/doc/Lite3/Error.html +1 -1
- data/doc/Lite3/SQL.html +1 -1
- data/doc/Lite3.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- 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: 7697155e6f50eba81b90d74a4fbf18e8fbcbf0d5058f809a88937a13e4e0f16d
|
4
|
+
data.tar.gz: 9bb6679468e6d9c60df4dc5f0e90a43babc3a910bdb0145d8663d9664ab542f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9b0750ce7d670c1103ed74da2293d60589b61adcf81fcd3ea26c351e3e5a6810b42c4e8c1d26cafc9abcb6f96b8074f545f0bdbe129e7d0e97fb8a75f2155e3
|
7
|
+
data.tar.gz: 7aac44f9d3ca015220dc46525b58b1338e71e7873956b5f2a1feb99bfd118ad46b3e28e4134c75234a37e7f58fb6d3ffb6d8d936c6db868b4eb68efd3f5d918a
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'dbmlite3'
|
6
|
-
s.version = '1.0.
|
6
|
+
s.version = '1.0.a5'
|
7
7
|
s.date = '2022-02-21'
|
8
8
|
s.summary = "A DBM-style key-value store using SQLite3"
|
9
9
|
s.description = <<-EOF
|
@@ -21,7 +21,7 @@ EOF
|
|
21
21
|
|
22
22
|
# I'm just going to add everything so that if you've got the gem,
|
23
23
|
# you've also got the source distribution. Yay! Open source!
|
24
|
-
s.files = ["README.md", "LICENSE.txt", "
|
24
|
+
s.files = ["README.md", "LICENSE.txt", "dbmlite3.gemspec",
|
25
25
|
"Rakefile", ".yardopts"] +
|
26
26
|
Dir.glob('doc/**/*') +
|
27
27
|
Dir.glob('{spec,lib}/*.rb')
|
data/doc/Lite3/DBM.html
CHANGED
@@ -2636,7 +2636,7 @@ given keys.</p>
|
|
2636
2636
|
</div>
|
2637
2637
|
|
2638
2638
|
<div id="footer">
|
2639
|
-
Generated on Sat Feb 26 11:
|
2639
|
+
Generated on Sat Feb 26 11:47:57 2022 by
|
2640
2640
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2641
2641
|
0.9.25 (ruby-2.7.0).
|
2642
2642
|
</div>
|
data/doc/Lite3/Error.html
CHANGED
@@ -125,7 +125,7 @@
|
|
125
125
|
</div>
|
126
126
|
|
127
127
|
<div id="footer">
|
128
|
-
Generated on Sat Feb 26 11:
|
128
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
129
129
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
130
130
|
0.9.25 (ruby-2.7.0).
|
131
131
|
</div>
|
data/doc/Lite3/SQL.html
CHANGED
@@ -380,7 +380,7 @@ thread safe. Just a wrapper around <code>SQLite3.threadsafe?</code></p>
|
|
380
380
|
</div>
|
381
381
|
|
382
382
|
<div id="footer">
|
383
|
-
Generated on Sat Feb 26 11:
|
383
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
384
384
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
385
385
|
0.9.25 (ruby-2.7.0).
|
386
386
|
</div>
|
data/doc/Lite3.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Sat Feb 26 11:
|
110
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.25 (ruby-2.7.0).
|
113
113
|
</div>
|
data/doc/_index.html
CHANGED
@@ -142,7 +142,7 @@
|
|
142
142
|
</div>
|
143
143
|
|
144
144
|
<div id="footer">
|
145
|
-
Generated on Sat Feb 26 11:
|
145
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
146
146
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
147
147
|
0.9.25 (ruby-2.7.0).
|
148
148
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -193,7 +193,7 @@ make sense of them.</p>
|
|
193
193
|
</div></div>
|
194
194
|
|
195
195
|
<div id="footer">
|
196
|
-
Generated on Sat Feb 26 11:
|
196
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
197
197
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
198
198
|
0.9.25 (ruby-2.7.0).
|
199
199
|
</div>
|
data/doc/index.html
CHANGED
@@ -193,7 +193,7 @@ make sense of them.</p>
|
|
193
193
|
</div></div>
|
194
194
|
|
195
195
|
<div id="footer">
|
196
|
-
Generated on Sat Feb 26 11:
|
196
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
197
197
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
198
198
|
0.9.25 (ruby-2.7.0).
|
199
199
|
</div>
|
@@ -100,7 +100,7 @@
|
|
100
100
|
</div>
|
101
101
|
|
102
102
|
<div id="footer">
|
103
|
-
Generated on Sat Feb 26 11:
|
103
|
+
Generated on Sat Feb 26 11:47:56 2022 by
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
105
105
|
0.9.25 (ruby-2.7.0).
|
106
106
|
</div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dbmlite3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.a5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Reuter
|
@@ -79,10 +79,10 @@ extensions: []
|
|
79
79
|
extra_rdoc_files: []
|
80
80
|
files:
|
81
81
|
- ".yardopts"
|
82
|
-
- DBMLite3.gemspec
|
83
82
|
- LICENSE.txt
|
84
83
|
- README.md
|
85
84
|
- Rakefile
|
85
|
+
- dbmlite3.gemspec
|
86
86
|
- doc/Lite3.html
|
87
87
|
- doc/Lite3/DBM.html
|
88
88
|
- doc/Lite3/Error.html
|