Go to file
Mitchell Hashimoto 9cfa89855d Ensure busy turns to false when an exception is raised, rather than catching the exception. Moved the ensure within the synchronize block so its protected by the mutex. 2010-02-08 23:32:04 -08:00
bin subclassed the logger in util.rb, fixed gemfile path in bin/* 2010-02-07 23:14:11 -08:00
config Shared folder is now properly mounted on hobo-up 2010-02-06 00:01:47 -08:00
lib Ensure busy turns to false when an exception is raised, rather than catching the exception. Moved the ensure within the synchronize block so its protected by the mutex. 2010-02-08 23:32:04 -08:00
script move_hd during hobo up 2010-02-07 20:01:02 -08:00
test Hobo.busy refactor and mutex fix 2010-02-08 22:54:21 -08:00
.gitignore altered logging format 2010-02-08 22:00:13 -08:00
Gemfile Updated to bundler 0.9.3 gemfile format 2010-02-05 23:41:22 -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!