るりまサーチ

最速Rubyリファレンスマニュアル検索!
993件ヒット [1-100件を表示] (0.178秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. lupdecomposition p
  5. dsa p=

検索結果

<< 1 2 3 ... > >>

Gem::SourceIndex#specification(full_name) -> Gem::Specification | nil (24425.0)

指定された名前の Gem::Specification オブジェクトを返します。

...指定された名前の Gem::Specification オブジェクトを返します。

@
param full_name Gem のフルネームを指定します。...

Gem::Specification#specification_version=(version) (18226.0)

この Gem パッケージに用いられている gemspec のバージョンをセットします。

...この Gem パッケージに用いられている gemspec のバージョンをセットします。

@
param version gemspec のバージョンを指定します。

@
see Gem::Specification::SPECIFICATION_VERSION_HISTORY...

Gem::Specification#add_dependency(gem, *requirements) -> [Gem::Dependency] (12225.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] (12225.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] (12125.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#dependencies -> Array (12107.0)

依存している Gem のリストを返します。

...依存している Gem のリストを返します。

@
see Gem::Dependency...

Gem::Specification#require_path=(path) (9235.0)

Gem::Specification#require_paths= の単数バージョンです。

...Gem::Specification#require_paths= の単数バージョンです。

@
param path この Gem パッケージを使用した際に require するファイルが置かれているディレクトリを指定します。

@
see Gem::Specification#require_paths=...

Gem::Commands::DependencyCommand#find_reverse_dependencies(spec) -> Array (9213.0)

与えられた Gem スペックに依存する Gem のリストを返します。

...与えられた Gem スペックに依存する Gem のリストを返します。

@
param spec Gem::Specification のインスタンスを指定します。...

Gem::Specification#platform=(platform) (9213.0)

この Gem パッケージを使用できるプラットフォームをセットします。

...この Gem パッケージを使用できるプラットフォームをセットします。

@
param platform この Gem パッケージを使用できるプラットフォームを指定します。
デフォルトは Gem::Platform::RUBY です。

@
see Gem::Platform::RUBY...
<< 1 2 3 ... > >>