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 +4 -7
- data/lib/vagrant-multi-putty/command.rb +1 -0
- data/lib/vagrant-multi-putty/version.rb +1 -1
- metadata +2 -5
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
|
12
|
+
To install for Vagrant versions > 1.1
|
11
13
|
```
|
12
|
-
$
|
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
|
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
|
+
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-
|
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:
|