vagrant-multiprovider-snap 0.0.14 → 0.0.15
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 951a3d742fdc7803a159acfc216abe2def9b3558
|
4
|
+
data.tar.gz: 5413e14789ba22f6d47791d94abc104911ab26b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fd46672ce0b90c355786d23403bce752a1f86d20d90b0698da83cf60097f3304bc7c1dc011181f0f1b1d7509b115884859bcd1f9cfa52504ad9e6d71f3a2355
|
7
|
+
data.tar.gz: e5a65d84a468e60409741036f74980d0ecfe7a4c211d9f1974623a392fe7eadff7a325860501aadf2109fa5b93bb0143dbcaeae03bf3efa41d88d07fe849f81d
|
@@ -12,6 +12,23 @@ module VagrantSnap
|
|
12
12
|
require_relative "providers/hyperv/action"
|
13
13
|
require_relative "providers/hyperv/driver/base"
|
14
14
|
|
15
|
+
$stderr.puts <<-DEPRECATE
|
16
|
+
|
17
|
+
! The vagrant-multiprovider-snap plugin is deprecated, as a common snapshot
|
18
|
+
! interface was made available in vagrant core from Vagrant 1.8 onwards.
|
19
|
+
! The plugin is no longer maintained and may stop working in future Vagrant
|
20
|
+
! releases.
|
21
|
+
!
|
22
|
+
! Use the "vagrant snapshot" commands for your snapshotting needs.
|
23
|
+
!
|
24
|
+
! For details, see
|
25
|
+
! https://github.com/scalefactory/vagrant-multiprovider-snap/issues/21
|
26
|
+
!
|
27
|
+
! To remove this message, run:
|
28
|
+
! $ vagrant plugin uninstall vagrant-multiprovider-snap
|
29
|
+
|
30
|
+
DEPRECATE
|
31
|
+
|
15
32
|
begin
|
16
33
|
|
17
34
|
# Make sure the fusion plugin is installed (explicitly
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vagrant-multiprovider-snap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jon Topper
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Multi-provider snapshots for Vagrant
|
14
14
|
email:
|
@@ -77,17 +77,17 @@ require_paths:
|
|
77
77
|
- lib
|
78
78
|
required_ruby_version: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
84
84
|
requirements:
|
85
|
-
- -
|
85
|
+
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
version: '0'
|
88
88
|
requirements: []
|
89
89
|
rubyforge_project: vagrant-multiprovider-snap
|
90
|
-
rubygems_version: 2.
|
90
|
+
rubygems_version: 2.5.2
|
91
91
|
signing_key:
|
92
92
|
specification_version: 4
|
93
93
|
summary: Multi-provider snapshots for Vagrant
|