Sha256: ed8ea2a1d5f6ec5f2a7058b1062457094c2700c0a853ec243fa17dc06682c9e7
Contents?: true
Size: 975 Bytes
Versions: 1
Compression:
Stored size: 975 Bytes
Contents
require_relative 'lib/cutest/reporter/version' Gem::Specification.new do |spec| spec.name = "cutest-reporter" spec.version = Cutest::Reporter::VERSION spec.authors = ["César Carruitero"] spec.email = ["ccarruitero@protonmail.com"] spec.summary = "extend cutest to allow summary report and some tweacks" spec.description = spec.summary spec.homepage = "https://github.com/ccarruitero/cutest-reporter" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0") spec.metadata["homepage_uri"] = spec.homepage spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "cutest" spec.add_development_dependency "pry" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cutest-reporter-0.1.0 | cutest-reporter.gemspec |