vagrant-winnfsd 1.0.9 → 1.0.10

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: b0ebc842bf4b6031ab4aa52f9e5402bb72a9490a
4
- data.tar.gz: c14207dd9a5262423ae599df975d9600b440d4fb
3
+ metadata.gz: 7bee31daf861cf51f98793818526f346659639f4
4
+ data.tar.gz: c856b228ab9e21a0d18cf24a25d5187dca992a8d
5
5
  SHA512:
6
- metadata.gz: ab7e1bdaa3ed82071c9d5b13fcc5d6ab514765ebc91f8ffbd92f8afd153c605cfeacd4f278d535d56f71ec4cf816ddeef4bf393f2eedec4636de26693d55cfab
7
- data.tar.gz: 5cb498c024d34684d4a785be37d0590742b4aca6254c852307a5671591ce2e8a198611ada301317732b5f62232346a303d93e44f9e3143abfdb844ee57976953
6
+ metadata.gz: f9fdff54d0586e3268ce16b8fdc9193b837b7d8c060c436e27da8f5413ed87e69430bbe623c9085063a3c24326ea1f20b766ad711349d13acc4acc518d1c6f59
7
+ data.tar.gz: 4e0b4608bdc7ebc427f49080e4e9fea151546642d42daae8e2ec9b5926a722773e21065105e3565812dc0ac99d2455ca8fcf45c872f7aee4d69872cb5b58e74c
data/CHANGELOG CHANGED
@@ -1,6 +1,12 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.0.10
5
+ ------
6
+
7
+ Fix issue if path contains space
8
+
9
+
4
10
  1.0.9
5
11
  -----
6
12
 
@@ -37,7 +37,7 @@ module VagrantWinNFSd
37
37
  gid = env.vagrantfile.config.winnfsd.gid
38
38
  uid = env.vagrantfile.config.winnfsd.uid
39
39
  logging = env.vagrantfile.config.winnfsd.logging
40
- system("#{@nfs_start_command} #{logging} #{@nfs_path_file} #{uid} #{gid}")
40
+ system("#{@nfs_start_command} #{logging} \"#{@nfs_path_file}\" #{uid} #{gid}")
41
41
  sleep 2
42
42
  end
43
43
  end
@@ -1,4 +1,4 @@
1
1
 
2
2
  module VagrantWinNFSd
3
- VERSION = '1.0.9'
3
+ VERSION = '1.0.10'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-winnfsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Schneider
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-26 00:00:00.000000000 Z
11
+ date: 2014-07-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  Manage and adds support for NFS on windows.