vagrant-bindfs 1.0.2 → 1.0.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: 7592d35f88e63f1ffdb5b8af8f2d8b099ece93db
4
- data.tar.gz: 89fffbd06beab56ba0259242cda9f447a62fba37
3
+ metadata.gz: a8b717570f7fc8b2b81769c9903dc046e6c2bb9f
4
+ data.tar.gz: fc4f92b28334f55d70f646ac544cfd844f407e69
5
5
  SHA512:
6
- metadata.gz: ea36b98e9874197f57ec1b627c1035472acf6a129c087ce8758bb87b99e0212bd47b5dca53d3070e03e8b361f4e5373e3fdf9d47c49d80132104519f9cb650e6
7
- data.tar.gz: fa7efd228f4afac3514cd096f4c93113de7d3f3b682c59fc0f1e2c9cd1670ce0a05737ad2424a977e1eac0dce72e2acb961e0de5a8fa80147996879d345a2f54
6
+ metadata.gz: 9d9c8467e2a04b9bcf3bf50984d374cf1727ab01e6637d2da1291e4b4b8ecbb7d205fbdeeb0380b45fe48e2a744f58b44501e20ab6e2deb01998dbe322d1d487
7
+ data.tar.gz: 1ba85b028131f2e9dcbd1e9b0484f674a631c610d32af277560a225eaf3bc187de34272f2635b722c89c81f1ada519a2f0759d86e33ba34c3aad9d1897ff19ed
@@ -6,7 +6,7 @@ module VagrantBindfs
6
6
  module Bindfs
7
7
  class << self
8
8
  def bindfs_bindfs_full_path(machine)
9
- machine.communicate.execute('type bindfs | cut -d" " -f3') do |_, output|
9
+ machine.communicate.execute('bash -c "type -P bindfs || true"') do |_, output|
10
10
  path = output.strip
11
11
  return path unless path.empty?
12
12
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module VagrantBindfs
3
- VERSION = '1.0.2'
3
+ VERSION = '1.0.3'
4
4
  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.0.2
4
+ version: 1.0.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: 2016-12-16 00:00:00.000000000 Z
13
+ date: 2017-01-01 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