vagrant-bindfs 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/vagrant-bindfs/bindfs.rb +1 -1
- data/lib/vagrant-bindfs/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c3119bb4dcd8b43ff0796db6112b9637bfd91bfc
|
4
|
+
data.tar.gz: a3697c70938dde9420fa018c8bda366b412f9c51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a726fd0104714f51e425695b544e2e5b7bca68716ec56744307ce49a4d8f78e4bffe0b2200b534e3e5598d489f602cbe0d7aab8898709ab851e228145eb29d2
|
7
|
+
data.tar.gz: 107e082a868ec1048ca79098c4bddd10c21e79bdec5fb94730f35f2f64d1e06fc051b4e5ec41f1d0ddfa8c6f54a2d0c1b83dd2bbe69620f4e7f077566fb6a275
|
@@ -5,7 +5,7 @@ module VagrantBindfs
|
|
5
5
|
SOURCE_VERSION = '1.13.7'
|
6
6
|
SOURCE_URLS = [
|
7
7
|
'http://bindfs.org/downloads/bindfs-%<bindfs_version>.tar.gz',
|
8
|
-
'http://bindfs.
|
8
|
+
'http://bindfs.dy.fi/downloads/bindfs-%<bindfs_version>.tar.gz'
|
9
9
|
].freeze
|
10
10
|
|
11
11
|
autoload :Command, 'vagrant-bindfs/bindfs/command'
|
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.
|
4
|
+
version: 1.0.9
|
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-
|
13
|
+
date: 2017-09-04 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
|