vagrant-bindfs 0.1.4 → 0.1.5
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/lib/vagrant-bindfs/version.rb +1 -1
- data/lib/vagrant-bindfs.rb +2 -1
- metadata +3 -3
data/lib/vagrant-bindfs.rb
CHANGED
|
@@ -2,8 +2,9 @@ require 'vagrant'
|
|
|
2
2
|
require 'vagrant-bindfs/config'
|
|
3
3
|
require 'vagrant-bindfs/middleware'
|
|
4
4
|
|
|
5
|
-
# Insert Bindfs before the NFS middleware in the ":start" Action stack
|
|
5
|
+
# Insert Bindfs before the NFS middleware in the ":start" and ":up" Action stack
|
|
6
6
|
Vagrant::Action[:start].insert Vagrant::Action::VM::NFS, VagrantBindfs::Middleware
|
|
7
|
+
Vagrant::Action[:up].insert Vagrant::Action::VM::NFS, VagrantBindfs::Middleware
|
|
7
8
|
|
|
8
9
|
# Add custom translations to the load path
|
|
9
10
|
I18n.load_path << File.expand_path("../../locales/en.yml", __FILE__)
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 5
|
|
9
|
+
version: 0.1.5
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- "Folken La\xC3\xABneck"
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-02-
|
|
17
|
+
date: 2011-02-08 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|