360件ヒット
[1-100件を表示]
(0.095秒)
種類
- 定数 (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 (30301.0) -
この Gem パッケージを動作させるのに必要な条件を返します。 これはユーザのためのシンプルな情報です。
この Gem パッケージを動作させるのに必要な条件を返します。
これはユーザのためのシンプルな情報です。 -
rake
/ gempackagetask (26006.0) -
Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。
...z, tar.gz, tar.bz2 の各ファイルを作成する事もできます。
以下のタスクを定義します。
: PACKAGE_DIR/NAME-VERSION.gem
Gem パッケージを作成します。
例:
require 'rubygems'
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY......s.summary = "Ruby based make-like utility."
s.name = 'rake'
s.version = PKG_VERSION
s.requirements << 'none'
s.require_path = 'lib'
s.autorequire = 'rake'
s.files = PKG_FILES
s.description = <<EOF
Rake is a Make-like program implemented in Ruby. Tasks
an......d dependencies are specified in standard Ruby syntax.
EOF
end
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end... -
rubygems
/ commands / lock _ command (26006.0) -
指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
...ジに依存する Gem を使用するために
必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
Usage: gem lock GEMNAME-VERSION [GEMNAME-VERSION ...] [options]
Options:
-s, --[no-]strict 依存関係を満たせない場合に失敗......を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー......scription:
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 recurs... -
rubygems
/ commands / uninstall _ command (26006.0) -
Gem パッケージをアンインストールするためのライブラリです。
...ersions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Dir......ectory 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:
-h, --help......を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー... -
Win32
:: Registry :: Constants :: REG _ RESOURCE _ REQUIREMENTS _ LIST (21501.0) -
@todo
@todo
レジストリ値の型。 -
Gem
:: Dependency # requirements _ list -> [String] (18301.0) -
バージョンの必要条件を文字列の配列として返します。
バージョンの必要条件を文字列の配列として返します。 -
Gem
:: Specification # requirements=(informations) (18301.0) -
この Gem パッケージを動作させるのに必要な条件をセットします。 これはユーザのためのシンプルな情報をセットします。
...この Gem パッケージを動作させるのに必要な条件をセットします。
これはユーザのためのシンプルな情報をセットします。
@param informations 情報を文字列の配列で指定します。... -
Gem
:: Dependency # version _ requirements=(version _ requirements) (12408.0) -
依存しているバージョンを設定します。
...依存しているバージョンを設定します。
@param version_requirements Gem::Requirement のインスタンスを指定します。... -
Gem
:: Dependency # version _ requirements -> Gem :: Requirement (12201.0) -
依存しているバージョンを返します。
依存しているバージョンを返します。