--- !ruby/object:Gem::Specification name: prop_check version: !ruby/object:Gem::Version version: 0.15.0 platform: ruby authors: - Qqwy/Wiebe-Marten Wijnja autorequire: bindir: exe cert_chain: [] date: 2022-11-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: amazing_print requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.2' description: PropCheck allows you to do property-based testing, including shrinking. (akin to Haskell's QuickCheck, Erlang's PropEr, Elixir's StreamData). This means that your test are run many times with different, autogenerated inputs, and as soon as a failing case is found, this input is simplified, in the end giving you back the simplest input that made the test fail. email: - w-m@wmcode.nl executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".rubocop.yml" - ".tool-versions" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - bin/console - bin/rspec - bin/setup - lib/prop_check.rb - lib/prop_check/generator.rb - lib/prop_check/generators.rb - lib/prop_check/helper.rb - lib/prop_check/helper/lazy_append.rb - lib/prop_check/hooks.rb - lib/prop_check/lazy_tree.rb - lib/prop_check/property.rb - lib/prop_check/property/configuration.rb - lib/prop_check/property/output_formatter.rb - lib/prop_check/property/shrinker.rb - lib/prop_check/version.rb - prop_check.gemspec homepage: https://github.com/Qqwy/ruby-prop_check/ licenses: - MIT metadata: homepage_uri: https://github.com/Qqwy/ruby-prop_check/ source_code_uri: https://github.com/Qqwy/ruby-prop_check/ changelog_uri: https://github.com/Qqwy/ruby-prop_check/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.1 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: PropCheck allows you to do property-based testing, including shrinking. test_files: []