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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c2eea3a0e7cf3a24836af90d8b9c1f85b6b172dfdc39bb94e748060ce51bb26
4
- data.tar.gz: 6193954f74c1128a7d6e5fbcc94f58abf5ab2506620c9caa32a3ee44dedfe79f
3
+ metadata.gz: 29109806b17badcdf58bb6f69156ecaa1ae7d8a410887374dee025717241613e
4
+ data.tar.gz: d20770847365c2c98631992d2013ff340ba8e3f33f630259cb42a59adb126217
5
5
  SHA512:
6
- metadata.gz: f0fbc3b99ed572bfe89bef90b713521eaba93e41a5ffa2f97cfc22d8f11f8e8d76318487a7860c1fdaf062ad3c47925db55697cd7606e867f1ae5f74527fabaf
7
- data.tar.gz: 3d050014188a339be0994a8117591c6cd96490c9d6ab2af34cc61ebffc030b657c12a1e3141ca41a472251556a8cbaa27c10b442993a937eb1a76103a56e8589
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.force_empty_mountpoint = true
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`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VagrantBindfs
4
- VERSION = '1.1.5'
4
+ VERSION = '1.1.6'
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.1.5
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: 2019-12-23 00:00:00.000000000 Z
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.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
  - - ">="