kvx 0.9.10 → 0.9.11
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/kvx.rb +1 -2
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fe4f150a49ff2f1c88b0cf28b7d24cbd04af9fc64cf7ea697fe0e29ab62a67b
|
|
4
|
+
data.tar.gz: c2ead702dcf44db16cb10a1866051ceb85d947870f491276c610acff2bf2c5be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: abf623624bb8630caa32c5d1893013351e3ec328e188bca05343b51286376387c70006cc70ac265958e4b376b299bacf6578c9dab46113c8f36d98d1ae1422f1
|
|
7
|
+
data.tar.gz: 83e9dcbff011d65f72408f1b7b9ab681599eba0057e2ee3bc8b5e78a94a08afbb5b29e01214a08c7e0ee22847c4214398a826c4cd2183c24fae6142285731761
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/kvx.rb
CHANGED
|
@@ -336,7 +336,7 @@ class Kvx
|
|
|
336
336
|
|
|
337
337
|
lines = txt.gsub(/^-+$/m,'').lines.map do |line|
|
|
338
338
|
|
|
339
|
-
if not line[/^
|
|
339
|
+
if not line[/^ *[^:]+:|^ +/] then
|
|
340
340
|
indent + ' ' + line
|
|
341
341
|
else
|
|
342
342
|
indent = line[/^ +/] || ''
|
|
@@ -398,7 +398,6 @@ class Kvx
|
|
|
398
398
|
end
|
|
399
399
|
|
|
400
400
|
r3 = {description: txt2, items: h}
|
|
401
|
-
puts 'remaining: ' + remaining.inspect if @debug
|
|
402
401
|
|
|
403
402
|
if remaining then
|
|
404
403
|
r3.merge!(scan_to_h remaining + "\n ")
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|