vagrant-vmware-appcatalyst 1.1.0 → 1.1.1
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: ae002d9cd84d3837de2d1069df4af9e851414e21
|
|
4
|
+
data.tar.gz: b46acfd5162e772fc8f539bc76d40bb7ae9657ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ae474683c44ad2aa96ce68c47ac70800fa4de6ffa94e4c6b78a9ac7057414bc747f9e037816d5a4d7f897f2bf7d3dc3a0ad930c63c3ff1e3b1eac9e6f9e9976
|
|
7
|
+
data.tar.gz: b4fc62598633489e3047dd5607b84c13018701002a51c9351099de71fcb9b572cc716be22275e135b50be43fa3dad3245868469b43585fb63013b8866d776bfd
|
|
@@ -55,7 +55,7 @@ module VagrantPlugins
|
|
|
55
55
|
machine.communicate.sudo("mkdir -p #{expanded_guest_path}")
|
|
56
56
|
|
|
57
57
|
# Get rid of the default /mnt/hgfs mount point
|
|
58
|
-
machine.communicate.sudo('umount /mnt/hgfs')
|
|
58
|
+
machine.communicate.sudo('mountpoint -q /mnt/hgfs && umount /mnt/hgfs || true')
|
|
59
59
|
|
|
60
60
|
# Attempt to mount the folder. We retry here a few times because
|
|
61
61
|
# it can fail early on.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-vmware-appcatalyst
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabio Rapposelli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|