vagrant-gem 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 VagrantGemPlugin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/vagrant-gem.rb CHANGED
@@ -6,4 +6,5 @@ module VagrantGemPlugin
6
6
  require_relative "vagrant-gem/command"
7
7
  Command
8
8
  end
9
+ end
9
10
  end
data/vagrant-gem.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ego@anentropic.com"]
11
11
  spec.description = %q{Vagrant plugin to allow you to install gems into the Vagrant gem environment}
12
12
  spec.summary = %q{Vagrant plugin to allow you to install gems into the Vagrant gem environment}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/anentropic/vagrant-gem"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-gem
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:
@@ -59,7 +59,7 @@ files:
59
59
  - lib/vagrant-gem/command.rb
60
60
  - lib/vagrant-gem/version.rb
61
61
  - vagrant-gem.gemspec
62
- homepage: ''
62
+ homepage: https://github.com/anentropic/vagrant-gem
63
63
  licenses:
64
64
  - MIT
65
65
  post_install_message:
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  segments:
76
76
  - 0
77
- hash: 2348347202544664401
77
+ hash: -3259102062504700753
78
78
  required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  none: false
80
80
  requirements:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  segments:
85
85
  - 0
86
- hash: 2348347202544664401
86
+ hash: -3259102062504700753
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.25