vagrant-winnfsd 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,6 +1,12 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.0.5
5
+ -----
6
+
7
+ Match vagrant documentation for activating nfs
8
+
9
+
4
10
  1.0.4
5
11
  -----
6
12
 
@@ -8,7 +8,7 @@ module VagrantPlugins
8
8
  switch_back = {}
9
9
 
10
10
  @__synced_folders.each do |id, options|
11
- if (options[:nfs] || options[:type] == :nfs) && Vagrant::Util::Platform.windows?
11
+ if (options[:nfs] || options[:type] == :nfs || options[:type] == "nfs") && Vagrant::Util::Platform.windows?
12
12
  switch_back[id] = true
13
13
  end
14
14
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module VagrantWinNFSd
3
- VERSION = '1.0.4'
3
+ VERSION = '1.0.5'
4
4
  end
5
5
  end
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
4
+ version: 1.0.5
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: 2014-02-07 00:00:00.000000000 Z
12
+ date: 2014-02-12 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: -561909901
55
+ hash: -598002623
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: -561909901
64
+ hash: -598002623
65
65
  requirements: []
66
66
  rubyforge_project:
67
67
  rubygems_version: 1.8.28