別のキーワード
種類
- インスタンスメソッド (312)
- 特異メソッド (84)
- クラス (24)
- ライブラリ (12)
- モジュール関数 (12)
ライブラリ
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ indexer (12) -
rubygems
/ source _ index (336) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ source _ info _ cache _ entry (36)
クラス
-
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyList (12) -
Gem
:: Indexer (12) -
Gem
:: SourceIndex (312) -
Gem
:: SourceInfoCache (12) -
Gem
:: SourceInfoCacheEntry (36)
モジュール
- Gem (12)
キーワード
- Cache (12)
- SourceIndex (12)
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - dump (12)
- each (24)
-
find
_ gems (12) -
find
_ name (12) -
from
_ gems _ in (12) -
from
_ installed _ gems (12) -
from
_ source _ index (12) -
gem
_ signature (12) -
index
_ signature (12) -
installed
_ spec _ directories (12) -
latest
_ specs (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specification (12) - new (24)
- outdated (12)
- refresh (12)
- refresh! (12)
-
remove
_ spec (12) -
rubygems
/ server (12) - search (24)
- size (24)
-
source
_ index (24) -
spec
_ dirs (12) -
spec
_ dirs= (12) - specification (12)
- update (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # load _ gems _ in(*spec _ dirs) -> self (21000.0) -
引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
引数で与えられたディレクトリに含まれる gemspec から自身を再構築して返します。
@param spec_dirs gemspec の含まれているディレクトリを複数指定します。 -
Gem
:: SourceIndex # outdated -> Array (21000.0) -
更新されていない Gem::Specification のリストを返します。
更新されていない Gem::Specification のリストを返します。 -
Gem
:: SourceIndex # refresh! -> self (21000.0) -
自身を再作成します。
自身を再作成します。
@raise StandardError 自身がディスクから読み込んで作成されていない場合に発生します。 -
Gem
:: SourceIndex # remove _ spec(full _ name) -> Gem :: Specification (21000.0) -
引数で指定された名前を持つ Gem をインデックスから削除します。
引数で指定された名前を持つ Gem をインデックスから削除します。 -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (21000.0) -
引数で指定された条件を満たす Gem のリストを返します。
引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。 -
Gem
:: SourceIndex # size -> Integer (21000.0) -
- 2.1.0
- 2.1.0
- 2.2.0
- 2.2.0
- 2.3.0
- 2.3.0
- 2.4.0
- 2.4.0
- 2.5.0
- 2.5.0
- 2.6.0
- 2.6.0
- 2.7.0
- 2.7.0
- 3.0
- 3.0
- 3.1
- 3.1
- 3.2
- 3.2
- 3.3
- 3.3
- 3.4
- 3.4
自身に含まれる Gem の個数を返します。
自身に含まれる Gem の個数を返します。自身のサイズを返します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (21000.0) -
指定された名前の Gem::Specification オブジェクトを返します。
指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。 -
Gem
:: SourceIndex # update(source _ uri , all) -> bool (21000.0) -
第一引数で指定された URI を使用して自身を更新します。
第一引数で指定された URI を使用して自身を更新します。
@param source_uri 更新に使用する URI を指定します。文字列か URI::Generic のサブクラスを指定します。
@param all 偽を指定すると最新バージョンの Gem のみ取得します。真を指定すると全てのバージョンの Gem を取得します。