GhoulGuides
GhoulGuides is a sinatra app/middleware that can be run standalone app or required as a gem.
Running standalone
Simply run the bundle
and then rackup
commands.
Bundling as a gem
gem build ghoul_guides.gemspec
sudo gem install ghoul_guides-0.0.1.gem