るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem set_paths
  5. gem path

クラス

キーワード

検索結果

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

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

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

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

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

...ンストール時に展開したファイル
specifications/<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::Install...