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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/vagrant-parallels/driver/base.rb +3 -3
- data/lib/vagrant-parallels/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e944f967f92ae4c678068f3d7e88b4e25861825f
|
4
|
+
data.tar.gz: 4b89669df42bdcb5ab197702a8b90327685458ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab027e6b5a83c35bb73ed22de6073111eec6771ae5d35e6cc39eb14af0f8f1567939d2cff17e4440ce815bc2f9ba4fe70f0119f6199121f8466d22f0e1f8fad5
|
7
|
+
data.tar.gz: 380787daf17119f0aa79176cc4c55af8d6ec78e733d7e1337d1cc597485d322b6ee51fc2762adfa0952cad55d9e04363766de82960c91ec9c67e639ed2578756
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
|
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
|
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.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-
|
12
|
+
date: 2017-11-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|