cloud_former 0.7.10 → 0.7.11

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: 74dea2de5abd2d1e6d3c7e2afd30fda4a5c477b7
4
- data.tar.gz: 5d1939bb05629020c3b2969fe5690e63050ab255
3
+ metadata.gz: dafb0af7c8aff6fd6147da927e742eb24fedd585
4
+ data.tar.gz: 8c0e82b1483166fddbb1632097d877cb719f8ac8
5
5
  SHA512:
6
- metadata.gz: 3eb9d0b3dc7036ea65ab4099a94bd59317f04141c0191178b0141f46925b00763b6545654684c78bd752e0c8cc48df56e963ce120b84149c557ade42ae3c2ac5
7
- data.tar.gz: b1e0dec8624c48f667816db0acafafc3b5e5b0bbda40089035160294b1cf17b8724961c1ca50d0db194c7f99b43b583e14e0ff5ef3ee28ab0fc0089211edca49
6
+ metadata.gz: e0309072d9b4bced5a7f2532f2e56f0c3a2aceb92ef173942449ab29204d2c86c8c697a373f24483e35d0c8cf81d698d78e019f8375c4a097714d5e96e437fdc
7
+ data.tar.gz: 5e79efce529e8b07b92082e2a056147c3148aa7c4b2bb8b8ecad93419ec708b40fcacf1057812f839aaa8355819bd7a3cdc1d24eca71889d306c5d75356d3696
@@ -36,7 +36,7 @@ module CloudFormer
36
36
 
37
37
  self.class.aws_attributes.try(:each) do |attribute|
38
38
  val = attribute.as_json_for(self)
39
- if val
39
+ if !val.nil?
40
40
  use_name = attribute.options[:name]
41
41
  use_name ||= ActiveSupport::Inflector.camelize(attribute.get_name)
42
42
  attribute_fill[use_name] = val
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.7.10'
2
+ VERSION = '0.7.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_former
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport