vagrant-save 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e747df3cbda252cef807ebcad1089cd2b6aa0fad
4
- data.tar.gz: 2181ff62dd1ebea7177cfb512cf970a663199997
3
+ metadata.gz: 3561cadd4585539ec20b6f03a5ad974a2592db94
4
+ data.tar.gz: d209f530f8b85a2c98468eac1c339de965eb3af3
5
5
  SHA512:
6
- metadata.gz: e8a6179385eafd7ab945ecaa0ce16a35ff6fcb12f87155e1e1d0faec76b662f1bb329d971ad231d37ede6c877c27cee438bfbd82f307ac45d346b6f2321b916a
7
- data.tar.gz: 03397a1fe3e97ccb71b9fd8331e99bb6fbe15a158e837cf3c4df99fc792e54d3c19d0f81078ab9e0098bae77b0348462accc66a64c4ce352e9eac1e1b1c22eed
6
+ metadata.gz: d5a06f05d6ac4489e5227b9173e94807af03b88182a68876068dcd145073d1c1c944c9ea8883f32c110a2075216b523df8f325576da33f8999c014f773f91ddd
7
+ data.tar.gz: 7de1f34573cd4bceb8224a27255fc1b281bf178ad0d08b26d0cc780084b1397cd21c622d962eaf2a9424bc4f86b16ff79c85efbef2b98af23fa04aae30175ae7
@@ -3,6 +3,10 @@
3
3
  # the terms of the MIT- / X11 - License #
4
4
  # #
5
5
 
6
+ require 'vagrant/errors'
7
+
8
+ include Vagrant::Errors
9
+
6
10
  module VagrantPlugins
7
11
  module Save
8
12
  module Errors
@@ -5,6 +5,6 @@
5
5
 
6
6
  module VagrantPlugins
7
7
  module Save
8
- VERSION = '0.2.0'
8
+ VERSION = '0.2.1'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-save
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Georg Großberger