228件ヒット
[1-100件を表示]
(0.033秒)
種類
- インスタンスメソッド (192)
- ライブラリ (12)
- 文書 (12)
- 特異メソッド (12)
ライブラリ
-
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (48) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (12) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (84)
クラス
-
Gem
:: DependencyInstaller (12) -
Gem
:: Installer (48) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (12) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (84)
キーワード
-
ask
_ if _ ok (12) -
dependencies
_ ok? (12) - download (12)
-
ensure
_ dependency (12) -
find
_ spec _ by _ name _ and _ version (12) -
installation
_ path (12) -
installed
_ spec _ directories (12) -
path
_ ok? (12) - remove (12)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
uninstall
_ gem (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: Installer # install -> Gem :: Specification (21201.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
:: Installer # spec -> Gem :: Specification (21201.0) -
インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。
...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。... -
Gem
:: Uninstaller # spec -> Gem :: Specification (21201.0) -
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。
...Gem::Uninstaller#uninstall_gem の実行中のみセットされます。... -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (12201.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: Uninstaller # uninstall _ gem(spec , specs) (9323.0) -
与えられた spec に対応する Gem をアンインストールします。
...与えられた spec に対応する Gem をアンインストールします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。
@param specs アンインストールする Gem のリストを指定します。
このパラ... -
Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array (9101.0) -
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。
...与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。
@param gem_name Gem の名前を指定します。
@param version Gem が満たすバージョンに関する条件を指定しま... -
Gem
:: Installer # write _ spec (9101.0) -
Ruby スクリプト形式で .gemspec ファイルを作成します。
...Ruby スクリプト形式で .gemspec ファイルを作成します。... -
Gem
:: Specification # post _ install _ message -> String (9101.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
Gem
:: Specification # post _ install _ message=(message) (9101.0) -
インストール完了後に表示するメッセージをセットします。
インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。