vagrant-multi-putty 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module VagrantMultiPutty
41
41
  end
42
42
 
43
43
  if options[:modal]
44
- Process.wait(0, Process::WNOHANG)
44
+ Process.waitall
45
45
  @env.config_global.putty.after_modal_hook.call
46
46
  end
47
47
 
@@ -19,7 +19,7 @@ module VagrantMultiPutty
19
19
  def finalize!
20
20
  @username = nil if @username == UNSET_VALUE
21
21
  @private_key_path = nil if @private_key_path == UNSET_VALUE
22
- @after_modal_hook = Proc{ } if @after_modal_hook == UNSET_VALUE
22
+ @after_modal_hook = Proc.new{ } if @after_modal_hook == UNSET_VALUE
23
23
  @modal = false if @modal == UNSET_VALUE
24
24
  end
25
25
 
@@ -1,3 +1,3 @@
1
1
  module VagrantMultiPutty
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
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.4.0
4
+ version: 1.4.1
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-11-01 00:00:00.000000000 Z
12
+ date: 2013-11-08 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:
@@ -44,7 +44,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
44
44
  version: '0'
45
45
  segments:
46
46
  - 0
47
- hash: -108176497
47
+ hash: 3685031145220800060
48
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  none: false
50
50
  requirements:
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: 1.4.0
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 1.8.24
56
+ rubygems_version: 1.8.11
57
57
  signing_key:
58
58
  specification_version: 3
59
59
  summary: Vagrant plugin to allow VM ssh with PuTTY (multi-vm supported)