rexle-builder 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcc84a4c479dd17976d7a2f3fb8d6f1940d1756a
4
- data.tar.gz: af1eb263d055e3776f11cf490a6a3c9cccfc19ee
3
+ metadata.gz: c615a931071d1722c1ca044f8de3c95020619aec
4
+ data.tar.gz: 49f126f1bf320384f0f228865db9054842171f34
5
5
  SHA512:
6
- metadata.gz: 260c33ac84b8a10b928bd6abe584ee290c88c7f50a5e07576c1280d1c5945671677806a58b337a47cd097dd1a70e97002f398cf8128e20d71a35dafe219426b0
7
- data.tar.gz: 1f9d66a42a7ed1ef4c80fea41b6f84c02ff63837f3d6f219951ae37a7c08f2c72459271bc798115cc48a6c1b69e38fc699146b1f2865a0928d58f3dc0f8444d3
6
+ metadata.gz: de6ba4ee6ab95ce2c32d881cdc849e6b1c6047d00826f2bfe3e9b69345e64d2cf98d47a5d6ba121860a24a5d69ec14bf9fb1a8416a997eafb92c8534b03368e6
7
+ data.tar.gz: b1e9d768cf7a1794b34ab6c41dffdd66219b2c8e198c657de56e4e03cd36b4fd8a68c3683084e94d0b91dbb0a9f7542cbcd8236f5164b309bd6a9765e884fafc
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/lib/rexle-builder.rb CHANGED
@@ -25,8 +25,8 @@ class RexleBuilder
25
25
  value, attributes = args.reverse
26
26
 
27
27
  # reserved keywords are masked with ._ e.g. ._method_missing
28
- a = [sym.to_s.sub(/^\._/,'').sub(/^cdata!$/,'!['), value || '', \
29
- attributes || {}]
28
+ a = [sym.to_s.sub(/^\._/,'').sub(/^cdata!$/,'!['), attributes || {}, \
29
+ value || '']
30
30
 
31
31
  if @namespace then
32
32
  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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file