- zenspider.com
- zenspider projects
- rubygems-sandbox
The sandbox plugin for rubygems helps you manage your command-line tools and their dependencies. Sandboxed gems are installed in their own private repositories with their dependencies. This means that you don’t have to have a rats nest of gems in your global repository in order to run popular command-tools like rdoc, flog, flay, rcov, etc.
gem sandbox
has the following sub-commands:
gem sandbox list
gem sandbox install gem_name ...
gem sandbox outdated gem_name ...
gem sandbox plugin gem_name plugin_name ...
gem sandbox uninstall gem_name ...
gem sandbox cleanup gem_name ...
gem sandbox update gem_name ...
% gem uninstall flog flay ruby_parser sexp_processor
% gem sandbox install flog flay
% cp ~/.gem/sandboxes/*/bin/* ~/bin
% flay whatever
gem install rubygems-sandbox
git clone git://github.com/seattlerb/rubygems-sandbox