NAME
Ruby::VersionManager::Gem
WARNING!
This is an unstable development release not ready for production!
VERSION
Version 0.004004
SYNOPSIS
The Ruby::VersionManager::Gem module is basically a wrapper around the gem command providing some additional funcionality.
CONSTRUCTION
my $gem = Ruby::VersionManager::Gem->new;
METHODS
run_action
Run the gem command with parameters or use one of the additional functions.
$gem->run_action('install', ('unicorn', '-v=4.0.1'));
ACTIONS
The additional actions to pass to Ruby::VersionManager::Gem::run_action.
reinstall
You can resemble gemsets from other users or machines by using reinstall with a file containing the output of 'gem list'. When omiting the file name the gemset is read from <STDIN>. If nothing can be read the currently installed gemset will be completely reinstalled without pulling in any additional dependencies.
$gem->run_action('reinstall', ($filename));
AUTHOR
Matthias Krull, <m.krull at uninets.eu>
BUGS
Report bugs at:
Ruby::VersionManager issue tracker
support at uninets.eu
<m.krull at uninets.eu>
SUPPORT
Technical support
<m.krull at uninets.eu>