aws-cfn-dsl 0.9.6 → 0.9.7

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: 7810c400379c78b9a454e7f150a556ad80c4d3d2
4
- data.tar.gz: b763d5db2f44952a959c99d7d53b7b618c9c7fa7
3
+ metadata.gz: 3cbec4f3cfc9aacef1576cda826c822db002f734
4
+ data.tar.gz: 14bb0a14c84cc41c64d1571161a78043b854d0db
5
5
  SHA512:
6
- metadata.gz: 127fa60ebf91a9b3abf30f4046f4d1143cdc0b84416bb928a05e152d991f721bbc19db2f08a6024f6c6719883b6a99deba6d3cc6637aea5088e12e21e40b1511
7
- data.tar.gz: ecb404de2ca86629bb086dc2645149834114fc698faaadd106d766db7018971e27c2e8a4bb492bd4d82d86bfec28a3812e8e6a0e121a8bf582b4fb34d3a37328
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
@@ -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-yats]" jdkType="RUBY_SDK" />
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" module-name="cloudformation-ruby-dsl" />
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-library">
30
- <library name="dldinternet-mixlib-logging (v0.4.0, /Users/cdelange/Dropbox/DLDInternet/ws/gems-ws/dldinternet-mixlib-logging) [path][gem]">
31
- <CLASSES>
32
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/bin" />
33
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/lib" />
34
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/pkg" />
35
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/.idea" />
36
- </CLASSES>
37
- <JAVADOC />
38
- <SOURCES>
39
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/bin" />
40
- <root url="file://$MODULE_DIR$/../dldinternet-mixlib-logging/lib" />
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=, 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 ...)', },
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,
@@ -1,7 +1,7 @@
1
1
  module Aws
2
2
  module Cfn
3
3
  module Dsl
4
- VERSION = '0.9.6'
4
+ VERSION = '0.9.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-dsl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
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-07-22 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print