713件ヒット
[1-100件を表示]
(0.060秒)
別のキーワード
ライブラリ
- 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
:: Dependency (21016.0) -
Gem の依存関係を管理するクラスです。
...Gem の依存関係を管理するクラスです。... -
Kernel
# gem(gem _ name , *version _ requirements) -> bool (18392.0) -
$LOAD_PATH に Ruby Gem を追加します。
...uby Gem を追加します。
指定された Gem をロードする前にその Gem が必要とする Gem をロードします。
バージョン情報を省略した場合は、最も高いバージョンの Gem をロードします。
指定された Gem やその Gem が必要とする Gem......が見つからなかった場合は
Gem::LoadError が発生します。
バージョンの指定方法に関しては Gem::Version を参照してください。
rubygems ライブラリがライブラリバージョンの衝突を検出しない限り、
gem メソッドは全ての require メ......できます。
特定の Gem がまだインストールされていないという状況を試すために使用できます。
例:
GEM_SKIP=libA:libB ruby-I../libA -I../libB ./mycode.rb
@param gem Gem の名前の文字列か、Gem の依存関係を Gem::Dependency のインスタンスで... -
Gem
:: DependencyList # dependency _ order -> [Gem :: Specification] (12258.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
:: DependencyInstaller # find _ gems _ with _ sources(dep) -> Array (12146.0) -
与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。
...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。
Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に......きます。
@param dep Gem::Dependency のインスタンスを指定します。... -
Gem
:: Commands :: DependencyCommand # find _ gems(name , source _ index) -> Hash (12134.0) -
与えられた Gem の名前をインデックスから検索します。
...与えられた Gem の名前をインデックスから検索します。
@param name Gem の名前を指定します。
@param source_index Gem::SourceIndex のインスタンスを指定します。
@see Gem::SourceIndex#search... -
Gem
:: DependencyInstaller # installed _ gems -> Array (12132.0) -
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。
...
Gem::DependencyInstaller#install でインストールされた Gem のリストを返します。... -
Gem
:: DependencyInstaller # gems _ to _ install -> Array (12116.0) -
依存関係によりインストールされる予定の Gem のリストを返します。
...依存関係によりインストールされる予定の Gem のリストを返します。... -
rubygems
/ commands / dependency _ command (12058.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
Usage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFO......RM 指定したプラットフォームの依存関係を表示します
-R, --[no-]reverse-dependencies この Gem を使用している Gem を表示します
-p, --pipe Pipe Format (name --version ver)
Local/Remote Options:
-l, --local......old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT... -
rubygems
/ dependency _ installer (12032.0) -
ある Gem が依存している Gem を同時にインストールするためのライブラリです。
...ある Gem が依存している Gem を同時にインストールするためのライブラリです。...