vagrant-multi-putty 1.1.0 → 1.2.0

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/README.md CHANGED
@@ -6,15 +6,12 @@ This plugin allows you to use putty to ssh into VMs. It has been tested on
6
6
  Windows and should also work on Linux. Multi-vm environments are supported.
7
7
 
8
8
  ## Installation
9
+ ### Vagrant Version Support
10
+ Vagrant > 1.1.X
9
11
  ### Software
10
- To install this plugin for the gem version of Vagrant:
12
+ To install for Vagrant versions > 1.1
11
13
  ```
12
- $ gem install vagrant-multi-putty
13
- ```
14
-
15
- To install under the non-gem installed version of Vagrant:
16
- ```
17
- $ vagrant gem install vagrant-multi-putty
14
+ $ vagrant plugin install vagrant-multi-putty
18
15
  ```
19
16
 
20
17
  ### Putty Binary
@@ -39,6 +39,7 @@ module VagrantMultiPutty
39
39
  end
40
40
 
41
41
  def putty_connect(vm, args, plain_auth=False)
42
+ vm.config.putty.finalize!
42
43
  ssh_info = vm.ssh_info
43
44
  # If ssh_info is nil, the machine is not ready for ssh.
44
45
  raise Vagrant::Errors::SSHNotReady if ssh_info.nil?
@@ -1,3 +1,3 @@
1
1
  module VagrantMultiPutty
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-multi-putty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-10 00:00:00.000000000 Z
12
+ date: 2013-04-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Vagrant plugin to allow VM ssh with PuTTY (multi-vm supported)
15
15
  email:
@@ -41,9 +41,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
41
41
  - - ! '>='
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
- segments:
45
- - 0
46
- hash: 464008797
47
44
  required_rubygems_version: !ruby/object:Gem::Requirement
48
45
  none: false
49
46
  requirements: