vagrant-gem 0.0.2 → 0.0.3

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,6 +1,6 @@
1
1
  module VagrantGemPlugin
2
2
  class Command < Vagrant.plugin(2, :command)
3
- include Util::SafePuts
3
+ include Vagrant::Util::SafePuts
4
4
 
5
5
  def execute
6
6
  # Bundler sets up its own custom gem load paths such that our
@@ -9,7 +9,7 @@ module VagrantGemPlugin
9
9
  if defined?(Bundler)
10
10
  require 'bundler/shared_helpers'
11
11
  if Bundler::SharedHelpers.in_bundle?
12
- raise Errors::GemCommandInBundler
12
+ raise Vagrant::Errors::GemCommandInBundler
13
13
  end
14
14
  end
15
15
 
@@ -1,3 +1,3 @@
1
1
  module VagrantGemPlugin
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  version: '0'
75
75
  segments:
76
76
  - 0
77
- hash: -3259102062504700753
77
+ hash: 1015540383651271759
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: -3259102062504700753
86
+ hash: 1015540383651271759
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.25