File: gem1.9.1.1

package info (click to toggle)
ruby1.9.1 1.9.3.194-8.1%2Bdeb7u5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 67,684 kB
  • sloc: ruby: 528,270; ansic: 518,972; xml: 25,427; yacc: 17,944; sh: 3,208; lisp: 1,998; tcl: 949; pascal: 723; makefile: 635; perl: 62; python: 47; awk: 36; asm: 35; sed: 27
file content (41 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH GEM1.9.1 "1" "Dec 2007" "gem1.9.1 1.0.0" "User Commands"
.SH NAME
gem1.9.1 \- the front end to RubyGems
.SH SYNOPSIS
.IP
gem1.9.1 command [arguments...] [options...]
.IP
gem1.9.1 \fB\-h\fR | \-\-help
.IP
gem1.9.1 \fB\-v\fR | \-\-version
.fi
.SH DESCRIPTION
.B gem1.9.1
is the front end to RubyGems, a sophisticated package manager for Ruby. This is a
basic help message containing pointers to more information.
.PP
Further help:
.TP
gem1.9.1 help commands
list all 'gem1.9.1' commands
.TP
gem1.9.1 help examples
show some examples of usage
.TP
gem1.9.1 help <COMMAND>
show help on COMMAND
.IP
(e.g. 'gem1.9.1 help install')
.IP
.PP
Further information:
.IP
http://rubygems.org/
.SH EXAMPLES
.IP
.nf
gem1.9.1 install rake
gem1.9.1 list \fB\-\-local\fR
gem1.9.1 build package.gemspec
gem1.9.1 help install
.fi