1437件ヒット
[1-100件を表示]
(0.171秒)
ライブラリ
- ビルトイン (19)
- csv (1)
- rubygems (72)
-
rubygems
/ commands / update _ command (12) -
rubygems
/ config _ file (24) -
rubygems
/ custom _ require (12) -
rubygems
/ defaults (12) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ installer (60) -
rubygems
/ platform (12) -
rubygems
/ requirement (192) -
rubygems
/ source _ index (12) -
rubygems
/ specification (156) -
rubygems
/ version (84)
クラス
- CSV (1)
-
Gem
:: Commands :: UpdateCommand (12) -
Gem
:: ConfigFile (24) -
Gem
:: GemPathSearcher (12) -
Gem
:: Installer (60) -
Gem
:: Platform (12) -
Gem
:: Requirement (192) -
Gem
:: SourceIndex (12) -
Gem
:: Specification (156) -
Gem
:: Version (84) - String (12)
キーワード
- <=> (12)
- === (12)
- =~ (12)
- AbstractSyntaxTree (7)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 3
. 1 . 0 (4) -
OPERATING
_ SYSTEM _ DEFAULTS (12) - OPS (12)
-
PLATFORM
_ DEFAULTS (12) - RUBY (12)
- Requirement (12)
- RubyGemsPackageVersion (12)
- RubyGemsVersion (12)
-
WIN
_ PATTERNS (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
as
_ list (12) - concat (12)
- correct? (12)
- create (24)
- crypt (12)
- default (12)
-
do
_ rubygems _ update (12) - eql? (12)
- exact? (12)
-
exec
_ format (12) -
formatted
_ program _ filename (12) -
from
_ yaml (12) - generate (1)
- install (12)
-
lib
_ dirs _ for (12) - list (12)
-
load
_ specification (12) - mathn (4)
-
minitest
/ unit (1) -
net
/ telnet (10) - new (24)
- none? (12)
- parse (12)
- platform= (12)
-
power
_ assert (12) - prerelease? (12)
-
pretty
_ print (12) -
rake
/ gempackagetask (12) - rdoc (12)
- require (12)
-
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - ruby (12)
-
ruby
_ engine (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / stale _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / update _ command (12) -
rubygems
/ custom _ require (12) -
rubygems
/ defaults (12) -
rubygems
/ dependency _ installer (12) -
rubygems
/ dependency _ list (12) -
rubygems
/ digest / digest _ adapter (12) -
rubygems
/ digest / md5 (12) -
rubygems
/ digest / sha1 (12) -
rubygems
/ digest / sha2 (12) -
rubygems
/ exceptions (12) -
rubygems
/ ext (12) -
rubygems
/ ext / builder (12) -
rubygems
/ ext / configure _ builder (12) -
rubygems
/ ext / ext _ conf _ builder (12) -
rubygems
/ ext / rake _ builder (12) -
rubygems
/ format (12) -
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ installer (12) -
rubygems
/ old _ format (12) -
rubygems
/ package / tar _ header (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ package / tar _ output (12) -
rubygems
/ package / tar _ reader (12) -
rubygems
/ package / tar _ reader / entry (12) -
rubygems
/ package / tar _ writer (12) -
rubygems
/ platform (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ require _ paths _ builder (12) -
rubygems
/ requirement (12) -
rubygems
/ security (12) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (12) -
rubygems
/ specification (12) -
rubygems
/ test _ utilities (12) -
rubygems
/ timer (12) -
rubygems
/ uninstaller (12) -
rubygems
/ user _ interaction (12) -
rubygems
/ validator (12) -
rubygems
/ version _ option (12) -
rubygems
_ version (12) -
rubygems
_ version= (12) -
satisfied
_ by? (12) - specific? (12)
-
test
/ unit (12) -
to
_ ruby (12) -
to
_ s (24) - version (12)
-
win
_ platform? (12) -
write
_ spec (12)
検索結果
先頭5件
-
test
/ unit (26078.0) -
ユニットテストを行うためのライブラリです。
...0 からbundled gem(gemファイルのみを同梱)になりまし
た。詳しい内容は下記のプロジェクトページを参照してください。
* Test::Unit - Ruby用単体テストフレームワーク: https://test-unit.github.io/
なお、2.2.0より前のtest/unit は当時バ......ルしていた minitest/unit を使って再実装し
ていましたが、上記のtest/unitと完全な互換性がある訳ではありません。
Rubyのテスティングフレームワークの歴史については以下が詳しくまとまっています。
* Rubyのテスティング......フレームワークの歴史(2014年版) https://www.clear-code.com/blog/2014/11/6.html
* RubyKaigi 2015:The history of testing framework in Ruby https://www.clear-code.com/blog/2015/12/12.html
=== 使い方
Test::Unit は以下のように使います。
まずテスト対象のソー......フレームワークの歴史(2014年版) https://www.clear-code.com/blog/2014/11/6.html
* RubyKaigi 2015:The history of testing framework in Ruby https://www.clear-code.com/blog/2015/12/12.html... -
Gem
:: Commands :: UpdateCommand # do _ rubygems _ update(version) (24300.0) -
RubyGems 自体を更新します。
...
RubyGems 自体を更新します。... -
rubygems
/ gem _ path _ searcher (24016.0) -
Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのライブラリです。
...Gem パッケージに含まれているファイルのうちロード可能なものを検索するためのライブラリです。... -
Gem
:: RubyGemsPackageVersion -> String (21300.0) -
このライブラリのバージョンを表す文字列。
このライブラリのバージョンを表す文字列。 -
Gem
:: RubyGemsVersion -> String (21300.0) -
このライブラリのバージョンを表す文字列。
このライブラリのバージョンを表す文字列。 -
Kernel
# gem(gem _ name , *version _ requirements) -> bool (18508.0) -
$LOAD_PATH に Ruby Gem を追加します。
...$LOAD_PATH に Ruby Gem を追加します。
指定された Gem をロードする前にその Gem が必要とする Gem をロードします。
バージョン情報を省略した場合は、最も高いバージョンの Gem をロードします。
指定された Gem やその Gem が必......要とする Gem が見つからなかった場合は
Gem::LoadError が発生します。
バージョンの指定方法に関しては Gem::Version を参照してください。
rubygems ライブラリがライブラリバージョンの衝突を検出しない限り、
gem メソッドは全......境変数 GEM_SKIP
特定の Gem をロードしないようにするために環境変数 GEM_SKIP を定義することができます。
特定の Gem がまだインストールされていないという状況を試すために使用できます。
例:
GEM_SKIP=libA:libB ruby-I../libA -I.... -
Gem
:: Specification # required _ rubygems _ version -> Gem :: Requirement (18417.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンを返します。... -
rubygems
/ security (18348.0) -
このライブラリは暗号署名を RubyGems パッケージに使用するために使用します。
...のライブラリは暗号署名を RubyGems パッケージに使用するために使用します。
=== 署名付きの Gem パッケージ
==== 目次
* 概要
* 解説
* コマンドラインオプション
* OpenSSL リファレンス
* Bugs / TODO
* 作者について
==== 概要......名を RubyGems パッケージに使用するために使用します。
以下のセクションでは、署名付きの Gem パッケージを作成する方法を
ステップバイステップで解説しています。
==== 解説
@todo メソッドではない
あなたが自分の Gem に......す。
以下のコマンドを実行するとそれらを作成することができます。
# gemmaster@example.com のための秘密鍵と証明書を作成します
$ gem cert --build gemmaster@example.com
あなたのコンピュータの性能にもよりますが、これには 5 秒... -
Gem
:: Specification # required _ rubygems _ version=(requirement) (18328.0) -
この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
...この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。
@param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。
@see Gem::Requirement...