713件ヒット
[201-300件を表示]
(0.039秒)
別のキーワード
ライブラリ
- rubygems (36)
-
rubygems
/ commands / dependency _ command (84) -
rubygems
/ dependency (120) -
rubygems
/ dependency _ installer (108) -
rubygems
/ dependency _ list (108) -
rubygems
/ exceptions (24) -
rubygems
/ installer (24) -
rubygems
/ requirement (12) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
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
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (72)
モジュール
- Kernel (12)
キーワード
- <=> (12)
- =~ (12)
-
DEFAULT
_ OPTIONS (12) - DependencyCommand (12)
- DependencyError (12)
- DependencyInstaller (12)
- DependencyList (12)
- DependencyRemovalException (12)
-
NEWS for Ruby 3
. 0 . 0 (5) - Requirement (12)
- 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 (24)
-
search
_ with _ source (12) -
spec
_ predecessors (12) - type (12)
- usage (12)
-
version
_ requirement (12) -
version
_ requirement= (12) -
version
_ requirements (12) -
version
_ requirements= (12)
検索結果
先頭5件
-
Gem
:: Specification # dependent _ gems -> Array (9156.0) -
この Gem に依存している全ての Gem の情報のリストを返します。
...この Gem に依存している全ての Gem の情報のリストを返します。
それぞれのエントリは配列になっており、各要素は以下のようになっています。
(0) Gem::Specification
(1) Gem::Dependency
(2) Gem::Specification の配列... -
Gem
:: DependencyInstaller (9032.0) -
ある Gem が依存している Gem を同時にインストールするためのクラスです。
...ある Gem が依存している Gem を同時にインストールするためのクラスです。... -
Gem
:: Commands :: DependencyCommand (9016.0) -
インストールされている Gem パッケージの依存関係を表示するためのクラスです。
...インストールされている Gem パッケージの依存関係を表示するためのクラスです。... -
Gem
:: DependencyList (9016.0) -
Gem の依存関係を扱うためのクラスです。
...Gem の依存関係を扱うためのクラスです。... -
Gem
:: DependencyRemovalException (9016.0) -
Gem を削除出来なかった場合に使用する例外です。
...Gem を削除出来なかった場合に使用する例外です。... -
Gem
:: DependencyError (9000.0) -
依存関係の例外です。
依存関係の例外です。 -
Gem
:: DependencyInstaller . new(options = {}) -> Gem :: DependencyInstaller (6261.0) -
自身を初期化します。
...ンとして以下のものを利用できます。
: :cache_dir
*.gem ファイルを保存するディレクトリを指定します。
: :domain
:local (カレントディレクトリのみ検索します), :remote (Gem.sources を検索します),
:both (:local, :remote の両方を検索......だし、署名付きの Gem のみをインストールするポリシーが指定されている場合は上記のチェックを
実行します。
: :format_executable
Gem::Installer.new を参照してください。
: :ignore_dependencies
依存している Gem をインストールし......ません。
: :install_dir
Gem をインストールするディレクトリです。
: :security_policy
セキュリティポリシーを指定します。
: :user_install
false を指定するとユーザのホームディレクトリにインストールしません。
nil を指定す... -
Gem
:: DependencyInstaller # find _ spec _ by _ name _ and _ version(gem _ name , version = Gem :: Requirement . default) -> Array (6252.0) -
与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と それの存在する URI を含む配列を返します。
...与えられた Gem の名前とバージョンに関する条件にマッチする Gem::Specification と
それの存在する URI を含む配列を返します。
@param gem_name Gem の名前を指定します。
@param version Gem が満たすバージョンに関する条件を指定しま... -
Gem
:: DependencyList . from _ source _ index(src _ index) -> Gem :: DependencyList (6229.0) -
与えられた Gem::SourceIndex のインスタンスから自身を作成します。
...与えられた Gem::SourceIndex のインスタンスから自身を作成します。
@param src_index Gem::SourceIndex を指定します。
@see Gem::SourceIndex...