dohtest 0.1.37 → 0.1.38
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.
- checksums.yaml +4 -4
- data/bin/dohtest +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9e2513e74982cfd38daf29efc01d3fb29714e35
|
|
4
|
+
data.tar.gz: 69e2dbf618dca8214b46babf9182a40a7de5b980
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: faef12109095bbac8c8799ada61371b07de7ac6e3eae36414ababf8b28fe5cbbd52576607be465caff3bc0f25a06c1b388644f58b651ad7ac4a7651c56bc50f0
|
|
7
|
+
data.tar.gz: f461e718838bab02d5691c9dfaed7e64ddca4497a031bb4942510f1164434a7f2ba844eac00fabe8062e0793f5e99743e270498f35be1811ffb8b6fb4ebe3a5d
|
data/bin/dohtest
CHANGED
|
@@ -20,10 +20,10 @@ $VERBOSE = true unless opts.quiet
|
|
|
20
20
|
paths = opts.varargs
|
|
21
21
|
|
|
22
22
|
DohTest.config[:config_options] = opts.config_options
|
|
23
|
+
DohTest.config[:seed] = opts.seed.to_i if opts.seed
|
|
23
24
|
DohTest.configure(paths.first)
|
|
24
25
|
DohTest.config[:grep] = opts.grep if opts.grep
|
|
25
26
|
DohTest.config[:glob] = opts.glob if opts.glob
|
|
26
|
-
DohTest.config[:seed] = opts.seed.to_i if opts.seed
|
|
27
27
|
DohTest.config[:no_color] = true if opts.no_color
|
|
28
28
|
DohTest.config[:verbose] = true if opts.verbose
|
|
29
29
|
DohTest.config[:quiet] = true if opts.quiet
|
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.38
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Makani Mason
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-12-
|
|
12
|
+
date: 2013-12-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dohroot
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
87
|
rubyforge_project:
|
|
88
|
-
rubygems_version: 2.0.
|
|
88
|
+
rubygems_version: 2.0.3
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: minimalist unit test framework
|