vagrant-parallels 1.7.7 → 1.7.8

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: e1b989493cac646a5465d495bc25d1de0ddf4ce2
4
- data.tar.gz: 149dacfcde8c3c2854d8075b126f460e7ad8098b
3
+ metadata.gz: e944f967f92ae4c678068f3d7e88b4e25861825f
4
+ data.tar.gz: 4b89669df42bdcb5ab197702a8b90327685458ce
5
5
  SHA512:
6
- metadata.gz: 03fdfd3a533bd9d02bf37e29e4c725afafe7f671aec54191921dcb863d5318e3d40209c9539792397b9643048b8102c73a02043abda2ee00f12b150618fa08f4
7
- data.tar.gz: d13b70ee3baa613b2bc217f595ff8d37c1d47338649a453c6f7eb1e1a1a35b383769c11946476f727eee1b576022d348bbb73228c4a46bc1a0c70a902816d594
6
+ metadata.gz: ab027e6b5a83c35bb73ed22de6073111eec6771ae5d35e6cc39eb14af0f8f1567939d2cff17e4440ce815bc2f9ba4fe70f0119f6199121f8466d22f0e1f8fad5
7
+ data.tar.gz: 380787daf17119f0aa79176cc4c55af8d6ec78e733d7e1337d1cc597485d322b6ee51fc2762adfa0952cad55d9e04363766de82960c91ec9c67e639ed2578756
@@ -1,3 +1,8 @@
1
+ ## 1.7.8 (November 18, 2017)
2
+ BUG FIXES:
3
+ - Fixed warning messages with Vagrant v2.0.1
4
+ [[GH-311](https://github.com/Parallels/vagrant-parallels/issues/311)]
5
+
1
6
  ## 1.7.7 (October 15, 2017)
2
7
  BUG FIXES:
3
8
  - Fixed synced folder mounting on guests with Upstart (Ubuntu 14.*)
@@ -858,14 +858,14 @@ module VagrantPlugins
858
858
  true
859
859
  end
860
860
 
861
- private
862
-
863
861
  # Wraps 'execute' and returns the output of given 'prlctl' subcommand.
864
862
  def execute_prlctl(*command, &block)
865
863
  execute(@prlctl_path, *command, &block)
866
864
  end
867
865
 
868
- #Wraps 'execute' and returns the output of given 'prlsrvctl' subcommand.
866
+ private
867
+
868
+ # Wraps 'execute' and returns the output of given 'prlsrvctl' subcommand.
869
869
  def execute_prlsrvctl(*command, &block)
870
870
  execute(@prlsrvctl_path, *command, &block)
871
871
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.7.7'
3
+ VERSION = '1.7.8'
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.7
4
+ version: 1.7.8
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: 2017-10-15 00:00:00.000000000 Z
12
+ date: 2017-11-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri