1353件ヒット
[1-100件を表示]
(0.073秒)
ライブラリ
- ビルトイン (45)
-
rubygems
/ builder (24) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ dependency _ installer (24) -
rubygems
/ dependency _ list (72) -
rubygems
/ exceptions (12) -
rubygems
/ gem _ path _ searcher (48) -
rubygems
/ indexer (12) -
rubygems
/ installer (36) -
rubygems
/ old _ format (24) -
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ output (12) -
rubygems
/ platform (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (72) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (744) -
rubygems
/ uninstaller (84) -
rubygems
/ validator (12)
クラス
- Array (21)
-
Gem
:: Builder (12) -
Gem
:: Commands :: DependencyCommand (12) -
Gem
:: DependencyInstaller (24) -
Gem
:: DependencyList (72) -
Gem
:: GemPathSearcher (48) -
Gem
:: Indexer (12) -
Gem
:: Installer (36) -
Gem
:: OldFormat (24) -
Gem
:: Package :: TarInput (12) -
Gem
:: Package :: TarOutput (12) -
Gem
:: Platform (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (72) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (744) -
Gem
:: Uninstaller (84) -
Gem
:: Validator (12) - String (12)
モジュール
- Process (12)
キーワード
- Builder (12)
- InvalidSpecificationException (12)
-
MARSHAL
_ FIELDS (12) - RUBY (12)
-
_ load (12) - add (12)
-
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ gem _ contents (12) -
add
_ runtime _ dependency (12) -
ask
_ if _ ok (12) -
assign
_ defaults (12) -
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) - autorequire= (12)
-
clock
_ gettime (12) -
collect
_ specs (12) -
default
_ executable (12) -
default
_ executable= (12) -
default
_ value (12) -
dependencies
_ ok? (12) -
dependency
_ order (12) -
development
_ dependencies (12) - download (12)
- email (12)
- email= (12)
-
ensure
_ dependency (12) - executable (12)
- executable= (12)
- executables (12)
- executables= (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
- files= (12)
- find (12)
-
find
_ all (12) -
find
_ gems _ with _ sources (12) -
find
_ name (24) -
find
_ spec _ by _ name _ and _ version (12) -
from
_ yaml (12) -
full
_ gem _ path (12) -
full
_ name (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) -
has
_ test _ suite? (12) -
has
_ unit _ tests? (12) - install (12)
-
installation
_ path (12) -
latest
_ specs (12) -
lib
_ files (12) - list (12)
- load (12)
-
load
_ gemspec (12) -
load
_ specification (12) - loaded= (12)
- loaded? (12)
-
loaded
_ from (12) -
loaded
_ from= (12) - manual page (12)
-
matching
_ file? (12) -
matching
_ files (12) - new (12)
- normalize (12)
-
normalize
_ yaml _ input (12) - ok? (12)
-
ok
_ to _ remove? (12) -
original
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - pack (21)
- pack テンプレート文字列 (12)
-
path
_ ok? (12) - platform (12)
- platform= (12)
-
print
_ dependencies (12) -
read
_ only (12) - remove (12)
-
remove
_ by _ name (12) -
remove
_ executables (12) -
remove
_ spec (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
rubygems
/ builder (12) -
rubygems
/ commands / specification _ command (12) -
satisfies
_ requirement? (12) - search (24)
-
search
_ with _ source (12) - spec (36)
- spec= (12)
-
test
_ file (12) -
test
_ file= (12) -
test
_ files (12) -
test
_ files= (12) -
test
_ suite _ file (12) -
test
_ suite _ file= (12) -
uninstall
_ gem (12) -
unit
_ test (12) - unpack (12)
- validate (12)
- yaml (12)
-
yaml
_ initialize (12)
検索結果
先頭5件
-
Gem
:: SourceIndex # specification(full _ name) -> Gem :: Specification | nil (18318.0) -
指定された名前の Gem::Specification オブジェクトを返します。
...指定された名前の Gem::Specification オブジェクトを返します。
@param full_name Gem のフルネームを指定します。... -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (12318.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...たファイル名から Ruby スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit g... -
Gem
:: InvalidSpecificationException (12000.0) -
不正な gemspec に関する例外です。
不正な gemspec に関する例外です。 -
Gem
:: Specification # test _ file=(file) (9216.0) -
Gem::Specification#test_files= の単数バージョンです。
...Gem::Specification#test_files= の単数バージョンです。... -
Gem
:: Specification # test _ suite _ file=(file) (9216.0) -
この属性は非推奨です。 Gem::Specification#test_files= を使用してください。
...この属性は非推奨です。 Gem::Specification#test_files= を使用してください。
@param file テストスイートのファイルを指定します。... -
Gem
:: Installer # install -> Gem :: Specification (9207.0) -
Gem をインストールします。
...ル
specifications/<gem-version>.gemspec #=> gemspec ファイル
@return ロードされた Gem::Specification のインスタンスを返します。
@raise Gem::InstallError 要求された Ruby のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError......要求された RubyGems のバージョンを満たしていない場合に発生します。
@raise Gem::InstallError Zlib::GzipFile::Error が発生した場合に発生します。... -
Gem
:: Specification . from _ yaml(input) -> Gem :: Specification (9207.0) -
YAML ファイルから gemspec をロードします。
...YAML ファイルから gemspec をロードします。
YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec の... -
Gem
:: Specification . _ load(str) -> Gem :: Specification (9201.0) -
マーシャルされたデータをロードするためのメソッドです。
マーシャルされたデータをロードするためのメソッドです。
@param str マーシャルされたデータを指定します。 -
Gem
:: Specification . load(filename) -> Gem :: Specification (9201.0) -
gemspec ファイルをロードします。
...gemspec ファイルをロードします。
@param filename gemspec のファイル名を指定します。
@raise StandardError gemspec ファイル内でこのメソッドを呼んでいる場合に発生します。...