dynarex 0.9.6 → 0.9.7

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 +1 -1
  2. metadata +1 -1
@@ -409,7 +409,7 @@ end))
409
409
  r.merge node.name.to_sym => node.text
410
410
  end
411
411
 
412
- result.merge body[@default_key] => {id: id, created: created, last_modified: last_modified, body: body}
412
+ result.merge body[@default_key.to_sym] => {id: id, created: created, last_modified: last_modified, body: body}
413
413
  end
414
414
 
415
415
  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.9.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors: []
7
7