48件ヒット
[1-48件を表示]
(0.031秒)
別のキーワード
検索結果
先頭4件
-
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:
GEMNAME 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
cached 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...