kvx 0.1.1 → 0.1.2

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: d0b6d3e9a7fd408b42ac5756a736a6028e96a222
4
- data.tar.gz: 115acbe562437a3301720914c12e74c54fead372
3
+ metadata.gz: eba4e11ed3b35dc3ee81ff63f45bc49fe4f5e040
4
+ data.tar.gz: fc7289553f75bca79632a894aa312d1578270c89
5
5
  SHA512:
6
- metadata.gz: fa0e5123d6bbb083f19ad1f97b4b28d4b032f764e765b1489e04c7d2066b85136cb225b3b4437e31a620dfde8f22deb93695af35d166c1deedda88906fbedb02
7
- data.tar.gz: 5bde9d207ea769d4c2dc81a9dae99205aad796684ffefa3637a0d1b40da7d1a5a8222d6a391860058662ca1faee219852f439c7cd460e2f8c71b38a876d41edb
6
+ metadata.gz: 9ad0f1a3d597acd378a908a487a7f03d112bbae88f308b72cb3c880ae375617244cea488ad4daf1f5f25574ac68d42f660a6e29209dcf6f68d2a22238aff5953
7
+ data.tar.gz: c581a42a0920f2a477f2078baeb3fbc95cf57500fc60df3685e6c740b84aca2ea5c6690afe5d6dc6dd8f5042cfba3e87c769fbe8eca6bfb5a530266180448542
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/kvx.rb CHANGED
@@ -19,6 +19,7 @@ class Kvx
19
19
 
20
20
  def initialize(x, attributes: {})
21
21
 
22
+ @header = false
22
23
  @attributes = attributes
23
24
  h = {hash: :passthru, :'rexle::element' => :hashify, string: :parse_to_h}
24
25
  @to_h = method(h[x.class.to_s.downcase.to_sym]).call x
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file