--- !ruby/object:Gem::Specification name: hooligan495-rcov version: !ruby/object:Gem::Version version: 0.8.1.3.0 platform: ruby authors: - Mauricio Fernandez autorequire: bindir: bin cert_chain: date: 2008-08-29 00:00:00 -07:00 default_executable: rcov dependencies: [] 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... email: mfp@acm.org executables: - rcov extensions: - ext/rcovrt/extconf.rb extra_rdoc_files: - README.API - README.rake - README.rant - README.vim files: - bin/rcov - lib/rcov.rb - lib/rcov/lowlevel.rb - lib/rcov/xx.rb - lib/rcov/version.rb - lib/rcov/rant.rb - lib/rcov/report.rb - lib/rcov/rcovtask.rb - ext/rcovrt/extconf.rb - ext/rcovrt/rcovrt.c - ext/rcovrt/callsite.c - LEGAL - LICENSE - Rakefile - Rantfile - README.rake - README.rant - README.emacs - README.en - README.vim - README.API - THANKS - test/functional_test.rb - test/file_statistics_test.rb - test/assets/sample_03.rb - test/assets/sample_05-new.rb - test/code_coverage_analyzer_test.rb - test/assets/sample_04.rb - test/assets/sample_02.rb - test/assets/sample_05-old.rb - test/assets/sample_01.rb - test/turn_off_rcovrt.rb - test/call_site_analyzer_test.rb - test/assets/sample_05.rb - rcov.vim - rcov.el - setup.rb - BLURB - CHANGES has_rdoc: true homepage: http://eigenclass.org/hiki.rb?rcov post_install_message: rdoc_options: - --main - README.API - --title - rcov code coverage tool require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 1 summary: Code coverage analysis tool for Ruby test_files: - test/functional_test.rb - test/file_statistics_test.rb - test/code_coverage_analyzer_test.rb - test/call_site_analyzer_test.rb