Sha256: c314a24228ca68cc5fddec08190aabb5eb9a56c237da2d14e4084beb67425347

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{simplecov-rcov}
  s.version = "0.1.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
  s.authors = ["Fernando Guillen http://fernandoguillen.info"]
  s.date = %q{2010-10-19}
  s.description = %q{Rcov style formatter for SimpleCov}
  s.email = %q{fguillen.mail@gmail.com}
  s.extra_rdoc_files = ["README.rdoc", "lib/simplecov-rcov.rb"]
  s.files = ["Manifest", "README.rdoc", "Rakefile", "lib/simplecov-rcov.rb", "test/fixtures/app/controllers/sample_controller.rb", "test/fixtures/app/models/user.rb", "test/fixtures/file_tr.html", "test/fixtures/index_created.html", "test/fixtures/index_rcov.html", "test/fixtures/sample.rb", "test/fixtures/totals_tr.html", "test/helper.rb", "test/simplecov-rcov_test.rb", "views/index.erb.html", "simplecov-rcov.gemspec"]
  s.homepage = %q{http://github.com/fguillen/simplecov-rcov}
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Simplecov-rcov", "--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{simplecov-rcov}
  s.rubygems_version = %q{1.3.7}
  s.summary = %q{Rcov style formatter for SimpleCov}
  s.test_files = ["test/simplecov-rcov_test.rb"]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<simplecov>, [">= 0"])
    else
      s.add_dependency(%q<simplecov>, [">= 0"])
    end
  else
    s.add_dependency(%q<simplecov>, [">= 0"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-rcov-0.1.1 simplecov-rcov.gemspec