るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.304秒)
トップページ > クエリ:-[x] > クエリ:source[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 (38114.0)

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

...cy GEMNAME [options]
Options:
-
v, --version VERSION 指定したバージョンの依存関係を表示します
-
-platform PLATFORM 指定したプラットフォームの依存関係を表示します
-
R, --[no-]reverse-dependencies この Gem を使...
...表示します
-
p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both...
...します
-
B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-
-source URL Gem パッケージのリモートリポジトリの URL を指定します
-
-[no-]http-proxy [URL]...

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

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

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

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

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

@see Gem::SourceIndex#search...