るりまサーチ

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

別のキーワード

  1. specification list
  2. specification load
  3. specification name
  4. specification date
  5. specification name=

クラス

キーワード

検索結果

Gem::Installer#spec -> Gem::Specification (119.0)

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。...

Gem::Installer#install -> Gem::Specification (109.0)

Gem をインストールします。

...gems/<gem-version>/... #=> インストール時に展開したファイル
specification
s/<gem-version>.gemspec #=> gemspec ファイル

@return ロードされた Gem::Specification のインスタンスを返します。

@raise Gem::InstallError 要求された Ruby の...

Gem::Installer#ensure_dependency(spec, dependency) -> true (8.0)

インストールしようとしている Gem が依存関係を満たしている事を確認します。

...る事を確認します。

依存関係を満たしていない場合は、例外 Gem::InstallError が発生します。

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

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

@raise Gem::InstallErr...