48件ヒット
[1-48件を表示]
(0.106秒)
ライブラリ
-
rubygems
/ installer (48)
キーワード
-
ensure
_ dependency (12) - install (12)
-
write
_ spec (12)
検索結果
先頭4件
-
Gem
:: Installer # spec -> Gem :: Specification (24403.0) -
インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。
...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。... -
Gem
:: Installer # write _ spec (12203.0) -
Ruby スクリプト形式で .gemspec ファイルを作成します。
...Ruby スクリプト形式で .gemspec ファイルを作成します。... -
Gem
:: Installer # ensure _ dependency(spec , dependency) -> true (6409.0) -
インストールしようとしている Gem が依存関係を満たしている事を確認します。
...を満たしていない場合は、例外 Gem::InstallError が発生します。
@param spec Gem::Specification のインスタンスを指定します。
@param dependency Gem::Dependency のインスタンスを指定します。
@raise Gem::InstallError 依存関係を満たしていない... -
Gem
:: Installer # install -> Gem :: Specification (202.0) -
Gem をインストールします。
...ル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specification のインスタンスを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError......要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。...