912件ヒット
[1-100件を表示]
(0.225秒)
ライブラリ
-
rubygems
/ specification (912)
キーワード
-
_ dump (12) -
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) - autorequire (12)
- autorequire= (12)
- bindir (12)
- bindir= (12)
-
cert
_ chain (12) -
cert
_ chain= (12) -
default
_ executable (12) - dependencies (12)
-
dependent
_ gems (12) - description (12)
- description= (12)
-
development
_ dependencies (12) - email (12)
- executable (12)
- executables (12)
- extensions (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
-
full
_ gem _ path (12) -
full
_ name (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) - homepage (12)
- homepage= (12)
-
installation
_ path (12) -
lib
_ files (12) -
loaded
_ from (12) -
loaded
_ from= (12) -
mark
_ version (12) - name (12)
- normalize (12)
-
original
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - platform (12)
- platform= (12)
-
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - requirements (12)
- requirements= (12)
-
rubygems
_ version (12) -
rubygems
_ version= (12) -
runtime
_ dependencies (12) -
satisfies
_ requirement? (12) -
signing
_ key (12) -
specification
_ version (12) -
specification
_ version= (12) - summary (12)
- summary= (12)
-
test
_ file (12) -
test
_ files (12) -
test
_ suite _ file (12) -
to
_ ruby (12) - version (12)
- version= (12)
検索結果
先頭5件
-
Gem
:: Specification # satisfies _ requirement?(dependency) -> bool (21302.0) -
この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
...この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
依存関係を満たす場合は真を返します。そうでない場合は偽を返します。
@param dependency チェックしたい依存関係を指定します。
@see Gem::Dependency... -
Gem
:: Specification # require _ path=(path) (18402.0) -
Gem::Specification#require_paths= の単数バージョンです。
...
Gem::Specification#require_paths= の単数バージョンです。
@param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。
@see Gem::Specification#require_paths=... -
Gem
:: Specification # require _ paths=(paths) (18402.0) -
この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ のリストをセットします。
...この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストをセットします。
@param paths この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリ... -
Gem
:: Specification # autorequire -> String (18302.0) -
非推奨の属性です。
非推奨の属性です。 -
Gem
:: Specification # autorequire=(lib) (18302.0) -
非推奨の属性です。
非推奨の属性です。 -
Gem
:: Specification # require _ path -> String (18302.0) -
Gem::Specification#require_paths の単数バージョンです。
...
Gem::Specification#require_paths の単数バージョンです。
@see Gem::Specification#require_paths... -
Gem
:: Specification # require _ paths -> [String] (18302.0) -
この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ のリストを返します。
...この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストを返します。... -
Gem
:: Specification # requirements -> Array (18302.0) -
この Gem パッケージを動作させるのに必要な条件を返します。 これはユーザのためのシンプルな情報です。
この Gem パッケージを動作させるのに必要な条件を返します。
これはユーザのためのシンプルな情報です。 -
Gem
:: Specification # requirements=(informations) (18302.0) -
この Gem パッケージを動作させるのに必要な条件をセットします。 これはユーザのためのシンプルな情報をセットします。
...この Gem パッケージを動作させるのに必要な条件をセットします。
これはユーザのためのシンプルな情報をセットします。
@param informations 情報を文字列の配列で指定します。...