るりまサーチ

最速Rubyリファレンスマニュアル検索!
60件ヒット [1-60件を表示] (0.213秒)
トップページ > クエリ:u[x] > クエリ:rubygems/commands/dependency_command[x]

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document node_type
  5. rexml/document to_s

キーワード

検索結果

rubygems/commands/dependency_command (44006.0)

インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

...インストールされている Gem パッケージの依存関係を表示するためのライブラリです。

U
sage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFO...
...-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リ...
...
-u, --[no-]update-sources ローカルソースキャッシュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet...

Gem::Commands::DependencyCommand#arguments -> String (14100.0)

引数の説明を表す文字列を返します。

引数の説明を表す文字列を返します。

Gem::Commands::DependencyCommand#execute -> () (14100.0)

コマンドを実行します。

コマンドを実行します。

Gem::Commands::DependencyCommand#usage -> String (14100.0)

使用方法を表す文字列を返します。

使用方法を表す文字列を返します。

Gem::Commands::DependencyCommand#find_gems(name, source_index) -> Hash (8100.0)

与えられた Gem の名前をインデックスから検索します。

...与えられた Gem の名前をインデックスから検索します。

@param name Gem の名前を指定します。

@param source_index Gem::SourceIndex のインスタンスを指定します。

@see Gem::SourceIndex#search...

絞り込み条件を変える