vagrant-bindfs 1.1.3 → 1.1.4

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: a939bc8f86df88a4b9d3164574ed41c2fa4630d5
4
- data.tar.gz: 3ed4be8df541eeb94d90f18c3e8cd6a381406807
3
+ metadata.gz: b8b482e68d5efe31fe4a627f4cf58bd361d30003
4
+ data.tar.gz: ab575fb139db4502085097d6cd3c9f37e5f9845b
5
5
  SHA512:
6
- metadata.gz: c9615bbf021eac190443f5f6d5e428bb0b1f61ca791ccd861c2cd5ce278655e1e0b52e31447cedb51efa65df382c4a5dcd9661d21faa0803647814687f42f006
7
- data.tar.gz: aa395850d5bcb0516ceee3dbc242b15011e5ed205c00a1c0f60f27855324485fc5d9933fdf8814f80ce6e74860ccd1c246b3282fd27b7dfbe1f0229519ffdf6c
6
+ metadata.gz: 064af74a3f935ba5d955be8ad430e2b1b310d00abdc0070f7c6ecca8e2fb17d8da57b544c95daae147ab60f9b269cf960cde4fed757a429dab50ea67eaa8933c
7
+ data.tar.gz: 72cee341bdffb403ff0eb5a24a668f44f87f16f042320097373fa2e0f0fe513e6a40b94f5c27ab12ae1ca1fac41188718d4653475b52cce3843022dac3b5daf7
@@ -35,7 +35,7 @@ module VagrantBindfs
35
35
  tar_dirname = VagrantBindfs::Bindfs.source_tar_basename(version)
36
36
 
37
37
  begin
38
- machine.communicate.execute INSTALL_SCRIPT.format(urls: tar_urls, dirname: tar_dirname)
38
+ machine.communicate.execute format(INSTALL_SCRIPT, urls: tar_urls.join('" "'), dirname: tar_dirname)
39
39
  ensure
40
40
  machine.communicate.execute('([ -f ./bindfs.tar.gz ] && rm ./bindfs.tar.gz) || true')
41
41
  machine.communicate.execute("([ -d ./#{tar_dirname} ] && rm -rf ./#{tar_dirname}) || true")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VagrantBindfs
4
- VERSION = '1.1.3'
4
+ VERSION = '1.1.4'
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.3
4
+ version: 1.1.4
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-20 00:00:00.000000000 Z
13
+ date: 2019-06-21 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