132件ヒット
[101-132件を表示]
(0.082秒)
別のキーワード
ライブラリ
-
rubygems
/ commands / build _ command (12) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ indexer (24) -
rubygems
/ server (24) -
rubygems
/ source _ index (24) -
rubygems
/ spec _ fetcher (36)
クラス
-
Gem
:: Commands :: BuildCommand (12) -
Gem
:: GemPathSearcher (12) -
Gem
:: Indexer (24) -
Gem
:: Server (24) -
Gem
:: SourceIndex (24) -
Gem
:: SpecFetcher (36)
キーワード
-
add
_ specs (12) -
collect
_ specs (12) -
compact
_ specs (12) -
init
_ gemspecs (12) -
latest
_ specs (36) -
load
_ gemspecs (12) -
load
_ specs (12)
検索結果
先頭3件
-
Gem
:: SpecFetcher # load _ specs(source _ uri , file) -> object (6202.0) -
指定された source_uri, file から gemspec をロードします。
指定された source_uri, file から gemspec をロードします。
また、内部ではキャッシュの更新も行っています。
@param source_uri gemspec の置いてある URI を指定します。
@param file gemspec のファイル名を指定します。 -
Gem
:: Commands :: BuildCommand # load _ gemspecs(filename) -> Array (6201.0) -
gemspec ファイルをロードします。
gemspec ファイルをロードします。
@param filename ファイル名を指定します。 -
Gem
:: GemPathSearcher # init _ gemspecs -> [Gem :: Specification] (6201.0) -
インストール済みの Gem の Gem::Specification のリストを返します。
インストール済みの Gem の Gem::Specification のリストを返します。
リストはアルファベット順かつバージョンの新しい順にソートされています。