gem query

Query gem information in local or remote repositories

Options

NameDescription
-n, --name-matches <REGEXP>Name of gem(s) to query on matches the provided REGEXP
-IEquivalent to --no-installed
-d, --detailsDisplay detailed information of gem(s)
--no-detailsDo not display detailed information of gem(s)
-a, --allDisplay all gem versions
-e, --exactName of gem(s) to query on matches the provided STRING
--prereleaseAllow prerelease versions of a gem
--no-prereleaseDo not allow prerelease versions of a gem
-i, --installedCheck for installed gem
-I, --no-installedCheck for not installed gem
-v, --version <VERSION>Specify version of gem to list for use with --installed
--versionsDisplay only gem names
--no-versionsDisplay not only gem names
-l, --localRestrict operations to the LOCAL domain
-r, --remoteRestrict operations to the REMOTE domain
-b, --bothAllow LOCAL and REMOTE operations
-B, --bulk-threshold <COUNT>Threshold for switching to bulk synchronization (default 1000)
--clear-sourcesClear the gem sources
-s, --source <URL>Append URL to list of remote gem sources
-p, --http-proxy [URL]Use HTTP proxy for remote operations
--no-http-proxyDo not use HTTP proxy for remote operations