cloud_former 0.2.5 → 0.2.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 091f61c3f3e11af636f74dec749717785970961d
4
- data.tar.gz: 0c33b2be91d35c19543a84a5524d62a4a563bd99
3
+ metadata.gz: a954af73b9eb135e400099b09e48a0af1994a141
4
+ data.tar.gz: 58a79a50d48ae8b4872bfd51c7d64f6f6f8298bf
5
5
  SHA512:
6
- metadata.gz: e99962292f28a76898f427cee37177de3b6723accb251a2e20df6d6104ce6a92584cacbb572e0c73183230853409d45a5ae8657b214ada39d39b83e4dbd18ab0
7
- data.tar.gz: 03ab5ab4116f6b7380ab494c4af8f6c447c5b97ecf0942f2cbd9a96ab239e8049c3bc5d7c46a86515b742bf799af030df1c2327fea58c8ea849469e3d9dcea99
6
+ metadata.gz: 10dc9396f21056084c08eeb85e912d23c0f0e1994922eb89b7cb38f885c5b34e71955393b160a807b04a78c573ed74787035c59ed004f8317276139a184f9a2f
7
+ data.tar.gz: 3aa93ea3723347fe4ff2b1e8819ea4f25084f872393a113e8aee5ce716085cf205fed91abd0f7f64b7bb20488a1b2356c16bfd227e330cb7e3780942652c6efa
@@ -40,7 +40,7 @@ module CloudFormer
40
40
  elsif val.is_a?(Hash)
41
41
  mapped_hash = {}
42
42
  val.each do |k, v|
43
- mapped_hash[k] = val_as_json(val)
43
+ mapped_hash[k] = val_as_json(v)
44
44
  end
45
45
  mapped_hash
46
46
  elsif val.is_a?(Array)
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_former
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland