Go to file
Mitchell Hashimoto 642c94429e Hobo::VM uses instance methods now since the VM is a form of state 2010-01-31 17:59:19 -08:00
bin hobo-down and Env.require_persisted_vm 2010-01-31 01:27:18 -08:00
config Hobofile on gitignore [for testing] and modified default config 2010-01-30 22:08:59 -08:00
lib Hobo::VM uses instance methods now since the VM is a form of state 2010-01-31 17:59:19 -08:00
script expect script handles the port 2010-01-30 00:15:14 -08:00
test Hobo::VM uses instance methods now since the VM is a form of state 2010-01-31 17:59:19 -08:00
.gitignore hobo-up persists the UUID of the VM 2010-01-30 23:00:56 -08:00
Gemfile Updated to virtualbox 0.4.2 2010-01-31 00:27:21 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile Added Jeweler for building the gem when the time comes 2010-01-30 22:06:22 -08:00
VERSION Version bump to 0.0.0 2010-01-30 22:05:51 -08:00

README.md

Hobo

Contributing to Hobo

To hack on hobo, you'll need Wycat's Bundler which can be installed with a simple sudo gem install bundler. Afterwords, do the following:

gem bundle test
rake

This will run the test suite, which should come back all green! Then you're good to go!