aws-cfn-dsl 0.9.6 → 0.9.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 +4 -4
- data/Gemfile +0 -5
- data/aws-cfn-dsl.iml +31 -35
- data/lib/aws/cfn/dsl/mixins/options.rb +3 -3
- data/lib/aws/cfn/dsl/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: 3cbec4f3cfc9aacef1576cda826c822db002f734
|
|
4
|
+
data.tar.gz: 14bb0a14c84cc41c64d1571161a78043b854d0db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 51b88274e7fc74ea83dff3023e1fd80e0856449b95b4c253685de7c68126caec332000facf7a2a4ecaa30641db148c8f613e9f8ca419d9d7141e24eaed800c5b
|
|
7
|
+
data.tar.gz: 0ff41385c6693b9d15f643475ff63a7390d6ea104c80ea5ce6e09c222c6f5420260a4ab92b4775ac683769fc68268d432a770cfa553cdd6dadb12ac737c10db5
|
data/Gemfile
CHANGED
|
@@ -7,11 +7,6 @@ gem 'cloudformation-ruby-dsl', :path => '../cloudformation-ruby-dsl', :gro
|
|
|
7
7
|
|
|
8
8
|
gem 'dldinternet-mixlib-logging', :path => '../dldinternet-mixlib-logging', :group => :development
|
|
9
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
|
|
15
10
|
|
|
16
11
|
gem 'json_pure', :group => :development
|
|
17
12
|
gem 'bundler', '~> 1.5', :group => :development
|
data/aws-cfn-dsl.iml
CHANGED
|
@@ -1,14 +1,27 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<module type="RUBY_MODULE" version="4">
|
|
3
|
-
<component name="CompassSettings">
|
|
4
|
-
<option name="compassSupportEnabled" value="true" />
|
|
5
|
-
</component>
|
|
6
3
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
7
4
|
<exclude-output />
|
|
8
5
|
<content url="file://$MODULE_DIR$" />
|
|
9
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p547 [aws-cfn-
|
|
6
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p547 [aws-cfn-dsl]" jdkType="RUBY_SDK" />
|
|
10
7
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
<orderEntry type="module
|
|
8
|
+
<orderEntry type="module-library">
|
|
9
|
+
<library name="cloudformation-ruby-dsl (v[path], /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/cloudformation-ruby-dsl) [path][gem]">
|
|
10
|
+
<CLASSES>
|
|
11
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
|
12
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
|
13
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
|
14
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
|
15
|
+
</CLASSES>
|
|
16
|
+
<JAVADOC />
|
|
17
|
+
<SOURCES>
|
|
18
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/bin" />
|
|
19
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/lib" />
|
|
20
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/.idea" />
|
|
21
|
+
<root url="file://$MODULE_DIR$/../cloudformation-ruby-dsl/vendor" />
|
|
22
|
+
</SOURCES>
|
|
23
|
+
</library>
|
|
24
|
+
</orderEntry>
|
|
12
25
|
<orderEntry type="module-library">
|
|
13
26
|
<library name="dldinternet-mixlib-cli (v0.2.0, /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/dldinternet-mixlib-cli) [path][gem]">
|
|
14
27
|
<CLASSES>
|
|
@@ -26,34 +39,17 @@
|
|
|
26
39
|
</SOURCES>
|
|
27
40
|
</library>
|
|
28
41
|
</orderEntry>
|
|
29
|
-
<orderEntry type="module-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/pkg" />
|
|
42
|
-
<root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/.idea" />
|
|
43
|
-
</SOURCES>
|
|
44
|
-
</library>
|
|
45
|
-
</orderEntry>
|
|
46
|
-
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
47
|
-
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
48
|
-
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
49
|
-
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
50
|
-
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
51
|
-
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
52
|
-
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
53
|
-
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
54
|
-
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.5, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
55
|
-
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
56
|
-
<orderEntry type="library" scope="PROVIDED" name="slop (v3.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-yats]) [gem]" level="application" />
|
|
42
|
+
<orderEntry type="module" module-name="dldinternet-mixlib-logging" />
|
|
43
|
+
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.2.0, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
44
|
+
<orderEntry type="library" scope="PROVIDED" name="detabulator (v0.1.0, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
45
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
46
|
+
<orderEntry type="library" scope="PROVIDED" name="json_pure (v1.8.1, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
47
|
+
<orderEntry type="library" scope="PROVIDED" name="little-plugger (v1.1.3, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
48
|
+
<orderEntry type="library" scope="PROVIDED" name="logging (v1.8.2, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
49
|
+
<orderEntry type="library" scope="PROVIDED" name="mixlib-cli (v1.5.0, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
50
|
+
<orderEntry type="library" scope="PROVIDED" name="multi_json (v1.10.1, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
51
|
+
<orderEntry type="library" scope="PROVIDED" name="psych (v2.0.6, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
52
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.3.2, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
53
|
+
<orderEntry type="library" scope="PROVIDED" name="slop (v3.6.0, RVM: ruby-1.9.3-p547 [aws-cfn-dsl]) [gem]" level="application" />
|
|
57
54
|
</component>
|
|
58
|
-
</module>
|
|
59
|
-
|
|
55
|
+
</module>
|
|
@@ -36,9 +36,9 @@ module Aws
|
|
|
36
36
|
match: %r/#{::Logging::LEVELS.keys.join('|')}/i}
|
|
37
37
|
|
|
38
38
|
[
|
|
39
|
-
{ short: :n, long: :functions
|
|
40
|
-
{ short: :x, long: :expandedpaths, default: 'off', on:
|
|
41
|
-
{ short: :O, long: :overwrite, default: 'off', on:
|
|
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
42
|
].each do |opt|
|
|
43
43
|
on opt[:short], opt[:long], opt[:desc], {as: String,
|
|
44
44
|
optional_argument: true,
|
data/lib/aws/cfn/dsl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-cfn-dsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.7
|
|
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-
|
|
11
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: awesome_print
|