677件ヒット
[1-100件を表示]
(0.057秒)
ライブラリ
-
net
/ http (12) - rubygems (24)
-
rubygems
/ commands / dependency _ command (84) -
rubygems
/ dependency (120) -
rubygems
/ dependency _ installer (108) -
rubygems
/ dependency _ list (108) -
rubygems
/ exceptions (24) -
rubygems
/ installer (24) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (72)
クラス
-
Gem
:: Commands :: DependencyCommand (72) -
Gem
:: Dependency (108) -
Gem
:: DependencyInstaller (96) -
Gem
:: DependencyList (96) -
Gem
:: Installer (24) -
Gem
:: LoadError (24) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (72)
キーワード
- <=> (12)
- =~ (12)
-
DEFAULT
_ OPTIONS (12) - DependencyCommand (12)
- DependencyError (12)
- DependencyInstaller (12)
- DependencyList (12)
- DependencyRemovalException (12)
- HTTPFailedDependency (12)
-
NEWS for Ruby 3
. 0 . 0 (5) - TYPES (12)
- add (12)
-
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) - arguments (12)
- dependencies (12)
-
dependency
_ order (12) -
dependent
_ gems (12) -
ensure
_ dependency (12) - execute (12)
- fetch (12)
-
find
_ gems (12) -
find
_ gems _ with _ sources (12) -
find
_ matching (12) -
find
_ name (12) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) -
from
_ source _ index (12) -
gather
_ dependencies (12) -
gems
_ to _ install (12) - install (12)
-
installation
_ satisfies _ dependency? (12) -
installed
_ gems (12) - name (12)
- name= (12)
- new (12)
- ok? (12)
-
ok
_ to _ remove? (12) -
print
_ dependencies (12) -
remove
_ by _ name (12) -
requirements
_ list (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ dependency (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (12) -
satisfies
_ requirement? (12) - search (12)
-
spec
_ predecessors (12) - type (12)
- usage (12)
-
version
_ requirement (12) -
version
_ requirement= (12) -
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
Gem
:: DependencyList # dependency _ order -> [Gem :: Specification] (33413.0) -
依存する Gem の数が少ない順にソートされた Gem::Specification のリストを返します。
...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
:: Dependency (30000.0) -
Gem の依存関係を管理するクラスです。
Gem の依存関係を管理するクラスです。 -
Gem
:: DependencyInstaller # gather _ dependencies -> Array (21200.0) -
依存関係を無視するように指定されていない限り、インストールするように指定された Gem が依存している Gem の情報を集めて返します。
依存関係を無視するように指定されていない限り、インストールするように指定された
Gem が依存している Gem の情報を集めて返します。 -
Gem
:: Installer # ensure _ dependency(spec , dependency) -> true (18614.0) -
インストールしようとしている Gem が依存関係を満たしている事を確認します。
...合は、例外 Gem::InstallError が発生します。
@param spec Gem::Specification のインスタンスを指定します。
@param dependency Gem::Dependency のインスタンスを指定します。
@raise Gem::InstallError 依存関係を満たしていない場合に発生します。... -
Gem
:: Installer # installation _ satisfies _ dependency?(dependency) -> bool (18614.0) -
登録されているソースインデックスが与えられた依存関係を 満たすことができる場合は、真を返します。そうでない場合は偽を返します。
...登録されているソースインデックスが与えられた依存関係を
満たすことができる場合は、真を返します。そうでない場合は偽を返します。
@param dependency Gem::Dependency のインスタンスを指定します。... -
Gem
:: DependencyError (18000.0) -
依存関係の例外です。
依存関係の例外です。 -
Gem
:: DependencyInstaller (18000.0) -
ある Gem が依存している Gem を同時にインストールするためのクラスです。
ある Gem が依存している Gem を同時にインストールするためのクラスです。 -
Gem
:: DependencyList (18000.0) -
Gem の依存関係を扱うためのクラスです。
Gem の依存関係を扱うためのクラスです。 -
Gem
:: DependencyRemovalException (18000.0) -
Gem を削除出来なかった場合に使用する例外です。
Gem を削除出来なかった場合に使用する例外です。