From b26d588f74d9f524832cbf822bed15eccbd48b4c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 8 Jan 2011 21:19:50 -0800 Subject: [PATCH] Update gemspec to remove "already initialized constant" warning [closes GH-264] --- Gemfile | 8 -------- vagrant.gemspec | 3 ++- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index a2fbe46a9..1022da98f 100644 --- a/Gemfile +++ b/Gemfile @@ -16,12 +16,4 @@ group :test do # For documentation gem "yard", "~> 0.6.1" gem "bluecloth" - - platforms :mri_18 do - gem "ruby-debug" - end - - platforms :mri_19 do - gem "ruby-debug19" - end end diff --git a/vagrant.gemspec b/vagrant.gemspec index 6b3ac34bf..9d2187706 100644 --- a/vagrant.gemspec +++ b/vagrant.gemspec @@ -1,4 +1,5 @@ -require File.expand_path("../lib/vagrant/version", __FILE__) +$:.unshift File.expand_path("../lib", __FILE__) +require "vagrant/version" Gem::Specification.new do |s| s.name = "vagrant"