rutemaweb 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ === 0.9.5 / 2008-11-28
2
+ * Overlooked conditional in Statistics index action fixed
1
3
  === 0.9.4 / 2008-11-28
2
4
  * Configuration file column added to run overview
3
5
  * More code to check for old OpenStruct instances of context
@@ -9,7 +9,7 @@ module RutemaWeb
9
9
  module Version
10
10
  MAJOR=0
11
11
  MINOR=9
12
- TINY=4
12
+ TINY=5
13
13
  STRING=[ MAJOR, MINOR, TINY ].join( "." )
14
14
  end
15
15
  #Starts Ramaze
@@ -372,7 +372,7 @@ module Rutema
372
372
  @panel_content=panel_configurations
373
373
  @content_title="Statistics"
374
374
  @content="<p>rutema statistics provide reports that present the results on a time axis<br/>At present you can see the ratio of successful vs. failed test cases over time grouped per configuration file.</p>"
375
- @content<<"statistics reports require the <a href=\"\">gruff</a> gem. gruff does not appear to be available!<br/>rutemaweb will not be able to produce statistics reports" unless false
375
+ @content<<"statistics reports require the gruff gem which in turn depends on RMagick. gruff does not appear to be available!<br/>rutemaweb will not be able to produce statistics reports" unless StatisticsController.gruff_working?
376
376
  @content
377
377
  end
378
378
  def config_report configuration=nil
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.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vassilis Rizopoulos