dbmlite3 1.0.a4 → 1.0.a5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fac72547c8bd87ca5fcc089e5570ee80b4a7beeb539e76df1888c8b1b97b163b
4
- data.tar.gz: d689bf111e159c2c46568f921c945fdbdbed53f57e7a6fd68f24bc52baa5cf34
3
+ metadata.gz: 7697155e6f50eba81b90d74a4fbf18e8fbcbf0d5058f809a88937a13e4e0f16d
4
+ data.tar.gz: 9bb6679468e6d9c60df4dc5f0e90a43babc3a910bdb0145d8663d9664ab542f4
5
5
  SHA512:
6
- metadata.gz: a8706449a100a494853f57f5ee5f7d2c79a67794d835efb3ab5453a56898909129811b4acf72a9770ed61a55b4919105adedc1cdbf005b87475801c7effcb84a
7
- data.tar.gz: ef3fc4ad6f06c4b270584cc86d60a0b9526f9e51f1456077edd8076d676bdf1b69f124fe45fca50eabfa88067214c669f7563bd1a29ac23921630614c82b7b35
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.a4'
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", "DBMLite3.gemspec",
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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:46:07 2022 by
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.a4
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