Add rbvmomi dependency

This commit is contained in:
Rishi Javia 2017-06-30 11:07:12 -07:00
parent d1f0a7b7ea
commit 1f0bfdfab4
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ gemspec
def location_for(place, fake_version = nil)
if place =~ /^git:([^#]*)#(.*)/
if place =~ /^(git:[^#]*)#(.*)/
[fake_version, { :git => $1, :branch => $2, :require => false }].compact
elsif place =~ /^file:\/\/(.*)/
['>= 0', { :path => File.expand_path($1), :require => false }]

View file

@ -31,6 +31,7 @@ Gem::Specification.new do |s|
# Run time dependencies
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
s.add_runtime_dependency 'rbvmomi', '~> 1.9'
end