rcov 0.5.0.1-mswin32

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
+ # When loaded, this file forces rcov to run in pure-Ruby mode even if
2
+ # rcovrt.so exists and can be loaded.
3
+
4
+ $rcov_do_not_use_rcovrt = true
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: rcov
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.0.1
7
+ date: 2006-05-30 00:00:00 +02:00
8
+ summary: Code coverage analysis tool for Ruby
9
+ require_paths:
10
+ - lib
11
+ email: mfp@acm.org
12
+ homepage: http://eigenclass.org/hiki.rb?rcov
13
+ rubyforge_project:
14
+ description: rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test unit coverage of target code. It features fast execution (20-300 times faster than previous tools), multiple analysis modes, XHTML and several kinds of text reports, easy automation with Rake via a RcovTask, fairly accurate coverage information through code linkage inference using simple heuristics, colorblind-friendliness...
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: mswin32
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Mauricio Fernandez
30
+ files:
31
+ - bin/rcov
32
+ - lib/rcov.rb
33
+ - lib/rcov/rcovtask.rb
34
+ - lib/rcov/version.rb
35
+ - lib/rcov/lowlevel.rb
36
+ - lib/rcov/rant.rb
37
+ - ext/rcovrt/extconf.rb
38
+ - ext/rcovrt/rcov.c
39
+ - LEGAL
40
+ - LICENSE
41
+ - Rakefile
42
+ - Rantfile
43
+ - README.en
44
+ - README.rake
45
+ - README.API
46
+ - README.rant
47
+ - THANKS
48
+ - test/sample_02.rb
49
+ - test/sample_01.rb
50
+ - test/sample_03.rb
51
+ - test/test_CodeCoverageAnalyzer.rb
52
+ - test/test_FileStatistics.rb
53
+ - test/turn_off_rcovrt.rb
54
+ - test/test_CallSiteAnalyzer.rb
55
+ - mingw-rbconfig.rb
56
+ - setup.rb
57
+ - BLURB
58
+ - CHANGES
59
+ - lib/rcovrt.so
60
+ test_files:
61
+ - test/test_CodeCoverageAnalyzer.rb
62
+ - test/test_FileStatistics.rb
63
+ - test/test_CallSiteAnalyzer.rb
64
+ rdoc_options:
65
+ - --main
66
+ - README.API
67
+ - --title
68
+ - rcov code coverage tool
69
+ extra_rdoc_files:
70
+ - README.API
71
+ - README.rake
72
+ executables:
73
+ - rcov
74
+ extensions: []
75
+
76
+ requirements: []
77
+
78
+ dependencies: []
79
+