kvx 0.9.9 → 0.9.10
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 +2 -1
- data/lib/kvx.rb +4 -2
- metadata +2 -2
- 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: 109d12cb0e82c682e94c369c81726331070e2a7e57d6d88fea4c1701701c7c1e
|
|
4
|
+
data.tar.gz: f84bdb9a378f13abb834f6e7be36924812ad1028b7c6846c002c44f3e4b69ead
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5769d109589a3c4d5d65131ef45cc78a27d3e63c82029a86d60cb12adcd2be2ec5da7b0c5fde77646fee357072fad8c58934ac1d413d97e2c313905c3cd8c709
|
|
7
|
+
data.tar.gz: 56982a372339f230ea947a8ac0f2d0e0cd5e297c86b1cd4fd38aec1a0557e6a273bbe25e0cfc5c7cb959af73a56fcf972387ec595a73eae7327d49302bfaa19b
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
��
|
|
1
|
+
tL%C�����4:����(T���Ǹc_��J)p���C�O=��7E$"R� Dž�W�id��c�:A����m��"(��/[����"��(V�v³��1.��A_bx�1ej�y�#w�ș�-@?a����*����ƕ9)[�}|���P��[��գ�Nq�u(2O
|
|
2
|
+
�!��2�]@�!0�)� d��^�������:�r@*nt�X�*���Zaâ��1���!�Gg��t������dY6C��VB�K*wn>��v(��&�*�mT9`����1�&��eBD��e|�GUۦ�jsm�����"���;Χ)���g\�7��
|
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[/^ *\w+:|^ +/] then
|
|
340
340
|
indent + ' ' + line
|
|
341
341
|
else
|
|
342
342
|
indent = line[/^ +/] || ''
|
|
@@ -355,6 +355,7 @@ class Kvx
|
|
|
355
355
|
# label, they will be fixed using the following statement
|
|
356
356
|
|
|
357
357
|
a = raw_a.chunk {|x| x[0][/^[^:]+:/]}.inject([]) do |r,y|
|
|
358
|
+
|
|
358
359
|
|
|
359
360
|
puts 'r: ' + r.inspect if @debug
|
|
360
361
|
|
|
@@ -381,7 +382,7 @@ class Kvx
|
|
|
381
382
|
padding = line[0].length < 2 ? "\n" : "\n "
|
|
382
383
|
s10 = line.map{|x| x.join(padding)}.join("\n")
|
|
383
384
|
|
|
384
|
-
r2 = if s10[/^
|
|
385
|
+
r2 = if s10[/^ *\w+:[\n ]/] then
|
|
385
386
|
|
|
386
387
|
scan_to_h(s10)
|
|
387
388
|
|
|
@@ -397,6 +398,7 @@ class Kvx
|
|
|
397
398
|
end
|
|
398
399
|
|
|
399
400
|
r3 = {description: txt2, items: h}
|
|
401
|
+
puts 'remaining: ' + remaining.inspect if @debug
|
|
400
402
|
|
|
401
403
|
if remaining then
|
|
402
404
|
r3.merge!(scan_to_h remaining + "\n ")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kvx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
m/+jxdgFjKKGxeZqunu9cp5ca9wSjjtKh/VA/3xZtPwokCa7vCMB+ZxUP0jvd++u
|
|
36
36
|
OTXy8k/zqddw/VfD/It1UUK4
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2021-06-
|
|
38
|
+
date: 2021-06-06 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: line-tree
|
metadata.gz.sig
CHANGED
|
Binary file
|