Version 0.1.2 (January 24, 2008)
Author: Micah Geisel
Copyright: Copyright (c) 2008, Micah Geisel
License: MIT License. See LICENSE file for more details.
Jigo is a tiny web app for browsing your local gem rdocs. Its written using the Sinatra framework and the Rack middleware.
gem install sinatra rack
Extract a copy of Jigo into a directory of your choice, and run
ruby app.rb
which will launch the app on port 4567, if you have mongrel installed. Or you may simply point a Rack-aware webserver at public/. Personally, I am using Phusion Passenger to host it at jigo.local.
Also, I am using mislav's hanna rdoc template, so the rdocs will look best in Jigo if you use that as well.