dohtest 0.1.33 → 0.1.34

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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e1d71b2979195262ed1ebf4de7729147c70a99a
4
- data.tar.gz: 312423a6edff5c9e0cf6d3af5d6506d60b4ce78e
3
+ metadata.gz: 7da550f7e1385c3963bb3db72303c4aa07f0a26d
4
+ data.tar.gz: bdfb15958400ced12dc98d73dba7372ccd9ab0e2
5
5
  SHA512:
6
- metadata.gz: c14c8eca99c4229deab6fe9a0fd507497b7260aaac065779f03db3a0f785fe69aa1ae2b8af4f8ab2acf449a50f65fea1c62442751dc654cb49d249ff50426b95
7
- data.tar.gz: 4dfd8b6e74d1047e0565de43d384b643bd3207e805e0684098a29ec528d42acadf06eb54e4fbd328cacbf774b1717e3deb4d99d7615bba74126175142470884f
6
+ metadata.gz: 07a2fc71b1fab1394e7c2ab00e1c13d4696aa9e4020d27e29145822dfeceefbf11e7fd6a18cb48d7f99ff873176ababaa2971eefc50d5f5728430a6488a4daed
7
+ data.tar.gz: 60f37ec69272a59ea4825edc5739083a73df622a199ad0bc994c7a4d267d9c2c3764a5929de0388238894a996615bd69fb778f848bb1bb76f06dd3a696b8d23c
data/bin/dohtest CHANGED
@@ -19,6 +19,7 @@ $VERBOSE = true unless opts.quiet
19
19
 
20
20
  paths = opts.varargs
21
21
 
22
+ DohTest.config[:config_options] = opts.config_options
22
23
  DohTest.configure(paths.first)
23
24
  DohTest.config[:grep] = opts.grep if opts.grep
24
25
  DohTest.config[:glob] = opts.glob if opts.glob
@@ -28,6 +29,5 @@ DohTest.config[:verbose] = true if opts.verbose
28
29
  DohTest.config[:quiet] = true if opts.quiet
29
30
  DohTest.config[:max_errors] = opts.max_errors
30
31
  DohTest.config[:max_failures] = opts.max_failures
31
- DohTest.config[:config_options] = opts.config_options
32
32
 
33
33
  exit DohTest::MasterRunner.new(DohTest::StreamOutput.new, DohTest.config, paths).run
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.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Makani Mason