ec2ssh 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
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
- define_method(col) do |str|
65
- puts hl.color(str, col)
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
@@ -1,3 +1,3 @@
1
1
  module Ec2ssh
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
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: 19
5
- prerelease: false
4
+ hash: 17
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 2
10
- version: 1.0.2
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: 2011-01-07 00:00:00 +09:00
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.3.7
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