vagrant-bindfs 1.1.3 → 1.1.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8b482e68d5efe31fe4a627f4cf58bd361d30003
|
4
|
+
data.tar.gz: ab575fb139db4502085097d6cd3c9f37e5f9845b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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")
|
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.
|
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-
|
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
|