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: d512e327deda40be3cc09299e5a5ceab80e01eb3
4
- data.tar.gz: 6555b7d9a7239d1122c2b3dd4719d2e654f0e1a7
3
+ metadata.gz: ae002d9cd84d3837de2d1069df4af9e851414e21
4
+ data.tar.gz: b46acfd5162e772fc8f539bc76d40bb7ae9657ee
5
5
  SHA512:
6
- metadata.gz: bffc37b6d4762f27be2af8425a2fc3f6b7d4d8af32960191755dcef9f040feae080cfc755e7afb97b7b92401fea09a7a448de8d6cb96c447e4eb2abe4c9d0a54
7
- data.tar.gz: fe1e0026fb359954ec6495248347fbc2789a04765273a98b5886073da7cd8e6beab0f5c365b0a1cea0e22822650e76483458c907cb931055dcf402a2c4176596
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.
@@ -13,6 +13,6 @@
13
13
 
14
14
  module VagrantPlugins
15
15
  module AppCatalyst
16
- VERSION = '1.1.0'
16
+ VERSION = '1.1.1'
17
17
  end
18
18
  end
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.0
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-29 00:00:00.000000000 Z
11
+ date: 2015-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n