648件ヒット
[101-200件を表示]
(0.046秒)
別のキーワード
ライブラリ
-
rubygems
/ command (324) -
rubygems
/ command _ manager (84) -
rubygems
/ commands / build _ command (60) -
rubygems
/ commands / dependency _ command (72) -
rubygems
/ commands / lock _ command (24) -
rubygems
/ commands / unpack _ command (12) -
rubygems
/ commands / update _ command (24) -
rubygems
/ commands / which _ command (24) -
rubygems
/ version _ option (24)
クラス
モジュール
-
Gem
:: VersionOption (24)
キーワード
- [] (12)
-
add
_ extra _ args (12) -
add
_ option (12) -
add
_ platform _ option (12) -
add
_ version _ option (12) - arguments (36)
- begins? (12)
-
command
_ names (12) - complain (12)
- defaults (12)
- defaults= (12)
-
defaults
_ str (12) - description (12)
-
do
_ rubygems _ update (12) - execute (36)
-
find
_ command (12) -
find
_ command _ possibilities (12) -
find
_ gems (12) -
find
_ paths (12) -
find
_ reverse _ dependencies (12) -
gem
_ paths (12) -
get
_ all _ gem _ names (12) -
get
_ one _ gem _ name (12) -
get
_ one _ optional _ argument (12) -
get
_ path (12) - handles? (12)
- invoke (12)
-
load
_ gemspecs (12) -
print
_ dependencies (12) -
process
_ args (12) -
program
_ name (12) -
program
_ name= (12) -
register
_ command (12) -
remove
_ option (12) - run (12)
-
show
_ help (12) -
show
_ lookup _ failure (12) -
spec
_ path (12) - summary (12)
- summary= (12)
- usage (36)
-
when
_ invoked (12) -
which
_ to _ update (12) - yaml? (12)
検索結果
先頭5件
-
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (21101.0) -
RubyGems 自体を更新します。
...RubyGems 自体を更新します。... -
Gem
:: Commands :: UpdateCommand # which _ to _ update(highest _ installed _ gems , gem _ names) -> Array (15218.0) -
更新が必要な Gem のリストを返します。
...更新が必要な Gem のリストを返します。... -
Gem
:: Command # get _ all _ gem _ names -> Array (15130.0) -
コマンドラインで与えられた Gem の名前を全て取得して返します。
...コマンドラインで与えられた Gem の名前を全て取得して返します。
@raise Gem::CommandLineError コマンドライン引数から Gem の名前を取得できない場合に発生します。... -
Gem
:: Command # get _ one _ gem _ name -> String (15130.0) -
コマンドラインで与えられた Gem の名前を一つ取得して返します。
...コマンドラインで与えられた Gem の名前を一つ取得して返します。
@raise Gem::CommandLineError コマンドライン引数から Gem の名前を一つだけ取得できない場合に発生します。... -
Gem
:: Commands :: LockCommand # spec _ path(gem _ full _ name) -> String (15130.0) -
指定された Gem パッケージの gemspec ファイルのフルパスを返します。
...指定された Gem パッケージの gemspec ファイルのフルパスを返します。
@param gem_full_name Gem パッケージの名前を指定します。... -
Gem
:: Commands :: UnpackCommand # get _ path(gemname , version _ req) -> String | nil (15123.0) -
引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
...引数で指定された条件にマッチする Gem パッケージを保存しているパスを返します。
@param gemname Gem パッケージの名前を指定します。
@param version_req バージョンの満たすべき条件を文字列で指定します。... -
Gem
:: Commands :: DependencyCommand # find _ reverse _ dependencies(spec) -> Array (15039.0) -
与えられた Gem スペックに依存する Gem のリストを返します。
...与えられた Gem スペックに依存する Gem のリストを返します。
@param spec Gem::Specification のインスタンスを指定します。... -
Gem
:: Commands :: DependencyCommand # print _ dependencies(spec , level = 0) -> String (15007.0) -
依存関係を表す文字列を返します。
...依存関係を表す文字列を返します。
@param spec Gem::Specification のインスタンスを指定します。
@param level 依存関係の深さを指定します。... -
Gem
:: Commands :: LockCommand # complain(message) -> () (15007.0) -
指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
@param message 表示するメッセージを指定します。
@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。...