vagrant-winnfsd 1.2.1 → 1.3.0
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.
- data/CHANGELOG +7 -0
- data/bin/winnfsd.exe +0 -0
- data/lib/vagrant-winnfsd/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
=========
|
3
3
|
|
4
|
+
1.3.0
|
5
|
+
------
|
6
|
+
|
7
|
+
Updated binary to version 2.2.0 (many files, see https://github.com/winnfsd/winnfsd/releases/tag/2.2.0 for details)
|
8
|
+
|
9
|
+
|
4
10
|
1.2.1
|
5
11
|
------
|
6
12
|
|
@@ -9,6 +15,7 @@ Store nfspaths in current user home directory to allow executing without adminis
|
|
9
15
|
Fixed parameter merging from a basebox (see https://github.com/winnfsd/vagrant-winnfsd/issues/93)
|
10
16
|
Fix host_ip config (see https://github.com/winnfsd/vagrant-winnfsd/pull/80)
|
11
17
|
|
18
|
+
|
12
19
|
1.2.0
|
13
20
|
------
|
14
21
|
|
data/bin/winnfsd.exe
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-winnfsd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-08-08 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: ! ' Manage and adds support for NFS on windows.
|
16
16
|
|