360件ヒット
[1-100件を表示]
(0.029秒)
別のキーワード
ライブラリ
クラス
モジュール
キーワード
-
DEFAULT
_ UPDATE _ SOURCES (12) - InstallUpdateOptions (12)
-
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) - UpdateCommand (12)
-
add
_ update _ sources _ option (12) -
do
_ rubygems _ update (12) -
install
_ update _ defaults _ str (12) - rdoc (12)
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / update _ command (12) -
update
_ checksum (12) -
update
_ ri _ cache (12) -
update
_ sources (12) -
update
_ sources= (12) - updated (36)
-
which
_ to _ update (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # update(source _ uri , all) -> bool (21113.0) -
第一引数で指定された URI を使用して自身を更新します。
...。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真を指定すると全てのバージョンの Gem を取得します。... -
Gem
:: SourceInfoCache # update -> true (21101.0) -
キャッシュが更新されたことをマークします。更新自体は行いません。
キャッシュが更新されたことをマークします。更新自体は行いません。 -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (18201.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (12318.0) -
更新が必要な Gem のリストを返します。
...更新が必要な Gem のリストを返します。... -
Gem
:: InstallUpdateOptions # install _ update _ defaults _ str -> String (12117.0) -
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
...
Gem コマンドの install サブコマンドに渡されるデフォルトのオプションを返します。
デフォルトのオプションは以下の通りです。
--rdoc --no-force --no-test --wrappers... -
Gem
:: InstallUpdateOptions # add _ install _ update _ options (12101.0) -
インストールとアップデートに関するオプションを追加します。
インストールとアップデートに関するオプションを追加します。 -
rubygems
/ commands / update _ command (12016.0) -
ローカルリポジトリにインストールされている Gem パッケージを更新するためのライブラリです。
...ローカルリポジトリにインストールされている Gem パッケージを更新するためのライブラリです。... -
rubygems
/ install _ update _ options (12016.0) -
Gem::Command で使用するインストールとアップデートに関するオプションを 扱うためのモジュールを定義したライブラリです。
...Gem::Command で使用するインストールとアップデートに関するオプションを
扱うためのモジュールを定義したライブラリです。... -
Gem
:: ConfigFile # update _ sources=(update _ sources) (9230.0) -
Gem::SourceInfoCache を毎回更新するかどうか設定します。
...
Gem::SourceInfoCache を毎回更新するかどうか設定します。
@param update_sources 真を指定すると毎回 Gem::SourceInfoCache を更新します。...