432件ヒット
[1-100件を表示]
(0.074秒)
クラス
-
Gem
:: Specification (432)
キーワード
-
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) - bindir= (12)
-
cert
_ chain= (12) - date= (12)
-
default
_ executable= (12) - description= (12)
- email= (12)
- executable= (12)
- executables= (12)
- extensions= (12)
-
extra
_ rdoc _ files= (12) - files= (12)
- homepage= (12)
- loaded= (12)
-
loaded
_ from= (12) - name= (12)
-
original
_ platform= (12) - platform= (12)
-
require
_ path= (12) -
require
_ paths= (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) - version= (12)
検索結果
先頭5件
- Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # specification _ version=(version) - Gem
:: Specification # original _ platform=(platform)
-
Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] (9215.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョン......の必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency... -
Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] (9215.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョン......の必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency... -
Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] (9115.0) -
この gem の DEVELOPMENT 依存性を追加します。 この gem の開発時に必要となる gem を指定します。
...gem の DEVELOPMENT 依存性を追加します。
この gem の開発時に必要となる gem を指定します。
//emlist[][ruby]{
gem "rack", "~> 1.6", ">= 1.6.12"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements......バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_runtime_dependency, Gem::Dependency... -
Gem
:: Specification # specification _ version=(version) (9109.0) -
この Gem パッケージに用いられている gemspec のバージョンをセットします。
...この Gem パッケージに用いられている gemspec のバージョンをセットします。
@param version gemspec のバージョンを指定します。
@see Gem::Specification::SPECIFICATION_VERSION_HISTORY... -
Gem
:: Specification # original _ platform=(platform) (6209.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
...この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
@param platform プラットフォームを指定します。... -
Gem
:: Specification # platform=(platform) (6209.0) -
この Gem パッケージを使用できるプラットフォームをセットします。
...この Gem パッケージを使用できるプラットフォームをセットします。
@param platform この Gem パッケージを使用できるプラットフォームを指定します。
デフォルトは Gem::Platform::RUBY です。
@see Gem::Platform::RUBY... -
Gem
:: Specification # rdoc _ options=(options) (6209.0) -
API ドキュメントを生成するときに rdoc コマンドに与えるオプションをセットします。
...API ドキュメントを生成するときに rdoc コマンドに与えるオプションをセットします。
@param options API ドキュメントを生成するときに rdoc コマンドに与えるオプションを指定します。... -
Gem
:: Specification # require _ path=(path) (6209.0) -
Gem::Specification#require_paths= の単数バージョンです。
...Gem::Specification#require_paths= の単数バージョンです。
@param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。
@see Gem::Specification#require_paths=... -
Gem
:: Specification # require _ paths=(paths) (6209.0) -
この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ のリストをセットします。
...Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリストをセットします。
@param paths この Gem パッケージを使用した際に require するファイルが置かれているディレクトリ
のリスト...