vagrant-persistent-storage 0.0.10 → 0.0.11
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 +4 -4
- data/README.md +1 -0
- data/lib/vagrant-persistent-storage/config.rb +1 -1
- data/lib/vagrant-persistent-storage/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e129d527c369e8d5bf6602c28cd0b69518d24bc
|
|
4
|
+
data.tar.gz: 40d62f8eea4bf6b271707357f92b0acbae1548eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd71176d911c1f905f5325c94c2c71958e47612d2d23aaae90df0db86d934d3701f537ce2e8fd34eed7ca2017e47aece5fa5379826e384998dc617b37aad02d3
|
|
7
|
+
data.tar.gz: a17b189450b34025a1eecd768f8bbb89cfc17b99191cbb50474f68a9523ef7652ee14b2eb50a54efba3c92e676bd8d3fad1b345930cc1cf13ec6523a118c6bbf
|
data/README.md
CHANGED
|
@@ -51,6 +51,7 @@ with entries added to fstab ... subsequent runs will mount this disk with the op
|
|
|
51
51
|
* [madAndroid](https://github.com/madAndroid)
|
|
52
52
|
* [Jeremiah Snapp](https://github.com/jeremiahsnapp)
|
|
53
53
|
* [Hiroya Ito](https://github.com/hiboma)
|
|
54
|
+
* [joshuata](https://github.com/joshuata)
|
|
54
55
|
|
|
55
56
|
## TODO
|
|
56
57
|
|
|
@@ -115,7 +115,7 @@ module VagrantPlugins
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
mount_point_path = Pathname.new("#{machine.config.persistent_storage.location}")
|
|
118
|
-
if !
|
|
118
|
+
if ! mount_point_path.absolute?
|
|
119
119
|
errors << I18n.t('vagrant_persistent_storage.config.not_a_path', {
|
|
120
120
|
:config_key => 'persistent_storage.location',
|
|
121
121
|
:is_path => location.class.to_s,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vagrant-persistent-storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sebastian Kusnier
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|