mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

Support VirtualBox 4.x #47

Closed cee-dub closed 13 years ago

cee-dub commented 13 years ago

Oracle has released the 4.x series of VirtualBox including some major updates. http://www.virtualbox.org/wiki/Changelog

What would it take to add support for the 4.x versions? Currently, an installed 4.x VirtualBox is not detected by this gem.

mitchellh commented 13 years ago

VirtualBox 4.0 is supported by the gem as of version 0.8.0. Have you tried this version? What operating system are you on? etc.

(closing this until more info is received)

cee-dub commented 13 years ago

Apologies! I should have looked at the master branch of vagrant (which is using the 0.8 line) before opening this issue. Thanks for this software and your responsiveness.