dohtest 0.1.36 → 0.1.37

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 +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 033211ef72914b7a2ec50bea52b4cc495f028631
4
- data.tar.gz: fa27bba6b09349eb6a356e2be21b2cd394447a6d
3
+ metadata.gz: 5e6e1ebfaa5f95db8a04526aff35688119ab39f8
4
+ data.tar.gz: 0479354c48e5411ab2462f2cc411274f694be3b4
5
5
  SHA512:
6
- metadata.gz: 099290459b6eee3ce97c8a89f030a13a05be751897b85282b752a1a0147bf8e37fbc7eec3fb961417d31af52707972f2a9b0db917ad68769f6bcf4cdcc0c5c41
7
- data.tar.gz: cc65cf469d14e4691c464ee81b8223a83e8ac91f6665b4d864dba07acc73dfe2da7d3784417285e2d2838f8473641b2df36ac65d19bfe332710c5d915c2ea4bc
6
+ metadata.gz: dc5dfdd5c066be2a63f50ec76e17735b645eb1424a2aa3377532c2f6c6e8a6483287da5ff34c3e8a4304410ecd81048957c3b01af4e894a69abf0d2d3beaac69
7
+ data.tar.gz: 5c6a7d2c1f970a1dffe41b3ffa947ea4055378b8b348c9c0bc2c26406065c04ef19ff7f885b7b78521900450c80f2c51234dd5e498d94c74b635d8f0b5b6dfb7
data/bin/dohtest CHANGED
@@ -9,8 +9,8 @@ opts = Doh::Options.new({
9
9
  'no_color' => [nil, '-c', '--no_color', "use this if you don't want ANSI color codes"],
10
10
  'verbose' => [nil, '-v', '--verbose', "use this to generate more output"],
11
11
  'quiet' => [nil, '-q', '--quiet', "use this to generate less output, disables ruby -v mode (which is default) "],
12
- 'max_errors' => [0, '-e', '--max_errors', "stop tests after this many unexpected errors have happened; disabled by default"],
13
- 'max_failures' => [0, '-f', '--max_failures', "stop tests after this many assertion failures have happened; disabled by default"],
12
+ 'max_errors' => [0, '-e', '--max_errors <number>', "stop tests after this many unexpected errors have happened; disabled by default"],
13
+ 'max_failures' => [0, '-f', '--max_failures <number>', "stop tests after this many assertion failures have happened; disabled by default"],
14
14
  'config_options' => [0, '-o', '--options <string>', "options to set in DohTest.config[:config_options]"],
15
15
  }, true, 'Files or directories may be specified to run tests on. Directories will be treated recursively. Defaults to the current directory.')
16
16
 
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.36
4
+ version: 0.1.37
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-11-30 00:00:00.000000000 Z
12
+ date: 2013-12-17 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.3
88
+ rubygems_version: 2.0.6
89
89
  signing_key:
90
90
  specification_version: 4
91
91
  summary: minimalist unit test framework