aws-cfn-yats 0.1.6 → 0.1.7

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWYwMDI3YjM3NzliM2I5NGFkMjk3NDIwZGVkNWM0NDFiYjExNjM4Mg==
4
+ MGM1NDQ3NmIyNWY3NTExMzI4YjUxNzQyNmRiODhhYzdhMjdlZWE2OA==
5
5
  data.tar.gz: !binary |-
6
- MTRmMGQxZWFkNTA1MzMyMTFkNWViYWViNDRiOTEwNDg1MTRhNDg4OQ==
6
+ ZWIzNTYwOGRlNTY2MzJmNWM3ZWIyZTI3OWMwN2IwYjk5MTA3YzhjMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YTg3MDA2ZGEwOGRiNTVhMDMwZmE0NjhiYWY0NDIwYzZhNmI0N2UxZjE4Njlh
10
- MWY0OWE4ZTI4MWRhYWQ3MWQ1NGVjNjRhYjU3ODJiYjgwNmZmN2M4YmJhNGZi
11
- Njc1ODBhNDY2YjkxYTczNzQ2ZjE5NjIzYTZjNzMzZWFjOTlhMzc=
9
+ ZWJhZTU4YzJlYmZiOGI4MDE2YzJiMDhmZWRmZDQxY2M5MTk3YTQzYmNiZjE0
10
+ MDM4YWVkMmZmMTI1MWE5NTViZTk3ZTU3YTI5Zjg4N2I4MjQyMGUwYTc1NjZl
11
+ YTk1YTE5Zjk2OThiM2E4NmY5NTI1NzFiMmY4YTE2OTVkNDk3N2I=
12
12
  data.tar.gz: !binary |-
13
- YWI4ZDE5Nzc3ZmFhMWE3MWM3ZmY5MDE0MWJjOTJmMTEwMzc3YWMzODU5ZTkz
14
- NzdlNTRlOTFjM2MwYmU2ZDg0ZTA3MTNhZDhhMzE5YjFiZWRkMDliNTE0YmE2
15
- ZmFkMjdjMzk2ZWJjZjVlYzVkODg0YzgxZDk2OGIzODI0YzFhZWI=
13
+ YTY2YTAwNGE2MTRjMTllMDkwYzFjNjM0YTgwMjA2MGNmN2I0ZDlkOGUzYzcx
14
+ MDUxNjMzYjU2ZWMyM2RlOGY4ZDFmNDA3Zjg0M2I4MGZiNDNjOGZlMjkxZWQ0
15
+ YjExMzYzZDgyMDVjYmMxOGZkN2FiY2YxOTZkMjM0MDIzNTU2ZGU=
@@ -18,10 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
19
  spec.require_paths = ['lib']
20
20
 
21
- spec.add_dependency 'aws-cfn-decompiler', '>= 0.2.4', '~> 0.2'
22
- spec.add_dependency 'aws-cfn-compiler', '>= 0.2.4', '~> 0.2'
21
+ spec.add_dependency 'aws-cfn-decompiler', '>= 0.5.0', '~> 0.5'
22
+ spec.add_dependency 'aws-cfn-compiler', '>= 0.5.0', '~> 0.5'
23
23
 
24
- spec.add_development_dependency 'json_pure', '> 0'
25
- spec.add_development_dependency 'bundler', '~> 1.5'
26
- spec.add_development_dependency 'rake'
27
24
  end
@@ -3,29 +3,28 @@
3
3
  <component name="CompassSettings">
4
4
  <option name="compassSupportEnabled" value="true" />
5
5
  </component>
6
- <component name="FacetManager">
7
- <facet type="gem" name="Ruby Gem">
8
- <configuration>
9
- <option name="GEM_APP_ROOT_PATH" value="$MODULE_DIR$" />
10
- <option name="GEM_APP_TEST_PATH" value="$MODULE_DIR$/test" />
11
- <option name="GEM_APP_LIB_PATH" value="$MODULE_DIR$/lib" />
12
- </configuration>
13
- </facet>
14
- </component>
15
6
  <component name="NewModuleRootManager" inherit-compiler-output="true">
16
7
  <exclude-output />
17
- <content url="file://$MODULE_DIR$">
18
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
19
- </content>
20
- <orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p545 [aws-cfn-yats]" jdkType="RUBY_SDK" />
8
+ <content url="file://$MODULE_DIR$" />
9
+ <orderEntry type="inheritedJdk" />
21
10
  <orderEntry type="sourceFolder" forTests="false" />
22
- <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
23
- <orderEntry type="library" scope="PROVIDED" name="bundler (v1.6.1, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
24
- <orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
25
- <orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
26
- <orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
27
- <orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
28
- <orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p545 [aws-cfn-yats]) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="aws-cfn-compiler (v0.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="aws-cfn-decompiler (v0.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
14
+ <orderEntry type="library" scope="PROVIDED" name="aws-cfn-dsl (v0.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
15
+ <orderEntry type="library" scope="PROVIDED" name="cloudformation-ruby-dsl (v0.4.3, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
16
+ <orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
17
+ <orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
18
+ <orderEntry type="library" scope="PROVIDED" name="dldinternet-mixlib-cli (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
19
+ <orderEntry type="library" scope="PROVIDED" name="dldinternet-mixlib-logging (v0.1.6, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
20
+ <orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
21
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
22
+ <orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
23
+ <orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
24
+ <orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
25
+ <orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
26
+ <orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
27
+ <orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
29
28
  </component>
30
29
  </module>
31
30
 
@@ -2,22 +2,24 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
+ path = File.dirname(__FILE__)
6
+ unless File.exists?("#{path}/../.gitignore")
7
+
5
8
  # Borrowing from "whiches" gem ...
6
- cmd = File.basename(__FILE__)
7
- exes = []
8
- exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
9
- ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
10
- exts.each { |ext|
11
- exe = File.join(path, "#{cmd}#{ext}")
12
- exes << exe if File.executable? exe
13
- }
14
- end
15
- path = if exes.size > 0
16
- File.dirname(exes[0])
17
- else
18
- File.dirname(__FILE__)
19
- end
9
+ cmd = File.basename(__FILE__, '.rb')
10
+ exes = []
11
+ exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
+ ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
13
+ exts.each { |ext|
14
+ exe = File.join(path, "#{cmd}#{ext}")
15
+ exes << exe if File.executable? exe
16
+ }
17
+ end
18
+ if exes.size > 0
19
+ path = File.dirname(exes[0])
20
+ end
20
21
 
22
+ end
21
23
  add_path = File.expand_path(File.join(path, "..", "lib"))
22
24
  $:.unshift(add_path)
23
25
 
@@ -2,22 +2,24 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
+ path = File.dirname(__FILE__)
6
+ unless File.exists?("#{path}/../.gitignore")
7
+
5
8
  # Borrowing from "whiches" gem ...
6
- cmd = File.basename(__FILE__)
7
- exes = []
8
- exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
9
- ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
10
- exts.each { |ext|
11
- exe = File.join(path, "#{cmd}#{ext}")
12
- exes << exe if File.executable? exe
13
- }
14
- end
15
- path = if exes.size > 0
16
- File.dirname(exes[0])
17
- else
18
- File.dirname(__FILE__)
19
- end
9
+ cmd = File.basename(__FILE__, '.rb')
10
+ exes = []
11
+ exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
+ ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
13
+ exts.each { |ext|
14
+ exe = File.join(path, "#{cmd}#{ext}")
15
+ exes << exe if File.executable? exe
16
+ }
17
+ end
18
+ if exes.size > 0
19
+ path = File.dirname(exes[0])
20
+ end
20
21
 
22
+ end
21
23
  add_path = File.expand_path(File.join(path, "..", "lib"))
22
24
  $:.unshift(add_path)
23
25
 
@@ -2,22 +2,24 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
+ path = File.dirname(__FILE__)
6
+ unless File.exists?("#{path}/../.gitignore")
7
+
5
8
  # Borrowing from "whiches" gem ...
6
- cmd = File.basename(__FILE__)
7
- exes = []
8
- exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
9
- ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
10
- exts.each { |ext|
11
- exe = File.join(path, "#{cmd}#{ext}")
12
- exes << exe if File.executable? exe
13
- }
14
- end
15
- path = if exes.size > 0
16
- File.dirname(exes[0])
17
- else
18
- File.dirname(__FILE__)
19
- end
9
+ cmd = File.basename(__FILE__, '.rb')
10
+ exes = []
11
+ exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
+ ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
13
+ exts.each { |ext|
14
+ exe = File.join(path, "#{cmd}#{ext}")
15
+ exes << exe if File.executable? exe
16
+ }
17
+ end
18
+ if exes.size > 0
19
+ path = File.dirname(exes[0])
20
+ end
20
21
 
22
+ end
21
23
  add_path = File.expand_path(File.join(path, "..", "lib"))
22
24
  $:.unshift(add_path)
23
25
 
@@ -2,22 +2,24 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
+ path = File.dirname(__FILE__)
6
+ unless File.exists?("#{path}/../.gitignore")
7
+
5
8
  # Borrowing from "whiches" gem ...
6
- cmd = File.basename(__FILE__)
7
- exes = []
8
- exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
9
- ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
10
- exts.each { |ext|
11
- exe = File.join(path, "#{cmd}#{ext}")
12
- exes << exe if File.executable? exe
13
- }
14
- end
15
- path = if exes.size > 0
16
- File.dirname(exes[0])
17
- else
18
- File.dirname(__FILE__)
19
- end
9
+ cmd = File.basename(__FILE__, '.rb')
10
+ exes = []
11
+ exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
+ ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
13
+ exts.each { |ext|
14
+ exe = File.join(path, "#{cmd}#{ext}")
15
+ exes << exe if File.executable? exe
16
+ }
17
+ end
18
+ if exes.size > 0
19
+ path = File.dirname(exes[0])
20
+ end
20
21
 
22
+ end
21
23
  add_path = File.expand_path(File.join(path, "..", "lib"))
22
24
  $:.unshift(add_path)
23
25
 
data/bin/yats CHANGED
@@ -2,22 +2,24 @@
2
2
 
3
3
  require 'rubygems'
4
4
 
5
+ path = File.dirname(__FILE__)
6
+ unless File.exists?("#{path}/../.gitignore")
7
+
5
8
  # Borrowing from "whiches" gem ...
6
- cmd = File.basename(__FILE__)
7
- exes = []
8
- exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
9
- ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
10
- exts.each { |ext|
11
- exe = File.join(path, "#{cmd}#{ext}")
12
- exes << exe if File.executable? exe
13
- }
14
- end
15
- path = if exes.size > 0
16
- File.dirname(exes[0])
17
- else
18
- File.dirname(__FILE__)
19
- end
9
+ cmd = File.basename(__FILE__, '.rb')
10
+ exes = []
11
+ exts = ENV['PATHEXT'] ? ENV['PATHEXT'].split(';') : ['']
12
+ ENV['PATH'].split(File::PATH_SEPARATOR).each do |path|
13
+ exts.each { |ext|
14
+ exe = File.join(path, "#{cmd}#{ext}")
15
+ exes << exe if File.executable? exe
16
+ }
17
+ end
18
+ if exes.size > 0
19
+ path = File.dirname(exes[0])
20
+ end
20
21
 
22
+ end
21
23
  add_path = File.expand_path(File.join(path, "..", "lib"))
22
24
  $:.unshift(add_path)
23
25
 
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Cfn
3
3
  module Yats
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
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-yats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
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-15 00:00:00.000000000 Z
11
+ date: 2014-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-cfn-decompiler
@@ -16,82 +16,40 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.4
19
+ version: 0.5.0
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: '0.2'
22
+ version: '0.5'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
- version: 0.2.4
29
+ version: 0.5.0
30
30
  - - ~>
31
31
  - !ruby/object:Gem::Version
32
- version: '0.2'
32
+ version: '0.5'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-cfn-compiler
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - ! '>='
38
38
  - !ruby/object:Gem::Version
39
- version: 0.2.4
39
+ version: 0.5.0
40
40
  - - ~>
41
41
  - !ruby/object:Gem::Version
42
- version: '0.2'
42
+ version: '0.5'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.2.4
49
+ version: 0.5.0
50
50
  - - ~>
51
51
  - !ruby/object:Gem::Version
52
- version: '0.2'
53
- - !ruby/object:Gem::Dependency
54
- name: json_pure
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - ! '>'
58
- - !ruby/object:Gem::Version
59
- version: '0'
60
- type: :development
61
- prerelease: false
62
- version_requirements: !ruby/object:Gem::Requirement
63
- requirements:
64
- - - ! '>'
65
- - !ruby/object:Gem::Version
66
- version: '0'
67
- - !ruby/object:Gem::Dependency
68
- name: bundler
69
- requirement: !ruby/object:Gem::Requirement
70
- requirements:
71
- - - ~>
72
- - !ruby/object:Gem::Version
73
- version: '1.5'
74
- type: :development
75
- prerelease: false
76
- version_requirements: !ruby/object:Gem::Requirement
77
- requirements:
78
- - - ~>
79
- - !ruby/object:Gem::Version
80
- version: '1.5'
81
- - !ruby/object:Gem::Dependency
82
- name: rake
83
- requirement: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - ! '>='
86
- - !ruby/object:Gem::Version
87
- version: '0'
88
- type: :development
89
- prerelease: false
90
- version_requirements: !ruby/object:Gem::Requirement
91
- requirements:
92
- - - ! '>='
93
- - !ruby/object:Gem::Version
94
- version: '0'
52
+ version: '0.5'
95
53
  description: AWS Cloudformation templates expressed with a Ruby DSL, YAML or JSON
96
54
  in a modular fashion
97
55
  email: