ec2ssh 1.0.2 → 1.0.3
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/ec2ssh/cli.rb +4 -2
- data/lib/ec2ssh/version.rb +1 -1
- metadata +6 -8
data/lib/ec2ssh/cli.rb
CHANGED
|
@@ -61,8 +61,10 @@ Set environment variables to access AWS such as:
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
[:red,:green,:yellow].each do |col|
|
|
64
|
-
|
|
65
|
-
|
|
64
|
+
no_tasks do
|
|
65
|
+
define_method(col) do |str|
|
|
66
|
+
puts hl.color(str, col)
|
|
67
|
+
end
|
|
66
68
|
end
|
|
67
69
|
end
|
|
68
70
|
end
|
data/lib/ec2ssh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ec2ssh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- mirakui
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2013-02-12 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: thor
|
|
@@ -86,7 +85,6 @@ files:
|
|
|
86
85
|
- lib/ec2ssh/config.rb
|
|
87
86
|
- lib/ec2ssh/hosts.rb
|
|
88
87
|
- lib/ec2ssh/version.rb
|
|
89
|
-
has_rdoc: true
|
|
90
88
|
homepage: http://github.com/mirakui/ec2ssh
|
|
91
89
|
licenses: []
|
|
92
90
|
|
|
@@ -116,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
114
|
requirements: []
|
|
117
115
|
|
|
118
116
|
rubyforge_project: ec2ssh
|
|
119
|
-
rubygems_version: 1.
|
|
117
|
+
rubygems_version: 1.8.24
|
|
120
118
|
signing_key:
|
|
121
119
|
specification_version: 3
|
|
122
120
|
summary: A ssh_config manager for AWS EC2
|