# -*- encoding: utf-8 -*- # stub: simplecov-rcov 0.3.7 ruby lib Gem::Specification.new do |s| s.name = "simplecov-rcov".freeze s.version = "0.3.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 = ["Fernando Guillen http://fernandoguillen.info".freeze, "Wes Morgan http://github.com/cap10morgan".freeze, "Wandenberg Peixoto http://github.com/wandenberg".freeze] s.date = "2024-01-31" s.description = "Rcov style formatter for SimpleCov".freeze s.email = ["fguillen.mail@gmail.com".freeze, "cap10morgan@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "assets/jquery-1.3.2.min.js".freeze, "assets/jquery.tablesorter.min.js".freeze, "assets/print.css".freeze, "assets/rcov.js".freeze, "assets/screen.css".freeze, "etc/simplecov_rcov_logo.gif".freeze, "lib/simplecov-rcov.rb".freeze, "lib/simplecov-rcov/version.rb".freeze, "simplecov-rcov.gemspec".freeze, "test/fixtures/app/controllers/sample.rb".freeze, "test/fixtures/app/models/airplane.rb".freeze, "test/fixtures/app/models/dog.rb".freeze, "test/fixtures/app/models/house.rb".freeze, "test/fixtures/app/models/robot.rb".freeze, "test/fixtures/app/models/user.rb".freeze, "test/fixtures/detail_trs.html".freeze, "test/fixtures/file_tr.html".freeze, "test/fixtures/sample.rb".freeze, "test/fixtures/totals_tr.html".freeze, "test/helper.rb".freeze, "test/test_simplecov-rcov.rb".freeze, "views/detail.html.erb".freeze, "views/index.html.erb".freeze] s.homepage = "http://github.com/fguillen/simplecov-rcov".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Rcov style formatter for SimpleCov".freeze s.test_files = ["test/fixtures/app/controllers/sample.rb".freeze, "test/fixtures/app/models/airplane.rb".freeze, "test/fixtures/app/models/dog.rb".freeze, "test/fixtures/app/models/house.rb".freeze, "test/fixtures/app/models/robot.rb".freeze, "test/fixtures/app/models/user.rb".freeze, "test/fixtures/detail_trs.html".freeze, "test/fixtures/file_tr.html".freeze, "test/fixtures/sample.rb".freeze, "test/fixtures/totals_tr.html".freeze, "test/helper.rb".freeze, "test/test_simplecov-rcov.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.4.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0.rc.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end