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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/dohtest +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e6e1ebfaa5f95db8a04526aff35688119ab39f8
4
- data.tar.gz: 0479354c48e5411ab2462f2cc411274f694be3b4
3
+ metadata.gz: d9e2513e74982cfd38daf29efc01d3fb29714e35
4
+ data.tar.gz: 69e2dbf618dca8214b46babf9182a40a7de5b980
5
5
  SHA512:
6
- metadata.gz: dc5dfdd5c066be2a63f50ec76e17735b645eb1424a2aa3377532c2f6c6e8a6483287da5ff34c3e8a4304410ecd81048957c3b01af4e894a69abf0d2d3beaac69
7
- data.tar.gz: 5c6a7d2c1f970a1dffe41b3ffa947ea4055378b8b348c9c0bc2c26406065c04ef19ff7f885b7b78521900450c80f2c51234dd5e498d94c74b635d8f0b5b6dfb7
6
+ metadata.gz: faef12109095bbac8c8799ada61371b07de7ac6e3eae36414ababf8b28fe5cbbd52576607be465caff3bc0f25a06c1b388644f58b651ad7ac4a7651c56bc50f0
7
+ data.tar.gz: f461e718838bab02d5691c9dfaed7e64ddca4497a031bb4942510f1164434a7f2ba844eac00fabe8062e0793f5e99743e270498f35be1811ffb8b6fb4ebe3a5d
@@ -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.37
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-17 00:00:00.000000000 Z
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.6
88
+ rubygems_version: 2.0.3
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: minimalist unit test framework