24件ヒット
[1-24件を表示]
(0.200秒)
別のキーワード
検索結果
先頭2件
-
rubygems
/ commands / dependency _ command (38006.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...MNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFORM 指定したプラットフォームの依存関係を表示します
-R, --[no-]reverse-dependencies この Gem を使用し......ている Gem を表示します
-p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, -......ュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE... -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (14100.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。