るりまサーチ

最速Rubyリファレンスマニュアル検索!
2595件ヒット [1-100件を表示] (0.042秒)
トップページ > クエリ:gem[x] > クエリ:spec[x]

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem sha1
  5. gem dir

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Format#spec -> Gem::Specification (21334.0)

Gem の Gem::Specification を返します。

...
Gem
Gem::Specification を返します。...

Gem::Installer#spec -> Gem::Specification (21334.0)

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。...

Gem::OldFormat#spec -> Gem::Specification (21334.0)

Gem の Gem::Specification を返します。

...
Gem
Gem::Specification を返します。...

Gem::Uninstaller#spec -> Gem::Specification (21334.0)

Gem::Uninstaller#uninstall_gem の実行中のみセットされます。

...
Gem
::Uninstaller#uninstall_gem の実行中のみセットされます。...

Gem::GemPathSearcher#init_gemspecs -> [Gem::Specification] (18433.0)

インストール済みの Gem の Gem::Specification のリストを返します。

...インストール済みの Gem Gem::Specification のリストを返します。

リストはアルファベット順かつバージョンの新しい順にソートされています。...

絞り込み条件を変える

Rake::GemPackageTask#gem_spec=(gem_spec) (15422.0)

gemspec をセットします。

...
gem
spec をセットします。

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

Gem::Package::TarInput#load_gemspec(io) -> Gem::Specification | nil (15407.0)

YAML 形式の gemspec を io から読み込みます。

...YAML 形式の gemspec を io から読み込みます。

@param io 文字列か IO オブジェクトを指定します。

@see Gem::Specification.from_yaml...

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

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

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

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

Gem::Commands::BuildCommand#load_gemspecs(filename) -> Array (15200.0)

gemspec ファイルをロードします。

...
gem
spec ファイルをロードします。

@param filename ファイル名を指定します。...
<< 1 2 3 ... > >>