dfect 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.0.0
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-05-04 00:00:00 -07:00
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.xhtml
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.2
103
+ rubygems_version: 1.3.5
100
104
  signing_key:
101
105
  specification_version: 3
102
106
  summary: Assertion testing library for Ruby