vagrant-bindfs 1.0.5 → 1.0.6

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: 5f622e75d38a2afcd2ba66cf0e012e74c47b66b5
4
- data.tar.gz: 77e3692befba1d54b21b3e6b03f5c1c4d31dee4d
3
+ metadata.gz: 9c0ff0aa65fd9698377920a851ded8d945c5529a
4
+ data.tar.gz: 1ce0f2a45e6e0b0acee8226420c0c9f77d301134
5
5
  SHA512:
6
- metadata.gz: 4fac83138513cef709e899aa8bb32f6829f51a9b3822911b5adc1f31a7a729dee95d2b43ee5105f7ed09279e452aa829161de179f3b5703f0e083cbf19475057
7
- data.tar.gz: 275b188d8250ae1d8d49dab93da7e59b4cae0cb5adff1d5df44d85d06c7e5ad985b7446daf762a2c3a88431c6558e4e67938e1895cbf09eb849101c8997e93d1
6
+ metadata.gz: 818a82bc45e531d07be736a581246ce37eb29f83ff5726734e1a20c9932cf406425fc1831e28a22052f173290b4d57536d2d3dbb7fc672b9a34ed941f259dc15
7
+ data.tar.gz: c4f1c0c67cf391d754aa1aa58d1ff3ca73bda51b763edad4dcda8ace041d46cc02be90007bc455d08732fb3d7c07ef5d7a5744c7abc4769535e2cbc257e05f5c
@@ -91,6 +91,7 @@ module VagrantBindfs
91
91
  end
92
92
 
93
93
  def cast_value_as_option(value)
94
+ return nil if value.respond_to?(:nil?) && value.nil?
94
95
  (value.respond_to?(:to_s) ? value.to_s : value)
95
96
  end
96
97
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module VagrantBindfs
3
- VERSION = '1.0.5'
3
+ VERSION = '1.0.6'
4
4
  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.0.5
4
+ version: 1.0.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: 2017-02-22 00:00:00.000000000 Z
13
+ date: 2017-03-25 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