るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem configmap
  5. gem path

検索結果

Gem::Installer#install -> Gem::Specification (24290.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::Installer (9054.0)

Gem::Installer は Gem を展開し、 Gem に含まれていたファイルを ファイルシステム上の正しい位置に配置します。

...Gem::Installer は Gem を展開し、 Gem に含まれていたファイルを
ファイルシステム上の正しい位置に配置します。

また、gemspec を specifications ディレクトリに、キャッシュを cache ディレクトリに、
実行ファイルやシンボリック...

Gem::DependencyInstaller.new(options = {}) -> Gem::DependencyInstaller (6285.0)

自身を初期化します。

...プションとして以下のものを利用できます。

: :cache_dir
*.gem ファイルを保存するディレクトリを指定します。
: :domain
:local (カレントディレクトリのみ検索します), :remote (Gem.sources を検索します),
:both (:local, :remote の両方...
...指定可能です。
: :env_shebang
Gem
::Installer.new を参照してください。
: :force
バージョンチェックとセキュリティポリシーのチェックを行わずにインストールを実行します。
ただし、署名付きの Gem のみをインストールするポ...
...は上記のチェックを
実行します。
: :format_executable
Gem
::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールしません。
: :install_dir
Gem
をインストールするディレクトリです。
: :security_poli...

rubygems/commands/pristine_command (6100.0)

インストールされている Gem パッケージを初期状態にするためのライブラリです。

...インストールされている Gem パッケージを初期状態にするためのライブラリです。

Usage: gem pristine [args] [options]
Options:
--all インストールされている全ての Gem パッケージを...
...nts:
GEM
NAME gem to restore to pristine condition (unless --all)
Summary:
Restores installed gems to pristine condition from files located in the gem
cache

Description:
The pristine command compares the installed gems with the contents of the
cache
d gem an...
... cached gem's copy.

If you have made modifications to your installed gems, the pristine command
will revert them. After all the gem's files have been checked all bin stubs
for the gem are regenerated.

If the cached gem cannot be found, you will need to use `gem...

rubygems/commands/server_command (6064.0)

ローカルにインストールされている Gem パッケージとそのドキュメントを HTTP サーバに 載せて公開するためのライブラリです。

... Gem パッケージとそのドキュメントを HTTP サーバに
載せて公開するためのライブラリです。

Usage: gem server [options]
Options:
-p, --port=PORT port to listen on
-d, --dir=GEMDIR directory from which to serve gems...
...Documentation and gem repository HTTP server
Description:
The server command starts up a web server that hosts the RDoc for your
install
ed gems and can operate as a server for installation of gems on other
machines.

The cache files for installed gems must exist to...
...use the server as a source
for gem installation.

To install gems from a running server, use `gem install GEMNAME --source
http://gem_server_host:8808`
Defaults:
--port 8808 --dir /usr/lib/ruby/gems/1.8 --no-daemon...

絞り込み条件を変える