849件ヒット
[1-100件を表示]
(0.152秒)
ライブラリ
- ビルトイン (33)
-
rubygems
/ commands / dependency _ command (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (72) -
rubygems
/ gem _ path _ searcher (24) -
rubygems
/ indexer (48) -
rubygems
/ installer (12) -
rubygems
/ old _ format (24) -
rubygems
/ package / tar _ input (24) -
rubygems
/ package / tar _ output (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (84) -
rubygems
/ specification (420) -
rubygems
/ uninstaller (12) -
rubygems
/ validator (12)
クラス
- Array (21)
-
Gem
:: Commands :: DependencyCommand (24) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (72) -
Gem
:: GemPathSearcher (24) -
Gem
:: Indexer (48) -
Gem
:: Installer (12) -
Gem
:: OldFormat (24) -
Gem
:: Package :: TarInput (24) -
Gem
:: Package :: TarOutput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (84) -
Gem
:: Specification (420) -
Gem
:: Uninstaller (12) -
Gem
:: Validator (12) - String (12)
キーワード
-
_ dump (12) - abbreviate (12)
- add (12)
-
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ gem _ contents (12) -
add
_ runtime _ dependency (12) -
add
_ spec (12) -
add
_ specs (12) -
assign
_ defaults (12) - bindir (12)
- bindir= (12)
-
collect
_ specs (12) -
compact
_ specs (12) - date (12)
- date= (12)
-
default
_ executable (12) -
default
_ executable= (12) - dependencies (12)
-
dependencies
_ ok? (12) -
dependency
_ order (12) -
dependent
_ gems (12) - description (12)
- description= (12)
-
development
_ dependencies (12) - download (12)
-
ensure
_ dependency (12) -
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) - find (12)
-
find
_ all (12) -
find
_ gems _ with _ sources (12) -
find
_ name (24) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) -
gem
_ paths (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) -
latest
_ specs (12) -
load
_ gemspec (12) - loaded= (12)
- loaded? (12)
-
loaded
_ from (12) -
loaded
_ from= (12) - ok? (12)
-
ok
_ to _ remove? (12) - pack (21)
-
print
_ dependencies (12) -
remove
_ by _ name (12) -
remove
_ spec (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) -
runtime
_ dependencies (12) - sanitize (12)
-
satisfies
_ requirement? (12) - search (12)
- spec (12)
- spec= (12)
-
unit
_ test (12) - unpack (12)
- validate (12)
検索結果
先頭5件
-
Gem
:: DependencyList # dependency _ order -> [Gem :: Specification] (33618.0) -
依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。
...依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。
このことは、インストール済みの Gem を削除するときに便利です。
このメソッドで返された順にインストール済みの Gem 削除すると、
依存......If there are circular dependencies (yuck!), then gems will be
returned in order until only the circular dependents and anything
they reference are left. Then arbitrary gemspecs will be returned
until the circular dependency is broken, after which gems will be
returned in dependency order again.... -
Gem
:: Specification # development _ dependencies -> Array (30401.0) -
この Gem が依存している Gem のリストを返します。
この Gem が依存している Gem のリストを返します。 -
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (27419.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: Specification # dependent _ gems -> Array (24313.0) -
この Gem に依存している全ての Gem の情報のリストを返します。
...この Gem に依存している全ての Gem の情報のリストを返します。
それぞれのエントリは配列になっており、各要素は以下のようになっています。
(0) Gem::Specification
(1) Gem::Dependency
(2) Gem::Specification の配列... -
Gem
:: Specification # dependencies -> Array (24301.0) -
依存している Gem のリストを返します。
...依存している Gem のリストを返します。
@see Gem::Dependency... -
Gem
:: Specification # runtime _ dependencies -> Array (24301.0) -
この Gem パッケージが依存している Gem パッケージのリストを返します。
この Gem パッケージが依存している Gem パッケージのリストを返します。 -
Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array (21317.0) -
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。
...られた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。
@param gem_name Gem の名前を指定します。
@param version Gem が満たすバージョンに関する条件を指定します。... -
Gem
:: Installer # ensure _ dependency(spec , dependency) -> true (18707.0) -
インストールしようとしている Gem が依存関係を満たしている事を確認します。
...依存関係を満たしていない場合は、例外 Gem::InstallError が発生します。
@param spec Gem::Specification のインスタンスを指定します。
@param dependency Gem::Dependency のインスタンスを指定します。
@raise Gem::InstallError 依存関係を満たし... -
Gem
:: Uninstaller # dependencies _ ok?(spec) -> bool (18407.0) -
アンインストール指定された Gem を削除しても依存関係を満たすことができるか どうかチェックします。
...アンインストール指定された Gem を削除しても依存関係を満たすことができるか
どうかチェックします。
@param spec アンインストール指定されている Gem の Gem::Specification を指定します。...