pebblebed 0.0.52 → 0.0.53

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module Pebblebed
58
58
  if hash and hash.is_a?(Hash)
59
59
  hash.keys.each do |key|
60
60
  val = hash.delete(key)
61
- hash[key.to_s] = val.is_a?(Hash) ? val.deep_stringify_keys(val) : val
61
+ hash[key.to_s] = val.is_a?(Hash) ? deep_stringify_keys(val) : val
62
62
  end
63
63
  end
64
64
  hash
@@ -1,3 +1,3 @@
1
1
  module Pebblebed
2
- VERSION = "0.0.52"
2
+ VERSION = "0.0.53"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pebblebed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.52
4
+ version: 0.0.53
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: