別のキーワード
種類
- インスタンスメソッド (48)
- ライブラリ (36)
ライブラリ
-
rubygems
/ specification (36) -
rubygems
/ uninstaller (12)
クラス
-
Gem
:: Specification (36) -
Gem
:: Uninstaller (12)
キーワード
-
add
_ bindir (12) - executables= (12)
-
remove
_ executables (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / uninstall _ command (12)
検索結果
先頭5件
-
Gem
:: Specification # executables -> [String] (18101.0) -
実行可能ファイル名のリストを返します。
実行可能ファイル名のリストを返します。 -
Gem
:: Specification # executables=(executables) (6208.0) -
実行可能ファイル名のリストをセットします。
...実行可能ファイル名のリストをセットします。
@param executables 実行可能ファイル名のリストを指定します。... -
Gem
:: Uninstaller # remove _ executables(gemspec) (6101.0) -
与えられた Gem::Specification に対応する実行ファイルを削除します。
与えられた Gem::Specification に対応する実行ファイルを削除します。
@param gemspec アンインストール指定されている Gem の Gem::Specification を指定します。 -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (107.0) -
実行コマンドの格納場所を返します。
...実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。... -
rubygems (12.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...ib/hello.rb']
s.executables = ['hello']
s.authors = ['Hello Author']
s.email = 'hello@example.com'
s.homepage = 'http://example.com/hello'
s.description = 'hello description'
end
//}
ライブラリの例に加えて executables を追加して... -
rubygems
/ commands / uninstall _ command (12.0) -
Gem パッケージをアンインストールするためのライブラリです。
...gnore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Directory to uninstall gem... -
rubygems
/ commands / install _ command (6.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...est インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for executables
DOSHISH なプラットフォーム上では無効です
-P, --trust-policy POLICY Specify...