Sha256: e86fdab1136482c84086cbd2c265acf1de09dcff3eb3ff6edb2513af3e8a1f4d

Contents?: true

Size: 896 Bytes

Versions: 5

Compression:

Stored size: 896 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path("../lib", __FILE__)
require "simplecov-html/version"

Gem::Specification.new do |gem|
  gem.name        = "simplecov-html"
  gem.version     = SimpleCov::Formatter::HTMLFormatter::VERSION
  gem.platform    = Gem::Platform::RUBY
  gem.authors     = ["Christoph Olszowka"]
  gem.email       = ["christoph at olszowka de"]
  gem.homepage    = "https://github.com/simplecov-ruby/simplecov-html"
  gem.description = %(Default HTML formatter for SimpleCov code coverage tool for ruby 2.4+)
  gem.summary     = gem.description
  gem.license     = "MIT"

  gem.required_ruby_version = ">= 2.4"

  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  gem.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 5 rubygems

Version Path
rails-rfc6570-3.2.0 vendor/bundle/ruby/3.3.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec
op_connect-0.1.2 vendor/bundle/ruby/3.1.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/simplecov-html-0.12.3/simplecov-html.gemspec
simplecov-html-0.12.3 simplecov-html.gemspec