cloud_former 0.7.10 → 0.7.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cloud_former/makes_json.rb +1 -1
- data/lib/cloud_former/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dafb0af7c8aff6fd6147da927e742eb24fedd585
|
4
|
+
data.tar.gz: 8c0e82b1483166fddbb1632097d877cb719f8ac8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/cloud_former/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|