# -*- encoding: utf-8 -*-
# stub: coco 0.5.1 ruby lib

Gem::Specification.new do |s|
  s.name = "coco".freeze
  s.version = "0.5.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Xavier Nayrac".freeze]
  s.date = "2011-08-08"
  s.description = "\"Another code coverage tool for ruby 1.9\n(from the famous post of Aaron Patterson).\n* Simply \"require 'coco'\" from rspec or unit/test\n* Display filenames covered less than 90% on console\n* Build simple html report only for files covered less than 90%\n* Report sources that have no tests\n* UTF-8 compliant\n* Configurable with a simple yaml file\n* Colorized console output (*nix only)".freeze
  s.email = "xavier.nayrac@gmail.com".freeze
  s.files = ["COPYING".freeze, "NEWS".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "lib/coco.rb".freeze, "lib/coco/configuration.rb".freeze, "lib/coco/cover.rb".freeze, "lib/coco/cover/coverage_result.rb".freeze, "lib/coco/cover/coverage_stat.rb".freeze, "lib/coco/formatter.rb".freeze, "lib/coco/formatter/colored_string.rb".freeze, "lib/coco/formatter/console_formatter.rb".freeze, "lib/coco/formatter/context.rb".freeze, "lib/coco/formatter/formatter.rb".freeze, "lib/coco/formatter/html_formatter.rb".freeze, "lib/coco/formatter/html_index_formatter.rb".freeze, "lib/coco/formatter/template.rb".freeze, "lib/coco/helpers.rb".freeze, "lib/coco/lister.rb".freeze, "lib/coco/lister/source_lister.rb".freeze, "lib/coco/lister/uncovered_lister.rb".freeze, "lib/coco/writer.rb".freeze, "lib/coco/writer/file_writer.rb".freeze, "lib/coco/writer/html_directory.rb".freeze, "lib/coco/writer/html_files_writer.rb".freeze, "lib/coco/writer/html_index_writer.rb".freeze, "template/css/LICENCE".freeze, "template/css/base-min.css".freeze, "template/css/coco.css".freeze, "template/css/ext.css".freeze, "template/css/fonts-min.css".freeze, "template/css/reset-min.css".freeze, "template/file.erb".freeze, "template/img/coconut16.png".freeze, "template/img/licenses".freeze, "template/index.erb".freeze]
  s.homepage = "http://lkdjiin.github.com/coco/".freeze
  s.licenses = ["GPL-3".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Code coverage tool for ruby 1.9.".freeze
end