るりまサーチ

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

別のキーワード

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

検索結果

rubygems/source_info_cache (12017.0)

個々の Gem パッケージのインデックス情報のコピーを保存するためのライブラリです。

...個々の Gem パッケージのインデックス情報のコピーを保存するためのライブラリです。...

rubygems/source_info_cache_entry (12017.0)

Gem::SourceInfoCache が持つエントリを表すためのライブラリです。

...Gem::SourceInfoCache が持つエントリを表すためのライブラリです。...

rubygems/commands/pristine_command (6095.0)

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

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

Usage: gem pristine [args] [options]
Options:
--all インストールされている全ての Gem パッケージを...
...初期状態に戻します
-v, --version VERSION 指定したバージョンの Gem パッケージを
初期状態に戻します
Common Options:
-h, --help このコマンドのヘルプを表示しま...
...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...

rubygems/commands/server_command (6053.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
installed 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...