dynarex 1.5.33 → 1.5.34

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
  SHA1:
3
- metadata.gz: 6b318c41af7aed8d01c068871e2c2436e1cecfa9
4
- data.tar.gz: 1c9b96b6266dc0656dbd33d480ef7df269bd771e
3
+ metadata.gz: f6bbdd1ffef8366a184c56d11418e8d5639045cc
4
+ data.tar.gz: fadfff65f8772ed09503678ecaddb291a432cd17
5
5
  SHA512:
6
- metadata.gz: 3230717672dc310194513415c27ea582ee15b23dec60c1bcd7f8c0d88e8a6cdb4a7c9545af7048cdfc033db1d67f6b7ba42e140f0070c65db87db8436d83c4e3
7
- data.tar.gz: 6f0a660d767a7dd7976695e5daab287177c95fbfc6dc8da00e6a1b53700efcad4d6047373c4043b8512303cdc76e8b729dc45bc7c9c14260f886b2cc30f2d33d
6
+ metadata.gz: 8e3a88b3660115b3ad4e2722f80bd8b70b9c11e87cf82d9225ad301e097d7c6096a25a69c14cd84757cd93cc3131b87b7037db9b06f753385806735c6a090ed6
7
+ data.tar.gz: 60346a242a62f1a16485e7bc30c40c0c290147b77116fa07e91baeffaf3b3e4b4fba34af41d5823400678e76e07208d80d69497600df7c04cbfd42c1c92a947a
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -668,7 +668,8 @@ EOF
668
668
  def recordx_to_record(recordx)
669
669
 
670
670
  h = recordx.attributes
671
- hash = Hash[*@fields.zip(recordx.xpath("*/text()")).flatten]
671
+
672
+ hash = Hash[*@fields.zip(recordx.xpath("*").map {|x| x.text.to_s}).flatten]
672
673
  RecordX.new(hash, self, h[:id], h[:created], h[:last_modified])
673
674
  end
674
675
 
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.5.33
4
+ version: 1.5.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  zafTuKRozNy5wCw7Z32VaDGcJ+yTPq73CrcPrNyaoxqGfU0qNsh6oGvwrq4Q1k4j
32
32
  Pz2GWE7KigXTBg==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-07-16 00:00:00.000000000 Z
34
+ date: 2015-09-04 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: dynarex-import
metadata.gz.sig CHANGED
Binary file