るりまサーチ

最速Rubyリファレンスマニュアル検索!
473件ヒット [1-100件を表示] (0.143秒)
トップページ > クエリ:-[x] > クエリ:r[x] > クエリ:gem[x] > クエリ:install[x]

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils rm_r
  5. fileutils cp_r

モジュール

検索結果

<< 1 2 3 ... > >>

Gem::DependencyInstaller#install(dep_or_name, version = Gem::Requirement.default) -> Array (27452.0)

指定された Gem とその依存する Gem を全てインストールします。

... Gem とその依存する Gem を全てインストールします。

@param dep_or_name Gem の名前か Gem::Dependency のインスタンスを指定します。

@param version バージョンに関する条件を指定します。

@return このメソッドでインストールした Gem...

Gem::Installer#install -> Gem::Specification (27402.0)

Gem をインストールします。

...
Gem
をインストールします。

以下のディレクトリ構造で Gem をインストールします。

@gem_home/
cache/<gem-version>.gem #=> インストールした Gem のコピー
gem
s/<gem-version>/... #=> インストール時に展開した...
...<gem-version>.gemspec #=> gemspec ファイル

@return ロードされた Gem::Specification のインスタンスを返します。

@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError 要求された RubyGem...
...s のバージョンを満たしていない場合に発生します。

@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。...

Gem::SourceIndex.from_installed_gems(*deprecated) -> Gem::SourceIndex (21507.0)

与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。

...与えられたパスをもとに、インスタンスを作成するファクトリメソッドです。

@param deprecated この引数は非推奨です。後方互換性のためにのみ提供されているので使用すべきではありません。

@see Gem::SourceIndex.from_gems_in...

Gem::DependencyInstaller#installed_gems -> Array (21448.0)

Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。

...
Gem
::DependencyInstaller#install でインストールされた Gem のリストを返します。...

Gem::DependencyInstaller#gems_to_install -> Array (21417.0)

依存関係によりインストールされる予定の Gem のリストを返します。

...依存関係によりインストールされる予定の Gem のリストを返します。...

絞り込み条件を変える

Gem::InstallUpdateOptions#install_update_defaults_str -> String (18345.0)

Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。

...
Gem
コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。

デフォルトのオプションは以下の通りです。
-
-rdoc --no-force --no-test --wrappers...

Gem::DependencyInstaller#find_gems_with_sources(dep) -> Array (18340.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。

Gem
はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に...
...きます。

@param dep Gem::Dependency のインスタンスを指定します。...

Gem::Installer.home_install_warning -> bool (18317.0)

この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。

...この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。...

rubygems/commands/install_command (18304.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...
...ファイルの配置先を指定します
-
d, --[no-]rdoc インストール時に RDoc を生成します
-
-[no-]ri インストール時に RI ドキュメントを生成します
-
E, --[no-]env-shebang インストールする...

rubygems/commands/uninstall_command (18148.0)

Gem パッケージをアンインストールするためのライブラリです。

...Gem パッケージをアンインストールするためのライブラリです。

Usage: gem uninstall GEMNAME [GEMNAME ...] [options]
Options:
-
a, --[no-]all Uninstall all matching versions
-
I, --[no-]ignore-dependencies Ignore dependency requirements while...
...installing
-
x, --[no-]executables Uninstall applicable executables without
confirmation
-
i, --install-dir DIR Directory to uninstall gem from
-
n, --bindir DIR Directory to remove binaries from
-
v, --version VER...
...fy version of gem to uninstall
-
-platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quie...

絞り込み条件を変える

<< 1 2 3 ... > >>