Sha256: d8b823318646ef5bacf5e5ef56291fac12c2ab9ea4e21776ad453e3ec0ea3acc

Contents?: true

Size: 1.69 KB

Versions: 5

Compression:

Stored size: 1.69 KB

Contents

# -*- encoding: utf-8 -*-
# stub: simplecov 0.13.0 ruby lib

Gem::Specification.new do |s|
  s.name = "simplecov"
  s.version = "0.13.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Christoph Olszowka"]
  s.date = "2017-01-25"
  s.description = "Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites"
  s.email = ["christoph at olszowka de"]
  s.homepage = "http://github.com/colszowka/simplecov"
  s.licenses = ["MIT"]
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
  s.rubygems_version = "2.5.1"
  s.summary = "Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites"

  s.installed_by_version = "2.5.1" if s.respond_to? :installed_by_version

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<json>, ["< 3", ">= 1.8"])
      s.add_runtime_dependency(%q<simplecov-html>, ["~> 0.10.0"])
      s.add_runtime_dependency(%q<docile>, ["~> 1.1.0"])
      s.add_development_dependency(%q<bundler>, ["~> 1.9"])
    else
      s.add_dependency(%q<json>, ["< 3", ">= 1.8"])
      s.add_dependency(%q<simplecov-html>, ["~> 0.10.0"])
      s.add_dependency(%q<docile>, ["~> 1.1.0"])
      s.add_dependency(%q<bundler>, ["~> 1.9"])
    end
  else
    s.add_dependency(%q<json>, ["< 3", ">= 1.8"])
    s.add_dependency(%q<simplecov-html>, ["~> 0.10.0"])
    s.add_dependency(%q<docile>, ["~> 1.1.0"])
    s.add_dependency(%q<bundler>, ["~> 1.9"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/specifications/simplecov-0.13.0.gemspec
dirwatch-0.0.5 vendor/bundle/ruby/2.3.0/specifications/simplecov-0.13.0.gemspec
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/specifications/simplecov-0.13.0.gemspec
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/specifications/simplecov-0.13.0.gemspec
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/specifications/simplecov-0.13.0.gemspec