rcov 0.9.7-java → 0.9.7.1-java

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.
@@ -100,7 +100,7 @@ module Rcov
100
100
  def create_file(destfile, fileinfo)
101
101
  doc = Rcov::Formatters::HtmlErbTemplate.new('detail.html.erb',
102
102
  :project_name => project_name,
103
- :page_title => fileinfo.name,
103
+ :rcov_page_title => fileinfo.name,
104
104
  :css => @css,
105
105
  :generated_on => Time.now,
106
106
  :rcov => Rcov,
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
2
  <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
3
3
  <head>
4
- <title><%= page_title %></title>
4
+ <title><%= rcov_page_title %></title>
5
5
  <link href="screen.css" media="all" rel="stylesheet" type="text/css" />
6
6
  <link href="print.css" media="print" rel="stylesheet" type="text/css" />
7
7
  <% if css %><link href="custom.css" media="all" rel="stylesheet" type="text/css" /><% end %>
@@ -10,7 +10,7 @@
10
10
  </head>
11
11
  <body>
12
12
  <h1><%= "#{project_name} C0 Coverage Information - RCov" %></h1>
13
- <h2><%= page_title %></h2>
13
+ <h2><%= rcov_page_title %></h2>
14
14
 
15
15
  <% if output_threshold != 101 %>
16
16
  <!-- Note: 101 is the default threshold if you don't enter one -->
data/lib/rcov/version.rb CHANGED
@@ -3,8 +3,8 @@
3
3
  # See LICENSE for licensing information.
4
4
 
5
5
  module Rcov
6
- VERSION = "0.9.7"
7
- RELEASE_DATE = "2009-12-27"
6
+ VERSION = "0.9.7.1"
7
+ RELEASE_DATE = "2009-12-29"
8
8
  RCOVRT_ABI = [2,0,0]
9
9
  UPSTREAM_URL = "http://github.com/relevance/rcov"
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 0.9.7.1
5
5
  platform: java
6
6
  authors:
7
7
  - Relevance
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain:
15
- date: 2009-12-27 00:00:00 -05:00
15
+ date: 2009-12-29 00:00:00 -05:00
16
16
  default_executable: rcov
17
17
  dependencies: []
18
18