kumogata2 0.1.1 → 0.1.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d28ad2995283dcefcf8a822715ba90cdeed0b49
4
- data.tar.gz: 2c6d91189979a68e1d967254d95b67363b97f581
3
+ metadata.gz: 1010d8128a3e5f2c9c81ad72f7ecaea602862393
4
+ data.tar.gz: cd630b4ebcee5f7a4138f083b1d939b8579fa97d
5
5
  SHA512:
6
- metadata.gz: 2a8518aa53c27bd97b4bc237381666cd8791d3b4854d43b40377239816f7db9eb3fea7c41aaad28d582afcda0e8af2b87801b6c122b2becd81ef32c9d9c87cd8
7
- data.tar.gz: f9459e808285698de5cac3e90a13c37ea882c069847e325964a79a21f02814315ad40356e6bd7eea35c3ec554a33bcdc07af2e82f52bcaad56529a24e0d51483
6
+ metadata.gz: 22aa199e0c3c7a082dd6857637662628d0f75ea0199373f73d9187ca7da1d7a3069292b0f5a77e6ee4d06267321c9120a208240853d29bc313ca99ae35114905
7
+ data.tar.gz: 1c4503049e67d11cbabd6dbc8f450842698c6e47c8865206fdcf6f23740be2f49b70b642f591e695a775b6b7aaa59733d40644c3345e6dc7464f7131bd96e316
data/README.md CHANGED
@@ -74,15 +74,15 @@ Options:
74
74
 
75
75
  ### Create resources
76
76
 
77
- $ kumogata create template.rb
77
+ $ kumogata2 create template.rb
78
78
 
79
79
  If you want to save the stack, please specify the stack name:
80
80
 
81
- $ kumogata create template.rb any_stack_name
81
+ $ kumogata2 create template.rb any_stack_name
82
82
 
83
83
  If you want to pass parameters, please use `-p` option:
84
84
 
85
- $ kumogata create template.rb -p "InstanceType=m1.large,KeyName=any_other_key"
85
+ $ kumogata2 create template.rb -p "InstanceType=m1.large,KeyName=any_other_key"
86
86
 
87
87
 
88
88
  **Notice**
data/exe/kumogata2 CHANGED
@@ -6,7 +6,7 @@ require 'kumogata2/cli/option_parser'
6
6
  Version = Kumogata2::VERSION
7
7
 
8
8
  def main(argv)
9
- debug = true
9
+ debug = ARGV.include?('--debug')
10
10
 
11
11
  begin
12
12
  Kumogata2::Plugin.load_plugins
@@ -1,3 +1,3 @@
1
1
  module Kumogata2
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kumogata2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genki Sugawara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-01 00:00:00.000000000 Z
11
+ date: 2016-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk