708件ヒット
[1-100件を表示]
(0.040秒)
種類
- インスタンスメソッド (528)
- 特異メソッド (168)
- 定数 (12)
ライブラリ
-
rubygems
/ specification (708)
キーワード
-
MARSHAL
_ FIELDS (12) -
_ dump (12) -
_ load (12) -
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
array
_ attribute (12) -
array
_ attributes (12) -
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) - attributes (12)
- bindir= (12)
-
cert
_ chain (12) -
cert
_ chain= (12) - date= (12)
-
default
_ executable= (12) -
default
_ value (12) - dependencies (12)
- description= (12)
- email= (12)
- executable= (12)
- executables= (12)
- extensions= (12)
-
extra
_ rdoc _ files= (12) - files= (12)
-
from
_ yaml (12) -
has
_ rdoc? (12) - homepage= (12)
- load (12)
- loaded= (12)
-
loaded
_ from= (12) - name= (12)
-
normalize
_ yaml _ input (12) -
original
_ name (12) -
original
_ platform= (12) -
overwrite
_ accessor (12) - platform= (12)
-
read
_ only (12) -
require
_ path (12) -
require
_ path= (12) -
require
_ paths= (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version= (12) - requirements= (12)
-
rubygems
_ version= (12) -
satisfies
_ requirement? (12) -
signing
_ key= (12) -
specification
_ version= (12) - summary= (12)
-
test
_ files= (12) -
test
_ suite _ file= (12) - validate (12)
- version= (12)
-
yaml
_ initialize (12)
検索結果
先頭5件
- Gem
:: Specification # cert _ chain=(arr) - Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification . required _ attribute(name , default = nil) -> ()
-
Gem
:: Specification # cert _ chain=(arr) (23.0) -
@todo
...@todo
@param arr デフォルトは空の配列です。... -
Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] (19.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...r", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency... -
Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] (19.0) -
この gem の DEVELOPMENT 依存性を追加します。 この gem の開発時に必要となる gem を指定します。
..., "~> 1.6", ">= 1.6.12"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_runtime_dependency, Ge... -
Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] (19.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...r", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency... -
Gem
:: Specification . required _ attribute(name , default = nil) -> () (19.0) -
必須の属性を作成します。
...必須の属性を作成します。
@param name 属性名を指定します。
@param default デフォルト値を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification # cert _ chain -> Array (17.0) -
@todo
...@todo... -
Gem
:: Specification # date=(date) (17.0) -
@param date 日付をセットします。デフォルトは今日です。
...
@param date 日付をセットします。デフォルトは今日です。... -
Gem
:: Specification # yaml _ initialize (17.0) -
@todo
...@todo... -
Gem
:: Specification . attribute _ defaults -> Array (17.0) -
@todo
...@todo
@@attributes の複製を返します。...