164件ヒット
[1-100件を表示]
(0.072秒)
別のキーワード
種類
- ライブラリ (96)
- インスタンスメソッド (48)
- モジュール (12)
- 文書 (8)
ライブラリ
-
rubygems
/ platform (24) -
rubygems
/ specification (12) -
rubygems
/ version _ option (24)
クラス
-
Gem
:: Platform (24) -
Gem
:: Specification (12)
モジュール
-
Gem
:: VersionOption (12)
キーワード
-
NEWS for Ruby 2
. 5 . 0 (8) - VersionOption (12)
-
add
_ platform _ option (12) -
full
_ name (12) -
rake
/ gempackagetask (12) - rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ version _ option (12) - version= (12)
検索結果
先頭5件
-
Gem
:: Platform # version -> String (24101.0) -
プラットフォームのバージョンを返します。
プラットフォームのバージョンを返します。 -
Gem
:: Platform # version=(version) (12208.0) -
プラットフォームのバージョンをセットします。
...プラットフォームのバージョンをセットします。
@param version プラットフォームのバージョンを指定します。... -
Gem
:: VersionOption # add _ platform _ option(task = command , *wrap) (12123.0) -
option parser に対して --platform オプションを追加します。
...option parser に対して --platform オプションを追加します。
@param task コマンド名を指定します。デフォルト値はインクルードされる側のクラスで指定されます。
@param wrap Gem::Command#add_option に渡すその他のオプションを指定し... -
rubygems
/ version _ option (12048.0) -
Gem::Command の --version, --platform オプションのためのモジュールを 定義したライブラリです。
...Gem::Command の --version, --platform オプションのためのモジュールを
定義したライブラリです。... -
Gem
:: VersionOption (9048.0) -
Gem::Command の --version, --platform オプションのためのモジュールです。
...Gem::Command の --version, --platform オプションのためのモジュールです。... -
rubygems (6486.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
===[a:gem_command] gem コマンドの使い方
$ gem help
RubyGems は Ruby のための高機能なパッケージ管理ツールです。
これはより多くの情報へのポ......:
gem -h/--help
gem -v/--version
gem command [arguments...] [options...]
例:
gem install rake
gem list --local
gem build package.gemspec
gem help install
さらにヘルプ:
gem help commands 全ての 'gem......' コマンドをリストアップします
gem help examples いくつかの使用方法の例を表示します
gem help platforms プラットフォームに関する情報を表示します
gem help <COMMAND> COMMAND に関するヘルプ... -
rubygems
/ commands / install _ command (6112.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
Usage: gem install GEMNAME [GEMNAME ...] [options] -- --build-flags [options]
Options:
--platform PLATFORM 指定されたプラットフォームの Gem パッケ......-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR Gem パッケージのインストー先を指定します
-n, --bindir DIR Gem パッケ......です
-P, --trust-policy POLICY Specify gem trust policy
--ignore-dependencies 依存している Gem パッケージをインストールしません
-y, --include-dependencies 依存している Gem パッケージをインストールします... -
rubygems
/ commands / specification _ command (6100.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
... Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
Usage: gem specification [GEMFILE] [options]
Options:
-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform o......f gem to specification
--all Output specifications for all versions of
the gem
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操......old COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTT... -
rubygems
/ commands / uninstall _ command (6094.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...