Merge pull request #1 from rishijavia/add-rbvmomi-dependency

Add rbvmomi dependency
This commit is contained in:
Kevin Imber 2017-07-06 16:01:43 -07:00 committed by GitHub
commit 5a984e6082
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