smacks-apricoteatsgorilla 0.4.0 → 0.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/apricoteatsgorilla.rb +1 -1
  2. metadata +1 -1
@@ -240,7 +240,7 @@ class ApricotEatsGorilla
240
240
  when Hash
241
241
  nested_data_to_xml(tag, value)
242
242
  else
243
- tag(tag) { value.to_s } if item.respond_to? :to_s
243
+ tag(tag) { value.to_s } if value.respond_to? :to_s
244
244
  end
245
245
  }.join
246
246
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smacks-apricoteatsgorilla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington