--- !ruby/object:Gem::Specification name: coco version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 4 - 2 version: 0.4.2 platform: ruby authors: - Xavier Nayrac autorequire: bindir: bin cert_chain: [] date: 2011-03-01 00:00:00 +01:00 default_executable: dependencies: [] description: |- "Another code coverage tool for ruby 1.9 (from the famous post of Aaron Patterson). This one suits my needs: * Use it from rspec with a simple require 'coco' * Display filenames covered < 90% on console * Build simple html report only for files covered < 90% * Report sources that have no tests * UTF-8 compliant * Configuration could be done via a simple yaml file * Colorized console output (*nix only) email: xavier.nayrac@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - lib/coco/formatter.rb - lib/coco/writer/html_index_writer.rb - lib/coco/writer/file_writer.rb - lib/coco/writer/html_directory.rb - lib/coco/writer/html_files_writer.rb - lib/coco/writer.rb - lib/coco/cover.rb - lib/coco/formatter/formatter.rb - lib/coco/formatter/html_formatter.rb - lib/coco/formatter/html_index_formatter.rb - lib/coco/formatter/context.rb - lib/coco/formatter/template.rb - lib/coco/formatter/console_formatter.rb - lib/coco/formatter/colored_string.rb - lib/coco/lister.rb - lib/coco/helpers.rb - lib/coco/cover/coverage_stat.rb - lib/coco/cover/coverage_result.rb - lib/coco/lister/uncovered_lister.rb - lib/coco/lister/source_lister.rb - lib/coco/configuration.rb - lib/coco.rb - template/index.erb - template/img/coconut16.png - template/img/licenses - template/css/base-min.css - template/css/ext.css - template/css/reset-min.css - template/css/fonts-min.css - template/css/coco.css - template/css/LICENCE - template/file.erb - README.rdoc - TODO - NEWS - VERSION - COPYING - Rakefile has_rdoc: true homepage: http://lkdjiin.github.com/coco/ licenses: - GPL-3 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 9 - 2 version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Code coverage tool for ruby 1.9. test_files: []