1545件ヒット
[201-300件を表示]
(0.101秒)
ライブラリ
- ビルトイン (33)
-
rake
/ gempackagetask (24) -
rubygems
/ commands / dependency _ command (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (36) -
rubygems
/ doc _ manager (24) -
rubygems
/ format (24) -
rubygems
/ gem _ path _ searcher (60) -
rubygems
/ indexer (48) -
rubygems
/ installer (36) -
rubygems
/ old _ format (24) -
rubygems
/ package / tar _ input (24) -
rubygems
/ package / tar _ output (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (96) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (912) -
rubygems
/ uninstaller (84) -
rubygems
/ validator (12)
クラス
- Array (21)
-
Gem
:: Commands :: DependencyCommand (24) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (36) -
Gem
:: DocManager (24) -
Gem
:: Format (24) -
Gem
:: GemPathSearcher (60) -
Gem
:: Indexer (48) -
Gem
:: Installer (36) -
Gem
:: OldFormat (24) -
Gem
:: Package :: TarInput (24) -
Gem
:: Package :: TarOutput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (96) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (912) -
Gem
:: Uninstaller (84) -
Gem
:: Validator (12) -
Rake
:: GemPackageTask (24) - String (12)
キーワード
-
_ dump (12) - abbreviate (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) -
ask
_ if _ ok (12) - autorequire (12)
- autorequire= (12)
- bindir (12)
- bindir= (12)
-
cert
_ chain (12) -
cert
_ chain= (12) -
collect
_ specs (12) -
compact
_ specs (12) -
default
_ executable (12) - dependencies (12)
-
dependencies
_ ok? (12) -
dependency
_ order (12) -
dependent
_ gems (12) - description (12)
- description= (12)
-
development
_ dependencies (12) - download (12)
- email (12)
-
ensure
_ dependency (12) - executable (12)
- executables (12)
- extensions (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
- find (12)
-
find
_ all (12) -
find
_ gems _ with _ sources (12) -
find
_ name (12) -
find
_ reverse _ dependencies (12) -
find
_ spec _ by _ name _ and _ version (12) -
full
_ gem _ path (12) -
full
_ name (12) -
gem
_ paths (12) -
gem
_ spec (12) -
gem
_ spec= (12) -
generate
_ rdoc (12) -
generate
_ ri (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) - homepage (12)
- homepage= (12)
-
init
_ gemspecs (12) - install (12)
-
installation
_ path (12) -
latest
_ specs (12) -
lib
_ files (12) -
load
_ gemspec (12) -
loaded
_ from (12) -
loaded
_ from= (12) -
mark
_ version (12) -
matching
_ file? (12) -
matching
_ files (12) - name (12)
- normalize (12)
-
ok
_ to _ remove? (12) -
original
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - outdated (12)
- pack (21)
-
path
_ ok? (12) - platform (12)
- platform= (12)
-
print
_ dependencies (12) - remove (12)
-
remove
_ by _ name (12) -
remove
_ executables (12) -
remove
_ spec (12) -
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - requirements (12)
- requirements= (12)
-
rubygems
_ version (12) -
rubygems
_ version= (12) -
runtime
_ dependencies (12) - sanitize (12)
-
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) -
signing
_ key (12) - spec (48)
- spec= (24)
-
specification
_ version (12) -
specification
_ version= (12) - summary (12)
- summary= (12)
-
test
_ file (12) -
test
_ files (12) -
test
_ suite _ file (12) -
to
_ ruby (12) -
uninstall
_ gem (12) -
unit
_ test (12) - unpack (12)
- version (12)
- version= (12)
検索結果
先頭5件
- Gem
:: Specification # satisfies _ requirement?(dependency) -> bool - Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] - Gem
:: Specification # original _ name -> String - Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] - Gem
:: Specification # description -> String
-
Gem
:: Specification # satisfies _ requirement?(dependency) -> bool (15201.0) -
この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
...この Gem パッケージが与えられた依存関係を満たすかどうかを返します。
依存関係を満たす場合は真を返します。そうでない場合は偽を返します。
@param dependency チェックしたい依存関係を指定します。
@see Gem::Dependency... -
Gem
:: SourceInfoCache # search(pattern , platform _ only = false , all = false) -> [Gem :: Specification] (9218.0) -
与えられた条件を満たす Gem::Specification のリストを返します。
...:Specification のリストを返します。
@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。
@para......m all 真を指定するとキャッシュを更新してから検索を実行します。
@see Gem::SourceIndex#search... -
Gem
:: Specification # original _ name -> String (9207.0) -
このメソッドは後方互換性のために残されています。
...このメソッドは後方互換性のために残されています。
@see Gem::Specification#full_name... -
Gem
:: SourceIndex # search(gem _ pattern , platform _ only = false) -> [Gem :: Specification] (9202.0) -
引数で指定された条件を満たす Gem のリストを返します。
...引数で指定された条件を満たす Gem のリストを返します。
@param gem_pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。
@param platform_only 真を指定するとプラットフォームが一致するもののみを返します。... -
Gem
:: Specification # description -> String (9201.0) -
Gem パッケージの説明を返します。
Gem パッケージの説明を返します。 -
Gem
:: Specification # original _ platform -> String (9201.0) -
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。
この属性は古いバージョンの Gem パッケージをアンインストールするために残されています。 -
Gem
:: Specification # platform=(platform) (9201.0) -
この Gem パッケージを使用できるプラットフォームをセットします。
...この Gem パッケージを使用できるプラットフォームをセットします。
@param platform この Gem パッケージを使用できるプラットフォームを指定します。
デフォルトは Gem::Platform::RUBY です。
@see Gem::Platform::RUBY... -
Gem
:: Specification # summary=(summary) (9201.0) -
この Gem パッケージの短い説明をセットします。
...この Gem パッケージの短い説明をセットします。
@param summary 短い説明を指定します。... -
Gem
:: Specification # version -> Gem :: Version (9201.0) -
この Gem パッケージのバージョンを返します。
この Gem パッケージのバージョンを返します。