soda 1.0.5 → 1.0.6
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.
- data/lib/SodaSuiteSummary.rb +1 -0
- data/lib/sodainfo.rb +1 -1
- metadata +4 -4
data/lib/SodaSuiteSummary.rb
CHANGED
|
@@ -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
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:
|
|
4
|
+
hash: 27
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
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-
|
|
18
|
+
date: 2011-02-09 00:00:00 -08:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|