ey_info 0.1.2 → 0.1.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/ey_info.rb CHANGED
@@ -7,7 +7,7 @@ require 'pp'
7
7
  require File.expand_path("../text_injector", __FILE__)
8
8
 
9
9
  module EyInfo
10
- Version = "0.1.2"
10
+ Version = "0.1.3"
11
11
 
12
12
  class CLI
13
13
  def self.run(args)
@@ -1,7 +1,11 @@
1
1
  ##########################################
2
- # ey cloud environments
2
+ ServerAliveInterval 60
3
+ ServerAliveCountMax 3
4
+
3
5
  StrictHostKeyChecking no
4
6
 
7
+ GatewayPorts yes
8
+
5
9
  <% @hosts.keys.sort.each do |name| %>
6
10
  Host <%= name %>
7
11
  Hostname <%= @hosts[name] %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey_info
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
5
- prerelease: false
4
+ hash: 29
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tung Nguyen
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-03 00:00:00 -08:00
18
+ date: 2011-10-18 00:00:00 -07:00
19
19
  default_executable: ey_info
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -85,10 +85,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements: []
86
86
 
87
87
  rubyforge_project:
88
- rubygems_version: 1.3.7
88
+ rubygems_version: 1.4.2
89
89
  signing_key:
90
90
  specification_version: 3
91
91
  summary: Ey Info - Easy way to setup ssh keys for ey cloud servers
92
- test_files:
93
- - test/ey_info_test.rb
94
- - test/test_helper.rb
92
+ test_files: []
93
+