372件ヒット
[301-372件を表示]
(0.048秒)
別のキーワード
ライブラリ
-
rake
/ gempackagetask (12) -
rubygems
/ builder (12) -
rubygems
/ command (36) -
rubygems
/ doc _ manager (12) -
rubygems
/ source _ index (48) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (216)
クラス
-
Gem
:: Builder (12) -
Gem
:: Command (36) -
Gem
:: DocManager (12) -
Gem
:: SourceIndex (48) -
Gem
:: SourceInfoCache (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (216) -
Rake
:: GemPackageTask (12)
キーワード
-
_ load (12) -
add
_ specific _ extra _ args (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
-
default
_ value (12) - fetcher (12)
- fetcher= (12)
-
from
_ gems _ in (12) -
from
_ yaml (12) -
installed
_ spec _ directories (12) - list (12)
- load (12)
-
load
_ specification (12) - new (48)
-
normalize
_ yaml _ input (12) -
overwrite
_ accessor (12) -
read
_ only (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - search (12)
-
specific
_ extra _ args (12) -
specific
_ extra _ args _ hash (12)
検索結果
先頭5件
-
Gem
:: Specification . required _ attributes -> Array (6001.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
Rake
:: GemPackageTask . new(gem _ spec) {|t| . . . } -> Rake :: GemPackageTask (3321.0) -
自身を初期化してタスクを定義します。
...自身を初期化してタスクを定義します。
ブロックが与えられた場合は、自身をブロックパラメータとして
ブロックを評価します。
@param gem_spec Gem::Specification のインスタンスを指定します。... -
Gem
:: Builder . new(spec) -> Gem :: Builder (3247.0) -
与えられた Gem::Specification のインスタンスによって Gem::Builder のインスタンスを生成します。
...与えられた Gem::Specification のインスタンスによって
Gem::Builder のインスタンスを生成します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: SourceInfoCache . search(*args) -> [Gem :: Specification] (3230.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...与えられた条件を満たす Gem::Specification のリストを返します。
@param args 検索条件を指定します。Gem::SourceInfoCache#search と引数を合わせてください。
@see Gem::SourceInfoCache#search... -
Gem
:: DocManager . new(spec , rdoc _ args = "") -> Gem :: DocManager (3215.0) -
自身を初期化します。
...自身を初期化します。
@param spec ドキュメントを生成する対象の Gem::Specification のインスタンスを指定します。
@param rdoc_args RDoc に渡すオプションを指定します。... -
Gem
:: SourceIndex . new(specifications = {}) -> Gem :: SourceIndex (3214.0) -
与えられたハッシュを元に自身を初期化します。
...与えられたハッシュを元に自身を初期化します。
@param specifications キーを Gem の名前、値を Gem::Specification のインスタンスとするハッシュを指定します。...