512件ヒット
[201-300件を表示]
(0.040秒)
別のキーワード
ライブラリ
- rubygems (12)
-
rubygems
/ commands / help _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ platform (204) -
rubygems
/ source _ index (12) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (60) -
rubygems
/ version _ option (24)
クラス
-
Gem
:: Commands :: HelpCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: Platform (192) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (60)
モジュール
- Gem (12)
-
Gem
:: VersionOption (12)
キーワード
- == (12)
- === (12)
- =~ (12)
- CURRENT (12)
-
NEWS for Ruby 2
. 5 . 0 (8) - PLATFORMS (12)
-
PLATFORM
_ DEFAULTS (12) - RUBY (12)
- VersionOption (12)
-
add
_ platform _ option (12) - cpu (12)
- cpu= (12)
- fetch (12)
-
find
_ matching (12) -
full
_ name (12) - local (12)
- match (12)
- new (12)
-
original
_ platform (12) -
original
_ platform= (12) - os (12)
- os= (12)
- platform (12)
- platform= (12)
-
rake
/ gempackagetask (12) - rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ platform (12) -
rubygems
/ version _ option (12) - search (24)
-
search
_ with _ source (12) -
to
_ a (12) -
to
_ s (12) - version (12)
- version= (12)
-
win
_ platform? (12)
検索結果
先頭5件
-
rake
/ gempackagetask (6074.0) -
Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。
...Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。
Gem パッケージだけでなく zip, tgz, tar.gz, tar.bz2 の各ファイルを作成する事もできます。
以下のタスクを定義します。
: PACKAGE_DI......R/NAME-VERSION.gem
Gem パッケージを作成します。
例:
require 'rubygems'
spec = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.summary = "Ruby based make-like utility."
s.name = 'rake'
s.version = PKG_VERSION
s.requirements << 'none'......re = 'rake'
s.files = PKG_FILES
s.description = <<EOF
Rake is a Make-like program implemented in Ruby. Tasks
and dependencies are specified in standard Ruby syntax.
EOF
end
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end... -
rubygems
/ commands / uninstall _ command (6070.0) -
Gem パッケージをアンインストールするためのライブラリです。
...Gem パッケージをアンインストールするためのライブラリです。
Usage: gem uninstall GEMNAME [GEMNAME ...] [options]
Options:
-a, --[no-]all Uninstall all matching versions
-I, --[no-]ignore-dependencies Ignore dependency requirements while......dir DIR Directory to uninstall gem from
-n, --bindir DIR Directory to remove binaries from
-v, --version VERSION Specify version of gem to uninstall
--platform PLATFORM Specify the platform of gem to uninstall
Common Options:
-......グオプションを有効にします
Arguments:
GEMNAME アンインストールする Gem パッケージ名を指定します。
Summary:
Gem パッケージをアンインストールします
Defaults:
--version '>= 0' --no-force --install-dir /usr/lib/ruby/gems/1.8... -
rubygems
/ commands / dependency _ command (6064.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...されている Gem パッケージの依存関係を表示するためのライブラリです。
Usage: gem dependency GEMNAME [options]
Options:
-v, --version VERSION 指定したバージョンの依存関係を表示します
--platform PLATFORM 指定......したプラットフォームの依存関係を表示します
-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
/ commands / fetch _ command (6064.0) -
Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。
...Gem パッケージをダウンロードしてカレントディレクトリに保存するためのライブラリです。
Usage: gem fetch GEMNAME [GEMNAME ...] [options]
Options:
-v, --version VERSION 指定されたバージョンの Gem を取得します
--pl......atform PLATFORM 指定されたプラットフォームの Gem を取得します
Local/Remote Options:
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
-p, --[no-]http-proxy [URL] リ......モートの操作に HTTP プロクシを使用します
--source URL Gem パッケージのリモートリポジトリの URL を指定します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]ve... -
rubygems
/ commands / outdated _ command (6046.0) -
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
...更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
Usage: gem outdated [options]
Options:
--platform PLATFORM 指定されたプラットフォームに関する情報を表示します
Local/Remote Options:
-l, --local......old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT......定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
更新が必要な Gem パッケージを全て表示します。... -
Gem
:: Platform # =~(other) -> bool (6036.0) -
自身と other のプラットフォームが一致する場合に真を返します。 そうでない場合は、偽を返します。
...合は、偽を返します。
other が文字列の場合は、まず Gem::Platform に変換してから比較を行います。
other が文字列でも Gem::Platform でもない場合は nil を返します。
@param other 比較対象のオブジェクトです。
@see Gem::Platform#===... -
Gem
:: Platform :: RUBY -> String (6032.0) -
Pure Ruby の Gem はバイナリファイルをビルドするために Gem::Specification#extensions を使用する可能性があります。
...Pure Ruby の Gem はバイナリファイルをビルドするために Gem::Specification#extensions
を使用する可能性があります。... -
rubygems
/ version _ option (6032.0) -
Gem::Command の --version, --platform オプションのためのモジュールを 定義したライブラリです。
...Gem::Command の --version, --platform オプションのためのモジュールを
定義したライブラリです。... -
Gem
:: Platform :: CURRENT -> String (6016.0) -
特定のプラットフォーム向けの Gem をビルドするときに使用します。
...特定のプラットフォーム向けの Gem をビルドするときに使用します。...