zzdeploy 0.0.6 → 0.0.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.
- data/lib/commands/multi_ssh_instance.rb +1 -1
- data/lib/info.rb +1 -1
- data/lib/zz_deploy.rb +1 -1
- metadata +9 -10
|
@@ -19,7 +19,7 @@ module Commands
|
|
|
19
19
|
end
|
|
20
20
|
|
|
21
21
|
def register(opts, global_options)
|
|
22
|
-
opts.banner = "Usage:
|
|
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
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:
|
|
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:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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:
|
|
60
|
+
hash: 7
|
|
61
61
|
segments:
|
|
62
62
|
- 1
|
|
63
63
|
- 5
|
|
64
|
-
-
|
|
65
|
-
version: 1.5.
|
|
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:
|
|
76
|
+
hash: 13
|
|
77
77
|
segments:
|
|
78
78
|
- 1
|
|
79
|
-
- 0
|
|
80
79
|
- 1
|
|
81
|
-
version: 1.
|
|
80
|
+
version: "1.1"
|
|
82
81
|
type: :runtime
|
|
83
82
|
version_requirements: *id004
|
|
84
83
|
- !ruby/object:Gem::Dependency
|