rexle-builder 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rexle-builder.rb +1 -1
  2. metadata +2 -2
data/lib/rexle-builder.rb CHANGED
@@ -15,7 +15,7 @@ class RexleBuilder
15
15
 
16
16
  def method_missing(sym, *args)
17
17
  value, attributes = args.reverse
18
- a = [sym.to_s, value || '', attributes || {}]
18
+ a = [sym.to_s.sub(/^cdata!$/,'!['), value || '', attributes || {}]
19
19
  @current_a << a
20
20
  if block_given? then
21
21
  prev_a = @current_a
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.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors: []
7
7
 
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2011-02-20 00:00:00 +00:00
12
+ date: 2011-02-23 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15