cloud_former 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5655da92ae1e89903727fca0b2c3353fe684cf16
|
4
|
+
data.tar.gz: 2baf41450d41bb9cf00994159a0383651089fe9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e450337ffe88aa9cc0a8b79f53fc085670ed51fb3dc7b146d4c8e6599e7b64b6a6e464a6b18c45cb8a8e7205dca793f459513a9d7aac59c54474c3d7c1049b15
|
7
|
+
data.tar.gz: cb78971af9178b1ef4bed1cc252d84851b40162d2201392bc78ba92bc75782ad5056a80193426a897de9e2666107a68096b3bd0c53c51c66c7eafbd29192b621
|
@@ -21,7 +21,7 @@ module CloudFormer
|
|
21
21
|
aws_attribute :origins, embed: true, list: true, type: Origin
|
22
22
|
aws_attribute :price_class, type: String
|
23
23
|
aws_attribute :restrictions, type: Restriction
|
24
|
-
aws_attribute :viewer_certificate, type: ViewerCertificate
|
24
|
+
aws_attribute :viewer_certificate, embed: true, type: ViewerCertificate
|
25
25
|
end
|
26
26
|
end
|
27
27
|
end
|
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.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aubrey Holland
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|