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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a149b888fd66340abd4538965b2fdbb9424e6ba00c6cc9f66e74dd79d2b667ad
4
- data.tar.gz: 015ca5d913faa797dc4851eb772ebb1123ad9d59b6b132b87862a79843ab25e4
3
+ metadata.gz: ce8ee3109861194f3ac48eb52542281edf162358b6b3fca743b07d031b59dd0e
4
+ data.tar.gz: 144e4bb1c5bf9c5bb63516442b1dcad97e5350a85a195b88fe349e79d5e9a37b
5
5
  SHA512:
6
- metadata.gz: d2119bbfc1de9a3b2fc823c493c2cb6bdf16db1ea1a14c169bf51601cd4222acd06709ba83db53813d0968e3acdc4ce2f10b19c301bbdd0eeab65bc2cf1f83b6
7
- data.tar.gz: 62c603b0bd800ee0476094195f9edf2170afb468b3a19909e2c1d75d1e2e84983a713da5f5de04c57d410cce75c5de4220319a23b4abcbc2b25f8f9b5892e372
6
+ metadata.gz: f5b48d4b66ffc51fe444ca9007f7a5e7d948dc760905edcc60c9a7455337a5cce9b6389e61601eff300268b41aae242cf06b51769e955c5ec5ac579457516f87
7
+ data.tar.gz: d76b24cf31a02e56da430534b984ceeb51109f58a954bf5004aed928c932259a72c3079fd92ea4531442d948e429ab0a019644810e71d05f1b5c34866b48c568
Binary file
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- ��>�߽5`�˻^Y��
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%�
@@ -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.7
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-02 00:00:00.000000000 Z
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