fog / fog-xenserver

Module for the 'fog' gem to support XENSERVER
MIT License
16 stars 22 forks source link

Add missing require statement. #55

Closed nirvdrum closed 8 years ago

nirvdrum commented 8 years ago

Fog::XenServer::NokogiriStreamParser relies on xmprc/client to have already been loaded. This normally happens by loading Fog::XenServer::Connection first, but that's not guaranteed to always be the case. Adding the extra require will fix relying on any particular load order.

plribeiro3000 commented 8 years ago

Awesome! Thanks!