72件ヒット
[1-72件を表示]
(0.094秒)
種類
- インスタンスメソッド (48)
- ライブラリ (24)
ライブラリ
-
rubygems
/ specification (36) -
rubygems
/ uninstaller (12)
クラス
-
Gem
:: Specification (36) -
Gem
:: Uninstaller (12)
キーワード
-
add
_ bindir (12) - executables= (12)
-
remove
_ executables (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12)
検索結果
先頭5件
-
Gem
:: Specification # executables -> [String] (24201.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。 -
Gem
:: Uninstaller # remove _ executables(gemspec) (15201.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
...与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Specification # executables=(executables) (12408.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
rubygems
/ commands / install _ command (6012.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...カルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストール......-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッ......-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables
DOSHISH なプラットフォーム上では無効です
-P, --trust-policy POL... -
rubygems
/ commands / uninstall _ command (6012.0) -
Gem パッケージをアンインストールするためのライブラリです。
...em uninstall GEMNAME [GEMNAME ...] [options]
Options:
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall appl......xecutables without
confirmation
-i, --install-dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--platform......PLATFORM Specify the platform of gem to uninstall
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します... -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (3207.0) -
実行コマンドの格納場所を返します。
...実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。...