cfndsl 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/cfndsl +66 -3
- data/lib/cfndsl.rb +82 -0
- data/lib/cfndsl/CloudFormationTemplate.rb +115 -6
- data/lib/cfndsl/Types.rb +162 -12
- data/lib/cfndsl/aws_types.yaml +20 -0
- data/lib/cfndsl/os_types.yaml +2427 -0
- metadata +31 -23
- checksums.yaml +0 -7
metadata
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Steven Jack
|
@@ -9,34 +10,38 @@ authors:
|
|
9
10
|
autorequire:
|
10
11
|
bindir: bin
|
11
12
|
cert_chain: []
|
12
|
-
date: 2014-
|
13
|
+
date: 2014-08-13 00:00:00.000000000 Z
|
13
14
|
dependencies:
|
14
15
|
- !ruby/object:Gem::Dependency
|
15
16
|
name: rake
|
16
17
|
requirement: !ruby/object:Gem::Requirement
|
18
|
+
none: false
|
17
19
|
requirements:
|
18
|
-
- - '>='
|
20
|
+
- - ! '>='
|
19
21
|
- !ruby/object:Gem::Version
|
20
22
|
version: '0'
|
21
23
|
type: :development
|
22
24
|
prerelease: false
|
23
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
none: false
|
24
27
|
requirements:
|
25
|
-
- - '>='
|
28
|
+
- - ! '>='
|
26
29
|
- !ruby/object:Gem::Version
|
27
30
|
version: '0'
|
28
31
|
- !ruby/object:Gem::Dependency
|
29
32
|
name: test-unit
|
30
33
|
requirement: !ruby/object:Gem::Requirement
|
34
|
+
none: false
|
31
35
|
requirements:
|
32
|
-
- - '>='
|
36
|
+
- - ! '>='
|
33
37
|
- !ruby/object:Gem::Version
|
34
38
|
version: '0'
|
35
39
|
type: :development
|
36
40
|
prerelease: false
|
37
41
|
version_requirements: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
38
43
|
requirements:
|
39
|
-
- - '>='
|
44
|
+
- - ! '>='
|
40
45
|
- !ruby/object:Gem::Version
|
41
46
|
version: '0'
|
42
47
|
description: DSL for creating AWS Cloudformation templates
|
@@ -48,47 +53,50 @@ executables:
|
|
48
53
|
extensions: []
|
49
54
|
extra_rdoc_files: []
|
50
55
|
files:
|
51
|
-
- bin/cfndsl
|
52
56
|
- lib/cfndsl.rb
|
53
|
-
- lib/cfndsl/
|
54
|
-
- lib/cfndsl/
|
55
|
-
- lib/cfndsl/Errors.rb
|
57
|
+
- lib/cfndsl/aws_types.yaml
|
58
|
+
- lib/cfndsl/os_types.yaml
|
56
59
|
- lib/cfndsl/JSONable.rb
|
60
|
+
- lib/cfndsl/module.rb
|
61
|
+
- lib/cfndsl/RefCheck.rb
|
62
|
+
- lib/cfndsl/Types.rb
|
63
|
+
- lib/cfndsl/Properties.rb
|
64
|
+
- lib/cfndsl/Conditions.rb
|
57
65
|
- lib/cfndsl/Mappings.rb
|
66
|
+
- lib/cfndsl/Resources.rb
|
58
67
|
- lib/cfndsl/Metadata.rb
|
59
|
-
- lib/cfndsl/Outputs.rb
|
60
68
|
- lib/cfndsl/Parameters.rb
|
69
|
+
- lib/cfndsl/Outputs.rb
|
70
|
+
- lib/cfndsl/Errors.rb
|
61
71
|
- lib/cfndsl/Plurals.rb
|
62
|
-
- lib/cfndsl/Properties.rb
|
63
|
-
- lib/cfndsl/RefCheck.rb
|
64
|
-
- lib/cfndsl/Resources.rb
|
65
|
-
- lib/cfndsl/Types.rb
|
66
|
-
- lib/cfndsl/UpdatePolicy.rb
|
67
|
-
- lib/cfndsl/aws_types.yaml
|
68
|
-
- lib/cfndsl/module.rb
|
69
72
|
- lib/cfndsl/names.rb
|
73
|
+
- lib/cfndsl/CloudFormationTemplate.rb
|
74
|
+
- lib/cfndsl/UpdatePolicy.rb
|
75
|
+
- bin/cfndsl
|
70
76
|
homepage: https://github.com/stevenjack/cfndsl
|
71
77
|
licenses:
|
72
78
|
- MIT
|
73
|
-
metadata: {}
|
74
79
|
post_install_message:
|
75
80
|
rdoc_options: []
|
76
81
|
require_paths:
|
77
82
|
- lib
|
78
83
|
required_ruby_version: !ruby/object:Gem::Requirement
|
84
|
+
none: false
|
79
85
|
requirements:
|
80
|
-
- - '>='
|
86
|
+
- - ! '>='
|
81
87
|
- !ruby/object:Gem::Version
|
82
88
|
version: '0'
|
83
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
90
|
+
none: false
|
84
91
|
requirements:
|
85
|
-
- - '>='
|
92
|
+
- - ! '>='
|
86
93
|
- !ruby/object:Gem::Version
|
87
94
|
version: '0'
|
88
95
|
requirements: []
|
89
96
|
rubyforge_project:
|
90
|
-
rubygems_version:
|
97
|
+
rubygems_version: 1.8.23
|
91
98
|
signing_key:
|
92
|
-
specification_version:
|
99
|
+
specification_version: 3
|
93
100
|
summary: AWS Cloudformation DSL
|
94
101
|
test_files: []
|
102
|
+
has_rdoc:
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 9337f2ab86709b565b9a3423ceb8ca19ebec0562
|
4
|
-
data.tar.gz: 0962ccbfbc7044e5dcabf28fb58eff899cd4a607
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 8bae73e45aee6f60909934340e07ae472eafe88a55f1fd521e8634f3f4c372f0a2f3743cf689a57dd668b53a2ac6a77b009a09e8d35d6ad80bd256801c0c41e1
|
7
|
-
data.tar.gz: f8dc2c3e7e2efca7b38ca0cb8c70f0406bfce4974add2aa5c37e8fc7141443a476d555f4721e53e5f5a6594d063534d2fef5ced45ffe32010783d6ea32fc9834
|