parallelized_specs 0.4.51 → 0.4.52

Sign up to get free protection for your applications and to get access to all the features.
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.51"
15
+ gem.version = "0.4.52"
16
16
  end
17
17
  Jeweler::GemcutterTasks.new
18
18
  rescue LoadError
@@ -120,7 +120,7 @@ class ParallelizedSpecs
120
120
  if @outcome_builder_enabled
121
121
  puts "INFO: OutcomeBuilder is enabled now checking for false positives"
122
122
  @total_specs, @total_failures, @total_pending = calculate_total_spec_details
123
- puts "INFO: Total specs run #{total_specs} failed specs #{total_failures} pending specs #{total_pending}\n INFO: Took #{Time.now - start} seconds"
123
+ puts "INFO: Total specs run #{@total_specs} failed specs #{@total_failures} pending specs #{@total_pending}\n INFO: Took #{Time.now - start} seconds"
124
124
  #determines if any tricky conditions happened that can cause false positives and offers logging into what was the last spec to start or finishing running
125
125
  false_positive_sniffer(num_processes)
126
126
  if @reruns_enabled && @total_failures != 0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "parallelized_specs"
8
- s.version = "0.4.51"
8
+ s.version = "0.4.52"
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: 105
4
+ hash: 103
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 51
10
- version: 0.4.51
9
+ - 52
10
+ version: 0.4.52
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jake Sorce, Bryan Madsen, Shawn Meredith