vagrant-winnfsd 1.0.2 → 1.0.3
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/.gitignore +1 -4
- data/CHANGELOG +9 -3
- data/lib/vagrant-winnfsd/host.rb +1 -1
- data/lib/vagrant-winnfsd/version.rb +1 -1
- metadata +4 -4
data/.gitignore
CHANGED
data/CHANGELOG
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
CHANGELOG
|
2
2
|
=========
|
3
3
|
|
4
|
+
1.0.3
|
5
|
+
-----
|
6
|
+
|
7
|
+
Move nfspaths file to .vagrant dir
|
8
|
+
|
9
|
+
|
4
10
|
1.0.2
|
5
11
|
-----
|
6
12
|
|
@@ -8,6 +14,7 @@ CHANGELOG
|
|
8
14
|
|
9
15
|
Improve setting up of the firewall rules
|
10
16
|
|
17
|
+
|
11
18
|
1.0.1
|
12
19
|
-----
|
13
20
|
|
@@ -16,11 +23,10 @@ Improve setting up of the firewall rules
|
|
16
23
|
Fix batch file
|
17
24
|
Easy setup for the firewall rules
|
18
25
|
|
26
|
+
|
19
27
|
1.0.0
|
20
28
|
-----
|
21
29
|
|
22
30
|
2013-12-12
|
23
31
|
|
24
|
-
First release
|
25
|
-
|
26
|
-
|
32
|
+
First release
|
data/lib/vagrant-winnfsd/host.rb
CHANGED
@@ -16,7 +16,7 @@ module VagrantPlugins
|
|
16
16
|
@nfs_check_command = "\"#{executable}\" status"
|
17
17
|
@nfs_start_command = "\"#{executable}\" start"
|
18
18
|
@nfs_stop_command = "\"#{executable}\" halt"
|
19
|
-
@nfs_path_file = "nfspaths"
|
19
|
+
@nfs_path_file = ".vagrant\\nfspaths"
|
20
20
|
end
|
21
21
|
|
22
22
|
# Windows does not support NFS
|
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.0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-01-20 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: ! ' Manage and adds support for NFS on windows.
|
15
15
|
|
@@ -52,7 +52,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
52
|
version: '0'
|
53
53
|
segments:
|
54
54
|
- 0
|
55
|
-
hash:
|
55
|
+
hash: -499725201
|
56
56
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
57
|
none: false
|
58
58
|
requirements:
|
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '0'
|
62
62
|
segments:
|
63
63
|
- 0
|
64
|
-
hash:
|
64
|
+
hash: -499725201
|
65
65
|
requirements: []
|
66
66
|
rubyforge_project:
|
67
67
|
rubygems_version: 1.8.28
|