vagrant-parallels 1.7.1 → 1.7.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6849ea9503dc49d170eef570e36da09fc2ae908
|
|
4
|
+
data.tar.gz: c9b64c6fe308e7f52fd48a9a8b84c46b931ab8de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2c6a43a0e6187193a1c1dad9df9228535c7fa5d95c1805e952fd80984f67125fbc7ad60bfc1659a51a02f484e739795dbc4e16bbeda0b2c4a867a73755b1795d
|
|
7
|
+
data.tar.gz: e41a1d056752e3cb7cc40b7ed7734a88b9080d0da28a80dfa0a19a42f9c27062451d438340481d5f472f68fa61f92f037d05b2758fed356eeb9be556f5e53a36
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## 1.7.2 (December 16, 2016)
|
|
2
|
+
BUG FIXES:
|
|
3
|
+
- Fix Parallels Tools update in Linux guests. Call `ptiagent-cmd` with `--install`,
|
|
4
|
+
not `--info`. [[GH-286](https://github.com/Parallels/vagrant-parallels/pull/286)]
|
|
5
|
+
|
|
1
6
|
## 1.7.1 (December 7, 2016)
|
|
2
7
|
FEATURES:
|
|
3
8
|
- **Guest capability for installing Parallels Tools in Windows.** Now it is
|
|
@@ -5,9 +5,7 @@ module VagrantPlugins
|
|
|
5
5
|
|
|
6
6
|
def self.install_parallels_tools(machine)
|
|
7
7
|
if ptiagent_usable?(machine)
|
|
8
|
-
|
|
9
|
-
# checked before the installing.
|
|
10
|
-
machine.communicate.sudo('ptiagent-cmd --info')
|
|
8
|
+
machine.communicate.sudo('ptiagent-cmd --install')
|
|
11
9
|
else
|
|
12
10
|
machine.communicate.tap do |comm|
|
|
13
11
|
tools_iso_path = File.expand_path(
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-parallels
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mikhail Zholobov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-12-
|
|
12
|
+
date: 2016-12-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|