1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

Add rbvmomi dependency to opennebula gem

This commit is contained in:
Javi Fontan 2014-11-20 15:04:36 +01:00
parent 9fe8597649
commit 6474cbadbd

View File

@ -62,7 +62,8 @@ GEM_DESCRIPTION={
:description => 'Libraries needed to talk to OpenNebula', :description => 'Libraries needed to talk to OpenNebula',
:dependencies => [ :dependencies => [
'nokogiri', 'nokogiri',
'json' 'json',
'rbvmomi'
] ]
}, },