soda 1.0.12 → 1.0.13

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.
@@ -841,6 +841,7 @@ HTML
841
841
  if (!totals[suite].key?(test_k))
842
842
  totals[suite][test_k] = 0
843
843
  else
844
+ next if (test_k =~ /Test Failure Count/)
844
845
  totals[suite][test_k] += test_v.to_i if (test_k !~ /time/i)
845
846
  end
846
847
  end
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.0.12"
3
+ SODA_GEM_VERSION = "1.0.13"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 12
10
- version: 1.0.12
9
+ - 13
10
+ version: 1.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond