Go to file
Mitchell Hashimoto 626326932c Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
bin ssh and ssh expect script added 2010-01-26 00:01:17 -08:00
config Logging environments (silence for tests) and some test refactor 2010-01-29 20:38:36 -08:00
lib Logging environments (silence for tests) and some test refactor 2010-01-29 20:38:36 -08:00
test Whitespace 2010-01-29 20:40:43 -08:00
.gitignore Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
Gemfile Moved gembin, since it'll be a problem later with the gemspec 2010-01-29 21:14:09 -08:00
README.md Updated README with bundler instructions. 2010-01-21 19:13:53 -08:00
Rakefile corrected bundler require 2010-01-21 21:08:55 -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!