るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. bigdecimal to_r
  5. fileutils rm_r

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

Gem::Commands::DependencyCommand#find_reverse_dependencies(spec) -> Array (27406.0)

与えられた Gem スペックに依存する Gem のリストを返します。

...与えられた Gem スペックに依存する Gem のリストを返します。

@param spec Gem::Specification のインスタンスを指定します。...

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

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

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

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

Gem::Specification#required_ruby_version -> Gem::Requirement (21600.0)

この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。

...この Gem パッケージを動作させるのに必要な Ruby のバージョンを返します。...

絞り込み条件を変える

Gem::Specification#required_rubygems_version -> Gem::Requirement (21600.0)

この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。

...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。...

Gem::DependencyInstaller#find_spec_by_name_and_version(gem_name, version = Gem::Requirement.default) -> Array (21516.0)

与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。

...れた Gem の名前とバージョンに関する条件にマッチする Gem::Specification
それの存在する URI を含む配列を返します。

@param gem_name Gem の名前を指定します。

@param version Gem が満たすバージョンに関する条件を指定します。...

Gem::Commands::DependencyCommand#print_dependencies(spec, level = 0) -> String (21406.0)

依存関係を表す文字列を返します。

...依存関係を表す文字列を返します。

@param spec Gem::Specification のインスタンスを指定します。

@param level 依存関係の深さを指定します。...

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

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

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

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

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>