VagrantHyperV 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = VagrantHyperV::VERSION
9
9
  gem.authors = ["Ezekiel Smithburg"]
10
10
  gem.email = ["tehgeekmeister@gmail.com"]
11
- gem.description = %q{This is a HyperV provider for vagrant.}
11
+ gem.description = %q{This is a HyperV provider for vagrant. It doesn't quite work yet.}
12
12
  gem.summary = %q{This is a HyperV provider for vagrant.}
13
13
  gem.homepage = ""
14
14
  gem.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module VagrantHyperV
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: This is a HyperV provider for vagrant.
30
+ description: This is a HyperV provider for vagrant. It doesn't quite work yet.
31
31
  email:
32
32
  - tehgeekmeister@gmail.com
33
33
  executables: []
@@ -59,12 +59,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
+ segments:
63
+ - 0
64
+ hash: -3384781995620646072
62
65
  required_rubygems_version: !ruby/object:Gem::Requirement
63
66
  none: false
64
67
  requirements:
65
68
  - - ! '>='
66
69
  - !ruby/object:Gem::Version
67
70
  version: '0'
71
+ segments:
72
+ - 0
73
+ hash: -3384781995620646072
68
74
  requirements: []
69
75
  rubyforge_project:
70
76
  rubygems_version: 1.8.24