Sha256: 5fdb52bfb70edc1f62d14ddf4710437f11ca0caa0c7da651606bddadf7a70d28
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 650 Bytes
Stored size: 650 Bytes
Contents
--- !ruby/object:Gem::Specification name: pdf_matcher version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Katsuya Hidaka autorequire: bindir: bin cert_chain: [] date: 2021-05-01 00:00:00.000000000 Z dependencies: [] description: PdfMatcher is a gem to compare two PDFs and output the differences using diff-pdf email: - hidakatsuya@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/test.yml" - ".gitignore" - CHANGELOG.md - CODE_OF_CONDUCT.md - Dockerfile - Gemfile - LICENSE.txt - README.md - Rakefile - lib/pdf_matcher.rb - lib/pdf_matcher/diff_pdf.rb - lib/pdf_matcher/match_result.rb - lib/pdf_matcher/matcher.rb - lib/pdf_matcher/pdf_file.rb - lib/pdf_matcher/version.rb - pdf_matcher.gemspec homepage: https://github.com/hidakatsuya/pdf_matcher licenses: - MIT metadata: homepage_uri: https://github.com/hidakatsuya/pdf_matcher source_code_uri: https://github.com/hidakatsuya/pdf_matcher changelog_uri: https://github.com/hidakatsuya/pdf_matcher/blob/main/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: A gem to compare two PDFs and output the differences using diff-pdf test_files: []