Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Update gemspec so that when used as a source gem, warnings aren't thr…
Browse files Browse the repository at this point in the history
…own for duplicate VERSION Constant
  • Loading branch information
mitchellh committed Jul 2, 2011
1 parent 81b27df commit f6cdbed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion virtualbox.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- encoding: utf-8 -*-
require File.expand_path("../lib/virtualbox/version", __FILE__)
$:.unshift File.expand_path("../lib", __FILE__)
require "virtualbox/version"

Gem::Specification.new do |s|
s.name = "virtualbox"
Expand Down

0 comments on commit f6cdbed

Please sign in to comment.