xml_hate 0.8.3.1 → 0.8.3.2

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.
@@ -44,7 +44,9 @@ module XmlHate
44
44
  bring_up_single_elements_as_properties(node)
45
45
 
46
46
  # now "pluralize" by setting the pluralized key
47
- values_to_pluralize.each { |key, value| node[key] = value }
47
+ values_to_pluralize.each do |key, value|
48
+ node[key] = value if !key.nil?
49
+ end
48
50
 
49
51
  node
50
52
  end
@@ -1,3 +1,3 @@
1
1
  module XmlHate
2
- VERSION = "0.8.3.1"
2
+ VERSION = "0.8.3.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml_hate
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
9
  - 3
10
- - 1
11
- version: 0.8.3.1
10
+ - 2
11
+ version: 0.8.3.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Darren Cauthon