simplecov-rcov 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('simplecov-rcov', '0.1.0') do |p|
5
+ Echoe.new('simplecov-rcov', '0.1.1') do |p|
6
6
  p.description = "Rcov style formatter for SimpleCov"
7
7
  p.url = "http://github.com/fguillen/simplecov-rcov"
8
8
  p.author = "Fernando Guillen http://fernandoguillen.info"
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{simplecov-rcov}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Fernando Guillen http://fernandoguillen.info"]
@@ -30,7 +30,7 @@
30
30
  <tbody>
31
31
  <% @files.each do |file| %>
32
32
  <tr class="all_files">
33
- <td class="left_align"><%= file.filename.gsub(SimpleCov.root, '.') %></td>
33
+ <td class="left_align"><a href="#<%= file.filename.gsub(SimpleCov.root, '.') %>"><%= file.filename.gsub(SimpleCov.root, '.') %></a></td>
34
34
  <td class='right_align'><tt><%= file.lines.count %></tt></td>
35
35
  <td class='right_align'><tt><%= file.covered_lines.count + file.missed_lines.count %></tt></td>
36
36
  <td class="left_align"><tt class=''><%= '%.2f' % file.covered_percent %>%</tt></td>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplecov-rcov
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fernando Guillen http://fernandoguillen.info