gem contents <GEMNAME>
Display the contents of the installed gems
Arguments
Name | Description |
---|
GEMNAME | Name of gem to list contents for |
Options
Name | Description |
---|
-v, --version <VERSION> | Specify version of gem to contents |
--all | Contents for all gems |
-s, --spec-dir <DIR> | Search for gems under specific paths |
-l, --lib-only | Only return files in the Gem’s lib_dirs |
--no-lib-only | Not only return files in the Gem’s lib_dirs |
--prefix | Don’t include installed path prefix |
--no-prefix | Include installed path prefix |
--show-install-dir | Show only the gem install dir |
--no-show-install-dir | Do not show only the gem install dir |