aws-cfn-decompiler 0.8.2 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e642a79168db69b66b6a59d0a01485b515fb0ad4
4
- data.tar.gz: cc0b491f522d5608dd515f57b28b009fa241ac61
3
+ metadata.gz: 1de44284871ef5ad477b726f81e0ea3c49263cf4
4
+ data.tar.gz: 50a111c9da775ab60ddffbe7386215c77d57b980
5
5
  SHA512:
6
- metadata.gz: 9e6f72acd983fe105b13e8d8d823b2efe2368e8693751365b9d7a80f053435644c600f4f25e905d6e02c6286dd70ac4de2e334fdba4e91d2557f08d3d7dacaeb
7
- data.tar.gz: b8362811a4bad40462350104fe8ccadab1b940475bb1ac6f5325d589222fe8ebe6d51bfc9c4c3608ed02b6f203ed4437d10036eab70dd00bde3e8c10612161b8
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', :path => '../cloudformation-ruby-dsl', :group => :development
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', :path => '../dldinternet-mixlib-cli', :group => :development
10
- gem 'aws-cfn-dsl', :path => '../aws-cfn-dsl', :group => :development
11
- gem 'aws-cfn-compiler', :path => '../aws-cfn-compiler', :group => :development
12
- gem 'aws-cfn-yats', :path => '../aws-cfn-yats', :group => :development
13
- gem 'aws-cfn-stacker', :path => '../aws-cfn-stacker', :group => :development
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
@@ -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.8.0'
26
- spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.3.0'
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
@@ -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-decompiler]" jdkType="RUBY_SDK" />
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="dldinternet-mixlib-cli (v0.1.0, /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/dldinternet-mixlib-cli) [path][gem]">
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$/../dldinternet-mixlib-cli/bin" />
20
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/lib" />
21
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/pkg" />
22
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/.idea" />
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$/../dldinternet-mixlib-cli/bin" />
27
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/lib" />
28
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/pkg" />
29
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-cli/.idea" />
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-library">
34
- <library name="dldinternet-mixlib-logging (v0.2.0, /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/dldinternet-mixlib-logging) [path][gem]">
35
- <CLASSES>
36
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/bin" />
37
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/lib" />
38
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/pkg" />
39
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/.idea" />
40
- </CLASSES>
41
- <JAVADOC />
42
- <SOURCES>
43
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/bin" />
44
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/lib" />
45
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/pkg" />
46
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/.idea" />
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
 
@@ -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-dsl aws-cfn-compiler cloudformation-ruby-dsl).each do |mod|
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(';') : ['']
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Cfn
3
3
  module DeCompiler
4
- VERSION = '0.8.2'
4
+ VERSION = '0.9.1'
5
5
  end
6
6
  end
7
7
  end
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.8.2
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-06-30 00:00:00.000000000 Z
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.8.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.8.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.3.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.3.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.