714件ヒット
[1-100件を表示]
(0.130秒)
別のキーワード
ライブラリ
-
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
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array - Gem
:: Installer # install -> Gem :: Specification - Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String - FileUtils
. # install(src , dest , options = {}) -> () - Gem
:: InstallUpdateOptions # add _ install _ update _ options
-
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 # 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
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (18217.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
FileUtils
. # install(src , dest , options = {}) -> () (18213.0) -
src と dest の内容が違うときだけ src を dest にコピーします。
...ピーします。
@param src コピー元。一つの場合は文字列でも指定可能です。
二つ以上指定する場合は配列で指定します。
@param dest コピー先のファイルかディレクトリです。
@param options :preserve, :noop, :verbose, :mode が指......定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}......。
@param src コピー元。一つの場合は文字列でも指定可能です。
二つ以上指定する場合は配列で指定します。
@param dest コピー先のファイルかディレクトリです。
@param options :preserve, :noop, :verbose, :mode, :owner, :group が......指定できます。
c:FileUtils#options
//emlist[][ruby]{
require 'fileutils'
FileUtils.install('ruby', '/usr/local/bin/ruby', mode: 0755, verbose: true)
FileUtils.install('lib.rb', '/usr/local/lib/ruby/site_ruby', verbose: true)
//}... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (18201.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Kernel
# install -> () (18119.0) -
ファイルをコピーし、その属性を設定します。
...性を設定します。
ruby -run -e install -- [OPTION] SOURCE DEST
-p ファイルのアクセス時刻と修正時刻を保持します。
-m chmod と同じようにファイルのパーミッションを設定します。
-v 詳細表示
@see install(1)... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (15300.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。... -
Gem
:: Specification # post _ install _ message -> String (12201.0) -
インストール完了後に表示するメッセージを返します。
インストール完了後に表示するメッセージを返します。 -
Gem
:: Specification # post _ install _ message=(message) (12201.0) -
インストール完了後に表示するメッセージをセットします。
...インストール完了後に表示するメッセージをセットします。
@param message メッセージを指定します。...