~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to debian/gem1.9.1

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH GEM1.9 "1" "July 2006" "ruby 1.9.0" "User Commands"
 
2
.SH NAME
 
3
gem1.9 \- the front end to RubyGems
 
4
.SH SYNOPSIS
 
5
.IP
 
6
gem1.9 command [arguments...] [options...]
 
7
.IP
 
8
gem1.9 \fB\-h\fR | \-\-help
 
9
.IP
 
10
gem1.9 \fB\-v\fR | \-\-version
 
11
.fi
 
12
.SH DESCRIPTION
 
13
.B gem1.9
 
14
is the front end to RubyGems, a sophisticated package manager for Ruby. This is a
 
15
basic help message containing pointers to more information.
 
16
.PP
 
17
Further help:
 
18
.TP
 
19
gem1.9 help commands
 
20
list all 'gem1.9' commands
 
21
.TP
 
22
gem1.9 help examples
 
23
show some examples of usage
 
24
.TP
 
25
gem1.9 help <COMMAND>
 
26
show help on COMMAND
 
27
.IP
 
28
(e.g. 'gem1.9 help install')
 
29
.IP
 
30
.PP
 
31
Further information:
 
32
.IP
 
33
http://rubygems.org/
 
34
.SH EXAMPLES
 
35
.IP
 
36
.nf
 
37
gem1.9 install rake
 
38
gem1.9 list \fB\-\-local\fR
 
39
gem1.9 build package.gemspec
 
40
gem1.9 help install
 
41
.fi