aws-cfn-compiler 0.8.2 → 0.8.3
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 +8 -8
- data/aws-cfn-compiler.gemspec +1 -1
- data/lib/aws/cfn/compiler/version.rb +1 -1
- metadata +3 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
OGE4NzczYmM3YTBkNzQ3ODAxOWRhMzI1Njc0ZGI4OGRiMmE3MGQ1OA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MDg0YmE3YjUwOTdmYjUyNGFlNTIxOTUzZThmMTEzM2ZmNGQ0MWFhMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YmE2NGQzZWQyZjA0Y2FiOWZkYmQwMjgyZjJiNmFiODcyNDhmMjdkZDNkZjE5
|
|
10
|
+
YjkwMWYzMWU5MDgyNjlmM2I4MWNiNmVkN2Q0MzVmNGI5YTk0MzZhYTdhOTQz
|
|
11
|
+
NTM4ZDA0N2EwNjdkNGMzODNjNDA2YjIwMmQ2MTAwODEzOWZlMjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDhiODQwYWEwMTNiNjE0MmFkOGIwODRiZWUzOTQxMzUwOTYwMzhiNWQ2NTI4
|
|
14
|
+
ZGJmZDEyYzQ2ZDE0NTdlMDc5OWNmOGI4OTA0OGU0MjRmZWJhYzBjYmVhYjcw
|
|
15
|
+
YTFjNGNiOWUxZTMwNGFhOTAzMGNlNjNmM2M2OTQ0ZjE3YzFkZmQ=
|
data/aws-cfn-compiler.gemspec
CHANGED
|
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.add_dependency 'inifile'
|
|
26
26
|
spec.add_dependency 'aws-cfn-dsl', '>= 0.8.0'
|
|
27
27
|
spec.add_dependency 'dldinternet-mixlib-cli', ">= 0.1.0", '~> 0.1'
|
|
28
|
-
spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.
|
|
28
|
+
spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.3.0'
|
|
29
29
|
|
|
30
30
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-cfn-compiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PKinney
|
|
@@ -126,20 +126,14 @@ dependencies:
|
|
|
126
126
|
requirements:
|
|
127
127
|
- - ! '>='
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 0.
|
|
130
|
-
- - ~>
|
|
131
|
-
- !ruby/object:Gem::Version
|
|
132
|
-
version: '0.1'
|
|
129
|
+
version: 0.3.0
|
|
133
130
|
type: :runtime
|
|
134
131
|
prerelease: false
|
|
135
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
136
133
|
requirements:
|
|
137
134
|
- - ! '>='
|
|
138
135
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 0.
|
|
140
|
-
- - ~>
|
|
141
|
-
- !ruby/object:Gem::Version
|
|
142
|
-
version: '0.1'
|
|
136
|
+
version: 0.3.0
|
|
143
137
|
description: The idea is to create a folder structure to better manage pieces of a
|
|
144
138
|
CloudFormation deployment. Additionally, writing in JSON is hard, so the compiler
|
|
145
139
|
takes YAML files as well.
|