rcov 0.9.6 → 0.9.7

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.
@@ -0,0 +1,4 @@
1
+ require 'test/unit'
2
+ require 'rcov'
3
+ require 'pathname'
4
+ require 'fileutils'
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.6
4
+ version: 0.9.7
5
5
  platform: ruby
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-05-12 00:00:00 -04:00
15
+ date: 2009-12-27 00:00:00 -05:00
16
16
  default_executable: rcov
17
17
  dependencies: []
18
18
 
@@ -75,7 +75,18 @@ files:
75
75
  - test/turn_off_rcovrt.rb
76
76
  - test/call_site_analyzer_test.rb
77
77
  - test/assets/sample_05.rb
78
+ - test/assets/sample_06.rb
78
79
  - editor-extensions/rcov.vim
80
+ - test/test_helper.rb
81
+ - test/expected_coverage/diff-gcc-all.out
82
+ - test/expected_coverage/diff-gcc-diff.out
83
+ - test/expected_coverage/diff-gcc-original.out
84
+ - test/expected_coverage/diff-no-color.out
85
+ - test/expected_coverage/diff.out
86
+ - test/expected_coverage/gcc-text.out
87
+ - test/expected_coverage/sample_03_rb.html
88
+ - test/expected_coverage/sample_03_rb.rb
89
+ - test/expected_coverage/sample_04_rb.html
79
90
  - editor-extensions/rcov.el
80
91
  - setup.rb
81
92
  - BLURB