rexle-builder 0.3.12 → 0.3.13

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: 0303b798b05a7f4a8318a628b501fed390d12180
4
- data.tar.gz: cffa23c4c3ff8ff2bf9c12741995fc9f727841ec
3
+ metadata.gz: 99dc40497caa08b944054d2a508c7c4bccc78baf
4
+ data.tar.gz: 29c537cf7cdd6080ee9d3df8db04eaa8ebbdce66
5
5
  SHA512:
6
- metadata.gz: c6089bd639cb64e0ccbba292679bb17bc0c454a7b6f6120143da0305c3c02d2d068edea98de2d038b8ebab63bdc3e896896af837b60e22149e247a3cd8f0b2a7
7
- data.tar.gz: 292be783bed9bb9d3d0719b9faa9f10a5c17a7d0200c73f78a7e202468cd0b76e30c2eb878f0f14b2bad7706474387bae8c2bbe5086548c1efcba448992b8d10
6
+ metadata.gz: 9b4db4381a660989aeb4f4d3ba7891064bffd2e2931923819db7af886cf8b27f51429fc06d4184f2238911ec8ab27182cad43b5425beab7c032f781e1c2f7cba
7
+ data.tar.gz: da086c76e97bb3df5d46b3e21eb99d65e10f444d50c7d7be53ebab28a2222144371337a5d2926207569cd80f8f01e96802bdef52acab9234e95967d3dc22528f
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/rexle-builder.rb CHANGED
@@ -54,8 +54,8 @@ class RexleBuilder
54
54
  value, attributes = args.reverse
55
55
 
56
56
  # reserved keywords are masked with ._ e.g. ._method_missing
57
- a = [sym.to_s.sub(/^\._/,'').sub(/^cdata!$/,'!['), attributes || {}, \
58
- value || '']
57
+ a = [sym.to_s.sub(/^(?:\._|_)/,'').sub(/^cdata!$/,'!['),
58
+ attributes || {}, value || '']
59
59
 
60
60
  if @namespace then
61
61
  a.first.prepend(@namespace + ':')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rexle-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.12
4
+ version: 0.3.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -30,7 +30,7 @@ cert_chain:
30
30
  aDX7i2H14HeFyGsVMNhU+xjp3bGnz2yvPVaW63pg8rJ2PXlFPy+fWzvYsNftG+Pk
31
31
  1/E=
32
32
  -----END CERTIFICATE-----
33
- date: 2018-04-07 00:00:00.000000000 Z
33
+ date: 2018-07-26 00:00:00.000000000 Z
34
34
  dependencies: []
35
35
  description:
36
36
  email: james@jamesrobertson.eu
metadata.gz.sig CHANGED
Binary file