soda 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -914,6 +914,7 @@ HTML
914
914
 
915
915
  reportdir = File.dirname(reportfile)
916
916
  suite_mini_file = GenSuiteMiniSummary(data[suite_name], reportdir)
917
+ suite_mini_file = File.basename(suite_mini_file)
917
918
 
918
919
  str = "<tr id=\"#{row_id}\" class=\"unhighlight\" "+
919
920
  "onMouseOver=\"this.className='highlight'\" "+
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.0.5"
3
+ SODA_GEM_VERSION = "1.0.6"
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: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-17 00:00:00 -08:00
18
+ date: 2011-02-09 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency