るりまサーチ

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

別のキーワード

  1. _builtin to_c
  2. etc sc_2_c_bind
  3. etc sc_2_c_dev
  4. tracer display_c_call=
  5. tracer display_c_call?

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

Gem::Specification#specification_version -> Integer (18201.0)

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

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

Gem::Specification::CURRENT_SPECIFICATION_VERSION -> 2 (18201.0)

現在の gemspec のバージョンを表す定数です。

...現在の gemspec のバージョンを表す定数です。...

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

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

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

絞り込み条件を変える

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

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

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

rubygems/commands/specification_command (18012.0)

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

...mspec の情報を 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 操作をリモートに限定...
...カルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を...

Gem::Commands::SpecificationCommand (15000.0)

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

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

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

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

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

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

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

@raise SystemExit gemspec をロードしている...
<< 1 2 3 ... > >>