Update gemspec to remove "already initialized constant" warning [closes GH-264]
This commit is contained in:
parent
8ce95318c7
commit
b26d588f74
8
Gemfile
8
Gemfile
|
@ -16,12 +16,4 @@ group :test do
|
||||||
# For documentation
|
# For documentation
|
||||||
gem "yard", "~> 0.6.1"
|
gem "yard", "~> 0.6.1"
|
||||||
gem "bluecloth"
|
gem "bluecloth"
|
||||||
|
|
||||||
platforms :mri_18 do
|
|
||||||
gem "ruby-debug"
|
|
||||||
end
|
|
||||||
|
|
||||||
platforms :mri_19 do
|
|
||||||
gem "ruby-debug19"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
@ -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|
|
Gem::Specification.new do |s|
|
||||||
s.name = "vagrant"
|
s.name = "vagrant"
|
||||||
|
|
Loading…
Reference in New Issue