1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-24 21:34:01 +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',
:dependencies => [
'nokogiri',
'json'
'json',
'rbvmomi'
]
},