gem pristine [GEMNAME]
Restores installed gems to pristine condition from files located in the gem cache
Arguments
Name | Description |
---|
GEMNAME | Name of the gem to print information about |
Options
Name | Description |
---|
--all | Restore all installed gems to pristine condition |
--skip <GEMNAME> | Restore all installed gems to pristine condition |
--extensions | Restore gems with extensions in addition to regular gems |
--no-extensions | Do not restore gems with extensions in addition to regular gems |
--only-executables | Only restore executables |
--only-plugins | Only restore plugins |
-E, --env-shebang | Rewrite executables with a shebang of /usr/bin/env |
--no-env-shebang | Do not rewrite executables with a shebang of /usr/bin/env |
-i, --install-dir <DIR> | Gem repository to get binstubs and plugins installed |
-n, --bindir <DIR> | Directory where executables are located |
-v, --version <VERSION> | Specify version of gem to restore to pristine condition |