るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem prefix
  5. gem clear_paths

モジュール

キーワード

検索結果

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

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

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

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

Gem::Specification#rubygems_version -> String (12116.0)

この Gem パッケージを作成した RubyGems のバージョンを返します。

...この Gem パッケージを作成した RubyGems のバージョンを返します。...

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

rubygems/commands/specification_command (12070.0)

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

...指定された 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...
...old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT...

rubygems/specification (12040.0)

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

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

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

例:

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

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

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

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

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

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

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

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

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

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

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