aws-cfn-compiler 0.9.26 → 0.9.27
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 +4 -4
- data/aws-cfn-compiler.iml +18 -0
- data/lib/aws/cfn/compiler/mixins/parse.rb +2 -2
- data/lib/aws/cfn/compiler/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: 7461b36d28f3189b5226a898c5ad8ab0c9601de1
|
4
|
+
data.tar.gz: 2b0658d46c0b5df1c788f7f45647f275f3fe14e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c33b3ec2f097085d0fbefe8e9b00d6c62b390200d689f0282eef1e6ee54b6150b6c1d70754968efeb286567e966841148d1cb9939a01b410d1560a359f8137f
|
7
|
+
data.tar.gz: 4cc120111888d5391c70abca2d5f164edaf215dd209760b73291a1df55ac6ce40cd58266ea8e6cdd5b78a7ad44aa81bc893d60acbd7955c572e13ac9121485d1
|
data/aws-cfn-compiler.iml
CHANGED
@@ -6,6 +6,23 @@
|
|
6
6
|
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p551 [aws-cfn-compile]" jdkType="RUBY_SDK" />
|
7
7
|
<orderEntry type="sourceFolder" forTests="false" />
|
8
8
|
<orderEntry type="module" module-name="aws-cfn-dsl" />
|
9
|
+
<orderEntry type="module-library">
|
10
|
+
<library name="aws-cfn-dsl (v0.9.7, /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/aws-cfn-dsl) [path][gem]">
|
11
|
+
<CLASSES>
|
12
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/bin" />
|
13
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/lib" />
|
14
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/pkg" />
|
15
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/.idea" />
|
16
|
+
</CLASSES>
|
17
|
+
<JAVADOC />
|
18
|
+
<SOURCES>
|
19
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/bin" />
|
20
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/lib" />
|
21
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/pkg" />
|
22
|
+
<root url="file://$MODULE_DIR$/../aws-cfn-dsl/.idea" />
|
23
|
+
</SOURCES>
|
24
|
+
</library>
|
25
|
+
</orderEntry>
|
9
26
|
<orderEntry type="module-library">
|
10
27
|
<library name="cloudformation-ruby-dsl (v[path], /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/cloudformation-ruby-dsl) [path][gem]">
|
11
28
|
<CLASSES>
|
@@ -58,6 +75,7 @@
|
|
58
75
|
</library>
|
59
76
|
</orderEntry>
|
60
77
|
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p551 [aws-cfn-compile]) [gem]" level="application" />
|
78
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.7.9, RVM: ruby-1.9.3-p551 [aws-cfn-compile]) [gem]" level="application" />
|
61
79
|
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p551 [aws-cfn-compile]) [gem]" level="application" />
|
62
80
|
<orderEntry type="library" scope="PROVIDED" name="inifile (v3.0.0, RVM: ruby-1.9.3-p551 [aws-cfn-compile]) [gem]" level="application" />
|
63
81
|
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p551 [aws-cfn-compile]) [gem]" level="application" />
|
@@ -122,7 +122,7 @@ module Aws
|
|
122
122
|
begin
|
123
123
|
item[section].merge! YAML.load(content) # item[section].merge! YAML.safe_load(content) #
|
124
124
|
rescue => e
|
125
|
-
logger.fatal "YAML error: #{e.message}"
|
125
|
+
logger.fatal "YAML error: #{e.message} in #{section}::#{rsrc}"
|
126
126
|
raise e
|
127
127
|
end
|
128
128
|
else
|
@@ -139,7 +139,7 @@ module Aws
|
|
139
139
|
abort!
|
140
140
|
end
|
141
141
|
rescue
|
142
|
-
abort! " !! error: #{$!}"
|
142
|
+
abort! " !! error: #{$!} in #{section}::#{rsrc}"
|
143
143
|
end
|
144
144
|
item.each { |sect,hash|
|
145
145
|
hash.keys.each do |key|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-cfn-compiler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- PKinney
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|