vagrant-gem 0.0.4 → 0.0.5

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,4 +1,12 @@
1
+ require "rubygems"
2
+ require "rubygems/gem_runner"
3
+
4
+ require "vagrant/util/safe_puts"
5
+
1
6
  module VagrantGemPlugin
7
+ # this code is basically just coped from:
8
+ # https://github.com/mitchellh/vagrant/blob/v1.0.7/lib/vagrant/command/gem.rb
9
+
2
10
  class Command < Vagrant.plugin(2, :command)
3
11
  include Vagrant::Util::SafePuts
4
12
 
@@ -1,3 +1,3 @@
1
1
  module VagrantGemPlugin
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  segments:
77
77
  - 0
78
- hash: -2972094502473227740
78
+ hash: -1207623593522741095
79
79
  required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  none: false
81
81
  requirements:
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  version: '0'
85
85
  segments:
86
86
  - 0
87
- hash: -2972094502473227740
87
+ hash: -1207623593522741095
88
88
  requirements: []
89
89
  rubyforge_project:
90
90
  rubygems_version: 1.8.25