vagrant-multiprovider-snap 0.0.14 → 0.0.15

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: bf80d833df2c0576a5640460f5249dd8cf1445d3
4
- data.tar.gz: b63d715857a6c2aec05eb09d0787d9bb437b9938
3
+ metadata.gz: 951a3d742fdc7803a159acfc216abe2def9b3558
4
+ data.tar.gz: 5413e14789ba22f6d47791d94abc104911ab26b3
5
5
  SHA512:
6
- metadata.gz: bd430b7654892c2587e6a00658cd1bf81b3675a1b1864648acb5cf331a244f0bdb7b559a4526b04546b72eb96b05dfe2c98000ad270966c69da1a99effe70614
7
- data.tar.gz: be8c7d982312fd4114624199e3d37da2611485e8edefece5c6c3d20824cce08ed6a884dec98525971b6b92ef3a4ecb3dc256c553a2a192591d372f0fe8dc70bc
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
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Snap
3
- VERSION = "0.0.14"
3
+ VERSION = "0.0.15"
4
4
  end
5
5
  end
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.14
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: 2014-10-09 00:00:00.000000000 Z
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.0.14
90
+ rubygems_version: 2.5.2
91
91
  signing_key:
92
92
  specification_version: 4
93
93
  summary: Multi-provider snapshots for Vagrant