vagrant-bindfs 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- 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
|