1257件ヒット
[1-100件を表示]
(0.154秒)
ライブラリ
- ビルトイン (33)
-
rake
/ gempackagetask (12) -
rubygems
/ commands / dependency _ command (24) -
rubygems
/ commands / which _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (60) -
rubygems
/ format (12) -
rubygems
/ gem _ path _ searcher (60) -
rubygems
/ indexer (48) -
rubygems
/ installer (36) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ input (24) -
rubygems
/ package / tar _ output (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (84) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (720) -
rubygems
/ uninstaller (48)
クラス
- Array (21)
-
Gem
:: Commands :: DependencyCommand (24) -
Gem
:: Commands :: WhichCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (60) -
Gem
:: Format (12) -
Gem
:: GemPathSearcher (60) -
Gem
:: Indexer (48) -
Gem
:: Installer (36) -
Gem
:: OldFormat (12) -
Gem
:: Package :: TarInput (24) -
Gem
:: Package :: TarOutput (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (84) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (720) -
Gem
:: Uninstaller (48) -
Rake
:: GemPackageTask (12) - 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) -
assign
_ defaults (12) - autorequire (12)
- bindir (12)
-
cert
_ chain (12) -
collect
_ specs (12) -
compact
_ specs (12) - date (12)
-
default
_ executable (12) - dependencies (12)
-
dependencies
_ ok? (12) -
dependency
_ order (12) -
dependent
_ gems (12) - description (12)
-
development
_ dependencies (12) - download (12)
- email (12)
-
ensure
_ dependency (12) - executable (12)
- executables (12)
- extensions (12)
-
extra
_ rdoc _ files (12) -
file
_ name (12) - 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) -
full
_ gem _ path (12) -
full
_ name (12) -
gem
_ paths (12) -
gem
_ spec (12) -
has
_ rdoc (12) -
has
_ rdoc? (12) -
has
_ test _ suite? (12) -
has
_ unit _ tests? (12) - homepage (12)
-
init
_ gemspecs (12) - install (12)
-
installation
_ path (12) -
latest
_ specs (12) -
lib
_ files (12) -
load
_ gemspec (12) - loaded? (12)
-
loaded
_ from (12) -
mark
_ version (12) -
matching
_ file? (12) -
matching
_ files (12) - name (12)
- normalize (12)
- ok? (12)
-
ok
_ to _ remove? (12) -
original
_ name (12) -
original
_ platform (12) - pack (21)
-
path
_ ok? (12) - platform (12)
-
print
_ dependencies (12) -
remove
_ by _ name (12) -
remove
_ spec (12) -
require
_ path (12) -
require
_ paths (12) -
required
_ ruby _ version (12) -
required
_ rubygems _ version (12) - requirements (12)
-
rubygems
_ version (12) -
runtime
_ dependencies (12) - sanitize (12)
-
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) -
signing
_ key (12) - spec (48)
-
specification
_ version (12) - summary (12)
-
test
_ file (12) -
test
_ files (12) -
test
_ suite _ file (12) -
to
_ ruby (12) - unpack (12)
- validate (12)
- version (12)
検索結果
先頭5件
- Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil - Gem
:: Specification # specification _ version -> Integer - Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] - Gem
:: Specification # dependent _ gems -> Array
-
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (24519.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: Specification # specification _ version -> Integer (18302.0) -
この Gem パッケージに用いられている gemspec のバージョンを返します。
...この Gem パッケージに用いられている gemspec のバージョンを返します。... -
Gem
:: Specification # add _ dependency(gem , *requirements) -> [Gem :: Dependency] (12313.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...す。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョ......ンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency... -
Gem
:: Specification # add _ runtime _ dependency(gem , *requirements) -> [Gem :: Dependency] (12313.0) -
この gem の RUNTIME 依存性を追加します。 実行時に必要となる gem を指定します。
...す。
//emlist[][ruby]{
# https://github.com/rurema/bitclust/blob/v1.2.3/bitclust-core.gemspec#L25
s.add_runtime_dependency "progressbar", ">= 1.9.0", "< 2.0"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements バージョ......ンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_development_dependency, Gem::Dependency... -
Gem
:: Specification # dependent _ gems -> Array (12213.0) -
この Gem に依存している全ての Gem の情報のリストを返します。
...この Gem に依存している全ての Gem の情報のリストを返します。
それぞれのエントリは配列になっており、各要素は以下のようになっています。
(0) Gem::Specification
(1) Gem::Dependency
(2) Gem::Specification の配列... -
Gem
:: Specification # add _ development _ dependency(gem , *requirements) -> [Gem :: Dependency] (12207.0) -
この gem の DEVELOPMENT 依存性を追加します。 この gem の開発時に必要となる gem を指定します。
...gem の DEVELOPMENT 依存性を追加します。
この gem の開発時に必要となる gem を指定します。
//emlist[][ruby]{
gem "rack", "~> 1.6", ">= 1.6.12"
//}
@param gem 依存する gem の名前か Gem::Dependency のインスタンスを指定します。
@param requirements......バージョンの必要条件を 0 個以上指定します。デフォルトは ">= 0" です。
@see Gem::Specification#add_runtime_dependency, Gem::Dependency... -
Gem
:: Specification # dependencies -> Array (12201.0) -
依存している Gem のリストを返します。
...依存している Gem のリストを返します。
@see Gem::Dependency... -
Gem
:: Specification # development _ dependencies -> Array (12201.0) -
この Gem が依存している Gem のリストを返します。
この Gem が依存している Gem のリストを返します。 -
Gem
:: Specification # runtime _ dependencies -> Array (12201.0) -
この Gem パッケージが依存している Gem パッケージのリストを返します。
この Gem パッケージが依存している Gem パッケージのリストを返します。