vagrant-vbguest 0.0.1 → 0.0.2

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 VagrantVbguest
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Robert Schulze"]
10
10
  s.email = ["robert@dotless.de"]
11
- #s.homepage = "http://rubygems.org/gems/vagrant-vbguest"
12
- s.summary = %q{A Vagrant plugin to install the VirtualBoxAdditions into the VM}
13
- s.description = %q{A Vagrant plugin to install the VirtualBoxAdditions into the VM}
11
+ s.license = 'MIT'
12
+ s.homepage = "https://github.com/dotless-de/vagrant-vbguest"
13
+ s.summary = %q{A Vagrant plugin to install the VirtualBoxAdditions into the guest VM}
14
+ s.description = %q{A Vagrant plugin to install the VirtualBoxAdditions into the guest VM}
14
15
 
15
16
  s.required_rubygems_version = ">= 1.3.6"
16
17
  #s.rubyforge_project = "vagrant-vbguest"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vagrant-vbguest
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Robert Schulze
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: 1.0.0
47
47
  type: :development
48
48
  version_requirements: *id003
49
- description: A Vagrant plugin to install the VirtualBoxAdditions into the VM
49
+ description: A Vagrant plugin to install the VirtualBoxAdditions into the guest VM
50
50
  email:
51
51
  - robert@dotless.de
52
52
  executables: []
@@ -71,9 +71,9 @@ files:
71
71
  - locales/en.yml
72
72
  - vagrant-vbguest.gemspec
73
73
  has_rdoc: true
74
- homepage:
75
- licenses: []
76
-
74
+ homepage: https://github.com/dotless-de/vagrant-vbguest
75
+ licenses:
76
+ - MIT
77
77
  post_install_message:
78
78
  rdoc_options: []
79
79
 
@@ -97,6 +97,6 @@ rubyforge_project:
97
97
  rubygems_version: 1.6.2
98
98
  signing_key:
99
99
  specification_version: 3
100
- summary: A Vagrant plugin to install the VirtualBoxAdditions into the VM
100
+ summary: A Vagrant plugin to install the VirtualBoxAdditions into the guest VM
101
101
  test_files: []
102
102