NAME
Ruby::VersionManager::Gem
WARNING!
This is an unstable development release not ready for production!
VERSION
Version 0.003016
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 currently installed gemset will be completely reinstalled without pulling in any additional dependencies.
$gem->run_action('reinstall', ($filename));
AUTHOR
Mugen Kenichi, <mugen.kenichi at uninets.eu>
BUGS
Report bugs at:
Ruby::VersionManager issue tracker
support at uninets.eu
<mugen.kenichi at uninets.eu>
SUPPORT
Technical support
<mugen.kenichi at uninets.eu>