zzdeploy 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module Commands
19
19
  end
20
20
 
21
21
  def register(opts, global_options)
22
- opts.banner = "Usage: ssh [options]"
22
+ opts.banner = "Usage: multi_ssh [options]"
23
23
  opts.description = "SSH into a server"
24
24
 
25
25
  opts.on('-i', "--instances instance1,instance2,etc", Array, "The instance(s) to connect to.") do |v|
data/lib/info.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class Info
2
2
  def self.version
3
- "0.0.6"
3
+ "0.0.7"
4
4
  end
5
5
  end
data/lib/zz_deploy.rb CHANGED
@@ -59,7 +59,7 @@ class ZZDeploy
59
59
  set_amazon_options
60
60
  # global options
61
61
  global_options do |opts|
62
- opts.banner = "Version: #{VERSION} - Usage: #{CMD} [options] [subcommand [options]]"
62
+ opts.banner = "Version: #{VERSION} - Usage: zz [options] [subcommand [options]]"
63
63
  opts.description = "ZangZing configuration and deploy tool. You must specify a valid sub command."
64
64
  opts.separator ""
65
65
  opts.separator "Global options are:"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zzdeploy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Greg Seitz
@@ -55,14 +55,14 @@ dependencies:
55
55
  requirement: &id003 !ruby/object:Gem::Requirement
56
56
  none: false
57
57
  requirements:
58
- - - ">="
58
+ - - "="
59
59
  - !ruby/object:Gem::Version
60
- hash: 1
60
+ hash: 7
61
61
  segments:
62
62
  - 1
63
63
  - 5
64
- - 1
65
- version: 1.5.1
64
+ - 2
65
+ version: 1.5.2
66
66
  type: :runtime
67
67
  version_requirements: *id003
68
68
  - !ruby/object:Gem::Dependency
@@ -73,12 +73,11 @@ dependencies:
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
- hash: 21
76
+ hash: 13
77
77
  segments:
78
78
  - 1
79
- - 0
80
79
  - 1
81
- version: 1.0.1
80
+ version: "1.1"
82
81
  type: :runtime
83
82
  version_requirements: *id004
84
83
  - !ruby/object:Gem::Dependency