dxlite 0.5.2 → 0.5.3
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 +2 -3
- data/lib/dxlite.rb +11 -2
- data.tar.gz.sig +0 -0
- metadata +5 -5
- 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: 311deba556bb981c48b947115339623283f0dfc76a3a671fed8e218f69aebdf0
|
4
|
+
data.tar.gz: d5b969ae74713577ee67fb1784fb39c7630af74f6d9eed124be53c8df9773256
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8ca6e083258756136a584b45d875312aefed4892f9472f45bc55d97a79949bf32d86d1a5f8105a1e50424ff64cb69b1d4cba07ace8291b80cb5c9395bcf2f8c
|
7
|
+
data.tar.gz: 2b03e0a74f483a7af0eec600d73c5e449b528fc1c18e8d2af74144087cd6c2a4b0a67ff6e5212912e6297d4828a569e26886113734ceb3c829436a41ce259869
|
checksums.yaml.gz.sig
CHANGED
@@ -1,3 +1,2 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
��`6��b��^�&+ܬ�v1��Z�yuc�X�~ʱM���X�[���~�i��y�vk�͢;j`'x��@�?oj�<f��c��_���+�O��9(�7�m�F>�w��+����V�p�[\��+��$��d>��:l�=SQ<�7ں\���:"D�X�S�A����X��GfT������9�R��f���3�b(��T<��g���p�<�s����8�J���,��~�<|C���A,|��u=5���}��L�_v�I�ރ����H�B�M����L̍ea�'Ll��wF����G�0�
|
1
|
+
hvۤ(��F(�p��E"�O�B�jUi��)N.V7F��{L�tHP�u%ͭV��\�:0)�G����q�Z&V,�X(
|
2
|
+
��q@�^Ej��EA=0�+�d�n\�V�v�Pz������(���#3BvP��A"xk��ha�֏��i��G�M�»gE�<PU�́����XCn�qnz���,O����;�1�ņݶ��_�Ԣ�)�Bvl�N_�Xn\!�O�n�^���d�;�������0�b�⚙�뱝lD�֨���x| �Py�]�n�Y
|
data/lib/dxlite.rb
CHANGED
@@ -9,6 +9,15 @@ require 'recordx'
|
|
9
9
|
require 'rxfhelper'
|
10
10
|
|
11
11
|
|
12
|
+
# DxLite can perform the following:
|
13
|
+
#
|
14
|
+
# * read or write an XML file
|
15
|
+
# * read or write a JSON file (in Dynarex format)
|
16
|
+
# * import an Array of records (Hash objects)
|
17
|
+
#
|
18
|
+
# note: It cannot read a Dynarex file in
|
19
|
+
# the raw Dynarex format (.txt plain text)
|
20
|
+
|
12
21
|
class DxLite
|
13
22
|
using ColouredText
|
14
23
|
include RXFHelperModule
|
@@ -158,7 +167,7 @@ class DxLite
|
|
158
167
|
|
159
168
|
def parse_xml(buffer)
|
160
169
|
|
161
|
-
doc = Rexle.new(buffer)
|
170
|
+
doc = Rexle.new(buffer.force_encoding('UTF-8'))
|
162
171
|
|
163
172
|
asummary = doc.root.xpath('summary/*').map do |node|
|
164
173
|
puts 'node: ' + node.xml.inspect if @debug
|
@@ -172,7 +181,7 @@ class DxLite
|
|
172
181
|
@schema = summary[:schema]
|
173
182
|
puts 'schema: ' + schema.inspect if @debug
|
174
183
|
|
175
|
-
@fields = @schema[/\(([^\)]+)/,1].split(/ *,
|
184
|
+
@fields = @schema[/\(([^\)]+)/,1].split(/ *, */)
|
176
185
|
puts 'fields: ' + @fields.inspect if @debug
|
177
186
|
|
178
187
|
@summary = summary
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dxlite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
9pK+pqislEMFrWscGeMsc6YMS7ALxEujTuwTWyxmWAXnYft4ff2O1Zh2sPmdOlgf
|
36
36
|
camg7d8q+VZZzAtz0cFc4pip
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2022-02-
|
38
|
+
date: 2022-02-19 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: kvx
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
version: '1.0'
|
47
47
|
- - ">="
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 1.0.
|
49
|
+
version: 1.0.2
|
50
50
|
type: :runtime
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -56,7 +56,7 @@ dependencies:
|
|
56
56
|
version: '1.0'
|
57
57
|
- - ">="
|
58
58
|
- !ruby/object:Gem::Version
|
59
|
-
version: 1.0.
|
59
|
+
version: 1.0.2
|
60
60
|
- !ruby/object:Gem::Dependency
|
61
61
|
name: recordx
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
- !ruby/object:Gem::Version
|
104
104
|
version: '0'
|
105
105
|
requirements: []
|
106
|
-
rubygems_version: 3.
|
106
|
+
rubygems_version: 3.2.22
|
107
107
|
signing_key:
|
108
108
|
specification_version: 4
|
109
109
|
summary: Handles Dynarex documents (in JSON format) faster and with less overheads.
|
metadata.gz.sig
CHANGED
Binary file
|