るりまサーチ

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

別のキーワード

  1. format spec
  2. format spec=
  3. specfetcher fetch_spec
  4. sourceindex spec_dirs
  5. installer spec

キーワード

検索結果

<< < 1 2 3 4 ... > >>

Gem::Specification::NONEXISTENT_SPECIFICATION_VERSION -> -1 (18201.0)

明確に指定されていない時の gemspec のバージョンを表します。

...明確に指定されていない時の gemspec のバージョンを表します。...

Gem::Specification::SPECIFICATION_VERSION_HISTORY -> Hash (18201.0)

gemspec ファイルのバージョンの歴史を表す定数です。

...gemspec ファイルのバージョンの歴史を表す定数です。...

Gem::SourceIndex.load_specification(file_name) -> Gem::Specification | nil (12418.0)

与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。

...クリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。

@param file_name ファイル名を指定します。

@raise SignalException gemspec をロードしているときに発生します。

@raise SystemExit gemspec をロードしている...

rubygems/specification (12018.0)

Gem パッケージのメタデータを扱うためのライブラリです。

...ージのメタデータを扱うためのライブラリです。

通常 gemspec ファイルや Rakefile でメタデータを定義します。

例:

spec
= Gem::Specification.new do |s|
s.name = 'rfoo'
s.version = '1.0'
s.summary = 'Example gem specification'
...
end...

rubygems/commands/specification_command (12012.0)

指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。

...gemspec の情報を YAML 形式で表示するためのライブラリです。

Usage: gem specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification...
...--all Output specifications for all versions of
the gem
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限...
...ます
--debug Ruby 自体のデバッグオプションを有効にします
Arguments:
GEMFILE gemspec を表示する Gem パッケージ名を指定します
Summary:
Gem パッケージの仕様を YAML 形式で表示します
Defaul...

絞り込み条件を変える

Gem::Commands::SpecificationCommand (12000.0)

指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのクラスです。

...指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのクラスです。...

Gem::InvalidSpecificationException (12000.0)

不正な gemspec に関する例外です。

...不正な gemspec に関する例外です。...

Gem::Specification (12000.0)

Gem パッケージのメタデータを扱うためのクラスです。

Gem パッケージのメタデータを扱うためのクラスです。

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

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

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

@param gem_spec Gem::Specification のインスタンスを指定します。...
<< < 1 2 3 4 ... > >>