dohtest 0.1.2 → 0.1.3
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: dohtest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,11 +10,11 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-01-
|
|
13
|
+
date: 2012-01-28 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: dohutil
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70241608038460 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ! '>='
|
|
@@ -22,11 +22,8 @@ dependencies:
|
|
|
22
22
|
version: 0.1.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
26
|
-
description:
|
|
27
|
-
\ Code is intended to be easy to understand and extend.\n Includes command line
|
|
28
|
-
runner to make execution convenient.\n Designed for speed, including running tests
|
|
29
|
-
concurrently (unimplemented).\n "
|
|
25
|
+
version_requirements: *70241608038460
|
|
26
|
+
description: Minimalist unit test framework, simple to understand and extend.
|
|
30
27
|
email:
|
|
31
28
|
- devinfo@atpsoft.com
|
|
32
29
|
executables:
|
|
@@ -70,6 +67,6 @@ rubyforge_project:
|
|
|
70
67
|
rubygems_version: 1.8.10
|
|
71
68
|
signing_key:
|
|
72
69
|
specification_version: 3
|
|
73
|
-
summary:
|
|
70
|
+
summary: minimalist unit test framework
|
|
74
71
|
test_files:
|
|
75
72
|
- test/test_backtrace_parser.rb
|