Update gemspec to remove "already initialized constant" warning [closes GH-264]

This commit is contained in:
Mitchell Hashimoto 2011-01-08 21:19:50 -08:00
parent 8ce95318c7
commit b26d588f74
2 changed files with 2 additions and 9 deletions

View File

@ -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

View File

@ -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"