dynarex 1.8.7 → 1.8.8
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 +1 -2
- data/lib/dynarex.rb +5 -1
- 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: ce8ee3109861194f3ac48eb52542281edf162358b6b3fca743b07d031b59dd0e
|
|
4
|
+
data.tar.gz: 144e4bb1c5bf9c5bb63516442b1dcad97e5350a85a195b88fe349e79d5e9a37b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5b48d4b66ffc51fe444ca9007f7a5e7d948dc760905edcc60c9a7455337a5cce9b6389e61601eff300268b41aae242cf06b51769e955c5ec5ac579457516f87
|
|
7
|
+
data.tar.gz: d76b24cf31a02e56da430534b984ceeb51109f58a954bf5004aed928c932259a72c3079fd92ea4531442d948e429ab0a019644810e71d05f1b5c34866b48c568
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
4�����z�a��/��E��*(�_2�]��s#��h�=�Vr�.�G%�i�~]�� t*7FNW�Y���{~�pw��x3�>2�9~��
|
|
1
|
+
D��m��E}Fu�(��a�x�m�j��S�U��g��`L����5b�"��D%�
|
data/lib/dynarex.rb
CHANGED
|
@@ -69,6 +69,7 @@ end
|
|
|
69
69
|
|
|
70
70
|
class Dynarex
|
|
71
71
|
include RXFHelperModule
|
|
72
|
+
using ColouredText
|
|
72
73
|
|
|
73
74
|
attr_accessor :format_mask, :delimiter, :xslt_schema, :schema, :linked,
|
|
74
75
|
:order, :type, :limit, :xslt, :json_out
|
|
@@ -92,7 +93,7 @@ class Dynarex
|
|
|
92
93
|
password, schema, default_key, json_out, debug
|
|
93
94
|
@autosave = autosave
|
|
94
95
|
|
|
95
|
-
puts '@debug: ' + @debug.inspect if debug
|
|
96
|
+
puts ('@debug: ' + @debug.inspect).debug if debug
|
|
96
97
|
@delimiter = delimiter
|
|
97
98
|
@spaces_delimited = false
|
|
98
99
|
@order = 'ascending'
|
|
@@ -584,7 +585,10 @@ EOF
|
|
|
584
585
|
else
|
|
585
586
|
@doc.delete x
|
|
586
587
|
end
|
|
588
|
+
|
|
587
589
|
@dirty_flag = true
|
|
590
|
+
save() if @autosave
|
|
591
|
+
|
|
588
592
|
self
|
|
589
593
|
end
|
|
590
594
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynarex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Robertson
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
+2pKHQJfU1lEmVoo4afsLMvmq/CZPJba1LR3Z1QJXYCWt9IEZTECStKlK7H6RiIx
|
|
31
31
|
gRA=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2018-11-
|
|
33
|
+
date: 2018-11-04 00:00:00.000000000 Z
|
|
34
34
|
dependencies:
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: dynarex-import
|
metadata.gz.sig
CHANGED
|
Binary file
|