vagrant-bindfs 0.4.12 → 0.4.13

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
  SHA1:
3
- metadata.gz: e4f4c521a2a2619356b7466fffa5b6c577799c62
4
- data.tar.gz: bacede149f11117d49abc53fb15a220f18826907
3
+ metadata.gz: 28d29e32688e866b059be401c996baa6d4ad4e5c
4
+ data.tar.gz: 7c40d82c948f4c548a8b7f3dd65b3a254d9c393e
5
5
  SHA512:
6
- metadata.gz: a4102bf7c0c8911fe0b034f8d46b0d1c338ee3abe882e0d39d23480cb51a5dee1457e2005e9fa4ea18985574953c0e2463bde4f12c1a6303efa200e07aa13c4a
7
- data.tar.gz: 75682be67816e612f517bb224b8293cc22932b09a320168808fc566ab2143cbdcd02a09344ffde10f0b4bfb943fcfe40a6e3c1fd71ae010a26af945c95492ddc
6
+ metadata.gz: 290ef46f3d68c5a224f0f7bd13a87edacec0e003c7d5943545f3c95c97647c53124b4301f6aa0e4d24f63d018123d5a83e8a16c999b5498f0fb971e89187a6da
7
+ data.tar.gz: aff134539ced9021bac3235a289be9d52c5ea54395beb65d61c9f817579c358293be758b250f5957519b90e818a01a0e88f009be9e14d2b7e38bc0e32ef3795a
@@ -1,7 +1,7 @@
1
1
  module VagrantPlugins
2
2
  module Bindfs
3
3
 
4
- VERSION = "0.4.12"
4
+ VERSION = "0.4.13"
5
5
 
6
6
  SOURCE_VERSION = "1.13.4"
7
7
  SOURCE_URLS = [
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.12
4
+ version: 0.4.13
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: 2016-11-18 00:00:00.000000000 Z
13
+ date: 2016-11-26 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
@@ -61,7 +61,7 @@ require_paths:
61
61
  - lib
62
62
  required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: 2.0.0
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement