vagrant-proxyssh 0.1.0 → 0.1.1

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.
@@ -43,9 +43,6 @@ class Vagrant::Command::ProxySSH < Vagrant::Command::Base
43
43
  else
44
44
  raise Errors::SSHPortNotDetected if ssh_info[:port].nil?
45
45
 
46
- connect_socket
47
- forward_data
48
-
49
46
  exec 'nc', '127.0.0.1', ssh_info[:port].to_s
50
47
  end
51
48
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "vagrant-proxyssh"
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Kenneth Vestergaard"]
8
8
  s.email = ["kvs@binarysolutions.dk"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-proxyssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vagrant
16
- requirement: &70295356937320 !ruby/object:Gem::Requirement
16
+ requirement: &70265749390760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.0.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70295356937320
24
+ version_requirements: *70265749390760
25
25
  description: Makes it possible to use 'ssh' to login to a Vagrant VM, without adding
26
26
  multiple fake hosts to ~/.ssh/config
27
27
  email: