るりまサーチ

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

別のキーワード

  1. rubygems/defaults default_sources
  2. rake sources
  3. task sources
  4. rake sources=
  5. task sources=

検索結果

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

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

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

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

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

自身を初期化します。

...ルを保存するディレクトリを指定します。
: :domain
:local (カレントディレクトリのみ検索します), :remote (Gem.sources を検索します),
:both (:local, :remote の両方を検索します) のいずれかを指定可能です。
: :env_shebang
Gem::Installer....