336件ヒット
[1-100件を表示]
(0.025秒)
ライブラリ
- drb (12)
- fileutils (12)
-
irb
/ extend-command (12) - rbconfig (12)
-
rubygems
/ dependency _ installer (48) -
rubygems
/ exceptions (24) -
rubygems
/ installer (72) -
rubygems
/ specification (36) -
rubygems
/ uninstaller (24)
クラス
-
Gem
:: DependencyInstaller (48) -
Gem
:: Installer (60) -
Gem
:: Specification (36) -
Gem
:: Uninstaller (24)
モジュール
- DRb (12)
- FileUtils (12)
-
Gem
:: InstallUpdateOptions (24) -
IRB
:: ContextExtender (12) - RbConfig (12)
キーワード
-
DEFAULT
_ OPTIONS (12) - DESTDIR (12)
- ExtensionBuildError (12)
- InstallUpdateOptions (12)
- RemoteInstallationCancelled (12)
- RemoteInstallationSkipped (12)
-
build
_ extensions (12) -
find
_ spec _ by _ name _ and _ version (12) -
install
_ extend _ commands (12) -
install
_ id _ conv (12) -
install
_ update _ defaults _ str (12) -
installation
_ path (12) -
installation
_ satisfies _ dependency? (12) -
irb
/ completion (12) - new (36)
-
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / server _ command (12) - spec (24)
検索結果
先頭5件
- Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array - Gem
:: Installer # install -> Gem :: Specification - FileUtils
. # install(src , dest , options = {}) -> () - Gem
:: InstallUpdateOptions # add _ install _ update _ options - Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool
-
Gem
:: DependencyInstaller # install(dep _ or _ name , version = Gem :: Requirement . default) -> Array (21201.0) -
指定された Gem とその依存する Gem を全てインストールします。
...m を全てインストールします。
@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。
@param version バージョンに関する条件を指定します。
@return このメソッドでインストールした Gem のリストを返します。... -
Gem
:: Installer # install -> Gem :: Specification (21201.0) -
Gem をインストールします。
...he/<gem-version>.gem #=> インストールした Gem のコピー
gems/<gem-version>/... #=> インストール時に展開したファイル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specification のイン......します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError 要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error... -
FileUtils
. # install(src , dest , options = {}) -> () (18213.0) -
src と dest の内容が違うときだけ src を 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......リです。
@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/ru... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (18201.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (15200.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。 -
Gem
:: Specification # installation _ path -> String (15200.0) -
この Gem パッケージのインストール先のパスを返します。
この Gem パッケージのインストール先のパスを返します。 -
DRb
. # install _ id _ conv(idconv) -> () (12301.0) -
サーバ起動時の :id_conv オプションのデフォルト値を指定します。
...サーバ起動時の :id_conv オプションのデフォルト値を指定します。
内部的には DRb::DRbServer.default_id_conv を呼び出すだけです。... -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (12117.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
Gem
:: InstallUpdateOptions (12000.0) -
Gem::Command で使用するインストールとアップデートに関するオプションを 扱うためのモジュールです。
Gem::Command で使用するインストールとアップデートに関するオプションを
扱うためのモジュールです。