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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1dc27d2a001b4b077dd0b32cb97a55df578bde09
4
- data.tar.gz: 1da9e74f5225209a19191df4e5351a5cfb9bf97f
3
+ metadata.gz: 4e129d527c369e8d5bf6602c28cd0b69518d24bc
4
+ data.tar.gz: 40d62f8eea4bf6b271707357f92b0acbae1548eb
5
5
  SHA512:
6
- metadata.gz: 8c620bfd6525066c4cefd35e35abfcfc5cd894ff63f4b04d501437744ae077c3d3ed35c099c622b796f06f8f7b8f88055e85f59598b2b39cdda716303276ecdf
7
- data.tar.gz: 80e11e4d70ceb46e59937efbab37b008e01bbf3dbd65cea0420e36917fc2b9036ed0d79f8ee9d56e77c1eb94043a376e8253e3ace588b9efcd629b28498e864d
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 ! mount_point.path.absolute?
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,
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module PersistentStorage
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
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.10
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-02-28 00:00:00.000000000 Z
11
+ date: 2014-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake