860件ヒット
[1-100件を表示]
(0.095秒)
種類
ライブラリ
- ビルトイン (60)
- fiddle (12)
- 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) - win32ole (12)
クラス
- File (12)
-
Gem
:: Commands :: HelpCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: Platform (192) -
Gem
:: SourceIndex (12) -
Gem
:: SourceInfoCache (24) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (60) - Object (12)
-
WIN32OLE
_ METHOD (12)
モジュール
- Fiddle (12)
- Gem (12)
-
Gem
:: VersionOption (12) - Kernel (36)
キーワード
-
$ -I (12) -
$ : (12) -
$ LOAD _ PATH (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - == (12)
- === (12)
- =~ (12)
-
BUILD
_ RUBY _ PLATFORM (12) - CURRENT (12)
- Cygwin (12)
- DOSISH 対応 (12)
- GNU (12)
- GNU Hurd (12)
- Mac OS X (12)
- MinGW (12)
-
NEWS for Ruby 2
. 5 . 0 (8) - PLATFORMS (12)
-
PLATFORM
_ DEFAULTS (12) - RUBY (12)
-
RUBY
_ PLATFORM (12) - Ruby が動作するプラットフォーム (12)
- Rubyの起動 (12)
- Unix (12)
- VersionOption (12)
- Win32 (12)
- Win32ネイティブ版 (12)
- Win32ネイティブ版Rubyの互換性問題 (12)
-
add
_ platform _ option (12) - cpu (12)
- cpu= (12)
- fetch (12)
-
find
_ matching (12) -
full
_ name (12) - join (12)
- local (12)
- match (12)
- mingw32 (12)
- mswin32 (12)
- new (12)
-
original
_ platform (12) -
original
_ platform= (12) - os (12)
- os= (12)
- platform (12)
- platform= (12)
-
rake
/ gempackagetask (12) -
return
_ vtype (12) -
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 8 . 5 feature (12) -
ruby 1
. 9 feature (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) - 環境変数 (12)
検索結果
先頭5件
-
rubygems
/ platform (32000.0) -
選択した Gem のインストールを実行できるプラットフォームのリストを扱うライブラリです。
選択した Gem のインストールを実行できるプラットフォームのリストを扱うライブラリです。 -
rubygems (26024.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
さらに......m help platforms プラットフォームに関する情報を表示します
gem help <COMMAND> COMMAND に関するヘルプを表示します
(e.g. 'gem help install')
より詳しい情報:
https://rubygems.org
===... -
rubygems
/ commands / dependency _ command (26024.0) -
インストールされている Gem パッケージの依存関係を表示するためのライブラリです。
...NAME [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 操作をローカルに限定します
-r, --remote 操作をリモートに限定します
-b, --bo......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモ... -
rubygems
/ commands / specification _ command (26024.0) -
指定された Gem パッケージの gemspec の情報を YAML 形式で表示するためのライブラリです。
...-v, --version VERSION Specify version of gem to examine
--platform PLATFORM Specify the platform of gem to specification
--all Output specifications for all versions of
the gem
Local/Remote Opt......-r, --remote 操作をリモートに限定します
-b, --both ローカルとリモートの両方の操作を許可します
-B, --bulk-threshold COUNT Threshold for switching to bulk
synchroniz......ation (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモートの操作に HTTP プロクシを使用します
-u, --[no-]update-sources ローカルソースキ... -
rubygems
/ commands / install _ command (26018.0) -
Gem パッケージをローカルリポジトリにインストールするためのライブラリです。
...-platform PLATFORM 指定されたプラットフォームの Gem パッケージをインストールします
-v, --version VERSION 指定されたバージョンの Gem パッケージをインストールします
Install/Update Options:
-i, --install-dir DIR......-n, --bindir DIR Gem パッケージに含まれるバイナリファイルの配置先を指定します
-d, --[no-]rdoc インストール時に RDoc を生成します
--[no-]ri インストール時に RI ドキュメン......r/bin/env)
-f, --[no-]force 依存関係のチェックをバイパスして強制的にインストールします
-t, --[no-]test インストール時にユニットテストを実行します
-w, --[no-]wrappers Use bin wrappers for... -
rubygems
/ commands / outdated _ command (26018.0) -
更新が必要な Gem パッケージの一覧を出力するためのライブラリです。
...ated [options]
Options:
--platform PLATFORM 指定されたプラットフォームに関する情報を表示します
Local/Remote Options:
-l, --local 操作をローカルに限定します
-r, --remote 操作をリ......-B, --bulk-threshold COUNT Threshold for switching to bulk
synchronization (default 1000)
--source URL Gem パッケージのリモートリポジトリの URL を指定します
--[no-]http-proxy [URL] リモ......クシを使用します
-u, --[no-]update-sources ローカルソースキャッシュを更新します
Common Options:
-h, --help このコマンドのヘルプを表示します
-V, --[no-]verbose 表示を詳細にします... -
rubygems
/ commands / uninstall _ command (26018.0) -
Gem パッケージをアンインストールするためのライブラリです。
...ersions
-I, --[no-]ignore-dependencies Ignore dependency requirements while
uninstalling
-x, --[no-]executables Uninstall applicable executables without
confirmation
-i, --install-dir DIR Dir......ectory 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:
-h, --help......を表示します
-V, --[no-]verbose 表示を詳細にします
-q, --quiet 静かに実行します
--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレー... -
rubygems
/ version _ option (26016.0) -
Gem::Command の --version, --platform オプションのためのモジュールを 定義したライブラリです。
...Gem::Command の --version, --platform オプションのためのモジュールを
定義したライブラリです。... -
rake
/ gempackagetask (26012.0) -
Gem Spec ファイルを元にして Gem パッケージを作成するタスクを定義するためのライブラリです。
...z, tar.gz, tar.bz2 の各ファイルを作成する事もできます。
以下のタスクを定義します。
: PACKAGE_DIR/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'
s.require_path = 'lib'
s.autorequire = 'rake'
s.files = PKG_FILES
s.description = <<EOF
Rake is a Make-like program implemented in Ruby. Tasks
an......d dependencies are specified in standard Ruby syntax.
EOF
end
Rake::GemPackageTask.new(spec) do |pkg|
pkg.need_zip = true
pkg.need_tar = true
end...