るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. bigdecimal to_i
  5. ipaddr to_i

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::Specification (24000.0)

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

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 ファイルのバージョンの歴史を表す定数です。

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

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

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

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

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/commands/specification_command (12012.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 of...
...the gem
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, --both ローカルとリモートの両...
...方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[...

rubygems/specification (12012.0)

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

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

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

例:

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

絞り込み条件を変える

<< 1 2 3 ... > >>