るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

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

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

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

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

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

@raise...

rubygems/commands/specification_command (6090.0)

指定された Gem パッケージの 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...
...te Options:
-
l, --local 操作をローカルに限定します
-
r, --remote 操作をリモートに限定します
-
b, --both ローカルとリモートの両方の操作を許可します
-
B, --bulk-threshold...
...synchronization (default 1000)
-
-source URL Gem パッケージのリモートリポジトリの URL を指定します
-
-[no-]http-proxy [URL] リモートの操作に HTTP プロクシを使用します
-
u, --[no-]update-sources ローカルソ...

Gem::Specification.from_yaml(input) -> Gem::Specification (3207.0)

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

...YAML ファイルから gemspec をロードします。

YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec の...

Gem::Specification._load(str) -> Gem::Specification (3201.0)

マーシャルされたデータをロードするためのメソッドです。

マーシャルされたデータをロードするためのメソッドです。

@param str マーシャルされたデータを指定します。
<< 1 2 3 ... > >>