Sha256: c596349e8d24238a81038479775cf8849e2f37beaae0075a9e44e22ec5a73d6d
Contents?: true
Size: 1.93 KB
Versions: 0
Compression: gzip
Compressed size: 881 Bytes
Stored size: 881 Bytes
Contents
--- !ruby/object:Gem::Specification name: matchi version: !ruby/object:Gem::Version version: 4.2.0 platform: ruby authors: - Cyril Kato autorequire: bindir: bin cert_chain: [] date: 2025-01-05 00:00:00.000000000 Z dependencies: [] description: 'Matchi is a framework-agnostic Ruby library that provides a comprehensive set of expectation matchers for elegant and secure testing. Its design focuses on simplicity, security, and extensibility, making it easy to integrate with any testing framework. The library offers a rich collection of built-in matchers for common testing scenarios while maintaining a clear, consistent API that follows Ruby best practices. With minimal setup required and support for custom matchers, Matchi enables developers to write more reliable and maintainable tests. ' email: contact@cyril.email executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE.md - README.md - lib/matchi.rb - lib/matchi/be.rb - lib/matchi/be_a_kind_of.rb - lib/matchi/be_an_instance_of.rb - lib/matchi/be_within.rb - lib/matchi/change.rb - lib/matchi/change/by.rb - lib/matchi/change/by_at_least.rb - lib/matchi/change/by_at_most.rb - lib/matchi/change/from.rb - lib/matchi/change/from/to.rb - lib/matchi/change/to.rb - lib/matchi/eq.rb - lib/matchi/match.rb - lib/matchi/predicate.rb - lib/matchi/raise_exception.rb - lib/matchi/satisfy.rb homepage: https://github.com/fixrb/matchi licenses: - MIT metadata: rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.3.27 signing_key: specification_version: 4 summary: "Framework-agnostic matchers for secure, elegant Ruby testing \U0001F939" test_files: []