るりまサーチ

最速Rubyリファレンスマニュアル検索!
336件ヒット [1-100件を表示] (0.019秒)
トップページ > クエリ:dependency[x] > ライブラリ:rubygems/dependency[x]

別のキーワード

  1. dependency =~
  2. dependency <=>
  3. dependency type
  4. dependency name
  5. dependency types

検索結果

<< 1 2 3 ... > >>

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

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

...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::Dependency (6002.0)

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

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

Gem::DependencyInstaller (6001.0)

ある Gem が依存している Gem を同時にインストールするためのクラスです。

ある Gem が依存している Gem を同時にインストールするためのクラスです。

Gem::DependencyList (6001.0)

Gem の依存関係を扱うためのクラスです。

Gem の依存関係を扱うためのクラスです。

Gem::DependencyInstaller.new(options = {}) -> Gem::DependencyInstaller (3101.0)

自身を初期化します。

自身を初期化します。

オプションとして以下のものを利用できます。

: :cache_dir
*.gem ファイルを保存するディレクトリを指定します。
: :domain
:local (カレントディレクトリのみ検索します), :remote (Gem.sources を検索します),
:both (:local, :remote の両方を検索します) のいずれかを指定可能です。
: :env_shebang
Gem::Installer.new を参照してください。
: :force
バージョンチェックとセキュリティポリシーのチェックを行わずにインストールを実行します...

絞り込み条件を変える

Gem::DependencyList.from_source_index(src_index) -> Gem::DependencyList (3101.0)

与えられた Gem::SourceIndex のインスタンスから自身を作成します。

与えられた Gem::SourceIndex のインスタンスから自身を作成します。

@param src_index Gem::SourceIndex を指定します。

@see Gem::SourceIndex

Gem::Dependency#<=>(other) -> Integer (3018.0)

self と other を Gem::Dependency#name の ASCII コードで比較して self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。

...self と other を Gem::Dependency#name の ASCII コードで比較して
self が大きい時には正の整数、等しい時には 0、小さい時には負の整数を返します。...

Gem::Dependency#=~(other) -> bool (3008.0)

self と other を比較して真偽値を返します。

...self と other を比較して真偽値を返します。

self の Gem::Dependency#name が正規表現として other とマッチしない場合は偽を返します。
self が other との依存関係を満たしていれば真を返します。満たしていなければ偽を返します。...

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

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

...返します。

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

@param dep Gem::Dependency のインスタンスを指定します。...
<< 1 2 3 ... > >>