ed22b555f4 | ||
---|---|---|
bin | ||
config | ||
lib | ||
test | ||
.gitignore | ||
Gemfile | ||
README.md | ||
Rakefile |
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!