soda 1.1.0 → 1.1.1

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.
@@ -920,7 +920,7 @@ HTML
920
920
  total_failures += suite_hash['Test Assert Failures']
921
921
  total_failures += suite_hash['Test Other Failures']
922
922
  total_failures += suite_hash['Test JavaScript Error Count']
923
- # total_failure_count += total_failures
923
+ # total_failure_count += total_failures
924
924
 
925
925
  ran_count = suite_hash['Test Count'].to_i()
926
926
  ran_count -= suite_hash['Test WatchDog Count']
@@ -931,7 +931,6 @@ HTML
931
931
 
932
932
  reportdir = File.dirname(reportfile)
933
933
  suite_mini_file = GenSuiteMiniSummary(data[suite_name], reportdir)
934
- suite_mini_file = File.basename(suite_mini_file)
935
934
 
936
935
  str = "<tr id=\"#{row_id}\" class=\"unhighlight\" "+
937
936
  "onMouseOver=\"this.className='highlight'\" "+
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.1.0"
3
+ SODA_GEM_VERSION = "1.1.1"
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond