Hacker's toolbelt for Ruby, git, & GitHub
Coral is a set of shell script executables that helps working with large quantities of open source code, provides useful introspection into RubyGems and your project's gem bundle, and enables you to write your own scripts on top of it.
$ git clone git://github.com/mislav/coral.git ~/.coral
$ echo 'export PATH="$HOME/.coral/bin:$PATH"' >> ~/.bash_profile
# (for zsh, modify your ~/.zshenv)