Gem Server
We're now running a gem server for easy access to certain gems built from the source on this site. Simply point the gem command to gems.extendviget.com, like so:
gem -s http://gems.extendviget.com install vl_capistrano
The gem server also holds RDoc documentation on all of the gems. In addition, it contains all of the dependencies required by our gems (mostly as a side effect of the way the gem server works, but it's also handy for getting everything in one place.)
Note that you may have some problems having dependencies resolved automatically when using the -s option to gem. The easiest way around this seems to be to install each dependency separately.
