ahc 0.2.5 → 0.2.6

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/ahcx_template_handler.rb +1 -1
  2. metadata +1 -1
@@ -44,7 +44,7 @@ class AhcxTemplateHandler
44
44
  ESCAPED_SYMBOLS.each do |sym, escaped_sym|
45
45
  ahcx_source.gsub!(sym, escaped_sym)
46
46
  end
47
- ahcx = Nokogiri.parse(ahcx_source)
47
+ ahcx = Nokogiri::XML.parse(ahcx_source)
48
48
  content = ''
49
49
  ahcx.children.first.children.each do |node|
50
50
  content += node_content(node)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ahc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: