vagrant-bindfs 0.4.7 → 0.4.8

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: 8e3b0e00aeeef8a74d411193632fc75722c99f63
4
- data.tar.gz: 72f1752dc5801fb57aa73bb55fe87e280f98668e
3
+ metadata.gz: 90ab2b993260790dc9fe3d6751748e832e851bac
4
+ data.tar.gz: 0d55ed6480db568599b19f09e13a68b5e410faad
5
5
  SHA512:
6
- metadata.gz: 0b523b6f6f4a2e6746875c92835eec97e656cb36189d090e292007a58e78f37ada54939ee34545f82e828b3d1dbfcef12c837d8e1b382b1e64a97b8ba12e9ee1
7
- data.tar.gz: cd0e34a55113c3b3c28905967cc343fa0f28ff0d7b2ad2834bd417058b192d17bef88cce6a5d9f3f976da2323589136ca1b1a52be363de27e96d8ea12dc36706
6
+ metadata.gz: 93e5048db96ca90e4c829a042a70b5b9b1d310cec4433df2771daf2aa9f4500c43e4566407fd5563d01992f5dd5395d7eb1131f39cf60388d92cd03797d7eeb2
7
+ data.tar.gz: 7288fdeee35ae4e23640e270191e17489946763c91bc32ce1e6ab69918c7ef2e72f6dbd15b88e5d41b8edc67c532bc7d3ebcaaab82419998e562fb403ba5027a
data/README.md CHANGED
@@ -92,7 +92,7 @@ end
92
92
  ### bindfs support
93
93
 
94
94
  The `bind_folder` config accept any option you can pass to bindfs.
95
- vagrant-bindfs is compatible with bindfs from version 1.9 to 1.13.0.
95
+ vagrant-bindfs is compatible with bindfs from version 1.9 to 1.13.1.
96
96
  Check [lib/vagrant-bindfs/command.rb](https://github.com/gael-ian/vagrant-bindfs/blob/master/lib/vagrant-bindfs/command.rb#L66) for a complete list of supported options and default values.
97
97
 
98
98
  Both long arguments and shorthand are supported.
@@ -12,7 +12,7 @@ module VagrantPlugins
12
12
  comm.sudo("yum -y install bindfs")
13
13
  else
14
14
  comm.sudo("yum -y install fuse fuse-devel gcc wget")
15
- comm.sudo("wget http://bindfs.org/downloads/bindfs-#{SOURCE_VERSION}.tar.gz -O bindfs.tar.gz")
15
+ comm.sudo("wget #{SOURCE_URL} -O bindfs.tar.gz")
16
16
  comm.sudo("tar --overwrite -zxvf bindfs.tar.gz")
17
17
  comm.sudo("[ -d ./bindfs-#{SOURCE_VERSION} ] && cd bindfs-#{SOURCE_VERSION} && ./configure && make && make install")
18
18
  comm.sudo("ln -s /usr/local/bin/bindfs /usr/bin")
@@ -1,6 +1,10 @@
1
1
  module VagrantPlugins
2
2
  module Bindfs
3
- VERSION = "0.4.7"
4
- SOURCE_VERSION = "1.13.0"
3
+
4
+ VERSION = "0.4.8"
5
+
6
+ SOURCE_VERSION = "1.13.1"
7
+ SOURCE_URL = "http://bindfs.org/downloads/bindfs-#{SOURCE_VERSION}.tar.gz"
8
+
5
9
  end
6
10
  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: 0.4.7
4
+ version: 0.4.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: 2016-04-21 00:00:00.000000000 Z
13
+ date: 2016-07-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 to
16
16
  change owner, group and permissions on files and, for example, work around NFS share