cfndsl 0.1.13 → 0.1.14
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 +7 -0
- data/lib/cfndsl/aws_types.yaml +7 -0
- metadata +9 -14
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 4833d5bbc3e71a7fe6fe92b42a90b727080c27d1
|
|
4
|
+
data.tar.gz: 36e6dadb18bc0e27f3e14430aa848cd131b247ae
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 364759792c70fce96cb0fbc25c7729175aa1483b2f15034190ba7edb35b636c38289fc9d8dfa72579924fd7f28fb55d5eaa4b7f333db69cdb9ffc8ca669998eb
|
|
7
|
+
data.tar.gz: 1c80bbbaa5e638b1afb3e47e5ea52ae3478441fba2abecf420fd01d2c593710d0c66d564401d6b732db4c5b46f0b5b85209f060b45bf8a4ce4a7ecc5e0a839c8
|
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -342,6 +342,7 @@ Resources:
|
|
|
342
342
|
ConnectionDrainingPolicy: ConnectionDrainingPolicy
|
|
343
343
|
ConnectionSettings: ConnectionSettings
|
|
344
344
|
LoadBalancerName: String
|
|
345
|
+
Policies: [ ElasticLoadBalancingPolicy ]
|
|
345
346
|
Attributes:
|
|
346
347
|
CanonicalHostedZoneName: String
|
|
347
348
|
CanonicalGostedZoneNameID: String
|
|
@@ -820,3 +821,9 @@ Types:
|
|
|
820
821
|
ResourcePath: String
|
|
821
822
|
SearchString: String
|
|
822
823
|
Type: String
|
|
824
|
+
ElasticLoadBalancingPolicy:
|
|
825
|
+
Attributes: [ JSON ]
|
|
826
|
+
InstancePorts: [ String ]
|
|
827
|
+
LoadBalancerPorts: [ String ]
|
|
828
|
+
PolicyName: String
|
|
829
|
+
PolicyType: String
|
metadata
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfndsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.14
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Steven Jack
|
|
@@ -10,22 +9,20 @@ authors:
|
|
|
10
9
|
autorequire:
|
|
11
10
|
bindir: bin
|
|
12
11
|
cert_chain: []
|
|
13
|
-
date: 2015-
|
|
12
|
+
date: 2015-04-24 00:00:00.000000000 Z
|
|
14
13
|
dependencies:
|
|
15
14
|
- !ruby/object:Gem::Dependency
|
|
16
15
|
name: bundler
|
|
17
16
|
requirement: !ruby/object:Gem::Requirement
|
|
18
|
-
none: false
|
|
19
17
|
requirements:
|
|
20
|
-
- -
|
|
18
|
+
- - '>='
|
|
21
19
|
- !ruby/object:Gem::Version
|
|
22
20
|
version: '0'
|
|
23
21
|
type: :development
|
|
24
22
|
prerelease: false
|
|
25
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
|
-
none: false
|
|
27
24
|
requirements:
|
|
28
|
-
- -
|
|
25
|
+
- - '>='
|
|
29
26
|
- !ruby/object:Gem::Version
|
|
30
27
|
version: '0'
|
|
31
28
|
description: DSL for creating AWS Cloudformation templates
|
|
@@ -61,27 +58,25 @@ files:
|
|
|
61
58
|
homepage: https://github.com/stevenjack/cfndsl
|
|
62
59
|
licenses:
|
|
63
60
|
- MIT
|
|
61
|
+
metadata: {}
|
|
64
62
|
post_install_message:
|
|
65
63
|
rdoc_options: []
|
|
66
64
|
require_paths:
|
|
67
65
|
- lib
|
|
68
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
69
|
-
none: false
|
|
70
67
|
requirements:
|
|
71
|
-
- -
|
|
68
|
+
- - '>='
|
|
72
69
|
- !ruby/object:Gem::Version
|
|
73
70
|
version: '0'
|
|
74
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
|
-
none: false
|
|
76
72
|
requirements:
|
|
77
|
-
- -
|
|
73
|
+
- - '>='
|
|
78
74
|
- !ruby/object:Gem::Version
|
|
79
75
|
version: '0'
|
|
80
76
|
requirements: []
|
|
81
77
|
rubyforge_project:
|
|
82
|
-
rubygems_version:
|
|
78
|
+
rubygems_version: 2.0.14
|
|
83
79
|
signing_key:
|
|
84
|
-
specification_version:
|
|
80
|
+
specification_version: 4
|
|
85
81
|
summary: AWS Cloudformation DSL
|
|
86
82
|
test_files: []
|
|
87
|
-
has_rdoc:
|