parallelized_specs 0.4.10 → 0.4.11

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.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gem.email = "jake@instructure.com"
13
13
  gem.homepage = "http://github.com/jakesorce/#{gem.name}"
14
14
  gem.authors = "Jake Sorce, Bryan Madsen, Shawn Meredith"
15
- gem.version = "0.4.10"
15
+ gem.version = "0.4.11"
16
16
  end
17
17
  Jeweler::GemcutterTasks.new
18
18
  rescue LoadError
@@ -390,7 +390,8 @@ class ParallelizedSpecs
390
390
  abort_reruns(7)
391
391
  end
392
392
  else
393
- puts "INFO: "
393
+ puts "INFO: error count = #@error_count"
394
+ @error_count
394
395
  end
395
396
  end
396
397
 
@@ -402,7 +403,7 @@ class ParallelizedSpecs
402
403
  if line =~ /spec\/selenium\/helpers/
403
404
  abort_reruns(1)
404
405
  else
405
- "INFO: the following spec is eligible for reruns #{line}"
406
+ puts "INFO: the following spec is eligible for reruns #{line}"
406
407
  @rerun_specs.push line
407
408
  end
408
409
  end
@@ -427,10 +428,10 @@ class ParallelizedSpecs
427
428
  else
428
429
  abort_reruns(4, result)
429
430
  end
431
+ puts "INFO: starting the next spec"
430
432
  end
431
433
  puts "INFO: reruns have completed calculating if build has passed or failed"
432
434
  determine_rerun_outcome
433
- #end file loop
434
435
  end
435
436
 
436
437
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "parallelized_specs"
8
- s.version = "0.4.10"
8
+ s.version = "0.4.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jake Sorce, Bryan Madsen, Shawn Meredith"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parallelized_specs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 10
10
- version: 0.4.10
9
+ - 11
10
+ version: 0.4.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jake Sorce, Bryan Madsen, Shawn Meredith