vagrant-bindfs 0.4.0 → 0.4.1

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: eb0a221dbae3d1303dff2f6f52617ab02e105a2d
4
- data.tar.gz: 2c91c80a71052fe269ca380e18bf73b156b3dde9
3
+ metadata.gz: d13154638cd8b30fd9176833e1ef4f6cb5ddeadb
4
+ data.tar.gz: f31ef1b0f0acaf804dd57835821f5fcd822d5719
5
5
  SHA512:
6
- metadata.gz: 905e8a4e965323dc8433c6365707ad316159e9048697c838212fb328e2c50f303a84a4b2a13283ea41092c0ab24799cc0e942ce98ac538e70564c5d32027c2db
7
- data.tar.gz: a8e7c4271630137d2374ce44c29582f65580d6426eff5500cc75149350a337eb31247d246a30b2cfd57ab95bf16767634f7d6dd0a9be20573cd55b2c9cf405a7
6
+ metadata.gz: 1927235815d2abc9845d84912e262da5742d7bdabe3d43d9164b3214a055a7bddc5b11e74445a9930e3d36b7e85e1f1a6815d8151deedd2486bd189c1e8cca95
7
+ data.tar.gz: 137621a5c4fddb75d3e2b7f9294bd822bc17ecbabdc45d797153935c3ad2609ddff731cef6969d916ce3cc2fdc6d30e37443eca653242463c36d547cdde547f8
@@ -11,7 +11,7 @@ module VagrantPlugins
11
11
  if comm.test("test 0 -eq $(sudo yum search bindfs 2>&1 >/dev/null | wc -l)")
12
12
  comm.sudo("yum -y install bindfs")
13
13
  else
14
- comm.sudo("yum -y install fuse fuse-devel gcc")
14
+ comm.sudo("yum -y install fuse fuse-devel gcc wget")
15
15
  comm.sudo("wget http://bindfs.org/downloads/bindfs-#{SOURCE_VERSION}.tar.gz -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")
@@ -1,6 +1,6 @@
1
1
  module VagrantPlugins
2
2
  module Bindfs
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  SOURCE_VERSION = "1.12.6"
5
5
  end
6
6
  end
data/locales/en.yml CHANGED
@@ -19,4 +19,4 @@ en:
19
19
  Please check options values and compatibility. For a complete documentation,
20
20
  run `sudo bindfs --help` on the VM.
21
21
 
22
- You can see it online at http://www.cs.helsinki.fi/u/partel/bindfs_docs/bindfs.1.html.
22
+ You can see it online at http://bindfs.org/docs/bindfs.1.html
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.0
4
+ version: 0.4.1
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: 2015-02-02 00:00:00.000000000 Z
13
+ date: 2015-06-17 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