xmlparsable 1.4.0 → 1.4.1

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/xmlparsable/parser.rb +4 -0
  2. metadata +1 -1
@@ -7,6 +7,10 @@ module XmlParsable
7
7
  @constructor = constructor || lambda { constructed }
8
8
  end
9
9
 
10
+ def on_processing_instruction(name, attributes)
11
+ # ignore
12
+ end
13
+
10
14
  def on_start_document
11
15
  @stack = [@constructor.call]
12
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xmlparsable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: