348件ヒット
[1-100件を表示]
(0.053秒)
ライブラリ
- fileutils (24)
- mkmf (12)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ dependency _ installer (108) -
rubygems
/ installer (48) - shell (6)
-
shell
/ command-processor (6)
クラス
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: DependencyInstaller (96) -
Gem
:: Installer (48) - Shell (6)
-
Shell
:: CommandProcessor (6)
キーワード
-
DEFAULT
_ OPTIONS (12) - DependencyInstaller (12)
-
collect
_ method (12) - commands (12)
-
ensure
_ dependency (12) -
find
_ gems _ with _ sources (12) -
find
_ spec _ by _ name _ and _ version (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) -
generate
_ bin _ symlink (12) -
install
_ rb (12) -
install
_ system _ commands (12) -
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - new (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
/ commands / uninstall _ command (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ installer (12) -
rubygems
/ security (12) -
rubygems
/ uninstaller (12) - unpack (12)
-
which
_ to _ update (12)
検索結果
先頭5件
- Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array - Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool - Shell
. install _ system _ commands(pre = "sys _ ") -> () - Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () - Gem
:: DependencyInstaller # installed _ gems -> Array
-
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (24201.0) -
指定された Gem とその依存する Gem を全てインストールします。
...指定された Gem とその依存する Gem を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストー... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (15200.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。... -
Shell
. install _ system _ commands(pre = "sys _ ") -> () (12307.0) -
system_path上にある全ての実行可能ファイルをShellに定義する. メソッ ド名は元のファイル名の頭にpreをつけたものとなる.
...system_path上にある全ての実行可能ファイルをShellに定義する. メソッ
ド名は元のファイル名の頭にpreをつけたものとなる.
@param pre Shellに定義するメソッド名の先頭に付加される文字列を指定します。
使用例: ls -l | head -n 5......のような例。
require 'shell'
Shell.install_system_commands
sh = Shell.new
sh.verbose = false
sh.transact {
(sys_ls("-l") | sys_head("-n 5")).each {|l|
puts l
}
}... -
Shell
:: CommandProcessor . install _ system _ commands(prefix = "sys _ ") -> () (12301.0) -
全てのシステムコマンドをメソッドとして定義します。
...義します。
既に定義されているコマンドを再定義することはありません。
デフォルトでは全てのコマンドに "sys_" というプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッド... -
Gem
:: DependencyInstaller # installed _ gems -> Array (12216.0) -
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。
...Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。... -
Gem
:: DependencyInstaller # gems _ to _ install -> Array (12201.0) -
依存関係によりインストールされる予定の Gem のリストを返します。
依存関係によりインストールされる予定の Gem のリストを返します。 -
rubygems
/ commands / install _ command (12030.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...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 パ......プラットフォーム上では無効です
-P, --trust-policy POLICY Specify gem trust policy
--ignore-dependencies 依存している Gem パッケージをインストールしません
-y, --include-dependencies 依存している Gem パッケージ... -
rubygems
/ commands / uninstall _ command (12012.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......-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
Commo......Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMNAME アンインストールする Gem パッケージ名を指定します。
Summary:
Gem パッケージをアンインストールします
Defaults:
--version '>= 0' --no-force --install-dir... -
Gem
:: DependencyInstaller (12000.0) -
ある Gem が依存している Gem を同時にインストールするためのクラスです。
ある Gem が依存している Gem を同時にインストールするためのクラスです。 -
rubygems
/ dependency _ installer (12000.0) -
ある Gem が依存している Gem を同時にインストールするためのライブラリです。
ある Gem が依存している Gem を同時にインストールするためのライブラリです。