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: 552be61a656c2a33b82a7a795e70a2c724b97775
4
- data.tar.gz: bb342ee8dfa1c1c3c1d90df669c24c554b587082
3
+ metadata.gz: e6849ea9503dc49d170eef570e36da09fc2ae908
4
+ data.tar.gz: c9b64c6fe308e7f52fd48a9a8b84c46b931ab8de
5
5
  SHA512:
6
- metadata.gz: 1a11232beb5c13701bfdca133283108400747b0419a2906534156969a0d26985afa1f8346ff7d79b0582e5388c807f1dfd79d2e81ff4ba53fe91ed8897381546
7
- data.tar.gz: 90c304ca7360abe7b85b63decfc9c81a96b1201a4be44154f8bc86a7fec31a5705425349b7c1c167621fb0f6f1577b92ab0e46b852b5d433f3b84415a59a0ca5
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
- # Argument '--info' means that Parallels Tools version will be
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(
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.7.1'
3
+ VERSION = '1.7.2'
4
4
  end
5
5
  end
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.1
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-07 00:00:00.000000000 Z
12
+ date: 2016-12-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake