soda 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -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