mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
don't depend on the full vulcano lib in gemspec
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
086d385fe0
commit
df446fae35
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# coding: utf-8
|
||||
lib = File.expand_path('../lib', __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require 'vulcano'
|
||||
require 'vulcano/version'
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "vulcano"
|
||||
|
|
Loading…
Reference in a new issue