vagrant-winnfsd 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: ec80a1600aabec6d6dea53fea6d2335e9cb35ec5
4
+ data.tar.gz: a6e017e912be9296cf68c97082480cc73895225f
5
+ SHA512:
6
+ metadata.gz: bc2926de7a11711a43c2e861c8e4ad2e3b38d5fe638ffab50c7e74dda03797737a2b178f9203958dbd98a0262caa2feaba5f1628243a6e16563a37a828bfc60e
7
+ data.tar.gz: 182efc01b4cee3c8d2d0f1bcd2555ba2324dcf46c3b6d301a2fb99fcad16ed598087c1ebed9e155698ebad51af2c36cd6a9cf8f73f35e0596b20267159b6f970
data/CHANGELOG CHANGED
@@ -1,6 +1,12 @@
1
1
  CHANGELOG
2
2
  =========
3
3
 
4
+ 1.4.0
5
+ ------
6
+
7
+ Updated binary to version 2.4.0 (see https://github.com/winnfsd/winnfsd/releases/tag/2.4.0 for details)
8
+
9
+
4
10
  1.3.1
5
11
  ------
6
12
 
Binary file
@@ -1,4 +1,4 @@
1
1
 
2
2
  module VagrantWinNFSd
3
- VERSION = '1.3.1'
3
+ VERSION = '1.4.0'
4
4
  end
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-winnfsd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
5
- prerelease:
4
+ version: 1.4.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Alexander Schneider
@@ -10,11 +9,9 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2016-10-14 00:00:00.000000000 Z
12
+ date: 2017-11-13 00:00:00.000000000 Z
14
13
  dependencies: []
15
- description: ! ' Manage and adds support for NFS on windows.
16
-
17
- '
14
+ description: " Manage and adds support for NFS on windows.\n"
18
15
  email:
19
16
  - alexander.schneider@jankowfsky.com
20
17
  - info@marcharding.de
@@ -22,48 +19,47 @@ executables: []
22
19
  extensions: []
23
20
  extra_rdoc_files: []
24
21
  files:
22
+ - ".gitignore"
23
+ - CHANGELOG
24
+ - Gemfile
25
+ - LICENSE
26
+ - README.md
27
+ - Rakefile
25
28
  - bin/nfsservice.bat
26
29
  - bin/setupfirewall.vbs
27
30
  - bin/winnfsd.exe
28
- - CHANGELOG
29
- - Gemfile
31
+ - lib/vagrant-winnfsd.rb
30
32
  - lib/vagrant-winnfsd/cap/nfs.rb
31
33
  - lib/vagrant-winnfsd/config/config.rb
32
34
  - lib/vagrant-winnfsd/config/winnfsd.rb
33
35
  - lib/vagrant-winnfsd/plugin.rb
34
36
  - lib/vagrant-winnfsd/synced_folder.rb
35
37
  - lib/vagrant-winnfsd/version.rb
36
- - lib/vagrant-winnfsd.rb
37
- - LICENSE
38
38
  - locales/en.yml
39
- - Rakefile
40
- - README.md
41
39
  - spec/vagrant-winnfsd/config_spec.rb
42
40
  - vagrant-winnfsd.gemspec
43
- - .gitignore
44
41
  homepage: https://github.com/winnfsd/vagrant-winnfsd
45
42
  licenses:
46
43
  - Apache 2.0
44
+ metadata: {}
47
45
  post_install_message:
48
46
  rdoc_options: []
49
47
  require_paths:
50
48
  - lib
51
49
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
50
  requirements:
54
- - - ! '>='
51
+ - - ">="
55
52
  - !ruby/object:Gem::Version
56
53
  version: '0'
57
54
  required_rubygems_version: !ruby/object:Gem::Requirement
58
- none: false
59
55
  requirements:
60
- - - ! '>='
56
+ - - ">="
61
57
  - !ruby/object:Gem::Version
62
58
  version: '0'
63
59
  requirements: []
64
60
  rubyforge_project:
65
- rubygems_version: 1.8.23
61
+ rubygems_version: 2.5.1
66
62
  signing_key:
67
- specification_version: 3
63
+ specification_version: 4
68
64
  summary: Adds NFS support for Windows
69
65
  test_files: []