636件ヒット
[201-300件を表示]
(0.037秒)
別のキーワード
種類
- インスタンスメソッド (420)
- 特異メソッド (108)
- クラス (60)
- ライブラリ (36)
- 定数 (12)
ライブラリ
-
rubygems
/ dependency _ installer (108) -
rubygems
/ exceptions (12) -
rubygems
/ installer (324) -
rubygems
/ uninstaller (156)
クラス
-
Gem
:: DependencyInstaller (96) -
Gem
:: Installer (300) -
Gem
:: Uninstaller (144)
キーワード
-
DEFAULT
_ OPTIONS (12) - DependencyInstaller (12)
- ExtensionBuildError (12)
- InstallError (12)
- Uninstaller (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
bin
_ dir (24) -
build
_ extensions (12) -
dependencies
_ ok? (12) -
ensure
_ dependency (12) -
exec
_ format (12) -
exec
_ format= (12) -
extract
_ files (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
gather
_ dependencies (12) -
gem
_ home (24) -
gems
_ to _ install (12) -
generate
_ bin (12) -
generate
_ bin _ script (12) -
generate
_ bin _ symlink (12) -
generate
_ windows _ script (12) -
home
_ install _ warning (12) -
home
_ install _ warning= (12) - install (24)
-
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - new (36)
-
path
_ ok? (12) -
path
_ warning (12) -
path
_ warning= (12) - remove (12)
-
remove
_ all (12) -
remove
_ executables (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (12) -
rubygems
/ uninstaller (12) - shebang (12)
- spec (24)
- uninstall (12)
-
uninstall
_ gem (12) - unpack (12)
-
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: Installer # install -> Gem :: Specification (6183.0) -
Gem をインストールします。
...
Gem をインストールします。
以下のディレクトリ構造で Gem をインストールします。
@gem_home/
cache/<gem-version>.gem #=> インストールした Gem のコピー
gems/<gem-version>/... #=> インストール時に展開した......<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specification のインスタンスを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGem......s のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。... -
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (6151.0) -
指定された Gem とその依存する Gem を全てインストールします。
... Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストールした Gem の... -
Gem
:: Installer # spec -> Gem :: Specification (6133.0) -
インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。
...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。... -
Gem
:: Uninstaller # spec -> Gem :: Specification (6133.0) -
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。
...
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。... -
Gem
:: Uninstaller # remove _ executables(gemspec) (6128.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Uninstaller . new(gem , options = {}) (6113.0) -
自身を初期化します。
...自身を初期化します。
@param gem アンインストールする Gem を指定します。
@param options オプションを指定します。... -
Gem
:: Uninstaller # remove(spec , list) (6058.0) -
指定された Gem を削除します。
... Gem を削除します。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param list アンインストールする Gem のリストを指定します。
このパラメータは破壊的に変更されます。
@raise Gem::......movalException アンインストール指定された Gem を削除すると
依存関係が壊れる場合に発生します。
@raise Gem::GemNotInHomeException アンインストール指定された Gem が所定の
デ... -
Gem
:: Installer # ensure _ dependency(spec , dependency) -> true (6040.0) -
インストールしようとしている Gem が依存関係を満たしている事を確認します。
...ようとしている Gem が依存関係を満たしている事を確認します。
依存関係を満たしていない場合は、例外 Gem::InstallError が発生します。
@param spec Gem::Specification のインスタンスを指定します。
@param dependency Gem::Dependency のイ......ンスタンスを指定します。
@raise Gem::InstallError 依存関係を満たしていない場合に発生します。... -
Gem
:: Installer # extract _ files (6034.0) -
ファイルのインデックスを読み取って、それぞれのファイルを Gem のディレクトリに展開します。
...ァイルを Gem のディレクトリに展開します。
また、ファイルを Gem ディレクトリにインストールしないようにします。
@raise ArgumentError 自身に Gem::Format がセットされていない場合に発生します。
@raise Gem::InstallError インスト...