360件ヒット
[1-100件を表示]
(0.074秒)
種類
- 定数 (168)
- インスタンスメソッド (144)
- ライブラリ (36)
- 特異メソッド (12)
ライブラリ
- rubygems (36)
-
rubygems
/ dependency (36) -
rubygems
/ requirement (24) -
rubygems
/ specification (60) -
win32
/ registry (168)
クラス
-
Gem
:: Dependency (36) -
Gem
:: LoadError (24) -
Gem
:: Requirement (24) -
Gem
:: Specification (60)
モジュール
- Kernel (12)
-
Win32
:: Registry :: Constants (168)
キーワード
-
REG
_ BINARY (12) -
REG
_ DWORD (12) -
REG
_ DWORD _ BIG _ ENDIAN (12) -
REG
_ DWORD _ LITTLE _ ENDIAN (12) -
REG
_ EXPAND _ SZ (12) -
REG
_ FULL _ RESOURCE _ DESCRIPTOR (12) -
REG
_ LINK (12) -
REG
_ MULTI _ SZ (12) -
REG
_ NONE (12) -
REG
_ QWORD (12) -
REG
_ QWORD _ LITTLE _ ENDIAN (12) -
REG
_ RESOURCE _ LIST (12) -
REG
_ RESOURCE _ REQUIREMENTS _ LIST (12) -
REG
_ SZ (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) - concat (12)
- gem (12)
- new (12)
-
rake
/ gempackagetask (12) - requirements= (12)
-
requirements
_ list (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
version
_ requirement (12) -
version
_ requirement= (12) -
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
Gem
:: Specification # requirements -> Array (21101.0) -
この Gem パッケージを動作させるのに必要な条件を返します。 これはユーザのためのシンプルな情報です。
この Gem パッケージを動作させるのに必要な条件を返します。
これはユーザのためのシンプルな情報です。 -
rubygems
/ commands / lock _ command (12006.0) -
指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
...呼び出し方法を文字列で出力します。
Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict 依存関係を満たせない場合に失敗します
Common Options:
-h, --help このコマン......示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ru......escription:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
versions in the requirements list to ensure that the gems loaded will always
be consistent. A full recur... -
rubygems
/ commands / uninstall _ command (12006.0) -
Gem パッケージをアンインストールするためのライブラリです。
...Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --......dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-......示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ru... -
Gem
:: Dependency # version _ requirements=(version _ requirements) (9214.0) -
依存しているバージョンを設定します。
...依存しているバージョンを設定します。
@param version_requirements Gem::Requirement のインスタンスを指定します。... -
Win32
:: Registry :: Constants :: REG _ RESOURCE _ REQUIREMENTS _ LIST (9201.0) -
@todo
@todo
レジストリ値の型。 -
Gem
:: Dependency # requirements _ list -> [String] (9101.0) -
バージョンの必要条件を文字列の配列として返します。
バージョンの必要条件を文字列の配列として返します。 -
Gem
:: Dependency # version _ requirements -> Gem :: Requirement (9101.0) -
依存しているバージョンを返します。
依存しているバージョンを返します。 -
Gem
:: Specification # requirements=(informations) (9101.0) -
この Gem パッケージを動作させるのに必要な条件をセットします。 これはユーザのためのシンプルな情報をセットします。
この Gem パッケージを動作させるのに必要な条件をセットします。
これはユーザのためのシンプルな情報をセットします。
@param informations 情報を文字列の配列で指定します。 -
Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] (6320.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...st[][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...