vagrant-bindfs 1.1.5 → 1.1.6
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 +4 -4
- data/README.md +1 -1
- data/lib/vagrant-bindfs/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 29109806b17badcdf58bb6f69156ecaa1ae7d8a410887374dee025717241613e
|
|
4
|
+
data.tar.gz: d20770847365c2c98631992d2013ff340ba8e3f33f630259cb42a59adb126217
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '01934f31742057f2943ada6b89dfa362e6eb463954543735da6ee382b8170f1f77294675dbfa39d60aa8a9d3a0cf82a8da40b2e21a9d71d2201e7e524cf3eddc'
|
|
7
|
+
data.tar.gz: 4b1f8bb868d0316c93ef9bf8095666408012fe2aa201c7d7bf96688b4088b3105b71ccf9d1ecd59e541746fe74d6006c934e7ec9565a96c168f171843797ef1c
|
data/README.md
CHANGED
|
@@ -186,7 +186,7 @@ Mount poitns will then be destroyed (with `rm -rf`) prior to mount, unless you a
|
|
|
186
186
|
```ruby
|
|
187
187
|
Vagrant.configure("2") do |config|
|
|
188
188
|
|
|
189
|
-
config.bindfs.
|
|
189
|
+
config.bindfs.force_empty_mountpoints = true
|
|
190
190
|
|
|
191
191
|
# This exemple assume two directories exist in your VM:
|
|
192
192
|
# - `a/non/empty/mount/point/and/its/content`
|
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.1.
|
|
4
|
+
version: 1.1.6
|
|
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:
|
|
13
|
+
date: 2020-01-14 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
|
|
@@ -94,10 +94,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
requirements:
|
|
95
95
|
- - "~>"
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: '2.
|
|
98
|
-
- - "<"
|
|
99
|
-
- !ruby/object:Gem::Version
|
|
100
|
-
version: '2.7'
|
|
97
|
+
version: '2.4'
|
|
101
98
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
99
|
requirements:
|
|
103
100
|
- - ">="
|