dynarex-parser 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/dynarex-parser.rb +1 -1
  2. metadata +1 -1
@@ -22,7 +22,7 @@ class DynarexParser
22
22
  node_name = raw_records[/<(\w+)/,1]
23
23
  records = raw_records.split(/(?=<#{node_name}[^>]+>)/).map {|url| RexleParser.new(url).to_a}
24
24
 
25
- @a = [root_name, "", {}, [*summary, ['records', "",{}, *records]]]
25
+ @a = [root_name, "", {}, [*summary], ['records', "",{}, *records]]
26
26
  end
27
27
 
28
28
  def to_a()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex-parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors: []
7
7