204件ヒット
[1-100件を表示]
(0.027秒)
別のキーワード
種類
- インスタンスメソッド (192)
- ライブラリ (12)
ライブラリ
-
rubygems
/ dependency _ installer (24) -
rubygems
/ installer (36) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (84)
クラス
-
Gem
:: DependencyInstaller (24) -
Gem
:: Installer (36) -
Gem
:: RemoteFetcher (12) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (84)
キーワード
-
ask
_ if _ ok (12) -
dependencies
_ ok? (12) - download (12)
-
ensure
_ dependency (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
installation
_ path (12) -
path
_ ok? (12) - remove (12)
-
remove
_ executables (12) - rubygems (12)
- spec (24)
-
uninstall
_ gem (12)
検索結果
先頭5件
-
Gem
:: Installer # install -> Gem :: Specification (21208.0) -
Gem をインストールします。
...ル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specification のインスタンスを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError......要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。... -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (9106.0) -
与えられた spec に対応する Gem をアンインストールします。
...れた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラメータは... -
Gem
:: Specification # post _ install _ message -> String (9101.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
Gem
:: Specification # post _ install _ message=(message) (9101.0) -
インストール完了後に表示するメッセージをセットします。
インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。 -
Gem
:: Specification # installation _ path -> String (9100.0) -
この Gem パッケージのインストール先のパスを返します。
この Gem パッケージのインストール先のパスを返します。 -
Gem
:: Installer # spec -> Gem :: Specification (3117.0) -
インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。
...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。... -
Gem
:: Uninstaller # spec -> Gem :: Specification (3101.0) -
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。
...Gem::Uninstaller#uninstall_gem の実行中のみセットされます。... -
Gem
:: Uninstaller # remove _ executables(gemspec) (3022.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (3016.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ロ...