るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.057秒)
トップページ > バージョン:2.4.0[x] > クエリ:IO[x] > クエリ:Specification[x] > クエリ:gem_spec[x]

別のキーワード

  1. specification name=
  2. specification email=
  3. specification version
  4. specification has_rdoc
  5. specification name

検索結果

Rake::GemPackageTask#gem_spec -> Gem::Specification (54907.0)

package ターゲットで使用する gemspec を返します。

package ターゲットで使用する gemspec を返します。

gemspec にはパッケージ名、バージョン、パッケージに含まれるファイルなどが定義
されているので、それらを明示的に指定する必要はありません。

Gem::SourceIndex#add_spec(gem_spec) -> Gem::Specification (991.0)

自身に引数で与えられた Gem::Specification のインスタンスを追加します。

自身に引数で与えられた Gem::Specification のインスタンスを追加します。

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