aws-cfn-decompiler 0.8.2 → 0.9.1
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/Gemfile +7 -6
- data/aws-cfn-decompiler.gemspec +3 -2
- data/aws-cfn-decompiler.iml +24 -44
- data/bin/cfn-decompiler +2 -2
- data/lib/aws/cfn/decompiler/version.rb +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1de44284871ef5ad477b726f81e0ea3c49263cf4
|
|
4
|
+
data.tar.gz: 50a111c9da775ab60ddffbe7386215c77d57b980
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a243f42e8271c91e047d9a75dff34ae4cf779b10b610f53b277a691f68e7be240fef61a2051eac3174eda59671111d17062c123e25372477629edb11f6869c6d
|
|
7
|
+
data.tar.gz: 44b40a455550d6952500db24c30b36c2f55197e3a0d568c875dbf2e307d9f8c00366c901775233ed906f13f67b390d98af95ee7d7c10a79a9d33b67077afb3c5
|
data/Gemfile
CHANGED
|
@@ -3,14 +3,15 @@ source 'https://rubygems.org'
|
|
|
3
3
|
# Specify your gem's dependencies in aws-cfn-decompiler.gemspec
|
|
4
4
|
gemspec
|
|
5
5
|
|
|
6
|
-
gem 'cloudformation-ruby-dsl',
|
|
6
|
+
gem 'cloudformation-ruby-dsl', :path => '../cloudformation-ruby-dsl', :group => :development
|
|
7
7
|
|
|
8
8
|
gem 'dldinternet-mixlib-logging', :path => '../dldinternet-mixlib-logging', :group => :development
|
|
9
|
-
gem 'dldinternet-mixlib-cli',
|
|
10
|
-
gem 'aws-cfn-dsl',
|
|
11
|
-
gem 'aws-cfn-
|
|
12
|
-
gem 'aws-cfn-
|
|
13
|
-
gem 'aws-cfn-
|
|
9
|
+
gem 'dldinternet-mixlib-cli', :path => '../dldinternet-mixlib-cli', :group => :development
|
|
10
|
+
gem 'aws-cfn-dsl', :path => '../aws-cfn-dsl', :group => :development
|
|
11
|
+
# gem 'aws-cfn-decompiler', :path => '../aws-cfn-decompiler', :group => :development
|
|
12
|
+
gem 'aws-cfn-compiler', :path => '../aws-cfn-compiler', :group => :development
|
|
13
|
+
# gem 'aws-cfn-yats', :path => '../aws-cfn-stacker', :group => :development
|
|
14
|
+
# gem 'aws-cfn-stacker', :path => '../aws-cfn-stacker', :group => :development
|
|
14
15
|
|
|
15
16
|
gem 'json_pure', :group => :development
|
|
16
17
|
gem 'bundler', "~> 1.6", :group => :development
|
data/aws-cfn-decompiler.gemspec
CHANGED
|
@@ -22,7 +22,8 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.add_dependency 'psych'
|
|
23
23
|
spec.add_dependency 'json'
|
|
24
24
|
spec.add_dependency 'slop'
|
|
25
|
-
spec.add_dependency 'aws-cfn-compiler', '>= 0.
|
|
26
|
-
spec.add_dependency '
|
|
25
|
+
spec.add_dependency 'aws-cfn-compiler', '>= 0.9.1'
|
|
26
|
+
spec.add_dependency 'aws-cfn-dsl', '>= 0.9.1'
|
|
27
|
+
spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.4.0'
|
|
27
28
|
|
|
28
29
|
end
|
data/aws-cfn-decompiler.iml
CHANGED
|
@@ -6,61 +6,41 @@
|
|
|
6
6
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
7
7
|
<exclude-output />
|
|
8
8
|
<content url="file://$MODULE_DIR$" />
|
|
9
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p547 [aws-cfn-
|
|
9
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p547 [aws-cfn-yats]" jdkType="RUBY_SDK" />
|
|
10
10
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
11
|
<orderEntry type="module" module-name="aws-cfn-compiler" />
|
|
12
12
|
<orderEntry type="module" module-name="aws-cfn-dsl" />
|
|
13
|
-
<orderEntry type="module" module-name="aws-cfn-stacker" />
|
|
14
|
-
<orderEntry type="module" module-name="aws-cfn-yats" />
|
|
15
|
-
<orderEntry type="module" module-name="cloudformation-ruby-dsl" />
|
|
16
13
|
<orderEntry type="module-library">
|
|
17
|
-
<library name="
|
|
14
|
+
<library name="cloudformation-ruby-dsl (v[path], /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/cloudformation-ruby-dsl) [path][gem]">
|
|
18
15
|
<CLASSES>
|
|
19
|
-
<root url="file://$MODULE_DIR$/../
|
|
20
|
-
<root url="file://$MODULE_DIR$/../
|
|
21
|
-
<root url="file://$MODULE_DIR$/../
|
|
22
|
-
<root url="file://$MODULE_DIR$/../
|
|
16
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
|
17
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
|
18
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
|
19
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
|
23
20
|
</CLASSES>
|
|
24
21
|
<JAVADOC />
|
|
25
22
|
<SOURCES>
|
|
26
|
-
<root url="file://$MODULE_DIR$/../
|
|
27
|
-
<root url="file://$MODULE_DIR$/../
|
|
28
|
-
<root url="file://$MODULE_DIR$/../
|
|
29
|
-
<root url="file://$MODULE_DIR$/../
|
|
23
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
|
24
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
|
25
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
|
26
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
|
30
27
|
</SOURCES>
|
|
31
28
|
</library>
|
|
32
29
|
</orderEntry>
|
|
33
|
-
<orderEntry type="module-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</SOURCES>
|
|
48
|
-
</library>
|
|
49
|
-
</orderEntry>
|
|
50
|
-
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.2, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
54
|
-
<orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
58
|
-
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
59
|
-
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
60
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
61
|
-
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
62
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
63
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-decompiler]) [gem]" level="application" />
|
|
30
|
+
<orderEntry type="module" module-name="dldinternet-mixlib-cli" />
|
|
31
|
+
<orderEntry type="module" module-name="dldinternet-mixlib-logging" />
|
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
41
|
+
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
42
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
64
44
|
</component>
|
|
65
45
|
</module>
|
|
66
46
|
|
data/bin/cfn-decompiler
CHANGED
|
@@ -4,12 +4,12 @@ require 'rubygems'
|
|
|
4
4
|
|
|
5
5
|
path = File.dirname(__FILE__)
|
|
6
6
|
if File.exists?("#{path}/../.gitignore")
|
|
7
|
-
%w(aws-cfn-
|
|
7
|
+
%w(aws-cfn-decompiler aws-cfn-compiler aws-cfn-dsl cloudformation-ruby-dsl dldinternet-mixlib-logging dldinternet-mixlib-cli).each do |mod|
|
|
8
8
|
add_path = File.expand_path(File.join(path, "../../#{mod}", "lib"))
|
|
9
9
|
$:.unshift(add_path)
|
|
10
10
|
end
|
|
11
11
|
else
|
|
12
|
-
# Borrowing from "whiches" gem ...
|
|
12
|
+
# Borrowing from "whiches" gem ...
|
|
13
13
|
cmd = File.basename(__FILE__, '.rb')
|
|
14
14
|
exes = []
|
|
15
15
|
exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-cfn-decompiler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christo De Lange
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|
|
@@ -78,28 +78,42 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 0.
|
|
81
|
+
version: 0.9.1
|
|
82
82
|
type: :runtime
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 0.
|
|
88
|
+
version: 0.9.1
|
|
89
|
+
- !ruby/object:Gem::Dependency
|
|
90
|
+
name: aws-cfn-dsl
|
|
91
|
+
requirement: !ruby/object:Gem::Requirement
|
|
92
|
+
requirements:
|
|
93
|
+
- - ">="
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: 0.9.1
|
|
96
|
+
type: :runtime
|
|
97
|
+
prerelease: false
|
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
99
|
+
requirements:
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: 0.9.1
|
|
89
103
|
- !ruby/object:Gem::Dependency
|
|
90
104
|
name: dldinternet-mixlib-logging
|
|
91
105
|
requirement: !ruby/object:Gem::Requirement
|
|
92
106
|
requirements:
|
|
93
107
|
- - ">="
|
|
94
108
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: 0.
|
|
109
|
+
version: 0.4.0
|
|
96
110
|
type: :runtime
|
|
97
111
|
prerelease: false
|
|
98
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
113
|
requirements:
|
|
100
114
|
- - ">="
|
|
101
115
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: 0.
|
|
116
|
+
version: 0.4.0
|
|
103
117
|
description: The idea is to extract a big CloudFormation template into a folder structure
|
|
104
118
|
to better manage pieces of a CloudFormation deployment. Additionally, writing in
|
|
105
119
|
JSON is hard, so the decompiler can create YAML files as well.
|