dynarex 0.2.2 → 0.2.3

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.rb +2 -2
  2. metadata +1 -1
@@ -66,8 +66,8 @@ class Dynarex
66
66
  buffer = File.open(location,'r').read
67
67
  end
68
68
  @doc = Document.new buffer
69
- @summary = summary_to_h @default_key
70
- @records = records_to_h
69
+ @summary = summary_to_h
70
+ @records = records_to_h @default_key
71
71
  @root_name = @doc.root.name
72
72
  @item_name = XPath.first(@doc.root, 'records/*[1]').name
73
73
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors: []
7
7