soda 1.0.10 → 1.0.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.
@@ -256,13 +256,16 @@ def GenHtmlReport(data, reportfile, create_links = false)
256
256
  html_header = <<HTML
257
257
  <html>
258
258
  <style type="text/css">
259
+ body {
260
+ background: #e5eef3;
261
+ }
259
262
 
260
263
  .highlight {
261
264
  background-color: #8888FF;
262
265
  }
263
266
 
264
267
  .unhighlight {
265
- background: #FFFFFF;
268
+ background: #e5eef3;
266
269
  }
267
270
 
268
271
  .td_header_master {
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.0.10"
3
+ SODA_GEM_VERSION = "1.0.11"
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 10
10
- version: 1.0.10
9
+ - 11
10
+ version: 1.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond