別のキーワード
種類
- インスタンスメソッド (156)
- 特異メソッド (48)
- ライブラリ (24)
- クラス (12)
- モジュール関数 (12)
ライブラリ
- rubygems (12)
-
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (132) -
rubygems
/ source _ info _ cache (48)
クラス
-
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (120) -
Gem
:: SourceInfoCache (48)
モジュール
- Gem (12)
キーワード
- SourceIndex (12)
-
add
_ spec (12) -
add
_ specs (12) -
collect
_ specs (12) - download (12)
-
find
_ gems _ with _ sources (12) -
find
_ name (12) -
latest
_ specs (12) -
load
_ specification (12) - new (12)
- outdated (12)
-
remove
_ spec (12) - rss (12)
-
rubygems
/ commands / specification _ command (12) - search (36)
-
search
_ with _ source (24) -
source
_ index (12)
検索結果
先頭5件
- Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil - Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array - Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array - Gem
. # source _ index -> Gem :: SourceIndex
-
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (21218.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (9218.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...与えられたファイル名から Ruby スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise... -
Gem
:: SourceInfoCache . search _ with _ source(*args) -> Array (9129.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。
@see Gem::SourceInfoCache#search_with_source... -
Gem
:: SourceInfoCache # search _ with _ source(pattern , only _ platform = false , all = false) -> Array (9123.0) -
与えられた条件を満たす Gem::Specification と URL のリストを返します。
...与えられた条件を満たす Gem::Specification と URL のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param only_platform 真を指定するとプラットフォームが一致するもののみを返......します。デフォルトは偽です。
@param all 真を指定するとキャッシュを更新してから検索を実行します。
@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。... -
Gem
. # source _ index -> Gem :: SourceIndex (6239.0) -
Gem.#path にある Gem::Specification のキャッシュを返します。 インストールされている Gem::Specification のインデックスを返します
...Gem.#path にある Gem::Specification のキャッシュを返します。
インストールされている Gem::Specification のインデックスを返します
@see Gem::SourceIndex, Gem::Specification... -
Gem
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (6116.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ロ... -
rubygems
/ commands / specification _ command (6018.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
...。
Usage: gem specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all Output specifications for all versions......zation (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTTP プロクシを使用します
-u, --[no-]update-sources ローカルソースキ... -
Gem
:: SourceIndex (6006.0) -
個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
...個々のソースから取得した全ての有効な Gem パッケージをインデックス化するためのクラスです。
Gem パッケージのフルネームと それぞれの Gem::Specification オブジェクトを対応付けます。... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (3206.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。...