no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | rubygems [2012/01/03 22:15] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== gem ====== | ||
+ | === Examples === | ||
+ | |||
+ | See examples | ||
+ | |||
+ | < | ||
+ | gem help examples | ||
+ | </ | ||
+ | |||
+ | List locally installed gems | ||
+ | < | ||
+ | gem list --local | ||
+ | </ | ||
+ | |||
+ | Search for gems in remote repositories | ||
+ | < | ||
+ | gem query -r -n < | ||
+ | </ |