--- !ruby/object:Gem::Specification name: pdf_matcher-testing version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - Katsuya Hidaka autorequire: bindir: bin cert_chain: [] date: 2023-12-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: pdf_matcher requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.2.0 description: This gem allows testing frameworks such as Test::Unit, RSpec and Minitest to perform PDF matching tests with the pdf_matcher gem. email: - hidakatsuya@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/test.yml" - ".gitignore" - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - lib/pdf_matcher/testing/assertion.rb - lib/pdf_matcher/testing/failure_message.rb - lib/pdf_matcher/testing/matcher.rb - lib/pdf_matcher/testing/minitest_adapter.rb - lib/pdf_matcher/testing/rspec_adapter.rb - lib/pdf_matcher/testing/test_unit_adapter.rb - lib/pdf_matcher/testing/version.rb - pdf_matcher-testing.gemspec homepage: https://github.com/hidakatsuya/pdf_matcher-testing licenses: - MIT metadata: homepage_uri: https://github.com/hidakatsuya/pdf_matcher-testing source_code_uri: https://github.com/hidakatsuya/pdf_matcher-testing changelog_uri: https://github.com/hidakatsuya/pdf_matcher-testing/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: 3.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.6 signing_key: specification_version: 4 summary: This gem allows testing frameworks such as Test::Unit, RSpec and Minitest to perform PDF matching tests with the pdf_matcher gem. test_files: []