parallel_tests 2.1.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57ca2b28a2624e49afed71bd7432be131379115a
4
- data.tar.gz: f6e1a6d3fb6ca9038dde4fcde4d4b07864846726
3
+ metadata.gz: 7f6a2e106fc774a2331f8d7c762245b9f84b34b0
4
+ data.tar.gz: d3620168c8c75ded1e2211cefc5ef2443bd8b0a7
5
5
  SHA512:
6
- metadata.gz: 8b80bc1ae93452d4972f719d418b5ee7af9b536ede9c528a4a29f57fa2dff0d18a0e887363e6d4c97f1818596d63d6452e6814b1ff42bb4adf7f9d367bd5e461
7
- data.tar.gz: 243fafe6261e646e46de16493fc5c948f1da41e7e331a0d4ad8f59965be104f9a927c71f192006e27647cd968e3dbb23bd2ef2816b7890864f8a3eb330b2052e
6
+ metadata.gz: f54f464e6e95823b2d7d1a2d2cc656fae3202d6d1b2c00adddfee2e39b79e1b310d823b01664ae3e90a82f3b616b06ebfc8a693688dfabcf9d6b071f9f5370b9
7
+ data.tar.gz: 5f6021ec41c18482d338f84c0c83a30a0ecdc25535e49e2c3e2ac4b20f55e4cb3ab3759b12647dea4991e9067fa0ed20d36778ac13a5bd5db523f2e00a892c09
@@ -186,8 +186,8 @@ module ParallelTests
186
186
  opts.on('--ignore-tags [PATTERN]', 'When counting steps ignore scenarios with tags that match this pattern') { |arg| options[:ignore_tag_pattern] = arg }
187
187
  opts.on("--nice", "execute test commands with low priority.") { options[:nice] = true }
188
188
  opts.on("--runtime-log [PATH]", "Location of previously recorded test runtimes") { |path| options[:runtime_log] = path }
189
- opts.on("--allowed-missing [INT]", "Allowed percentage of missing runtimes (default = 50)") { |percent| options[:allowed_missing_percent] = percent }
190
- opts.on("--unknown-runtime [FLOAT]", "Use given number as unknown runtime (otherwise use average time)") { |time| options[:unknown_runtime] = time.to_f }
189
+ opts.on("--allowed-missing [INT]", Integer, "Allowed percentage of missing runtimes (default = 50)") { |percent| options[:allowed_missing_percent] = percent }
190
+ opts.on("--unknown-runtime [FLOAT]", Float, "Use given number as unknown runtime (otherwise use average time)") { |time| options[:unknown_runtime] = time }
191
191
  opts.on("--verbose", "Print more output") { options[:verbose] = true }
192
192
  opts.on("-v", "--version", "Show Version") { puts ParallelTests::VERSION; exit }
193
193
  opts.on("-h", "--help", "Show this.") { puts opts; exit }
@@ -1,3 +1,3 @@
1
1
  module ParallelTests
2
- VERSION = Version = '2.1.1'
2
+ VERSION = Version = '2.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallel_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-26 00:00:00.000000000 Z
11
+ date: 2015-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel