RubyGems
npm
Organizations
Log in
Sign up
RubyGems
xmlparsable
Versions diffs
1.2 → 1.3.0
xmlparsable 1.2 → 1.3.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/xmlparsable/parser.rb
+4
-0
metadata
+1
-1
data/lib/xmlparsable/parser.rb
CHANGED
Viewed
@@ -19,6 +19,10 @@ module XmlParsable
19
19
@stack.first.read(text)
20
20
end
21
21
22
+
def on_cdata_block(text)
23
+
@stack.first.read(text)
24
+
end
25
+
22
26
def on_comment(comment)
23
27
@stack.first.comment(comment)
24
28
end
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: xmlparsable
3
3
version: !ruby/object:Gem::Version
4
-
version:
'
1.
2'
4
+
version: 1.
3.0
5
5
prerelease:
6
6
platform: ruby
7
7
authors: