714件ヒット
[301-400件を表示]
(0.100秒)
ライブラリ
-
drb
/ acl (12) - fileutils (24)
- mkmf (24)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ exceptions (12) -
rubygems
/ ext / builder (12) -
rubygems
/ installer (168) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (24) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (96) - shell (6)
-
shell
/ command-processor (12) - un (12)
クラス
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: Ext :: Builder (12) -
Gem
:: Installer (168) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (24) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (96) - Shell (6)
-
Shell
:: CommandProcessor (12)
モジュール
- FileUtils (24)
-
Gem
:: InstallUpdateOptions (24) - Kernel (36)
キーワード
- ACL (12)
-
DEFAULT
_ OPTIONS (12) - DependencyInstaller (12)
- InstallUpdateOptions (12)
- RemoteInstallationSkipped (12)
-
app
_ script _ text (12) -
ask
_ if _ ok (12) -
collect
_ method (12) -
create
_ makefile (12) -
dependencies
_ ok? (12) - download (12)
-
ensure
_ dependency (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
formatted
_ program _ filename (12) -
from
_ installed _ gems (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) -
generate
_ bin _ script (12) -
generate
_ windows _ script (12) -
install
_ builtin _ commands (6) -
install
_ files (12) -
install
_ system _ commands (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) -
installed
_ spec _ directories (12) -
irb
/ completion (12) - make (12)
- new (36)
-
path
_ ok? (12) -
path
_ warning (12) -
path
_ warning= (12) - remove (12)
-
remove
_ executables (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ security (12) - spec (24)
-
uninstall
_ gem (12) - unpack (12)
-
which
_ to _ update (12) -
windows
_ stub _ script (12) -
write
_ spec (12)
検索結果
先頭5件
-
Gem
:: Uninstaller # dependencies _ ok?(spec) -> bool (9200.0) -
アンインストール指定された Gem を削除しても依存関係を満たすことができるか どうかチェックします。
...アンインストール指定された Gem を削除しても依存関係を満たすことができるか
どうかチェックします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。... -
Gem
:: Uninstaller # spec -> Gem :: Specification (9200.0) -
Gem::Uninstaller#uninstall_gem の実行中のみセットされます。
...Gem::Uninstaller#uninstall_gem の実行中のみセットされます。... -
Shell
:: CommandProcessor . install _ builtin _ commands -> () (9101.0) -
ビルトインコマンドを定義します。
ビルトインコマンドを定義します。 -
Gem
:: DependencyInstaller :: DEFAULT _ OPTIONS -> Hash (9100.0) -
自身を初期化する際に使用するデフォルトのオプションです。
...g => false,
:domain => :both, # HACK dup
:force => false,
:format_executable => false, # HACK dup
:ignore_dependencies => false,
:security_policy => nil, # HACK NoSecurity requires OpenSSL. AlmostNo? Low?
:wrappers => true... -
Gem
:: Installer # app _ script _ text -> String (9100.0) -
アプリケーションのための実行ファイルの雛形のテキストを返します。
アプリケーションのための実行ファイルの雛形のテキストを返します。 -
Gem
:: Installer # formatted _ program _ filename(filename) -> String (9100.0) -
Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
...Ruby のコマンドと同じプレフィックスとサフィックスを付けたファイル名を返します。
@param filename 実行ファイルのファイル名を指定します。... -
Gem
:: Installer # generate _ bin _ script(filename , bindir) (9100.0) -
Gem に入っているアプリケーションを実行するためのスクリプトを作成します。
...Gem に入っているアプリケーションを実行するためのスクリプトを作成します。
@param filename ファイル名を指定します。
@param bindir 実行ファイルを配置するディレクトリを指定します。... -
Gem
:: Installer # generate _ windows _ script(filename , bindir) (9100.0) -
コマンドの実行を容易にするために Windows 向けのバッチファイルを作成します。
...コマンドの実行を容易にするために Windows 向けのバッチファイルを作成します。
@param bindir 実行ファイルを配置するディレクトリを指定します。
@param filename ファイル名を指定します。... -
Gem
:: Installer # unpack(directory) (9100.0) -
与えられたディレクトリに Gem を展開します。
...与えられたディレクトリに Gem を展開します。
@param directory Gem を展開するディレクトリを指定します。... -
Gem
:: Installer # windows _ stub _ script -> String (9100.0) -
コマンドを起動するために使用する Windows 用のバッチファイルの内容を 文字列として返します。
コマンドを起動するために使用する Windows 用のバッチファイルの内容を
文字列として返します。
