VagrantHyperV 0.0.3 → 0.0.4

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.
@@ -1,3 +1,3 @@
1
1
  module VagrantHyperV
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/provider.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  class Provider < Vagrant.plugin(2, :provider)
2
+ name "vagrant_hyperv"
2
3
  # Initialize the provider to represent the given machine.
3
4
  #
4
5
  # @param [Vagrant::Machine] machine The machine that this provider
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: VagrantHyperV
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  segments:
63
63
  - 0
64
- hash: -335487053362891446
64
+ hash: -3287142401896672191
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  none: false
67
67
  requirements:
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  version: '0'
71
71
  segments:
72
72
  - 0
73
- hash: -335487053362891446
73
+ hash: -3287142401896672191
74
74
  requirements: []
75
75
  rubyforge_project:
76
76
  rubygems_version: 1.8.24