るりまサーチ

最速Rubyリファレンスマニュアル検索!
48件ヒット [1-48件を表示] (0.011秒)

別のキーワード

  1. format spec
  2. format spec=
  3. oldformat spec
  4. oldformat spec=
  5. installer spec

クラス

キーワード

検索結果

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

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

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

Gem::Installer#write_spec (6103.0)

Ruby スクリプト形式で .gemspec ファイルを作成します。

...Ruby スクリプト形式で .gemspec ファイルを作成します。...

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

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

...たしている事を確認します。

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

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

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

@raise Gem...

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

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

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

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

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