vagrant-bindfs 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c234e15a05c9a02ed8f450da79360247490e09ec
4
- data.tar.gz: a1f2e3a40ff9dc1a08234afae5ce78eba7bbe97f
3
+ metadata.gz: a939bc8f86df88a4b9d3164574ed41c2fa4630d5
4
+ data.tar.gz: 3ed4be8df541eeb94d90f18c3e8cd6a381406807
5
5
  SHA512:
6
- metadata.gz: 49a6034879f91b794dbaa28d2f2bf7f8a37a271c07c1b7ba73d657e094a64f3985071ea9de88e6dd6d5347243330cecc07dde26997062d797295a5e2f98a3507
7
- data.tar.gz: aa50feaff06230e97c439d516a9816d5bfd5b496a6224d82b3929f9c5a298a82f1924f12cb26e3542af4fe3c4d2952b47484c469a7527d2c8c702b3e630a8ba4
6
+ metadata.gz: c9615bbf021eac190443f5f6d5e428bb0b1f61ca791ccd861c2cd5ce278655e1e0b52e31447cedb51efa65df382c4a5dcd9661d21faa0803647814687f42f006
7
+ data.tar.gz: aa395850d5bcb0516ceee3dbc242b15011e5ed205c00a1c0f60f27855324485fc5d9933fdf8814f80ce6e74860ccd1c246b3282fd27b7dfbe1f0229519ffdf6c
@@ -37,8 +37,8 @@ module VagrantBindfs
37
37
  begin
38
38
  machine.communicate.execute INSTALL_SCRIPT.format(urls: tar_urls, dirname: tar_dirname)
39
39
  ensure
40
- machine.communicate.execute('[ -f ./bindfs.tar.gz ] && rm ./bindfs.tar.gz')
41
- machine.communicate.execute("[ -d ./#{tar_dirname} ] && rm -rf ./#{tar_dirname}")
40
+ machine.communicate.execute('([ -f ./bindfs.tar.gz ] && rm ./bindfs.tar.gz) || true')
41
+ machine.communicate.execute("([ -d ./#{tar_dirname} ] && rm -rf ./#{tar_dirname}) || true")
42
42
  end
43
43
  end
44
44
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VagrantBindfs
4
- VERSION = '1.1.2'
4
+ VERSION = '1.1.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-bindfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gaël-Ian Havard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-06-18 00:00:00.000000000 Z
13
+ date: 2019-06-20 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: " A Vagrant plugin to automate bindfs mount in the VM. This allow you
16
16
  to change owner, group and permissions on files and, for example, work around NFS