1452件ヒット
[1-100件を表示]
(0.042秒)
別のキーワード
種類
- インスタンスメソッド (1164)
- 特異メソッド (216)
- 定数 (60)
- クラス (12)
クラス
-
Gem
:: Specification (1440)
キーワード
-
CURRENT
_ SPECIFICATION _ VERSION (12) -
MARSHAL
_ FIELDS (12) -
NONEXISTENT
_ SPECIFICATION _ VERSION (12) -
SPECIFICATION
_ VERSION _ HISTORY (12) - Specification (12)
- TODAY (12)
-
_ dump (12) -
_ load (12) -
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
array
_ attribute (12) -
array
_ attributes (12) -
assign
_ defaults (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- autorequire (12)
- autorequire= (12)
- bindir (12)
- bindir= (12)
-
cert
_ chain (12) -
cert
_ chain= (12) - date (12)
- date= (12)
-
default
_ executable (12) -
default
_ executable= (12) -
default
_ value (12) - dependencies (12)
-
dependent
_ gems (12) - description (12)
- description= (12)
-
development
_ dependencies (12) - email (12)
- email= (12)
- executable (12)
- executable= (12)
- executables (12)
- executables= (12)
- extensions (12)
- extensions= (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
- files= (12)
-
from
_ yaml (12) -
full
_ gem _ path (12) -
full
_ name (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) -
has
_ test _ suite? (12) -
has
_ unit _ tests? (12) - homepage (12)
- homepage= (12)
-
installation
_ path (12) -
lib
_ files (12) - list (12)
- load (12)
- loaded= (12)
- loaded? (12)
-
loaded
_ from (12) -
loaded
_ from= (12) -
mark
_ version (12) - name (12)
- name= (12)
- normalize (12)
-
normalize
_ yaml _ input (12) -
original
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) -
overwrite
_ accessor (12) - platform (12)
- platform= (12)
-
read
_ only (12) -
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - requirements (12)
- requirements= (12)
-
rubygems
_ version (12) -
rubygems
_ version= (12) -
runtime
_ dependencies (12) -
satisfies
_ requirement? (12) -
signing
_ key (12) -
signing
_ key= (12) -
specification
_ version (12) -
specification
_ version= (12) - summary (12)
- summary= (12)
-
test
_ file (12) -
test
_ file= (12) -
test
_ files (12) -
test
_ files= (12) -
test
_ suite _ file (12) -
test
_ suite _ file= (12) -
to
_ ruby (12) - validate (12)
- version (12)
- version= (12)
-
yaml
_ initialize (12)
検索結果
先頭5件
-
Gem
:: Specification # required _ rubygems _ version -> Gem :: Requirement (9219.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。... -
Gem
:: Specification # dependent _ gems -> Array (9152.0) -
この Gem に依存している全ての Gem の情報のリストを返します。
...この Gem に依存している全ての Gem の情報のリストを返します。
それぞれのエントリは配列になっており、各要素は以下のようになっています。
(0) Gem::Specification
(1) Gem::Dependency
(2) Gem::Specification の配列... -
Gem
:: Specification # rubygems _ version=(version) (9134.0) -
この Gem パッケージを作成した RubyGems のバージョンをセットします。 この属性は Gem パッケージが作成された時に自動的にセットされます。
...この Gem パッケージを作成した RubyGems のバージョンをセットします。
この属性は Gem パッケージが作成された時に自動的にセットされます。
@param version RubyGems のバージョンを指定します。... -
Gem
:: Specification # required _ rubygems _ version=(requirement) (9130.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement... -
Gem
:: Specification # full _ gem _ path -> String (9119.0) -
この Gem パッケージへのフルパスを返します。
...この Gem パッケージへのフルパスを返します。... -
Gem
:: Specification # rubygems _ version -> String (9118.0) -
この Gem パッケージを作成した RubyGems のバージョンを返します。
...この Gem パッケージを作成した RubyGems のバージョンを返します。... -
Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] (3288.0) -
この gem の DEVELOPMENT 依存性を追加します。 この gem の開発時に必要となる gem を指定します。
...この gem の DEVELOPMENT 依存性を追加します。
この gem の開発時に必要となる gem を指定します。
//emlist[][ruby]{
gem "rack", "~> 1.6", ">= 1.6.12"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param require......ments バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_runtime_dependency, Gem::Dependency... -
Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] (3268.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...この gem の RUNTIME 依存性を追加します。
実行時に必要となる gem を指定します。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の......名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency... -
Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] (3268.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...この gem の RUNTIME 依存性を追加します。
実行時に必要となる gem を指定します。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の......名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency...