aws-cfn-dsl 0.8.5 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/Gemfile +7 -6
- data/aws-cfn-dsl.gemspec +2 -1
- data/aws-cfn-dsl.iml +23 -45
- data/bin/cfn-dsl +2 -2
- data/lib/aws/cfn/dsl/base.rb +5 -2
- data/lib/aws/cfn/dsl/mixins/options.rb +53 -40
- data/lib/aws/cfn/dsl/template.rb +0 -2
- data/lib/aws/cfn/dsl/version.rb +1 -1
- metadata +37 -23
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MTk5NWZjODMyMWJhZDQwZDY4NzhhMDMyMDRkYTNiMzQwZTlhZTk4Yg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
NTRkZWQ4MzBlODY2MDAyZjE2NjlkZGY3NDEwMmEzZDJkMWJhOGI0NA==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NTFmNjM5N2U4OTlkYzdlODBmYjAzYzJhMzkwMzdlZWI1N2EwOTVkZDQwNDYw
|
10
|
+
MTViN2I1NGQyMzllNjc4NzJlOWExN2JmYTE3ODE0YTQ0ZjU5MDcwNTFmZjAw
|
11
|
+
NjQ1MzNhZjkwMmNjMjdiOGRiZDIzOWYyNGZmNjI1MjVjM2I0YjA=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZWYzODA3NTQzYTIzYmRkNGI1MzE2ODhlYjlkY2ZlMjkyODVmNWQ3NTIxMTE3
|
14
|
+
NmJjOGMxZjI5YmJiOGRjZWY1MDVlOWRlNzlmZTZkZDcwODM4MDI3N2FhMjE0
|
15
|
+
YWY3OTc0OGFkZjFlZDJkZjQwZGUxNTIxZDdkZTI1N2M5NjdhMjA=
|
data/Gemfile
CHANGED
@@ -3,14 +3,15 @@ source 'https://rubygems.org'
|
|
3
3
|
# Specify your gem's dependencies in aws-cfn-dsl.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-
|
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.5', :group => :development
|
data/aws-cfn-dsl.gemspec
CHANGED
@@ -23,6 +23,7 @@ Gem::Specification.new do |spec|
|
|
23
23
|
spec.add_dependency 'json'
|
24
24
|
spec.add_dependency 'slop'
|
25
25
|
spec.add_dependency 'cloudformation-ruby-dsl', '~> 0.4', '>= 0.4.3'
|
26
|
-
spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.
|
26
|
+
spec.add_dependency 'dldinternet-mixlib-logging', '>= 0.4.0'
|
27
|
+
spec.add_dependency 'dldinternet-mixlib-cli', '>= 0.2.0'
|
27
28
|
|
28
29
|
end
|
data/aws-cfn-dsl.iml
CHANGED
@@ -6,60 +6,38 @@
|
|
6
6
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
7
7
|
<exclude-output />
|
8
8
|
<content url="file://$MODULE_DIR$" />
|
9
|
-
<orderEntry type="
|
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
|
-
<orderEntry type="module" module-name="aws-cfn-compiler" />
|
12
|
-
<orderEntry type="module" module-name="aws-cfn-decompiler" />
|
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
11
|
<orderEntry type="module-library">
|
17
|
-
<library name="
|
12
|
+
<library name="cloudformation-ruby-dsl (v[path], /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/cloudformation-ruby-dsl) [path][gem]">
|
18
13
|
<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$/../
|
14
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
15
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
16
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
17
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
23
18
|
</CLASSES>
|
24
19
|
<JAVADOC />
|
25
20
|
<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$/../
|
21
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
22
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
23
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
24
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
30
25
|
</SOURCES>
|
31
26
|
</library>
|
32
27
|
</orderEntry>
|
33
|
-
<orderEntry type="module-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
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-compile]) [gem]" level="application" />
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="colorize (v0.7.3, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="inifile (v2.0.2, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
54
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
57
|
-
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
58
|
-
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
59
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
60
|
-
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
61
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
62
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-compile]) [gem]" level="application" />
|
28
|
+
<orderEntry type="module" module-name="dldinternet-mixlib-cli" />
|
29
|
+
<orderEntry type="module" module-name="dldinternet-mixlib-logging" />
|
30
|
+
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
31
|
+
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
32
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
33
|
+
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
34
|
+
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
35
|
+
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
36
|
+
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
37
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
38
|
+
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
39
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
40
|
+
<orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
63
41
|
</component>
|
64
42
|
</module>
|
65
43
|
|
data/bin/cfn-dsl
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-decompiler 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(';') : ['']
|
data/lib/aws/cfn/dsl/base.rb
CHANGED
@@ -93,10 +93,13 @@ module Aws
|
|
93
93
|
|
94
94
|
protected
|
95
95
|
|
96
|
-
def abort!(msg=nil,rc=1)
|
96
|
+
def abort!(msg=nil,rc=1,st=nil)
|
97
|
+
cfg = :trace
|
98
|
+
st = (not (@opts[cfg].nil? or @opts[cfg].downcase.match(@on_yes_regex).nil?))
|
97
99
|
exp = '!!! Aborting !!!'
|
98
|
-
exp += "\n"+caller[
|
100
|
+
exp += "\n"+caller[0..-1].join("\n") if st
|
99
101
|
if @logger
|
102
|
+
::Logging::LogEvent.caller_index += 1
|
100
103
|
@logger.error msg if msg
|
101
104
|
@logger.fatal exp
|
102
105
|
else
|
@@ -1,4 +1,12 @@
|
|
1
1
|
require 'slop'
|
2
|
+
|
3
|
+
class Object
|
4
|
+
def with(instance, *args, &block)
|
5
|
+
instance.instance_exec(*args, &block)
|
6
|
+
instance
|
7
|
+
end
|
8
|
+
end
|
9
|
+
|
2
10
|
module Aws
|
3
11
|
module Cfn
|
4
12
|
module Dsl
|
@@ -6,12 +14,20 @@ module Aws
|
|
6
14
|
attr_reader :opts
|
7
15
|
attr_reader :config
|
8
16
|
|
9
|
-
|
17
|
+
require "dldinternet/mixlib/cli/mixins/parsers"
|
18
|
+
include ::DLDInternet::Mixlib::CLI::Parsers
|
19
|
+
|
20
|
+
def setup_options(opts=@opts)
|
10
21
|
@on_off_regex = %r/0|1|yes|no|on|off|enable|disable|set|unset|true|false|raw/i
|
11
22
|
@format_regex = %r/ruby|rb|yaml|yml|json|js/i
|
12
23
|
@on_yes_regex = %r'^(1|true|on|yes|enable|set)$'
|
24
|
+
@optional ||= {}
|
25
|
+
unless opts
|
26
|
+
@opts ||= Slop.new(help: true)
|
27
|
+
opts = @opts
|
28
|
+
end
|
13
29
|
|
14
|
-
|
30
|
+
with opts do
|
15
31
|
on :t, :template=, 'The template', as: String
|
16
32
|
on :d, :directory=, 'The directory with template components.', as: String
|
17
33
|
|
@@ -19,40 +35,36 @@ module Aws
|
|
19
35
|
default: 'step',
|
20
36
|
match: %r/#{::Logging::LEVELS.keys.join('|')}/i}
|
21
37
|
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
}[0]
|
37
|
-
me.config[:default] = 'on'
|
38
|
+
[
|
39
|
+
{ short: :n, long: :functions=, default: 'off', on: 'on', desc: 'Enable function use'},
|
40
|
+
{ short: :x, long: :expandedpaths, default: 'off', on: 'on', desc: 'Show expanded paths in output', },
|
41
|
+
{ short: :O, long: :overwrite, default: 'off', on: 'on', desc: 'Overwrite existing generated source files. (HINT: Think twice ...)', },
|
42
|
+
].each do |opt|
|
43
|
+
on opt[:short], opt[:long], opt[:desc], {as: String,
|
44
|
+
optional_argument: true,
|
45
|
+
default: opt[:default],
|
46
|
+
match: @on_off_regex } do |_|
|
47
|
+
me = @options.select { |o|
|
48
|
+
o.long == opt[:long].to_s
|
49
|
+
}[0]
|
50
|
+
me.config[:default] = opt[:on]
|
51
|
+
end
|
38
52
|
end
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
}[0]
|
55
|
-
me.config[:default] = 'on'
|
53
|
+
[
|
54
|
+
{ short: :overwrite, default: 'off', on: 'on', desc: 'Overwrite existing generated source files. (HINT: Think twice ...)', },
|
55
|
+
{ short: :force, default: 'off', on: 'on', desc: 'Continue processing and ignore warnings', },
|
56
|
+
{ short: :debug, default: 'off', on: 'on', desc: 'Turn on debugging', },
|
57
|
+
{ short: :trace, default: 'off', on: 'on', desc: 'Turn on tracing', },
|
58
|
+
].each do |opt|
|
59
|
+
on opt[:short], opt[:desc], {as: String,
|
60
|
+
optional_argument: true,
|
61
|
+
default: opt[:default],
|
62
|
+
match: @on_off_regex } do |_|
|
63
|
+
me = @options.select { |o|
|
64
|
+
o.long == opt[:short].to_s
|
65
|
+
}[0]
|
66
|
+
me.config[:default] = opt[:on]
|
67
|
+
end
|
56
68
|
end
|
57
69
|
end
|
58
70
|
|
@@ -70,9 +82,9 @@ module Aws
|
|
70
82
|
|
71
83
|
def setup_config
|
72
84
|
|
73
|
-
unless @opts[:directory]
|
85
|
+
unless @opts[:directory] or @optional[:directory]
|
74
86
|
puts @opts
|
75
|
-
abort! "Missing required option --directory"
|
87
|
+
abort! "Missing required option. --directory is required"
|
76
88
|
end
|
77
89
|
|
78
90
|
unless @opts[:template]
|
@@ -80,8 +92,8 @@ module Aws
|
|
80
92
|
abort! "Missing required option --template"
|
81
93
|
end
|
82
94
|
|
83
|
-
[:overwrite, :functions, :force, :expandedpaths ].each { |cfg|
|
84
|
-
@config[cfg] = (not @opts[cfg].downcase.match(@on_yes_regex).nil?)
|
95
|
+
[:overwrite, :functions, :force, :expandedpaths, :debug, :trace ].each { |cfg|
|
96
|
+
@config[cfg] = (not (@opts[cfg].nil? or @opts[cfg].downcase.match(@on_yes_regex).nil?))
|
85
97
|
}
|
86
98
|
|
87
99
|
@opts.options.each{ |opt|
|
@@ -111,13 +123,14 @@ module Aws
|
|
111
123
|
:pattern => "%#{mlll}l: %m %g\n",
|
112
124
|
:date_pattern => '%Y-%m-%d %H:%M:%S',
|
113
125
|
:color_scheme => 'compiler',
|
114
|
-
:trace =>
|
126
|
+
:trace => (@config[:trace].nil? ? false : @config[:trace]),
|
115
127
|
# [2014-06-30 Christo] DO NOT do this ... it needs to be a FixNum!!!!
|
116
128
|
# If you want to do ::Logging.init first then fine ... go ahead :)
|
117
129
|
# :level => @config[:log_level],
|
118
130
|
}
|
119
131
|
}
|
120
132
|
@logger = getLogger(@config)
|
133
|
+
|
121
134
|
end
|
122
135
|
|
123
136
|
def self.included(includer)
|
data/lib/aws/cfn/dsl/template.rb
CHANGED
data/lib/aws/cfn/dsl/version.rb
CHANGED
metadata
CHANGED
@@ -1,111 +1,125 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-cfn-dsl
|
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 DeLange
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ~>
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.2'
|
20
|
-
- -
|
20
|
+
- - ! '>='
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 1.2.0
|
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
29
|
version: '1.2'
|
30
|
-
- -
|
30
|
+
- - ! '>='
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 1.2.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: psych
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
|
-
- -
|
37
|
+
- - ! '>='
|
38
38
|
- !ruby/object:Gem::Version
|
39
39
|
version: '0'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
|
-
- -
|
44
|
+
- - ! '>='
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: '0'
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: json
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- -
|
51
|
+
- - ! '>='
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '0'
|
54
54
|
type: :runtime
|
55
55
|
prerelease: false
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
|
-
- -
|
58
|
+
- - ! '>='
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
61
|
- !ruby/object:Gem::Dependency
|
62
62
|
name: slop
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
64
64
|
requirements:
|
65
|
-
- -
|
65
|
+
- - ! '>='
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '0'
|
68
68
|
type: :runtime
|
69
69
|
prerelease: false
|
70
70
|
version_requirements: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
|
-
- -
|
72
|
+
- - ! '>='
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
- !ruby/object:Gem::Dependency
|
76
76
|
name: cloudformation-ruby-dsl
|
77
77
|
requirement: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
|
-
- -
|
79
|
+
- - ~>
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0.4'
|
82
|
-
- -
|
82
|
+
- - ! '>='
|
83
83
|
- !ruby/object:Gem::Version
|
84
84
|
version: 0.4.3
|
85
85
|
type: :runtime
|
86
86
|
prerelease: false
|
87
87
|
version_requirements: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
|
-
- -
|
89
|
+
- - ~>
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0.4'
|
92
|
-
- -
|
92
|
+
- - ! '>='
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: 0.4.3
|
95
95
|
- !ruby/object:Gem::Dependency
|
96
96
|
name: dldinternet-mixlib-logging
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
98
98
|
requirements:
|
99
|
-
- -
|
99
|
+
- - ! '>='
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version: 0.
|
101
|
+
version: 0.4.0
|
102
102
|
type: :runtime
|
103
103
|
prerelease: false
|
104
104
|
version_requirements: !ruby/object:Gem::Requirement
|
105
105
|
requirements:
|
106
|
-
- -
|
106
|
+
- - ! '>='
|
107
107
|
- !ruby/object:Gem::Version
|
108
|
-
version: 0.
|
108
|
+
version: 0.4.0
|
109
|
+
- !ruby/object:Gem::Dependency
|
110
|
+
name: dldinternet-mixlib-cli
|
111
|
+
requirement: !ruby/object:Gem::Requirement
|
112
|
+
requirements:
|
113
|
+
- - ! '>='
|
114
|
+
- !ruby/object:Gem::Version
|
115
|
+
version: 0.2.0
|
116
|
+
type: :runtime
|
117
|
+
prerelease: false
|
118
|
+
version_requirements: !ruby/object:Gem::Requirement
|
119
|
+
requirements:
|
120
|
+
- - ! '>='
|
121
|
+
- !ruby/object:Gem::Version
|
122
|
+
version: 0.2.0
|
109
123
|
description: Ruby DSL for creating Cloudformation templates
|
110
124
|
email:
|
111
125
|
- rubygems@dldinternet.com
|
@@ -114,7 +128,7 @@ executables:
|
|
114
128
|
extensions: []
|
115
129
|
extra_rdoc_files: []
|
116
130
|
files:
|
117
|
-
-
|
131
|
+
- .gitignore
|
118
132
|
- Gemfile
|
119
133
|
- LICENSE
|
120
134
|
- LICENSE.txt
|
@@ -145,12 +159,12 @@ require_paths:
|
|
145
159
|
- lib
|
146
160
|
required_ruby_version: !ruby/object:Gem::Requirement
|
147
161
|
requirements:
|
148
|
-
- -
|
162
|
+
- - ! '>='
|
149
163
|
- !ruby/object:Gem::Version
|
150
164
|
version: '0'
|
151
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
152
166
|
requirements:
|
153
|
-
- -
|
167
|
+
- - ! '>='
|
154
168
|
- !ruby/object:Gem::Version
|
155
169
|
version: '0'
|
156
170
|
requirements: []
|