rutemaweb 0.9.2 → 0.9.3

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/History.txt CHANGED
@@ -1,3 +1,5 @@
1
+ === 0.9.3 / 2008-11-07
2
+ * Fixed bug in display of run list (context incorrectly used)
1
3
  === 0.9.2 / 2008-11-05
2
4
  * failure rate added in scenario overview
3
5
  * context information added to run overview
@@ -9,7 +9,7 @@ module RutemaWeb
9
9
  module Version
10
10
  MAJOR=0
11
11
  MINOR=9
12
- TINY=2
12
+ TINY=3
13
13
  STRING=[ MAJOR, MINOR, TINY ].join( "." )
14
14
  end
15
15
  #Starts Ramaze
@@ -51,7 +51,7 @@ module Rutema
51
51
 
52
52
  def run_summary r
53
53
  Ramaze::Log.debug("Summary snippet for #{r}") if @logger
54
- "#{run_link(r)} started at #{time_formatted(r.context.start_time)}"
54
+ "#{run_link(r)} started at #{time_formatted(r.context[:start_time])}"
55
55
  end
56
56
 
57
57
  def run_link r
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rutemaweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassilis Rizopoulos
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-05 00:00:00 +01:00
12
+ date: 2008-11-07 00:00:00 +01:00
13
13
  default_executable: rutemaweb
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency