vagrant-multiprovider-snap 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e7d8719cab535721021bfd45b102aeea63f55826
4
+ data.tar.gz: da9edd7455831ed3698cec530a4194de95228c22
5
+ SHA512:
6
+ metadata.gz: 42f706c6cf27eb57899f3d22dddad80c04b0de360556566d07fcb52198993e17fc9d35427fbaf21362b51b0b65c08978a736e87d79e6f405a3168a895f0154e8
7
+ data.tar.gz: d8b7b03dfdb15eb725ee2e2ef69d6337c145a8fbe3c1dcf9b798f9aa0bfa921867b04cb7e8376d94050c7a79f097547a93cdb7ba14b8bb1805703d0b57717ce9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.9 (March 11, 2014)
2
+
3
+ - Made plugin compatable with Vagrant 1.5 bundler approach
4
+
1
5
  ## 0.0.8 (January 21, 2014)
2
6
 
3
7
  - Fixed bug in handling of multiple snapshots on both providers.
@@ -14,11 +14,11 @@ module VagrantSnap
14
14
  # Make sure the fusion plugin is installed, then
15
15
  # include the fusion providers.
16
16
 
17
- Vagrant.require_plugin("vagrant-vmware-fusion")
17
+ require "vagrant-vmware-fusion"
18
18
  require_relative "providers/vmware_fusion/action"
19
19
  require_relative "providers/vmware_fusion/driver/base"
20
20
 
21
- rescue Vagrant::Errors::PluginLoadError => e
21
+ rescue LoadError => e
22
22
 
23
23
  # If we can't load the fusion plugin, quietly ignore it
24
24
  # I'd like to log an info level message here, but I don't
@@ -1,5 +1,5 @@
1
1
  module Vagrant
2
2
  module Snap
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +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.8
5
- prerelease:
4
+ version: 0.0.9
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jon Topper
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-21 00:00:00.000000000 Z
11
+ date: 2014-03-11 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Multi-provider snapshots for Vagrant
15
14
  email:
@@ -46,27 +45,25 @@ files:
46
45
  homepage: http://github.com/scalefactory/vagrant-multiprovider-snap
47
46
  licenses:
48
47
  - MIT
48
+ metadata: {}
49
49
  post_install_message:
50
50
  rdoc_options: []
51
51
  require_paths:
52
52
  - lib
53
53
  required_ruby_version: !ruby/object:Gem::Requirement
54
- none: false
55
54
  requirements:
56
- - - ! '>='
55
+ - - '>='
57
56
  - !ruby/object:Gem::Version
58
57
  version: '0'
59
58
  required_rubygems_version: !ruby/object:Gem::Requirement
60
- none: false
61
59
  requirements:
62
- - - ! '>='
60
+ - - '>='
63
61
  - !ruby/object:Gem::Version
64
62
  version: '0'
65
63
  requirements: []
66
64
  rubyforge_project: vagrant-multiprovider-snap
67
- rubygems_version: 1.8.11
65
+ rubygems_version: 2.0.14
68
66
  signing_key:
69
- specification_version: 3
67
+ specification_version: 4
70
68
  summary: Multi-provider snapshots for Vagrant
71
69
  test_files: []
72
- has_rdoc: