gem1.9

Langue: en

Version: 259274 (debian - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

gem1.9 - the front end to RubyGems

SYNOPSIS

gem1.9 command [arguments...] [options...]
gem1.9 -h | --help
gem1.9 -v | --version

DESCRIPTION

gem1.9 is the front end to RubyGems, a sophisticated package manager for Ruby. This is a basic help message containing pointers to more information.

Further help:

gem1.9 help commands
list all 'gem1.9' commands
gem1.9 help examples
show some examples of usage
gem1.9 help <COMMAND>
show help on COMMAND
(e.g. 'gem1.9 help install')

Further information:

http://rubygems.org/

EXAMPLES

 gem1.9 install rake
 gem1.9 list --local
 gem1.9 build package.gemspec
 gem1.9 help install