vagrant-multi-putty 1.4.0 → 1.4.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.
|
@@ -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
|
|
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.
|
|
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-
|
|
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:
|
|
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.
|
|
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)
|