Go to file
Mitchell Hashimoto 3b08a877c2 Added dependencies to gemspec and also updated headers for bins 2010-02-09 22:48:08 -08:00
bin Added dependencies to gemspec and also updated headers for bins 2010-02-09 22:48:08 -08:00
config Provisioning now generates a DNA JSON file and uploads it to the /tmp directory for use. Fixed some issues with SCPing. 2010-02-09 18:16:19 -08:00
lib Removed useless .gitignore files 2010-02-09 22:32:31 -08:00
script move_hd during hobo up 2010-02-07 20:01:02 -08:00
test Removed useless .gitignore files 2010-02-09 22:32:31 -08:00
.gitignore Provisioning now generates a DNA JSON file and uploads it to the /tmp directory for use. Fixed some issues with SCPing. 2010-02-09 18:16:19 -08:00
Gemfile Provisioning now generates a DNA JSON file and uploads it to the /tmp directory for use. Fixed some issues with SCPing. 2010-02-09 18:16:19 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile Added dependencies to gemspec and also updated headers for bins 2010-02-09 22:48:08 -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!