vagrant-bindfs 1.0.7 → 1.0.8

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: 0e4ecd3195ac921285fbdb432fe28c3e4420f4eb
4
- data.tar.gz: 05bc3a386e5f62a103af7ab66b44adedd8272a81
3
+ metadata.gz: 2c58ba4e86cd8a029ad325cb54302b04b2c5cbe8
4
+ data.tar.gz: 9eeeb4a0a2618908b477cc0c84d00f1fc60f29f7
5
5
  SHA512:
6
- metadata.gz: d0062985acb5f7e156bb9c56d9d0827ee2676f0a2193cb9572e962064a527c918ccb1b66ffb1cd9bd501bdeb16680414ead26927a9373e86e1776c410af8720a
7
- data.tar.gz: 2fc8a010c70c708ad6b9e0dec518cc7703154cc52e6c5dc2905117fa9dbfc7175d980eebff0096eeebdca9158ed35e723cf81650cae00e2c52b035abfedb1f8b
6
+ metadata.gz: b17c72db69709d54abc8ffe4b7403db0551c60939980d8f16614cca92812f992a8c19618054c126e9e4fe6449aadb1d31888126b7ec7f972360aa5682f1f68d2
7
+ data.tar.gz: cf70d8a9aaf1cea963205f51d84fb689c43dc9849b6e9836e09a384a01b2270cf3c1cc9ae7da88aa0dfedd4be47e20c853b4d42cb55f238c74bce435915d9db3
@@ -4,8 +4,8 @@ module VagrantBindfs
4
4
  module Bindfs
5
5
  SOURCE_VERSION = '1.13.7'
6
6
  SOURCE_URLS = [
7
- 'http://bindfs.org/downloads/bindfs-%{bindfs_version}.tar.gz',
8
- 'http://bindfs.dnsalias.net/downloads/bindfs-%{bindfs_version}.tar.gz'
7
+ 'http://bindfs.org/downloads/bindfs-%<bindfs_version>.tar.gz',
8
+ 'http://bindfs.dnsalias.net/downloads/bindfs-%<bindfs_version>.tar.gz'
9
9
  ].freeze
10
10
 
11
11
  autoload :Command, 'vagrant-bindfs/bindfs/command'
@@ -32,7 +32,7 @@ module VagrantBindfs
32
32
 
33
33
  def bindfs_bindfs_install_from_source(machine, version)
34
34
  version = version.to_s.strip.gsub(/\.0$/, '')
35
- source_urls = VagrantBindfs::Bindfs::SOURCE_URLS.map { |url| url.gsub('%{bindfs_version}', version) }
35
+ source_urls = VagrantBindfs::Bindfs::SOURCE_URLS.map { |url| url.gsub('%<bindfs_version>', version) }
36
36
 
37
37
  begin
38
38
  machine.communicate.execute <<-SHELL
@@ -7,6 +7,7 @@ module VagrantBindfs
7
7
  module Fuse
8
8
  class << self
9
9
  def bindfs_fuse_install(machine)
10
+ machine.guest.capability(:bindfs_package_manager_update)
10
11
  machine.communicate.sudo('apt-get install -y fuse')
11
12
  end
12
13
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VagrantBindfs
4
- VERSION = '1.0.7'
4
+ VERSION = '1.0.8'
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.0.7
4
+ version: 1.0.8
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: 2017-05-08 00:00:00.000000000 Z
13
+ date: 2017-06-30 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