Sha256: 4ac0e6c9e010d1d62424f21456cf149f155ccb984331d001cb059b0990c66cd8
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
require_relative 'lib/pdf_matcher/testing/version' Gem::Specification.new do |spec| spec.name = 'pdf_matcher-testing' spec.version = PdfMatcher::Testing::VERSION spec.authors = ['Katsuya Hidaka'] spec.email = ['hidakatsuya@gmail.com'] spec.description = 'This gem allows testing frameworks such as Test::Unit, RSpec and Minitest to perform PDF matching tests with the pdf_matcher gem.' spec.summary = spec.description spec.homepage = 'https://github.com/hidakatsuya/pdf_matcher-testing' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0') spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = spec.homepage spec.metadata['changelog_uri'] = 'https://github.com/hidakatsuya/pdf_matcher-testing/blob/main/CHANGELOG.md' spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^test/}) } end spec.require_paths = ['lib'] spec.add_dependency 'pdf_matcher', '>= 1.0.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pdf_matcher-testing-1.0.0 | pdf_matcher-testing.gemspec |