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

Gem::Specification.new do |s|
  s.name = "coco".freeze
  s.version = "0.7".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 = "2013-06-19"
  s.description = "\"Code coverage tool for ruby 1.9.2 to 2.0.\nUse it by \"require 'coco'\" from rspec or unit/test.\nIt display names of uncovered files on console.\nIt builds simple html report.\nIt reports sources that have no tests.\nIt's configurable with a simple yaml file.".freeze
  s.email = "xavier.nayrac@gmail.com".freeze
  s.files = ["COPYING".freeze, "Changelog.markdown".freeze, "README.markdown".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/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.2 to 2.0".freeze
end