dfect 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CREDITS +1 -0
- data/doc/api/apple-touch-icon.png +0 -0
- data/doc/api/classes/Dfect.html +92 -32
- data/doc/api/classes/Kernel.html +8 -8
- data/doc/api/classes/Object.html +1 -1
- data/doc/api/created.rid +1 -1
- data/doc/api/favicon.ico +0 -0
- data/doc/api/files/CREDITS.html +4 -1
- data/doc/api/files/LICENSE.html +1 -1
- data/doc/api/files/lib/dfect/auto_rb.html +1 -1
- data/doc/api/files/lib/dfect/mini_rb.html +1 -1
- data/doc/api/files/lib/dfect/spec_rb.html +1 -3
- data/doc/api/files/lib/dfect/unit_rb.html +1 -1
- data/doc/api/files/lib/dfect_rb.html +1 -1
- data/doc/api/js/searchdoc.js +38 -15
- data/doc/api/panel/index.html +13 -5
- data/doc/api/panel/search_index.js +1 -1
- data/doc/api/panel/tree.js +1 -1
- data/doc/history.erb +92 -12
- data/doc/index.erb +2 -2
- data/doc/index.html +2323 -0
- data/doc/intro.erb +45 -68
- data/doc/setup.erb +91 -7
- data/doc/usage.erb +214 -154
- data/lib/dfect/auto.rb +4 -4
- data/lib/dfect/mini.rb +7 -2
- data/lib/dfect/spec.rb +2 -3
- data/lib/dfect/unit.rb +11 -4
- data/lib/dfect.rb +24 -3
- data/rakefile +4 -4
- data/test/dfect.rb +2 -2
- metadata +9 -5
- data/doc/index.xhtml +0 -833
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dfect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Suraj N. Kurapati
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-10-27 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -22,7 +22,9 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: "1"
|
24
24
|
version:
|
25
|
-
description: Assertion testing library for Ruby
|
25
|
+
description: " Dfect 1.1.0\n\n Assertion testing library for Ruby\n\n http://snk.tuxfamily.org/lib/dfect/\n\n Dfect is an assertion testing library for Ruby that\n emphasizes a simple assertion vocabulary, instant\n debuggability of failures, and flexibility in composing\n tests.\n\n\
|
26
|
+
Version 1.1.0 (2009-10-27)\n\n This release adds a new method for emitting status messages\n and does some internal housekeeping.\n\n * [1]Thank you\n\n * [2]New features\n\n * [3]Housekeeping\n\n Thank you\n\n * I\xC3\xB1aki Baz Castillo used Dfect and suggested new\n features.\n\n New features\n\n * Add Dfect::S() method for [4]adding status messages to\n the execution report. This feature was [5]requested by\n I\xC3\xB1aki Baz Castillo.\n\n Housekeeping\n\n * Remove unused require of `delegate' standard library in\n `dfect/spec' RSpec emulation layer.\n\n * Mention [6]Emulation layers for popular testing\n libraries.\n\n * Mention that assertions take an optional message\n parameter.\n\n * Replace sample unit test with Dfect test suite.\n\n * Upgrade user manual to ERBook 9.0.0.\n\n\
|
27
|
+
References\n\n 1. http://snk.tuxfamily.org/lib/dfect/#Thank-you\n 2. http://snk.tuxfamily.org/lib/dfect/#New-features\n 3. http://snk.tuxfamily.org/lib/dfect/#Housekeeping\n 4. http://snk.tuxfamily.org/lib/dfect/#Reporting\n 5. http://github.com/sunaku/dfect/issues/closed#issue/1\n 6. http://snk.tuxfamily.org/lib/dfect/#Emulation\n"
|
26
28
|
email: sunaku@gmail.com
|
27
29
|
executables: []
|
28
30
|
|
@@ -42,7 +44,7 @@ files:
|
|
42
44
|
- LICENSE
|
43
45
|
- doc/intro.erb
|
44
46
|
- doc/setup.erb
|
45
|
-
- doc/index.
|
47
|
+
- doc/index.html
|
46
48
|
- doc/api/classes/Class.html
|
47
49
|
- doc/api/classes/Object.html
|
48
50
|
- doc/api/classes/Kernel.html
|
@@ -67,7 +69,9 @@ files:
|
|
67
69
|
- doc/api/i/arrows.png
|
68
70
|
- doc/api/i/tree_bg.png
|
69
71
|
- doc/api/i/results_bg.png
|
72
|
+
- doc/api/apple-touch-icon.png
|
70
73
|
- doc/api/created.rid
|
74
|
+
- doc/api/favicon.ico
|
71
75
|
- doc/api/index.html
|
72
76
|
- doc/usage.erb
|
73
77
|
- doc/history.erb
|
@@ -96,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
100
|
requirements: []
|
97
101
|
|
98
102
|
rubyforge_project: sunaku
|
99
|
-
rubygems_version: 1.3.
|
103
|
+
rubygems_version: 1.3.5
|
100
104
|
signing_key:
|
101
105
|
specification_version: 3
|
102
106
|
summary: Assertion testing library for Ruby
|