るりまサーチ

最速Rubyリファレンスマニュアル検索!
713件ヒット [1-100件を表示] (0.064秒)
トップページ > クエリ:g[x] > クエリ:Dependency[x]

別のキーワード

  1. openssl g
  2. openssl g=
  3. dsa g
  4. dh g=
  5. dh g

モジュール

検索結果

<< 1 2 3 ... > >>

Gem::Dependency (21000.0)

Gem の依存関係を管理するクラスです。

...Gem の依存関係を管理するクラスです。...

Gem::DependencyList#dependency_order -> [Gem::Specification] (12213.0)

依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。

...依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。

このことは、インストール済みの Gem を削除するときに便利です。
このメソッドで返された順にインストール済みの Gem 削除すると、
依存...
...If there are circular dependencies (yuck!), then gems will be
returned in order until only the circular dependents and anything
they reference are left. Then arbitrary gemspecs will be returned
until the circular dependency is broken, after which gems will be
returned in dependency order again....

Gem::DependencyInstaller#find_gems_with_sources(dep) -> Array (12106.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。

G
em はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に...
...きます。

@param dep Gem::Dependency のインスタンスを指定します。...

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

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

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

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

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

@see Gem::SourceIndex#search...

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

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

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

絞り込み条件を変える

Gem::DependencyInstaller#gems_to_install -> Array (12100.0)

依存関係によりインストールされる予定の Gem のリストを返します。

...依存関係によりインストールされる予定の Gem のリストを返します。...

Gem::DependencyInstaller#installed_gems -> Array (12100.0)

Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。

...
G
em::DependencyInstaller#install でインストールされた Gem のリストを返します。...

rubygems/commands/dependency_command (12006.0)

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

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

Usage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFO...
...RM 指定したプラットフォームの依存関係を表示します
-R, --[no-]reverse-dependencies この Gem を使用している Gem を表示します
-p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-l, --local...
...の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-...

rubygems/dependency (12000.0)

Gem の依存関係を管理するためのライブラリです。

...Gem の依存関係を管理するためのライブラリです。...
<< 1 2 3 ... > >>