@pact-foundation/pact-cli-linux-x64 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -0
- package/standalone/linux-x64-2.4.12/pact/README.md +422 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-broker +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-message +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-mock-service +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-plugin-cli +0 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-provider-verifier +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-publish +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pact-stub-service +29 -0
- package/standalone/linux-x64-2.4.12/pact/bin/pactflow +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-broker.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-message.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-mock-service.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-provider-verifier.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-publish.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact-stub-service.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pact.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/app/pactflow.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/bundle +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/bundler +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/gem +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/irb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/rake +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/ruby +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin/ruby_environment +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/bundle +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/bundler +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/gem +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/irb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/nokogiri +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/posix-spawn-benchmark +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/puma +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/pumactl +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/racc +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/rackup +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/rake +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/rbs +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/rdbg +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/redcarpet +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/redcloth +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/ruby +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/syntax_suggest +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/thin +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/typeprof +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/unicorn +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/bin.real/unicorn_rails +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/info/GEM_EXTENSION_API_VERSION +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/info/GEM_PLATFORM +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/info/RUBY_ARCH +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/info/RUBY_COMPAT_VERSION +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ca-bundle.crt +3581 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/libffi.so.6 +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/libffi.so.6.0.1 +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/libtinfo.so.5 +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/English.rb +164 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/abbrev.rb +133 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/base64.rb +363 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/benchmark.rb +584 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal/jacobian.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal/ludcmp.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal/math.rb +232 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal/newton.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal/util.rb +185 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bigdecimal.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundled_gems.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/build_metadata.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/capistrano.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/checksum.rb +254 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ci_detector.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/add.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/binstubs.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/cache.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/check.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/clean.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/common.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/config.rb +204 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/console.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/doctor.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/exec.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/fund.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/gem.rb +471 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/info.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/init.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/inject.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/install.rb +190 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/issue.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/list.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/lock.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/open.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/outdated.rb +297 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/platform.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/plugin.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/pristine.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/remove.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/show.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/update.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli/viz.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/cli.rb +829 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/compact_index_client/cache.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/compact_index_client/cache_file.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/compact_index_client/gem_parser.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/compact_index_client/updater.rb +115 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/compact_index_client.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/constants.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/current_ruby.rb +92 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/definition.rb +1061 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/dependency.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/deployment.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/deprecate.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/digest.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/dsl.rb +619 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/endpoint_specification.rb +147 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/env.rb +148 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/environment_preserver.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/errors.rb +247 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/feature_flag.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/base.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/compact_index.rb +129 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/dependency.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/downloader.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/gem_remote_fetcher.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher/index.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/fetcher.rb +324 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/force_platform.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/friendly_errors.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/gem_helper.rb +237 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/gem_helpers.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/gem_tasks.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/gem_version_promoter.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/graph.rb +152 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/index.rb +205 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/injector.rb +288 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/inline.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/installer/gem_installer.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/installer/parallel_installer.rb +202 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/installer/standalone.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/installer.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/lazy_specification.rb +172 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/lockfile_generator.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/lockfile_parser.rb +289 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-add.1 +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-add.1.ronn +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-binstubs.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-binstubs.1.ronn +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-cache.1 +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-cache.1.ronn +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-check.1 +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-check.1.ronn +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-clean.1 +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-clean.1.ronn +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-config.1 +319 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-config.1.ronn +408 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-console.1 +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-console.1.ronn +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-doctor.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-doctor.1.ronn +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-exec.1 +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-exec.1.ronn +151 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-gem.1 +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-gem.1.ronn +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-help.1 +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-help.1.ronn +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-info.1 +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-info.1.ronn +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-init.1 +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-init.1.ronn +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-inject.1 +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-inject.1.ronn +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-install.1 +215 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-install.1.ronn +383 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-list.1 +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-list.1.ronn +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-lock.1 +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-lock.1.ronn +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-open.1 +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-open.1.ronn +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-outdated.1 +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-outdated.1.ronn +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-platform.1 +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-platform.1.ronn +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-plugin.1 +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-plugin.1.ronn +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-pristine.1 +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-pristine.1.ronn +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-remove.1 +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-remove.1.ronn +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-show.1 +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-show.1.ronn +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-update.1 +275 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-update.1.ronn +351 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-version.1 +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-version.1.ronn +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-viz.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle-viz.1.ronn +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle.1 +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/bundle.1.ronn +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/gemfile.5 +470 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/man/gemfile.5.ronn +552 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/match_metadata.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/match_platform.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/match_remote_metadata.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/mirror.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/api/source.rb +321 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/api.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/dsl.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/events.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/index.rb +193 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/installer/git.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/installer/path.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/installer/rubygems.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/installer.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin/source_list.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/plugin.rb +359 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/process_lock.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/remote_specification.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/base.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/candidate.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/incompatibility.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/package.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/root.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver/spec_group.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/resolver.rb +492 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/retry.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ruby_dsl.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ruby_version.rb +131 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/rubygems_ext.rb +348 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/rubygems_gem_installer.rb +137 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/rubygems_integration.rb +493 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/runtime.rb +307 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/safe_marshal.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/self_manager.rb +186 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/settings/validator.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/settings.rb +590 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/setup.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/shared_helpers.rb +382 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/similarity_detector.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/gemspec.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/git/git_proxy.rb +463 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/git.rb +380 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/metadata.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/path/installer.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/path.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/rubygems/remote.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/rubygems.rb +504 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source/rubygems_aggregate.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source_list.rb +251 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/source_map.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/spec_set.rb +296 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/stub_specification.rb +119 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/Executable +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/Executable.bundler +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/Executable.standalone +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/Gemfile +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/CHANGELOG.md.tt +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/Cargo.toml.tt +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/Gemfile.tt +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/LICENSE.txt.tt +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/README.md.tt +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/Rakefile.tt +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/bin/console.tt +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/bin/setup.tt +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/circleci/config.yml.tt +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/exe/newgem.tt +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/Cargo.toml.tt +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/extconf-c.rb.tt +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/extconf-rust.rb.tt +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/newgem.c.tt +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/newgem.h.tt +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/ext/newgem/src/lib.rs.tt +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/github/workflows/main.yml.tt +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/gitignore.tt +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/gitlab-ci.yml.tt +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/lib/newgem/version.rb.tt +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/lib/newgem.rb.tt +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/newgem.gemspec.tt +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/rspec.tt +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/rubocop.yml.tt +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/sig/newgem.rbs.tt +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/spec/newgem_spec.rb.tt +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/spec/spec_helper.rb.tt +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/standard.yml.tt +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/test/minitest/test_helper.rb.tt +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/test/minitest/test_newgem.rb.tt +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/templates/newgem/test/test-unit/test_helper.rb.tt +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ui/rg_proxy.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ui/shell.rb +165 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ui/silent.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/ui.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/uri_credentials_filter.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/uri_normalizer.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb +174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/connection_pool/lib/connection_pool.rb +175 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/fileutils/lib/fileutils.rb +2694 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +1073 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb +182 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb +150 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/package.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/term.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb +129 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb +411 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb +248 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/pub_grub/lib/pub_grub.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/create_file.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/create_link.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/directory.rb +108 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +373 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/actions.rb +340 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/base.rb +825 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/command.rb +151 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/error.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/group.rb +281 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/invocation.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor/basic.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor/readline.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/line_editor.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/nested_context.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/argument.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/arguments.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/option.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser/options.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/parser.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/rake_compat.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/runner.rb +335 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/basic.rb +388 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/color.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/column_printer.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/html.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/table_printer.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/terminal.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/shell.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/util.rb +285 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/thor/lib/thor.rb +663 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/tsort/lib/tsort.rb +455 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/common.rb +853 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/file.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ftp.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/generic.rb +1588 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/http.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ldap.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ldaps.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/mailto.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/rfc2396_parser.rb +539 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/rfc3986_parser.rb +183 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/ws.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri/wss.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendor/uri/lib/uri.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_fileutils.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_net_http.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_persistent.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_pub_grub.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_thor.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_timeout.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_tsort.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vendored_uri.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/version.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/vlad.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/worker.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler/yaml_serializer.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/bundler.rb +684 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/cookie.rb +209 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/core.rb +900 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/html.rb +1035 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/session/pstore.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/session.rb +562 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi/util.rb +258 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/cgi.rb +297 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/core_ext/array.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/core_ext/string.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/fields_converter.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/input_record_separator.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/parser.rb +1288 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/row.rb +757 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/table.rb +1055 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv/writer.rb +210 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/csv.rb +2882 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/date.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/delegate.rb +444 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/core_ext/name_error.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/experimental.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/formatter.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/formatters/plain_formatter.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/formatters/verbose_formatter.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/jaro_winkler.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/levenshtein.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checker.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/key_error_checker.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/method_name_checker.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/name_error_checkers.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/null_checker.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/pattern_key_name_checker.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/spell_checkers/require_path_checker.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/tree_spell_checker.rb +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/verbose.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/did_you_mean.rb +155 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/digest/loader.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/digest/sha2/loader.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/digest/sha2.rb +142 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/digest/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/digest.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/acl.rb +239 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/drb.rb +1943 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/eq.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/extserv.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/extservm.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/gw.rb +161 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/invokemethod.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/observer.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/ssl.rb +354 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/timeridconv.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/unix.rb +118 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb/weakidconv.rb +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/drb.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/erb/compiler.rb +472 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/erb/def_method.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/erb/util.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/erb/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/erb.rb +506 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/error_highlight/base.rb +545 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/error_highlight/core_ext.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/error_highlight/formatter.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/error_highlight/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/error_highlight.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/expect.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/closure.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/cparser.rb +278 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/function.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/import.rb +322 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/pack.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/struct.rb +539 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/types.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/value.rb +120 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fiddle.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/fileutils.rb +2694 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/find.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/forwardable/impl.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/forwardable.rb +321 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/getoptlong.rb +867 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/io/console/size.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ipaddr.rb +791 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/cmd/nop.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/color.rb +262 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/color_printer.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/backtrace.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/base.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/break.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/catch.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/chws.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/context.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/continue.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/debug.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/delete.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/disable_irb.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/edit.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/exit.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/finish.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/force_exit.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/help.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/history.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/info.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/internal_helpers.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/irb_info.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/load.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/ls.rb +155 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/measure.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/next.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/pushws.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/show_doc.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/show_source.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/step.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/subirb.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command/whereami.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/command.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/completion.rb +477 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/context.rb +673 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/debug/ui.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/debug.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/default_commands.rb +260 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/easter-egg.rb +148 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/change-ws.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/eval_history.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/loader.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/multi-irb.rb +258 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/tracer.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/use-loader.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ext/workspaces.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/frame.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/help.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/helper_method/base.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/helper_method/conf.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/helper_method.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/history.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/init.rb +503 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/input-method.rb +513 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/inspector.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/lc/error.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/lc/help-message +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/lc/ja/error.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/lc/ja/help-message +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/locale.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/nesting_parser.rb +237 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/notifier.rb +230 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/output-method.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/pager.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ruby-lex.rb +474 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ruby_logo.aa +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/source_finder.rb +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/statement.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/version.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/workspace.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/ws-for-case-2.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb/xmp.rb +164 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/irb.rb +1608 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/bigdecimal.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/complex.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/core.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/date.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/date_time.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/exception.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/ostruct.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/range.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/rational.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/regexp.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/set.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/struct.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/symbol.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/add/time.rb +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/common.rb +697 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/ext.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/generic_object.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json/version.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/json.rb +592 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/kconv.rb +283 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/errors.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/formatter.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/log_device.rb +207 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/period.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/severity.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/logger.rb +747 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/mkmf.rb +2898 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/monitor.rb +283 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/mutex_m.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/backward.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/exceptions.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/generic_request.rb +414 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/header.rb +981 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/proxy_delta.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/request.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/requests.rb +425 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/response.rb +738 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/responses.rb +1174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http/status.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/http.rb +2496 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/net/protocol.rb +544 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/objspace/trace.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/objspace.rb +135 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/observer.rb +229 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/open-uri.rb +840 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/open3/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/open3.rb +1410 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/bn.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/buffering.rb +484 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/cipher.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/digest.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/hmac.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/marshal.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/pkcs5.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/pkey.rb +471 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/ssl.rb +547 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl/x509.rb +391 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/openssl.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optionparser.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/ac.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/date.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/kwargs.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/shellwords.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/time.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/uri.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse/version.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/optparse.rb +2333 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ostruct.rb +489 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/pathname.rb +606 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/pp.rb +651 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prettyprint.rb +558 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/compiler.rb +486 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/debug.rb +200 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/desugar_compiler.rb +207 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/dispatcher.rb +2150 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/dsl.rb +785 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/ffi.rb +341 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/lex_compat.rb +892 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/mutation_compiler.rb +753 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/node.rb +17401 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/node_ext.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/node_inspector.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/pack.rb +224 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/parse_result/comments.rb +177 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/parse_result/newlines.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/parse_result.rb +460 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/pattern.rb +250 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/ripper_compat.rb +207 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/serialize.rb +1322 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism/visitor.rb +495 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/prism.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/pstore.rb +731 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/class_loader.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/coder.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/core_ext.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/exception.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/handler.rb +255 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/handlers/document_stream.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/handlers/recorder.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/json/ruby_events.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/json/stream.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/json/tree_builder.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/json/yaml_events.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/alias.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/document.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/mapping.rb +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/node.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/scalar.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/sequence.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes/stream.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/nodes.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/omap.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/parser.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/scalar_scanner.rb +142 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/set.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/stream.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/streaming.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/syntax_error.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/tree_builder.rb +137 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/versions.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/depth_first.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/emitter.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/json_tree.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/to_ruby.rb +436 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/visitor.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors/yaml_tree.rb +586 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/visitors.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych/y.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/psych.rb +745 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/random/formatter.rb +373 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/readline.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/ansi.rb +362 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/config.rb +379 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/face.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/general_io.rb +111 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/history.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_actor/base.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_actor/emacs.rb +517 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_actor/vi_command.rb +518 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_actor/vi_insert.rb +517 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_actor.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/key_stroke.rb +148 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/kill_ring.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/line_editor.rb +2541 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/terminfo.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/unicode/east_asian_width.rb +1196 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/unicode.rb +696 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline/windows.rb +503 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/reline.rb +604 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/resolv-replace.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/resolv.rb +3387 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rinda/rinda.rb +329 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rinda/ring.rb +484 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rinda/tuplespace.rb +641 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ripper/core.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ripper/filter.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ripper/lexer.rb +372 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ripper/sexp.rb +187 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ripper.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/assembler.rb +1140 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/block.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/branch_stub.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/c_pointer.rb +394 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/c_type.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/code_block.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/compiler.rb +518 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/context.rb +377 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/entry_stub.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/exit_compiler.rb +164 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/hooks.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/insn_compiler.rb +5972 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/instruction.rb +1230 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/invariants.rb +155 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/jit_state.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/stats.rb +191 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/ruby_vm/rjit/type.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/available_set.rb +165 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/basic_specification.rb +350 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/bundler_version_finder.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ci_detector.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/command.rb +667 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/command_manager.rb +257 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/build_command.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/cert_command.rb +325 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/check_command.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/cleanup_command.rb +188 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/contents_command.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/dependency_command.rb +206 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/environment_command.rb +176 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/exec_command.rb +249 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/fetch_command.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/generate_index_command.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/help_command.rb +375 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/info_command.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/install_command.rb +273 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/list_command.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/lock_command.rb +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/mirror_command.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/open_command.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/outdated_command.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/owner_command.rb +124 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/pristine_command.rb +207 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/push_command.rb +110 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/query_command.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/rdoc_command.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/rebuild_command.rb +264 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/search_command.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/server_command.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/setup_command.rb +670 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/signin_command.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/signout_command.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/sources_command.rb +227 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/specification_command.rb +156 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/stale_command.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/uninstall_command.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/unpack_command.rb +174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/update_command.rb +332 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/which_command.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/commands/yank_command.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/compatibility.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/config_file.rb +601 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/core_ext/kernel_gem.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/core_ext/kernel_require.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/core_ext/kernel_warn.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/core_ext/tcpsocket_init.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/defaults.rb +308 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/dependency.rb +340 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/dependency_installer.rb +335 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/dependency_list.rb +243 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/deprecate.rb +169 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/doctor.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/errors.rb +176 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/exceptions.rb +300 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/build_error.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/builder.rb +247 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/cargo_builder/link_flag_converter.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/cargo_builder.rb +345 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/cmake_builder.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/configure_builder.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/ext_conf_builder.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext/rake_builder.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ext.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gem_runner.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gemcutter_utilities/webauthn_listener/response.rb +163 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gemcutter_utilities/webauthn_listener.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gemcutter_utilities/webauthn_poller.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gemcutter_utilities.rb +388 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/gemspec_helpers.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/install_default_message.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/install_message.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/install_update_options.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/installer.rb +1040 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/installer_uninstaller_utils.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/local_remote_options.rb +146 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/name_tuple.rb +119 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/openssl.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/digest_io.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/file_source.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/io_source.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/old.rb +169 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/source.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/tar_header.rb +266 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/tar_reader/entry.rb +248 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/tar_reader.rb +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package/tar_writer.rb +331 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package.rb +742 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/package_task.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/path_support.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/platform.rb +268 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/psych_tree.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/query_utils.rb +349 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/rdoc.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/remote_fetcher.rb +342 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request/connection_pools.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request/http_pool.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request/https_pool.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request.rb +298 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request_set/gem_dependency_api.rb +841 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request_set/lockfile/parser.rb +344 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request_set/lockfile/tokenizer.rb +122 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request_set/lockfile.rb +235 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/request_set.rb +468 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/requirement.rb +299 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/activation_request.rb +159 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/api_set/gem_parser.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/api_set.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/api_specification.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/best_set.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/composed_set.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/conflict.rb +146 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/current_set.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/dependency_request.rb +119 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/git_set.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/git_specification.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/index_set.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/index_specification.rb +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/installed_specification.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/installer_set.rb +271 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/local_specification.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/lock_set.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/lock_specification.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/requirement_list.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/set.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/source_set.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/spec_specification.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/specification.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/stats.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/vendor_set.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver/vendor_specification.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/resolver.rb +341 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/s3_uri_signer.rb +177 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal/elements.rb +146 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal/reader.rb +308 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal/visitors/stream_printer.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal/visitors/to_ruby.rb +415 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal/visitors/visitor.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_marshal.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/safe_yaml.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security/policies.rb +114 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security/policy.rb +288 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security/signer.rb +212 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security/trust_dir.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security.rb +615 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/security_option.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/shellwords.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/git.rb +239 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/installed.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/local.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/lock.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/specific_file.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source/vendor.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source.rb +245 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/source_list.rb +146 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/spec_fetcher.rb +258 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/specification.rb +2657 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/specification_policy.rb +548 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/specification_record.rb +213 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/stub_specification.rb +213 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/text.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/uninstaller.rb +415 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/unknown_command_spell_checker.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/update_suggestion.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/uri.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/uri_formatter.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/user_interaction.rb +650 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/util/licenses.rb +806 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/util/list.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/util.rb +118 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/validator.rb +144 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb +164 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb +255 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/errors.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolution.rb +839 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/resolver.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo/state.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/molinillo/lib/molinillo.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/backward.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/exceptions.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/generic_request.rb +414 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/header.rb +981 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/request.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/requests.rb +425 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/response.rb +738 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/responses.rb +1174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http/status.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/http.rb +2496 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-http/lib/net/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/net-protocol/lib/net/protocol.rb +544 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optionparser.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/ac.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/date.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/kwargs.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/shellwords.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/time.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/uri.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse/version.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/optparse/lib/optparse.rb +2330 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/resolv/lib/resolv.rb +3387 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/timeout/lib/timeout.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/tsort/lib/tsort.rb +455 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/common.rb +853 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/file.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ftp.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/generic.rb +1588 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/http.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldap.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ldaps.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/mailto.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb +539 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb +183 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/ws.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri/wss.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendor/uri/lib/uri.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendored_molinillo.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendored_net_http.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendored_optparse.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendored_timeout.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/vendored_tsort.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/version.rb +424 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/version_option.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems/yaml_serializer.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/rubygems.rb +1389 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/securerandom.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/set/sorted_set.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/set.rb +852 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/shellwords.rb +242 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/singleton.rb +172 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/socket.rb +1363 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/api.rb +236 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/around_block_scan.rb +232 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/block_expand.rb +165 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/capture/before_after_keyword_ends.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/capture/falling_indent_lines.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/capture_code_context.rb +245 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/clean_document.rb +306 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/cli.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/code_block.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/code_frontier.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/code_line.rb +244 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/code_search.rb +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/core_ext.rb +114 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/display_code_with_line_numbers.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/display_invalid_blocks.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/explain_syntax.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/left_right_lex_count.rb +168 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/lex_all.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/lex_value.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/parse_blocks_from_indent_line.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/pathname_from_message.rb +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/priority_engulf_queue.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/priority_queue.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/ripper_errors.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/scan_history.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/unvisited_lines.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syntax_suggest.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/syslog/logger.rb +209 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/tempfile.rb +465 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/time.rb +727 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/timeout.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/tmpdir.rb +166 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/tsort.rb +455 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/un.rb +441 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/unicode_normalize/normalize.rb +175 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/unicode_normalize/tables.rb +9259 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/common.rb +853 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/file.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/ftp.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/generic.rb +1588 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/http.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/ldap.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/ldaps.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/mailto.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/rfc2396_parser.rb +539 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/rfc3986_parser.rb +183 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/ws.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri/wss.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/uri.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/weakref.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/bigdecimal.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/cgi/escape.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/continuation.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/date_core.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest/bubblebabble.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest/md5.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest/rmd160.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest/sha1.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest/sha2.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/digest.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/cesu_8.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/encdb.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_1.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_10.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_11.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_13.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_14.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_15.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_16.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_2.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_3.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_4.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_5.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_6.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_7.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_8.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/iso_8859_9.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/big5.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/cesu_8.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/chinese.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/ebcdic.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/emoji.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/emoji_iso2022_kddi.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/emoji_sjis_docomo.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/emoji_sjis_kddi.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/emoji_sjis_softbank.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/escape.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/gb18030.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/gbk.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/iso2022.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/japanese.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/japanese_euc.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/japanese_sjis.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/korean.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/single_byte.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/transdb.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/utf8_mac.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/trans/utf_16_32.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/utf_16be.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/utf_16le.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/utf_32be.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/utf_32le.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1250.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1251.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1252.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1253.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1254.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_1257.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/enc/windows_31j.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/erb/escape.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/etc.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/fcntl.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/fiddle.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/io/console.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/io/nonblock.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/io/wait.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/json/ext/generator.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/json/ext/parser.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/monitor.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/nkf.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/objspace.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/openssl.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/pathname.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/psych.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/pty.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/rbconfig/sizeof.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/rbconfig.rb +372 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/ripper.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/socket.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/stringio.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/strscan.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/syslog.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/x86_64-linux/zlib.so +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/yaml/dbm.rb +280 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/yaml/store.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/3.3.0/yaml.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/charlock_holmes-0.7.7.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/eventmachine-1.2.7.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/mysql2-0.5.6.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/puma-6.4.2.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/rugged-1.7.2.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/build_info/sqlite3-2.0.2.info +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/bundler.gemspec +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe/bundle +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe/bundler +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/build_metadata.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/capistrano.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/checksum.rb +254 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ci_detector.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/add.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/binstubs.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/cache.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/check.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/clean.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/common.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/config.rb +204 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/console.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/doctor.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/exec.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/fund.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/gem.rb +471 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/info.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/init.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/inject.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/install.rb +190 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/issue.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/list.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/lock.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/open.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/outdated.rb +297 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/platform.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/plugin.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/pristine.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/remove.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/show.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/update.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli/viz.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/cli.rb +829 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/compact_index_client/cache.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/compact_index_client/cache_file.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/compact_index_client/gem_parser.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/compact_index_client/updater.rb +115 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/compact_index_client.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/constants.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/current_ruby.rb +92 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/definition.rb +1061 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/dependency.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/deployment.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/deprecate.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/digest.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/dsl.rb +619 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/endpoint_specification.rb +147 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/env.rb +148 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/environment_preserver.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/errors.rb +247 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/feature_flag.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/base.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/compact_index.rb +129 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/dependency.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/downloader.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/gem_remote_fetcher.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher/index.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/fetcher.rb +324 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/force_platform.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/friendly_errors.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/gem_helper.rb +237 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/gem_helpers.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/gem_tasks.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/gem_version_promoter.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/graph.rb +152 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/index.rb +205 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/injector.rb +288 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/inline.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/installer/gem_installer.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/installer/parallel_installer.rb +202 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/installer/standalone.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/installer.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/lazy_specification.rb +172 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/lockfile_generator.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/lockfile_parser.rb +289 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-add.1 +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-add.1.ronn +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-binstubs.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-binstubs.1.ronn +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-cache.1 +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-cache.1.ronn +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-check.1 +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-check.1.ronn +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-clean.1 +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-clean.1.ronn +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-config.1 +319 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-config.1.ronn +408 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-console.1 +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-console.1.ronn +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-doctor.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-doctor.1.ronn +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-exec.1 +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-exec.1.ronn +151 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-gem.1 +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-gem.1.ronn +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-help.1 +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-help.1.ronn +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-info.1 +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-info.1.ronn +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-init.1 +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-init.1.ronn +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-inject.1 +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-inject.1.ronn +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-install.1 +215 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-install.1.ronn +383 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-list.1 +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-list.1.ronn +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-lock.1 +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-lock.1.ronn +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-open.1 +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-open.1.ronn +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-outdated.1 +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-outdated.1.ronn +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-platform.1 +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-platform.1.ronn +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-plugin.1 +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-plugin.1.ronn +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-pristine.1 +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-pristine.1.ronn +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-remove.1 +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-remove.1.ronn +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-show.1 +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-show.1.ronn +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-update.1 +275 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-update.1.ronn +351 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-version.1 +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-version.1.ronn +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-viz.1 +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle-viz.1.ronn +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle.1 +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/bundle.1.ronn +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/gemfile.5 +470 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/man/gemfile.5.ronn +552 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/match_metadata.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/match_platform.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/match_remote_metadata.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/mirror.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/api/source.rb +321 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/api.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/dsl.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/events.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/index.rb +193 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/installer/git.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/installer/path.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/installer/rubygems.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/installer.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin/source_list.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/plugin.rb +359 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/process_lock.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/remote_specification.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/base.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/candidate.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/incompatibility.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/package.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/root.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver/spec_group.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/resolver.rb +492 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/retry.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ruby_dsl.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ruby_version.rb +131 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/rubygems_ext.rb +348 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/rubygems_gem_installer.rb +137 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/rubygems_integration.rb +493 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/runtime.rb +307 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/safe_marshal.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/self_manager.rb +186 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/settings/validator.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/settings.rb +590 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/setup.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/shared_helpers.rb +382 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/similarity_detector.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/gemspec.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/git/git_proxy.rb +463 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/git.rb +380 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/metadata.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/path/installer.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/path.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/rubygems/remote.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/rubygems.rb +504 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source/rubygems_aggregate.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source_list.rb +251 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/source_map.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/spec_set.rb +296 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/stub_specification.rb +119 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ui/rg_proxy.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ui/shell.rb +165 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ui/silent.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/ui.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/uri_credentials_filter.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/uri_normalizer.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/LICENSE +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb +174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/connection_pool/lib/connection_pool.rb +175 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/fileutils/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/fileutils/LICENSE.txt +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/fileutils/lib/fileutils.rb +2694 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/README.rdoc +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb +1073 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/LICENSE.txt +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/assignment.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/basic_package_source.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/failure_writer.rb +182 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/incompatibility.rb +150 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/package.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/partial_solution.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/rubygems.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/solve_failure.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/static_package_source.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/term.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/version_constraint.rb +129 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/version_range.rb +411 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/version_solver.rb +248 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub/version_union.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/pub_grub/lib/pub_grub.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/LICENSE.md +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/directory.rb +108 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb +373 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/actions.rb +340 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/base.rb +825 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/command.rb +151 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/error.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/group.rb +281 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/invocation.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/line_editor.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/nested_context.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/parser/argument.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/parser/option.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/parser/options.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/parser.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/rake_compat.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/runner.rb +335 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/basic.rb +388 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/color.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/column_printer.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/html.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/table_printer.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/terminal.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell/wrapped_printer.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/shell.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/util.rb +285 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/thor/lib/thor.rb +663 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/tsort/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/tsort/LICENSE.txt +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/tsort/lib/tsort.rb +455 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/.document +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/LICENSE.txt +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/common.rb +853 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/file.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/ftp.rb +267 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/generic.rb +1588 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/http.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/https.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/ldap.rb +261 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/ldaps.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/mailto.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb +539 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb +183 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/ws.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri/wss.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendor/uri/lib/uri.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_fileutils.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_net_http.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_persistent.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_pub_grub.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_thor.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_timeout.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_tsort.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vendored_uri.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/version.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/vlad.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/worker.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler/yaml_serializer.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/lib/bundler.rb +684 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/bundler-2.5.11.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/abbrev-0.1.2.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/base64-0.2.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/benchmark-0.3.0.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/bigdecimal-3.1.5.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/cgi-0.4.1.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/csv-3.2.8.gemspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/date-3.3.4.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/delegate-0.3.1.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/did_you_mean-1.6.3.gemspec +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/digest-3.1.1.gemspec +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/drb-2.2.0.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/english-0.8.0.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/erb-4.0.3.gemspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/error_highlight-0.6.0.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/etc-1.4.3.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/fcntl-1.1.0.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/fiddle-1.1.2.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/fileutils-1.7.2.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/find-0.2.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/forwardable-1.3.3.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/getoptlong-0.2.1.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/io-console-0.7.1.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/io-nonblock-0.3.0.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/io-wait-0.3.1.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/ipaddr-1.2.6.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/irb-1.13.1.gemspec +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/logger-1.6.0.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/mutex_m-0.2.0.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/net-http-0.4.1.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/net-protocol-0.2.2.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/nkf-0.1.3.gemspec +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/observer-0.1.2.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/open-uri-0.4.1.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/open3-0.2.1.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/openssl-3.2.0.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/optparse-0.4.0.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/ostruct-0.6.0.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/pathname-0.3.0.gemspec +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/pp-0.5.0.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/prettyprint-0.2.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/prism-0.19.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/pstore-0.1.3.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/psych-5.1.2.gemspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/readline-0.0.4.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/resolv-0.3.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/resolv-replace-0.1.1.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/rinda-0.2.0.gemspec +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/ruby2_keywords-0.0.5.gemspec +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/securerandom-0.3.1.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/set-1.1.0.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/shellwords-0.2.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/singleton-0.2.0.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/stringio-3.1.1.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/strscan-3.0.9.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/syslog-0.1.2.gemspec +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/tempfile-0.2.1.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/time-0.3.0.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/timeout-0.4.1.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/tmpdir-0.2.0.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/tsort-0.2.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/un-0.3.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/weakref-0.1.3.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/win32ole-1.8.10.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/yaml-0.3.0.gemspec +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/gems/3.3.0/specifications/default/zlib-3.1.1.gemspec +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/ruby/lib/ruby/site_ruby/traveling_ruby_restore_environment.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/.bundle/config +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/Gemfile +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/Gemfile.lock +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/console +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/expgen +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/htmldiff +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/httparty +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/ldiff +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact-broker +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact-message +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact-mock-service +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact-provider-verifier +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pact-stub-service +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/pactflow +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/rackup +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/rake +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/rspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/setup +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_cdiff +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_colortab +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_decolor +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_display +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_mandel +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_plasma +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/term_snow +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/bin/thor +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/Appraisals +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/Gemfile +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/Rakefile +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/awesome_print.gemspec +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/init.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/ap.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/colorize.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/awesome_method_array.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/class.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/kernel.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/logger.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/method.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/object.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/core_ext/string.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/custom_defaults.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/action_view.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/active_record.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/active_support.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/mongo_mapper.rb +124 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/mongoid.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/nobrainer.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/nokogiri.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/ostruct.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/ripple.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/ext/sequel.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatter.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/array_formatter.rb +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/base_formatter.rb +140 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/class_formatter.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/dir_formatter.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/file_formatter.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/hash_formatter.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/method_formatter.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/object_formatter.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/simple_formatter.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters/struct_formatter.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/formatters.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/indentator.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/inspector.rb +169 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print/version.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/awesome_print-1.9.2/lib/awesome_print.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/array.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/core_ext/string.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/fields_converter.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/input_record_separator.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/parser.rb +1297 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/row.rb +757 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/table.rb +1055 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/version.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv/writer.rb +210 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/csv-3.3.0/lib/csv.rb +2882 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/.rspec +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/Rakefile +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/bin/htmldiff +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/bin/ldiff +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/array.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/backports.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/block.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/callbacks.rb +327 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +174 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +158 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +363 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/internals.rb +308 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +173 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs/string.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +741 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/diff-lcs-1.5.1/lib/diff-lcs.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/Gemfile +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/Rakefile +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/bin/console +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/bin/setup +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/dig_rb.gemspec +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb/array.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb/hash.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb/ostruct.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb/struct.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/dig_rb-1.0.1/lib/dig_rb.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/Gemfile +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/Rakefile +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/bin/expgen +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/expgen.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen/nodes.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen/parser.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen/randomizer.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen/transform.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/expgen-0.1.1/lib/expgen.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/Rakefile +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/adapter/test.rb +311 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/adapter.rb +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/adapter_registry.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/connection.rb +556 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/encoders/flat_params_encoder.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/encoders/nested_params_encoder.rb +183 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/error.rb +165 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/logging/formatter.rb +118 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/methods.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/middleware.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/middleware_registry.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options/connection_options.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options/env.rb +204 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options/proxy_options.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options/request_options.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options/ssl_options.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/options.rb +219 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/parameters.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/rack_builder.rb +251 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/request/authorization.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/request/instrumentation.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/request/json.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/request/url_encoded.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/request.rb +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/response/json.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/response/logger.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/response/raise_error.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/response.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/utils/headers.rb +150 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/utils/params_hash.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/utils.rb +121 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-2.10.1/lib/faraday.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-net_http-3.1.1/lib/faraday/adapter/net_http.rb +201 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-net_http-3.1.1/lib/faraday/net_http/version.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-net_http-3.1.1/lib/faraday/net_http.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-retry-2.2.1/lib/faraday/retriable_response.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-retry-2.2.1/lib/faraday/retry/middleware.rb +265 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-retry-2.2.1/lib/faraday/retry/version.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/faraday-retry-2.2.1/lib/faraday/retry.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/.rspec +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/.yardopts +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/Gemfile +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/Rakefile +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/VERSION +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/find_a_port.gemspec +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/find_a_port-1.0.1/lib/find_a_port.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/.editorconfig +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/.github/dependabot.yml +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/.github/workflows/ci.yml +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/.rubocop.yml +92 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/.rubocop_todo.yml +124 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/Gemfile +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/Guardfile +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/Rakefile +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/bin/httparty +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/cucumber.yml +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/httparty.gemspec +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/connection_adapter.rb +237 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/cookie_hash.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/decompressor.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/exceptions.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/hash_conversions.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/headers_processor.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/logger/apache_formatter.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/logger/curl_formatter.rb +93 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/logger/logger.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/logger/logstash_formatter.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/module_inheritable_attributes.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/net_digest_auth.rb +135 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/parser.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/request/body.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/request/multipart_boundary.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/request.rb +433 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/response/headers.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/response.rb +156 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/response_fragment.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/text_encoder.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/utils.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/lib/httparty.rb +689 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/httparty-0.22.0/script/release +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/.github/workflows/ci.yml +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/.github/workflows/db.yml +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/.rubocop.yml +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/Gemfile +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/Rakefile +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/bench/bench.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/bin/console +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/bin/db_pull_request +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/bin/setup +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/lib/db/content_type_mime.db +880 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/lib/db/ext_mime.db +1201 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/lib/mini_mime/version.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/lib/mini_mime.rb +186 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/mini_mime-1.1.5/mini_mime.gemspec +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/.rspec +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/.rubocop.yml +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/.yardopts +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/Gemfile +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/Rakefile +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/libxml.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/libxml2_parser.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/nokogiri.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/oga.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/ox.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/parsers/rexml.rb +113 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/multi_xml-0.7.1/lib/multi_xml.rb +311 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/bin/pact +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/cli/generate_pact_docs.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/cli/run_pact_verification.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/cli/spec_criteria.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/cli.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration/configuration_extensions.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration/dsl.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration/mock_service.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration/service_consumer.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration/service_provider.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/configuration.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/consumer_contract_builder.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/consumer_contract_builders.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/interaction_builder.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/rspec.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/spec_hooks.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer/world.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/consumer.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/doc_file.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/generate.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/generator.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/interaction_view_model.rb +124 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/markdown/consumer_contract_renderer.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/markdown/generator.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/markdown/index_renderer.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/markdown/interaction.erb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/markdown/interaction_renderer.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/doc/sort_interactions.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hal/authorization_header_redactor.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hal/entity.rb +110 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hal/http_client.rb +128 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hal/link.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hal/non_json_entity.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/hash_refinements.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/pact_broker/fetch_pact_uris_for_verification.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/pact_broker/fetch_pacts.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/pact_broker/notices.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/pact_broker/pact_selection_description.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/pact_broker.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/project_root.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/configuration_extension.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/dsl.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/message_provider_dsl.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/pact_verification.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/pact_verification_from_broker.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/service_provider_config.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration/service_provider_dsl.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/configuration.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/context.rb +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/help/console_text.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/help/content.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/help/pact_diff.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/help/prompt_text.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/help/write.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/matchers/messages.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/pact_helper_locator.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/pact_source.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/pact_spec_runner.rb +188 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/pact_uri.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/pact_verification.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/print_missing_provider_states.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/request.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/backtrace_formatter.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/calculate_exit_code.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/custom_options_file +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/formatter_rspec_2.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/formatter_rspec_3.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/json_formatter.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/matchers.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec/pact_broker_formatter.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/rspec.rb +232 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/provider_state.rb +180 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/provider_state_configured_modules.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/provider_state_manager.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/provider_state_proxy.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/set_up.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/state/tear_down.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/test_methods.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/verification_report.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/verification_results/create.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/verification_results/publish.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/verification_results/publish_all.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/verification_results/verification_result.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider/world.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/provider.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/retry.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/tasks/task_helper.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/tasks/verification_task.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/tasks.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/templates/help.erb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/templates/provider_state.erb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/utils/metrics.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/utils/string.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact/version.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/pact.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/lib/tasks/pact.rake +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-1.65.1/pact.gemspec +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/.github/workflows/release_gem.yml +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/.github/workflows/test.yml +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/.rspec +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/Dockerfile-bundle-base +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/Gemfile +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/Rakefile +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/bin/console +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/bin/pact-message +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/bin/setup +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/consumer_contract/message/contents.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/consumer_contract/message.rb +156 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/cli.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/configuration/configuration_extensions.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/configuration/message_builder.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/configuration/message_consumer.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/configuration/message_provider.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/configuration.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/consumer_contract_builder.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/consumer_contract_builders.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/consumer_contract_decorator.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/dsl.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/interaction_builder.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/interaction_decorator.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/rspec.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/spec_hooks.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/world.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer/write_pact.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/consumer_contract_parser.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/message.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/lib/pact/pact-message.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/pact-message.gemspec +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/docker-functions +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/functions +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/release/bump-version.sh +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/release/generate-changelog.sh +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/release.sh +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/trigger-release.sh +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/script/update-pact.sh +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/tasks/release.rake +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-message-0.11.1/tasks/test.rake +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/Gemfile +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/bin/pact-mock-service +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/bin/pact-stub-service +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer/mock_service/cors_origin_header_middleware.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer/mock_service/error_handler.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer/mock_service/rack_request_helper.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer/mock_service/set_location.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer/server.rb +111 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer_contract/consumer_contract_decorator.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer_contract/consumer_contract_writer.rb +182 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer_contract/interaction_decorator.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer_contract/request_decorator.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/consumer_contract/response_decorator.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/app.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/app_manager.rb +159 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/cli/custom_thor.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/cli/pidfile.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/cli.rb +213 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/client.rb +79 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/app.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/delegator.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/index.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/mock_service_creator.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/mock_services.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/require_pacticipant_headers.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/control_server/run.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/errors.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interaction_decorator.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/actual_interactions.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/candidate_interactions.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/expected_interactions.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/interaction_diff_message.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/interaction_mismatch.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/interactions_filter.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/verification.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/interactions/verified_interactions.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/logger.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_decorator.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/base_administration_request_handler.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/base_request_handler.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/index_get.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/interaction_delete.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/interaction_post.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/interaction_replay.rb +191 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/interactions_put.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/log_get.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/missing_interactions_get.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/options.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/pact_post.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/session_delete.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers/verification_get.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/request_handlers.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/response_decorator.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/run.rb +127 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/server/respawn.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/server/spawn.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/server/wait_for_server_up.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/server/webrick_request_monkeypatch.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/session.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/spawn.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/mock_service.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/stub_service/cli.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/support/expand_file_list.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-mock_service-3.11.2/lib/pact/support/metrics.rb +98 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/Gemfile +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/bin/pact-provider-verifier +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/add_header_middlware.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/aggregate_pact_configs.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/app.rb +291 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/cli/custom_thor.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/cli/long_desc.txt +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/cli/verify.rb +136 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/custom_middleware.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/error.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/git.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/pact_helper.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/provider_states/add_provider_states_header.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/provider_states/remove_provider_states_header_middleware.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/rspec_json_formatter_monkeypatch.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/set_up_provider_state.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/underscored_headers_monkeypatch.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/provider_verifier.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-provider-verifier-1.38.1/lib/pact/wait_until_server_available.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/array_like.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/configuration.rb +196 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer/request.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/consumer_contract.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/file_name.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/headers.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/http_consumer_contract_parser.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/interaction.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/interaction_parser.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/interaction_v2_parser.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/interaction_v3_parser.rb +92 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/pact_file.rb +176 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/provider_state.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/query.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/query_hash.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/query_string.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/request.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/response.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/service_consumer.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/service_provider.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract/string_with_matching_rules.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/consumer_contract.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/errors.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/helpers.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/http/authorization_header_redactor.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/logging.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/actual_type.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/base_difference.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/differ.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/difference.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/difference_indicator.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/embedded_diff_formatter.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/expected_type.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/extract_diff_messages.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/index_not_found.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/list_diff_formatter.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/matchers.rb +285 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/multipart_form_diff_formatter.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/no_diff_at_index.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/regexp_difference.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/type_difference.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/unexpected_index.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/unexpected_key.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers/unix_diff_formatter.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matchers.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules/extract.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules/jsonpath.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules/merge.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules/v3/extract.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules/v3/merge.rb +141 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/matching_rules.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/reification.rb +56 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/rspec.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/active_support_support.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/dsl.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/form_differ.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/jruby_support.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/json_differ.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/key_not_found.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/multipart_form_differ.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/null_expectation.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/request.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/shared/text_differ.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/something_like.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/specification_version.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/support/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/support.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/symbolize_keys.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/pact/term.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact-support-1.20.1/lib/tasks/pact.rake +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/.rspec +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/.ruby-version +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/Dockerfile +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/Gemfile +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/Rakefile +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/appveyor.yml +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/bin/pact-broker +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/bin/pactflow +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/ci.sh +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/backports.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/base_client.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/base_command.rb +110 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/branches/delete_branch.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/can_i_deploy.rb +182 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/branch_commands.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/broker.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/can_i_deploy_long_desc.txt +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/create_or_update_webhook_long_desc.txt +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/create_webhook_long_desc.txt +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/custom_thor.rb +170 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/deployment_commands.rb +98 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/environment_commands.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/matrix_commands.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/pact_commands.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/pacticipant_commands.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/record_deployment_long_desc.txt +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/thor_unknown_options_monkey_patch.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/version_commands.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/version_selector_options_parser.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/cli/webhook_commands.rb +139 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/colorize_notices.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/command_result.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/create_tag.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/deployments/record_deployment.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/deployments/record_release.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/deployments/record_support_ended.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/deployments/record_undeployment.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/deployments.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/describe_text_formatter.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/create_environment.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/delete_environment.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/describe_environment.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/environment_command.rb +74 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/list_environments.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/text_formatter.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments/update_environment.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/environments.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/error.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/generate_display_name.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/git.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/authorization_header_redactor.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/entity.rb +202 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/entry_point.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/http_client.rb +209 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/link.rb +110 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal/links.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hal_client_methods.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/hash_refinements.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/abbreviate_version_number.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/formatter.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/json_formatter.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/query.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/resource.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix/text_formatter.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/matrix.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/merge_pacts.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pact_broker_client.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pact_file.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pact_hash.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacticipants/create.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacticipants/describe.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacticipants/list.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacticipants/text_formatter.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacticipants.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacts/list_latest_versions.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/pacts.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/publish_pacts.rb +164 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/publish_pacts_the_old_way.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/retry.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/string_refinements.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/tasks/publication_task.rb +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/tasks.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/verification_required.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions/create.rb +111 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions/describe.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions/formatter.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions/json_formatter.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions/text_formatter.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/versions.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/webhooks/create.rb +145 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client/webhooks/test.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker/client.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pact_broker_client.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pactflow/client/cli/pactflow.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pactflow/client/cli/provider_contract_commands.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pactflow/client/provider_contracts/publish.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/lib/pactflow/client/provider_contracts/publish_the_old_way.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/pact-broker-client.gemspec +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/approve-all.sh +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/can-i-deploy.sh +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/ci/delete-branch-in-pactflow.sh +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/ci/record-release.sh +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/create-pacticipant.sh +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/foo-bar.json +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/oas.yml +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/publish-pact.sh +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/publish-provider-contract.sh +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/record-deployment.sh +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/record-deployments-and-releases.sh +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/record-undeployment.sh +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/release.sh +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/trigger-release.sh +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/update-cli-usage-in-readme.rb +177 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/verification-results.txt +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/script/webhook-commands.sh +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/pact_broker-client-1.76.1/tasks/pact.rake +120 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/Rakefile +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/accelerator/application.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/accelerator/engine.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/accelerator.rb +162 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/alternative.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/base.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/can_flatten.rb +137 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/capture.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/context.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/dsl.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/dynamic.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/entity.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/ignored.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/infix.rb +115 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/lookahead.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/named.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/re.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/repetition.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/scope.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/sequence.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/str.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms/visitor.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/atoms.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/cause.rb +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/context.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/convenience.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/error_reporter/contextual.rb +120 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/error_reporter/deepest.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/error_reporter/tree.rb +63 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/error_reporter.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/export.rb +162 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/expression/treetop.rb +92 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/expression.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/graphviz.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/parser.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/pattern/binding.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/pattern.rb +113 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/position.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/rig/rspec.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/scope.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/slice.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/source/line_cache.rb +99 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/source.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet/transform.rb +265 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/lib/parslet.rb +311 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/parslet-2.0.0/parslet.gemspec +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/Rakefile +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/bin/rackup +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/contrib/rack.png +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/abstract/handler.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/abstract/request.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/basic.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/digest/md5.rb +131 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/digest/nonce.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/digest/params.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/auth/digest/request.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/body_proxy.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/builder.rb +257 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/cascade.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/chunked.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/common_logger.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/conditional_get.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/config.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/content_length.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/content_type.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/core_ext/regexp.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/deflater.rb +144 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/directory.rb +199 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/etag.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/events.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/file.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/files.rb +218 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/cgi.rb +59 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/fastcgi.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/lsws.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/scgi.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/thin.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler/webrick.rb +129 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/handler.rb +104 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/head.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/lint.rb +795 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/lobster.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/lock.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/logger.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/media_type.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/method_override.rb +52 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/mime.rb +685 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/mock.rb +273 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/multipart/generator.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/multipart/parser.rb +384 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/multipart/uploaded_file.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/multipart.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/null_logger.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/query_parser.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/recursive.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/reloader.rb +114 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/request.rb +659 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/response.rb +318 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/rewindable_input.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/runtime.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/sendfile.rb +162 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/server.rb +466 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/session/abstract/id.rb +523 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/session/cookie.rb +204 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/session/memcache.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/session/pool.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/show_exceptions.rb +390 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/show_status.rb +113 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/static.rb +187 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/tempfile_reaper.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/urlmap.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/utils.rb +631 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack/version.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/lib/rack.rb +141 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-2.2.9/rack.gemspec +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/.github/FUNDING.yml +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/Gemfile +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/Rakefile +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/net_http_hacked.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack/http_streaming_response.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack/proxy.rb +168 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack-proxy.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack_proxy_examples/example_service_proxy.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack_proxy_examples/forward_host.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack_proxy_examples/rack_php_proxy.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/lib/rack_proxy_examples/trusting_proxy.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-proxy-0.7.7/rack-proxy.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/.rspec +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/.rubocop.yml +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/Gemfile +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/Rakefile +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack/reverse_proxy.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/errors.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/middleware.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/response_builder.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/roundtrip.rb +274 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/rule.rb +206 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy/version.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/lib/rack_reverse_proxy.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/rack-reverse-proxy.gemspec +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-reverse-proxy-0.12.0/script/rubocop +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test/cookie_jar.rb +252 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test/methods.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test/uploaded_file.rb +113 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test/utils.rb +156 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rack-test-2.1.0/lib/rack/test.rb +382 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +150 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +64 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +144 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rainbow-3.1.1/lib/rainbow.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/exe/rake +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/application.rb +861 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/backtrace.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/clean.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cloneable.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/cpu_counter.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/default_loader.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/dsl_definition.rb +196 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/early_time.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/core.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/ext/string.rb +176 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_creation_task.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_list.rb +435 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_task.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/file_utils_ext.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_chain.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/invocation_exception_mixin.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/late_time.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/linked_list.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/loaders/makefile.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/multi_task.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/name_space.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/packagetask.rb +222 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/phony.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/private_reader.rb +21 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/promise.rb +100 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/pseudo_status.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_module.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rake_test_loader.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/rule_recursion_overflow_error.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/scope.rb +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task.rb +434 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_argument_error.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_arguments.rb +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/task_manager.rb +331 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/tasklib.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/testtask.rb +189 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_history_display.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/thread_pool.rb +163 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/trace_output.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/version.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake/win32.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/lib/rake.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rake-13.2.1/rake.gemspec +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-3.13.0/lib/rspec/version.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-3.13.0/lib/rspec.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/.yardopts +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/exe/rspec +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/autorun.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/backtrace_formatter.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/coordinator.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/fork_runner.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/server.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/shell_command.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/shell_runner.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/utilities.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb +2413 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration_options.rb +238 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/did_you_mean.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/drb.rb +120 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/dsl.rb +98 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/example.rb +666 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/example_group.rb +905 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/example_status_persister.rb +235 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/filter_manager.rb +231 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/flat_map.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/base_formatter.rb +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/console_codes.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/exception_presenter.rb +546 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/helpers.rb +118 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/html_formatter.rb +153 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/html_printer.rb +412 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/json_formatter.rb +103 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/protocol.rb +182 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters.rb +279 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb +646 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/invocations.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/memoized_helpers.rb +580 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/metadata.rb +498 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/metadata_filter.rb +255 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/mocking_adapters/null.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/notifications.rb +523 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/option_parser.rb +323 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/ordering.rb +208 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/output_wrapper.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/pending.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/profiler.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/project_initializer/.rspec +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/project_initializer.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/rake_task.rb +188 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/reporter.rb +265 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/ruby_project.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb +216 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/sandbox.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/set.rb +54 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/shared_context.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/shared_example_group.rb +271 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/shell_escape.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/version.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/warnings.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core/world.rb +287 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-core-3.13.0/lib/rspec/core.rb +212 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/.yardopts +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/block_snippet_extractor.rb +255 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/configuration.rb +235 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/expectation_target.rb +163 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/fail_with.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/failure_aggregator.rb +236 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/handler.rb +181 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/minitest_integration.rb +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/syntax.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations/version.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/expectations.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/all.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/base_matcher.rb +225 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/be.rb +191 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/change.rb +452 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/compound.rb +293 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/contain_exactly.rb +312 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/count_expectation.rb +171 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/cover.rb +24 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/eq.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/eql.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/equal.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/exist.rb +90 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/has.rb +194 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/include.rb +216 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/match.rb +108 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/operators.rb +128 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/output.rb +207 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/raise_error.rb +275 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/satisfy.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in/yield.rb +375 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/built_in.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/composable.rb +171 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/dsl.rb +545 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/english_phrasing.rb +60 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/fail_matchers.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/generated_descriptions.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/matcher_delegator.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/matcher_protocol.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers/multi_matcher_diff.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-expectations-3.13.2/lib/rspec/matchers.rb +1046 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/.yardopts +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/chain.rb +111 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/proxy.rb +125 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/recorder.rb +297 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/any_instance.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/argument_list_matcher.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/argument_matchers.rb +366 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/configuration.rb +212 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/error_generator.rb +390 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/example_methods.rb +434 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/marshal_extension.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/matchers/have_received.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/matchers/receive.rb +134 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/message_chain.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/message_expectation.rb +820 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/method_double.rb +316 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/method_reference.rb +214 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/minitest_integration.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/mutate_const.rb +339 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/object_reference.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/order_group.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/proxy.rb +517 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/space.rb +238 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/standalone.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/syntax.rb +325 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/targets.rb +124 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/test_double.rb +171 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/verifying_double.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/verifying_proxy.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/version.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks.rb +133 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/caller_filter.rb +85 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/comparable_version.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/differ.rb +217 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/directory_maker.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/encoded_string.rb +163 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/fuzzy_matcher.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/hunk_generator.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/matcher_definition.rb +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/method_signature_verifier.rb +442 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/mutex.rb +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/object_formatter.rb +277 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/recursive_const_methods.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/reentrant_mutex.rb +80 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/ruby_features.rb +221 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/source/location.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/source/node.rb +112 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/source/token.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/source.rb +87 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/deprecation_helpers.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/diff_helpers.rb +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/formatting_support.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/in_sub_process.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/library_wide_checks.rb +152 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/shell_out.rb +110 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/stderr_splitter.rb +77 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/string_matcher.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/with_isolated_directory.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/with_isolated_stderr.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/spec.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/version.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/warnings.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support/with_keywords_when_needed.rb +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec-support-3.13.1/lib/rspec/support.rb +162 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec_junit_formatter-0.6.0/lib/rspec_junit_formatter/rspec2.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec_junit_formatter-0.6.0/lib/rspec_junit_formatter/rspec3.rb +158 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/rspec_junit_formatter-0.6.0/lib/rspec_junit_formatter.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/Gemfile +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/Rakefile +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/bin/console +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/bin/setup +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/lib/sync.rb +328 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/sync-0.5.0/sync.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/.rspec +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/Gemfile +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/Rakefile +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/column.rb +66 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/config.rb +89 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/config_resolver.rb +98 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/fingerprinter.rb +93 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/formatter.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/hash_extensions.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/printable.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/returnable.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/row_group.rb +236 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print/version.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/lib/table_print.rb +78 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/table_print-1.5.7/table_print.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/Gemfile +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/Rakefile +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_cdiff +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_colortab +75 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_decolor +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_display +93 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_mandel +58 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_plasma +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/bin/term_snow +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/.keep +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute/color256.rb +71 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute/color8.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute/intense_color8.rb +41 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute/text.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute/underline.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/attribute.rb +191 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/hsl_triple.rb +169 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/hyperlink.rb +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/movement.rb +109 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/ppm_reader.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/rgb_color_metrics.rb +161 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/rgb_triple.rb +179 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor/version.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/lib/term/ansicolor.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/term-ansicolor-1.11.2/term-ansicolor.gemspec +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/.document +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/bin/thor +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/create_file.rb +105 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/create_link.rb +61 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/directory.rb +108 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/empty_directory.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/file_manipulation.rb +371 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions/inject_into_file.rb +130 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/actions.rb +340 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/base.rb +825 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/command.rb +151 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/core_ext/hash_with_indifferent_access.rb +107 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/error.rb +106 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/group.rb +281 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/invocation.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/line_editor/basic.rb +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/line_editor/readline.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/line_editor.rb +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/nested_context.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/parser/argument.rb +86 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/parser/arguments.rb +195 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/parser/option.rb +178 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/parser/options.rb +294 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/parser.rb +4 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/rake_compat.rb +72 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/runner.rb +335 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/basic.rb +388 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/color.rb +115 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/column_printer.rb +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/html.rb +84 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/lcs_diff.rb +49 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/table_printer.rb +118 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/terminal.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell/wrapped_printer.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/shell.rb +81 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/util.rb +285 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor/version.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/lib/thor.rb +663 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/thor-1.3.1/thor.gemspec +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/Gemfile +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/Rakefile +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/dslkit/polite.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/dslkit/rude.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/dslkit.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/spruz.rb +2 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/alias.rb +1 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/annotate.rb +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/ask_and_send.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/attempt.rb +122 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/bijection.rb +46 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/case_predicate.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/complete.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/concern.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/count_by.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/date_dummy.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/date_time_dummy.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/deep_const_get.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/deep_dup.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/dslkit.rb +636 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/duration.rb +95 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/expose.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/extract_last_argument_options.rb +14 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/file_binary.rb +83 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/find.rb +149 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/generator.rb +68 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/go.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/hash_symbolize_keys_recursive.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/hash_union.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/if_predicate.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/implement.rb +40 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/limited.rb +50 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/lines_file.rb +123 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/lru_cache.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/memoize.rb +91 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/method_description.rb +143 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/minimize.rb +55 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/module_group.rb +13 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/named_set.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/null.rb +101 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/once.rb +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/p.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/partial_application.rb +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/proc_compose.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/proc_prelude.rb +73 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/range_plus.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/require_maybe.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/responding.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/secure_write.rb +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/sexy_singleton.rb +65 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/string_byte_order_mark.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/string_camelize.rb +16 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/string_underscore.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/string_version.rb +108 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/subhash.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/temp_io.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/temp_io_enum.rb +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/terminal.rb +42 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/thread_local.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/time_dummy.rb +69 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/timed_cache.rb +51 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/to.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/to_proc.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/token.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/uniq_by.rb +10 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/unit.rb +179 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/version.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/write.rb +19 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/annotate.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/ask_and_send.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/attempt.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/blank.rb +67 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/case_predicate.rb +8 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/complete.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/concern.rb +20 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/count_by.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/date_dummy.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/date_time_dummy.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/deep_const_get.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/deep_dup.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/dslkit.rb +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/expose.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/extract_last_argument_options.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/file_binary.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/full.rb +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/hash_symbolize_keys_recursive.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/hash_union.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/if_predicate.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/implement.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/irb.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/method_description.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/named.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/null.rb +9 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/p.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/partial_application.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/proc_compose.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/proc_prelude.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/range_plus.rb +12 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/require_maybe.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/responding.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/secure_write.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/sexy_singleton.rb +3 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/string.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/string_byte_order_mark.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/string_camelize.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/string_underscore.rb +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/string_version.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/subhash.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/temp_io.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/time_dummy.rb +7 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/time_freezer.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/to.rb +5 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/uniq_by.rb +15 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt/write.rb +11 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins/xt.rb +45 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/lib/tins.rb +62 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/tins-1.33.0/tins.gemspec +35 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/Gemfile +6 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/Rakefile +17 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/accesslog.rb +157 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/cgi.rb +313 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/compat.rb +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/config.rb +158 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/cookie.rb +172 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/htmlutils.rb +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/authenticator.rb +117 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/basicauth.rb +116 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/digestauth.rb +395 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htdigest.rb +132 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htgroup.rb +97 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/htpasswd.rb +158 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth/userdb.rb +53 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpauth.rb +96 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpproxy.rb +354 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httprequest.rb +640 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpresponse.rb +588 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/https.rb +152 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpserver.rb +294 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/abstract.rb +152 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/cgi_runner.rb +47 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/cgihandler.rb +126 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/erbhandler.rb +88 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/filehandler.rb +552 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet/prochandler.rb +48 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpservlet.rb +23 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpstatus.rb +194 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httputils.rb +523 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/httpversion.rb +76 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/log.rb +156 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/server.rb +381 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/ssl.rb +219 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/utils.rb +265 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick/version.rb +18 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/lib/webrick.rb +232 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/gems/webrick-1.8.1/webrick.gemspec +70 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/awesome_print-1.9.2.gemspec +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/csv-3.3.0.gemspec +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/diff-lcs-1.5.1.gemspec +37 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/dig_rb-1.0.1.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/expgen-0.1.1.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/faraday-2.10.1.gemspec +0 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/faraday-net_http-3.1.1.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/faraday-retry-2.2.1.gemspec +34 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/find_a_port-1.0.1.gemspec +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/httparty-0.22.0.gemspec +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/mini_mime-1.1.5.gemspec +30 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/multi_xml-0.7.1.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact-1.65.1.gemspec +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact-message-0.11.1.gemspec +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact-mock_service-3.11.2.gemspec +43 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact-provider-verifier-1.38.1.gemspec +44 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact-support-1.20.1.gemspec +38 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/pact_broker-client-1.76.1.gemspec +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/parslet-2.0.0.gemspec +22 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rack-2.2.9.gemspec +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rack-proxy-0.7.7.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rack-reverse-proxy-0.12.0.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rack-test-2.1.0.gemspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rainbow-3.1.1.gemspec +25 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rake-13.2.1.gemspec +26 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec-3.13.0.gemspec +31 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec-core-3.13.0.gemspec +39 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec-expectations-3.13.2.gemspec +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec-mocks-3.13.1.gemspec +33 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec-support-3.13.1.gemspec +29 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/rspec_junit_formatter-0.6.0.gemspec +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/sync-0.5.0.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/table_print-1.5.7.gemspec +27 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/term-ansicolor-1.11.2.gemspec +32 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/thor-1.3.1.gemspec +28 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/tins-1.33.0.gemspec +36 -0
- package/standalone/linux-x64-2.4.12/pact/lib/vendor/ruby/3.3.0/specifications/webrick-1.8.1.gemspec +22 -0
|
@@ -0,0 +1,2413 @@
|
|
|
1
|
+
RSpec::Support.require_rspec_core "backtrace_formatter"
|
|
2
|
+
RSpec::Support.require_rspec_core "ruby_project"
|
|
3
|
+
RSpec::Support.require_rspec_core "formatters/deprecation_formatter"
|
|
4
|
+
RSpec::Support.require_rspec_core "output_wrapper"
|
|
5
|
+
|
|
6
|
+
module RSpec
|
|
7
|
+
module Core
|
|
8
|
+
# rubocop:disable Metrics/ClassLength
|
|
9
|
+
|
|
10
|
+
# Stores runtime configuration information.
|
|
11
|
+
#
|
|
12
|
+
# Configuration options are loaded from multiple files and joined together
|
|
13
|
+
# with command-line switches and the `SPEC_OPTS` environment variable.
|
|
14
|
+
#
|
|
15
|
+
# Precedence order (where later entries overwrite earlier entries on
|
|
16
|
+
# conflicts):
|
|
17
|
+
#
|
|
18
|
+
# * Global (`$XDG_CONFIG_HOME/rspec/options`, or `~/.rspec` if it does
|
|
19
|
+
# not exist)
|
|
20
|
+
# * Project-specific (`./.rspec`)
|
|
21
|
+
# * Local (`./.rspec-local`)
|
|
22
|
+
# * Command-line options
|
|
23
|
+
# * `SPEC_OPTS`
|
|
24
|
+
#
|
|
25
|
+
# For example, an option set in the local file will override an option set
|
|
26
|
+
# in your global file.
|
|
27
|
+
#
|
|
28
|
+
# The global, project-specific and local files can all be overridden with a
|
|
29
|
+
# separate custom file using the --options command-line parameter.
|
|
30
|
+
#
|
|
31
|
+
# @example Standard settings
|
|
32
|
+
# RSpec.configure do |c|
|
|
33
|
+
# c.drb = true
|
|
34
|
+
# c.drb_port = 1234
|
|
35
|
+
# c.default_path = 'behavior'
|
|
36
|
+
# end
|
|
37
|
+
#
|
|
38
|
+
# @example Hooks
|
|
39
|
+
# RSpec.configure do |c|
|
|
40
|
+
# c.before(:suite) { establish_connection }
|
|
41
|
+
# c.before(:example) { log_in_as :authorized }
|
|
42
|
+
# c.around(:example) { |ex| Database.transaction(&ex) }
|
|
43
|
+
# end
|
|
44
|
+
#
|
|
45
|
+
# @see RSpec.configure
|
|
46
|
+
# @see Hooks
|
|
47
|
+
class Configuration
|
|
48
|
+
include RSpec::Core::Hooks
|
|
49
|
+
|
|
50
|
+
# Module that holds `attr_reader` declarations. It's in a separate
|
|
51
|
+
# module to allow us to override those methods and use `super`.
|
|
52
|
+
# @private
|
|
53
|
+
Readers = Module.new
|
|
54
|
+
include Readers
|
|
55
|
+
|
|
56
|
+
# @private
|
|
57
|
+
class MustBeConfiguredBeforeExampleGroupsError < StandardError; end
|
|
58
|
+
|
|
59
|
+
# @private
|
|
60
|
+
def self.define_reader(name)
|
|
61
|
+
Readers.class_eval do
|
|
62
|
+
remove_method name if method_defined?(name)
|
|
63
|
+
attr_reader name
|
|
64
|
+
end
|
|
65
|
+
|
|
66
|
+
define_method(name) { value_for(name) { super() } }
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
# @private
|
|
70
|
+
def self.define_alias(name, alias_name)
|
|
71
|
+
alias_method alias_name, name
|
|
72
|
+
alias_method "#{alias_name}=", "#{name}="
|
|
73
|
+
define_predicate alias_name
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
# @private
|
|
77
|
+
def self.define_predicate(name)
|
|
78
|
+
define_method "#{name}?" do
|
|
79
|
+
!!send(name)
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
# @private
|
|
84
|
+
#
|
|
85
|
+
# Invoked by the `add_setting` instance method. Use that method on a
|
|
86
|
+
# `Configuration` instance rather than this class method.
|
|
87
|
+
def self.add_setting(name, opts={})
|
|
88
|
+
raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
|
|
89
|
+
attr_writer name
|
|
90
|
+
add_read_only_setting name
|
|
91
|
+
|
|
92
|
+
Array(opts[:alias_with]).each do |alias_name|
|
|
93
|
+
define_alias(name, alias_name)
|
|
94
|
+
end
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
# @private
|
|
98
|
+
#
|
|
99
|
+
# As `add_setting` but only add the reader.
|
|
100
|
+
def self.add_read_only_setting(name, opts={})
|
|
101
|
+
raise "Use the instance add_setting method if you want to set a default" if opts.key?(:default)
|
|
102
|
+
define_reader name
|
|
103
|
+
define_predicate name
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# @macro [attach] add_setting
|
|
107
|
+
# @!attribute [rw] $1
|
|
108
|
+
#
|
|
109
|
+
# @macro [attach] define_reader
|
|
110
|
+
# @!attribute [r] $1
|
|
111
|
+
|
|
112
|
+
# @macro add_setting
|
|
113
|
+
# Path to use if no path is provided to the `rspec` command (default:
|
|
114
|
+
# `"spec"`). Allows you to just type `rspec` instead of `rspec spec` to
|
|
115
|
+
# run all the examples in the `spec` directory.
|
|
116
|
+
#
|
|
117
|
+
# @note Other scripts invoking `rspec` indirectly will ignore this
|
|
118
|
+
# setting.
|
|
119
|
+
# @return [String]
|
|
120
|
+
add_read_only_setting :default_path
|
|
121
|
+
def default_path=(path)
|
|
122
|
+
project_source_dirs << path
|
|
123
|
+
@default_path = path
|
|
124
|
+
end
|
|
125
|
+
|
|
126
|
+
# @macro add_setting
|
|
127
|
+
# Run examples over DRb (default: `false`). RSpec doesn't supply the DRb
|
|
128
|
+
# server, but you can use tools like spork.
|
|
129
|
+
# @return [Boolean]
|
|
130
|
+
add_setting :drb
|
|
131
|
+
|
|
132
|
+
# @macro add_setting
|
|
133
|
+
# The drb_port (default: nil).
|
|
134
|
+
add_setting :drb_port
|
|
135
|
+
|
|
136
|
+
# @macro add_setting
|
|
137
|
+
# Default: `$stderr`.
|
|
138
|
+
add_setting :error_stream
|
|
139
|
+
|
|
140
|
+
# Indicates if the DSL has been exposed off of modules and `main`.
|
|
141
|
+
# Default: true
|
|
142
|
+
# @return [Boolean]
|
|
143
|
+
def expose_dsl_globally?
|
|
144
|
+
Core::DSL.exposed_globally?
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
# Use this to expose the core RSpec DSL via `Module` and the `main`
|
|
148
|
+
# object. It will be set automatically but you can override it to
|
|
149
|
+
# remove the DSL.
|
|
150
|
+
# Default: true
|
|
151
|
+
def expose_dsl_globally=(value)
|
|
152
|
+
if value
|
|
153
|
+
Core::DSL.expose_globally!
|
|
154
|
+
Core::SharedExampleGroup::TopLevelDSL.expose_globally!
|
|
155
|
+
else
|
|
156
|
+
Core::DSL.remove_globally!
|
|
157
|
+
Core::SharedExampleGroup::TopLevelDSL.remove_globally!
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
# Determines where deprecation warnings are printed.
|
|
162
|
+
# Defaults to `$stderr`.
|
|
163
|
+
# @return [IO, String] IO or filename to write to
|
|
164
|
+
define_reader :deprecation_stream
|
|
165
|
+
|
|
166
|
+
# Determines where deprecation warnings are printed.
|
|
167
|
+
# @param value [IO, String] IO to write to or filename to write to
|
|
168
|
+
def deprecation_stream=(value)
|
|
169
|
+
if @reporter && !value.equal?(@deprecation_stream)
|
|
170
|
+
warn "RSpec's reporter has already been initialized with " \
|
|
171
|
+
"#{deprecation_stream.inspect} as the deprecation stream, so your change to "\
|
|
172
|
+
"`deprecation_stream` will be ignored. You should configure it earlier for " \
|
|
173
|
+
"it to take effect, or use the `--deprecation-out` CLI option. " \
|
|
174
|
+
"(Called from #{CallerFilter.first_non_rspec_line})"
|
|
175
|
+
else
|
|
176
|
+
@deprecation_stream = value
|
|
177
|
+
end
|
|
178
|
+
end
|
|
179
|
+
|
|
180
|
+
# @macro define_reader
|
|
181
|
+
# The file path to use for persisting example statuses. Necessary for the
|
|
182
|
+
# `--only-failures` and `--next-failure` CLI options.
|
|
183
|
+
#
|
|
184
|
+
# @overload example_status_persistence_file_path
|
|
185
|
+
# @return [String] the file path
|
|
186
|
+
# @overload example_status_persistence_file_path=(value)
|
|
187
|
+
# @param value [String] the file path
|
|
188
|
+
define_reader :example_status_persistence_file_path
|
|
189
|
+
|
|
190
|
+
# Sets the file path to use for persisting example statuses. Necessary for the
|
|
191
|
+
# `--only-failures` and `--next-failure` CLI options.
|
|
192
|
+
def example_status_persistence_file_path=(value)
|
|
193
|
+
@example_status_persistence_file_path = value
|
|
194
|
+
clear_values_derived_from_example_status_persistence_file_path
|
|
195
|
+
end
|
|
196
|
+
|
|
197
|
+
# @macro define_reader
|
|
198
|
+
# Indicates if the `--only-failures` (or `--next-failure`) flag is being used.
|
|
199
|
+
define_reader :only_failures
|
|
200
|
+
alias_method :only_failures?, :only_failures
|
|
201
|
+
|
|
202
|
+
# @private
|
|
203
|
+
def only_failures_but_not_configured?
|
|
204
|
+
only_failures? && !example_status_persistence_file_path
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# @macro define_reader
|
|
208
|
+
# If specified, indicates the number of failures required before cleaning
|
|
209
|
+
# up and exit (default: `nil`). Can also be `true` to fail and exit on first
|
|
210
|
+
# failure
|
|
211
|
+
define_reader :fail_fast
|
|
212
|
+
|
|
213
|
+
# @see fail_fast
|
|
214
|
+
def fail_fast=(value)
|
|
215
|
+
case value
|
|
216
|
+
when true, 'true'
|
|
217
|
+
@fail_fast = true
|
|
218
|
+
when false, 'false', 0
|
|
219
|
+
@fail_fast = false
|
|
220
|
+
when nil
|
|
221
|
+
@fail_fast = nil
|
|
222
|
+
else
|
|
223
|
+
@fail_fast = value.to_i
|
|
224
|
+
|
|
225
|
+
if value.to_i == 0
|
|
226
|
+
# TODO: in RSpec 4, consider raising an error here.
|
|
227
|
+
RSpec.warning "Cannot set `RSpec.configuration.fail_fast`" \
|
|
228
|
+
" to `#{value.inspect}`. Only `true`, `false`, `nil` and integers" \
|
|
229
|
+
" are valid values."
|
|
230
|
+
@fail_fast = true
|
|
231
|
+
end
|
|
232
|
+
end
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
# @macro add_setting
|
|
236
|
+
# Prints the formatter output of your suite without running any
|
|
237
|
+
# examples or hooks.
|
|
238
|
+
add_setting :dry_run
|
|
239
|
+
|
|
240
|
+
# @macro add_setting
|
|
241
|
+
# The exit code to return if there are any failures (default: 1).
|
|
242
|
+
# @return [Integer]
|
|
243
|
+
add_setting :failure_exit_code
|
|
244
|
+
|
|
245
|
+
# @macro add_setting
|
|
246
|
+
# The exit code to return if there are any errors outside examples (default: failure_exit_code)
|
|
247
|
+
# @return [Integer]
|
|
248
|
+
add_setting :error_exit_code
|
|
249
|
+
|
|
250
|
+
# @macro add_setting
|
|
251
|
+
# Whether or not to fail when there are no RSpec examples (default: false).
|
|
252
|
+
# @return [Boolean]
|
|
253
|
+
add_setting :fail_if_no_examples
|
|
254
|
+
|
|
255
|
+
# @macro define_reader
|
|
256
|
+
# Indicates files configured to be required.
|
|
257
|
+
# @return [Array<String>]
|
|
258
|
+
define_reader :requires
|
|
259
|
+
|
|
260
|
+
# @macro define_reader
|
|
261
|
+
# Returns dirs that have been prepended to the load path by the `-I`
|
|
262
|
+
# command line option.
|
|
263
|
+
# @return [Array<String>]
|
|
264
|
+
define_reader :libs
|
|
265
|
+
|
|
266
|
+
# @macro add_setting
|
|
267
|
+
# Determines where RSpec will send its output.
|
|
268
|
+
# Default: `$stdout`.
|
|
269
|
+
# @return [IO, String]
|
|
270
|
+
define_reader :output_stream
|
|
271
|
+
|
|
272
|
+
# Set the output stream for reporter.
|
|
273
|
+
# @attr value [IO, String] IO to write to or filename to write to, defaults to $stdout
|
|
274
|
+
def output_stream=(value)
|
|
275
|
+
if @reporter && !value.equal?(@output_stream)
|
|
276
|
+
warn "RSpec's reporter has already been initialized with " \
|
|
277
|
+
"#{output_stream.inspect} as the output stream, so your change to "\
|
|
278
|
+
"`output_stream` will be ignored. You should configure it earlier for " \
|
|
279
|
+
"it to take effect. (Called from #{CallerFilter.first_non_rspec_line})"
|
|
280
|
+
else
|
|
281
|
+
@output_stream = value
|
|
282
|
+
output_wrapper.output = @output_stream
|
|
283
|
+
end
|
|
284
|
+
end
|
|
285
|
+
|
|
286
|
+
# @macro define_reader
|
|
287
|
+
# Load files matching this pattern (default: `'**{,/*/**}/*_spec.rb'`).
|
|
288
|
+
# @return [String]
|
|
289
|
+
define_reader :pattern
|
|
290
|
+
|
|
291
|
+
# Set pattern to match files to load.
|
|
292
|
+
# @attr value [String] the filename pattern to filter spec files by
|
|
293
|
+
def pattern=(value)
|
|
294
|
+
update_pattern_attr :pattern, value
|
|
295
|
+
end
|
|
296
|
+
|
|
297
|
+
# @macro define_reader
|
|
298
|
+
# Exclude files matching this pattern.
|
|
299
|
+
# @return [String]
|
|
300
|
+
define_reader :exclude_pattern
|
|
301
|
+
|
|
302
|
+
# Set pattern to match files to exclude.
|
|
303
|
+
# @attr value [String] the filename pattern to exclude spec files by
|
|
304
|
+
def exclude_pattern=(value)
|
|
305
|
+
update_pattern_attr :exclude_pattern, value
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# @macro add_setting
|
|
309
|
+
# Specifies which directories contain the source code for your project.
|
|
310
|
+
# When a failure occurs, RSpec looks through the backtrace to find a
|
|
311
|
+
# a line of source to print. It first looks for a line coming from
|
|
312
|
+
# one of the project source directories so that, for example, it prints
|
|
313
|
+
# the expectation or assertion call rather than the source code from
|
|
314
|
+
# the expectation or assertion framework.
|
|
315
|
+
# @return [Array<String>]
|
|
316
|
+
add_setting :project_source_dirs
|
|
317
|
+
|
|
318
|
+
# @macro add_setting
|
|
319
|
+
# Report the times for the slowest examples (default: `false`).
|
|
320
|
+
# Use this to specify the number of examples to include in the profile.
|
|
321
|
+
# @return [Boolean]
|
|
322
|
+
attr_writer :profile_examples
|
|
323
|
+
define_predicate :profile_examples
|
|
324
|
+
|
|
325
|
+
# @macro add_setting
|
|
326
|
+
# Run all examples if none match the configured filters
|
|
327
|
+
# (default: `false`).
|
|
328
|
+
# @deprecated Use {#filter_run_when_matching} instead for the specific
|
|
329
|
+
# filters that you want to be ignored if none match.
|
|
330
|
+
add_setting :run_all_when_everything_filtered
|
|
331
|
+
|
|
332
|
+
# @macro add_setting
|
|
333
|
+
# Color to use to indicate success. Defaults to `:green` but can be set
|
|
334
|
+
# to one of the following: `[:black, :white, :red, :green, :yellow,
|
|
335
|
+
# :blue, :magenta, :cyan]`
|
|
336
|
+
# @return [Symbol]
|
|
337
|
+
add_setting :success_color
|
|
338
|
+
|
|
339
|
+
# @macro add_setting
|
|
340
|
+
# Color to use to print pending examples. Defaults to `:yellow` but can
|
|
341
|
+
# be set to one of the following: `[:black, :white, :red, :green,
|
|
342
|
+
# :yellow, :blue, :magenta, :cyan]`
|
|
343
|
+
# @return [Symbol]
|
|
344
|
+
add_setting :pending_color
|
|
345
|
+
|
|
346
|
+
# @macro add_setting
|
|
347
|
+
# Color to use to indicate failure. Defaults to `:red` but can be set to
|
|
348
|
+
# one of the following: `[:black, :white, :red, :green, :yellow, :blue,
|
|
349
|
+
# :magenta, :cyan]`
|
|
350
|
+
# @return [Symbol]
|
|
351
|
+
add_setting :failure_color
|
|
352
|
+
|
|
353
|
+
# @macro add_setting
|
|
354
|
+
# The default output color. Defaults to `:white` but can be set to one of
|
|
355
|
+
# the following: `[:black, :white, :red, :green, :yellow, :blue,
|
|
356
|
+
# :magenta, :cyan]`
|
|
357
|
+
# @return [Symbol]
|
|
358
|
+
add_setting :default_color
|
|
359
|
+
|
|
360
|
+
# @macro add_setting
|
|
361
|
+
# Color used when a pending example is fixed. Defaults to `:blue` but can
|
|
362
|
+
# be set to one of the following: `[:black, :white, :red, :green,
|
|
363
|
+
# :yellow, :blue, :magenta, :cyan]`
|
|
364
|
+
# @return [Symbol]
|
|
365
|
+
add_setting :fixed_color
|
|
366
|
+
|
|
367
|
+
# @macro add_setting
|
|
368
|
+
# Color used to print details. Defaults to `:cyan` but can be set to one
|
|
369
|
+
# of the following: `[:black, :white, :red, :green, :yellow, :blue,
|
|
370
|
+
# :magenta, :cyan]`
|
|
371
|
+
# @return [Symbol]
|
|
372
|
+
add_setting :detail_color
|
|
373
|
+
|
|
374
|
+
# @macro add_setting
|
|
375
|
+
# Don't print filter info i.e. "Run options: include {:focus=>true}"
|
|
376
|
+
# (default `false`).
|
|
377
|
+
# return [Boolean]
|
|
378
|
+
add_setting :silence_filter_announcements
|
|
379
|
+
|
|
380
|
+
# @deprecated This config option was added in RSpec 2 to pave the way
|
|
381
|
+
# for this being the default behavior in RSpec 3. Now this option is
|
|
382
|
+
# a no-op.
|
|
383
|
+
def treat_symbols_as_metadata_keys_with_true_values=(_value)
|
|
384
|
+
RSpec.deprecate(
|
|
385
|
+
"RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values=",
|
|
386
|
+
:message => "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= " \
|
|
387
|
+
"is deprecated, it is now set to true as default and " \
|
|
388
|
+
"setting it to false has no effect."
|
|
389
|
+
)
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
# @macro define_reader
|
|
393
|
+
# Configures how RSpec treats metadata passed as part of a shared example
|
|
394
|
+
# group definition. For example, given this shared example group definition:
|
|
395
|
+
#
|
|
396
|
+
# RSpec.shared_context "uses DB", :db => true do
|
|
397
|
+
# around(:example) do |ex|
|
|
398
|
+
# MyORM.transaction(:rollback => true, &ex)
|
|
399
|
+
# end
|
|
400
|
+
# end
|
|
401
|
+
#
|
|
402
|
+
# ...there are two ways RSpec can treat the `:db => true` metadata, each
|
|
403
|
+
# of which has a corresponding config option:
|
|
404
|
+
#
|
|
405
|
+
# 1. `:trigger_inclusion`: this shared context will be implicitly included
|
|
406
|
+
# in any groups (or examples) that have `:db => true` metadata.
|
|
407
|
+
# 2. `:apply_to_host_groups`: the metadata will be inherited by the metadata
|
|
408
|
+
# hash of all host groups and examples.
|
|
409
|
+
#
|
|
410
|
+
# `:trigger_inclusion` is the legacy behavior from before RSpec 3.5 but should
|
|
411
|
+
# be considered deprecated. Instead, you can explicitly include a group with
|
|
412
|
+
# `include_context`:
|
|
413
|
+
#
|
|
414
|
+
# RSpec.describe "My model" do
|
|
415
|
+
# include_context "uses DB"
|
|
416
|
+
# end
|
|
417
|
+
#
|
|
418
|
+
# ...or you can configure RSpec to include the context based on matching metadata
|
|
419
|
+
# using an API that mirrors configured module inclusion:
|
|
420
|
+
#
|
|
421
|
+
# RSpec.configure do |rspec|
|
|
422
|
+
# rspec.include_context "uses DB", :db => true
|
|
423
|
+
# end
|
|
424
|
+
#
|
|
425
|
+
# `:apply_to_host_groups` is a new feature of RSpec 3.5 and will be the only
|
|
426
|
+
# supported behavior in RSpec 4.
|
|
427
|
+
#
|
|
428
|
+
# @overload shared_context_metadata_behavior
|
|
429
|
+
# @return [:trigger_inclusion, :apply_to_host_groups] the configured behavior
|
|
430
|
+
# @overload shared_context_metadata_behavior=(value)
|
|
431
|
+
# @param value [:trigger_inclusion, :apply_to_host_groups] sets the configured behavior
|
|
432
|
+
define_reader :shared_context_metadata_behavior
|
|
433
|
+
# @see shared_context_metadata_behavior
|
|
434
|
+
def shared_context_metadata_behavior=(value)
|
|
435
|
+
case value
|
|
436
|
+
when :trigger_inclusion, :apply_to_host_groups
|
|
437
|
+
@shared_context_metadata_behavior = value
|
|
438
|
+
else
|
|
439
|
+
raise ArgumentError, "Cannot set `RSpec.configuration." \
|
|
440
|
+
"shared_context_metadata_behavior` to `#{value.inspect}`. Only " \
|
|
441
|
+
"`:trigger_inclusion` and `:apply_to_host_groups` are valid values."
|
|
442
|
+
end
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
# Record the start time of the spec suite to measure load time.
|
|
446
|
+
# return [Time]
|
|
447
|
+
add_setting :start_time
|
|
448
|
+
|
|
449
|
+
# @macro add_setting
|
|
450
|
+
# Use threadsafe options where available.
|
|
451
|
+
# Currently this will place a mutex around memoized values such as let blocks.
|
|
452
|
+
# return [Boolean]
|
|
453
|
+
add_setting :threadsafe
|
|
454
|
+
|
|
455
|
+
# @macro add_setting
|
|
456
|
+
# Maximum count of failed source lines to display in the failure reports
|
|
457
|
+
# (defaults to `10`).
|
|
458
|
+
# return [Integer]
|
|
459
|
+
add_setting :max_displayed_failure_line_count
|
|
460
|
+
|
|
461
|
+
# @macro full_cause_backtrace
|
|
462
|
+
# Display the full backtrace of an exceptions cause (defaults to `false`).
|
|
463
|
+
# return [Boolean]
|
|
464
|
+
add_setting :full_cause_backtrace
|
|
465
|
+
|
|
466
|
+
# @macro add_setting
|
|
467
|
+
# Format the output for pending examples. Can be set to:
|
|
468
|
+
# - :full (default) - pending examples appear similarly to failures
|
|
469
|
+
# - :no_backtrace - same as above, but with no backtrace
|
|
470
|
+
# - :skip - do not show the section at all
|
|
471
|
+
# return [Symbol]
|
|
472
|
+
add_read_only_setting :pending_failure_output
|
|
473
|
+
def pending_failure_output=(mode)
|
|
474
|
+
raise ArgumentError,
|
|
475
|
+
"`pending_failure_output` can be set to :full, :no_backtrace, " \
|
|
476
|
+
"or :skip" unless [:full, :no_backtrace, :skip].include?(mode)
|
|
477
|
+
@pending_failure_output = mode
|
|
478
|
+
end
|
|
479
|
+
|
|
480
|
+
# Determines which bisect runner implementation gets used to run subsets
|
|
481
|
+
# of the suite during a bisection. Your choices are:
|
|
482
|
+
#
|
|
483
|
+
# - `:shell`: Performs a spec run by shelling out, booting RSpec and your
|
|
484
|
+
# application environment each time. This runner is the most widely
|
|
485
|
+
# compatible runner, but is not as fast. On platforms that do not
|
|
486
|
+
# support forking, this is the default.
|
|
487
|
+
# - `:fork`: Pre-boots RSpec and your application environment in a parent
|
|
488
|
+
# process, and then forks a child process for each spec run. This runner
|
|
489
|
+
# tends to be significantly faster than the `:shell` runner but cannot
|
|
490
|
+
# be used in some situations. On platforms that support forking, this
|
|
491
|
+
# is the default. If you use this runner, you should ensure that all
|
|
492
|
+
# of your one-time setup logic goes in a `before(:suite)` hook instead
|
|
493
|
+
# of getting run at the top-level of a file loaded by `--require`.
|
|
494
|
+
#
|
|
495
|
+
# @note This option will only be used by `--bisect` if you set it in a file
|
|
496
|
+
# loaded via `--require`.
|
|
497
|
+
#
|
|
498
|
+
# @return [Symbol]
|
|
499
|
+
attr_reader :bisect_runner
|
|
500
|
+
def bisect_runner=(value)
|
|
501
|
+
if @bisect_runner_class && value != @bisect_runner
|
|
502
|
+
raise "`config.bisect_runner = #{value.inspect}` can no longer take " \
|
|
503
|
+
"effect as the #{@bisect_runner.inspect} bisect runnner is already " \
|
|
504
|
+
"in use. This config setting must be set in a file loaded by a " \
|
|
505
|
+
"`--require` option (passed at the CLI or in a `.rspec` file) for " \
|
|
506
|
+
"it to have any effect."
|
|
507
|
+
end
|
|
508
|
+
|
|
509
|
+
@bisect_runner = value
|
|
510
|
+
end
|
|
511
|
+
|
|
512
|
+
# @private
|
|
513
|
+
# @deprecated Use {#color_mode} = :on, instead of {#color} with {#tty}
|
|
514
|
+
add_setting :tty
|
|
515
|
+
# @private
|
|
516
|
+
attr_writer :files_to_run
|
|
517
|
+
# @private
|
|
518
|
+
attr_accessor :filter_manager, :world
|
|
519
|
+
# @private
|
|
520
|
+
attr_accessor :static_config_filter_manager
|
|
521
|
+
# @private
|
|
522
|
+
attr_reader :backtrace_formatter, :ordering_manager, :loaded_spec_files
|
|
523
|
+
|
|
524
|
+
# rubocop:disable Metrics/AbcSize
|
|
525
|
+
# rubocop:disable Metrics/MethodLength
|
|
526
|
+
|
|
527
|
+
# Build an object to store runtime configuration options and set defaults
|
|
528
|
+
def initialize
|
|
529
|
+
# rubocop:disable Style/GlobalVars
|
|
530
|
+
@start_time = $_rspec_core_load_started_at || ::RSpec::Core::Time.now
|
|
531
|
+
# rubocop:enable Style/GlobalVars
|
|
532
|
+
@expectation_frameworks = []
|
|
533
|
+
@include_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
|
534
|
+
@extend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
|
535
|
+
@prepend_modules = FilterableItemRepository::QueryOptimized.new(:any?)
|
|
536
|
+
|
|
537
|
+
@bisect_runner = RSpec::Support::RubyFeatures.fork_supported? ? :fork : :shell
|
|
538
|
+
@bisect_runner_class = nil
|
|
539
|
+
|
|
540
|
+
@before_suite_hooks = []
|
|
541
|
+
@after_suite_hooks = []
|
|
542
|
+
|
|
543
|
+
@mock_framework = nil
|
|
544
|
+
@files_or_directories_to_run = []
|
|
545
|
+
@loaded_spec_files = Set.new
|
|
546
|
+
@color = false
|
|
547
|
+
@color_mode = :automatic
|
|
548
|
+
@pattern = '**{,/*/**}/*_spec.rb'
|
|
549
|
+
@exclude_pattern = ''
|
|
550
|
+
@failure_exit_code = 1
|
|
551
|
+
@error_exit_code = nil # so it can be overridden by failure exit code
|
|
552
|
+
@fail_if_no_examples = false
|
|
553
|
+
@spec_files_loaded = false
|
|
554
|
+
|
|
555
|
+
@backtrace_formatter = BacktraceFormatter.new
|
|
556
|
+
|
|
557
|
+
@default_path = 'spec'
|
|
558
|
+
@project_source_dirs = %w[ spec lib app ]
|
|
559
|
+
@deprecation_stream = $stderr
|
|
560
|
+
@output_stream = $stdout
|
|
561
|
+
@reporter = nil
|
|
562
|
+
@reporter_buffer = nil
|
|
563
|
+
@filter_manager = FilterManager.new
|
|
564
|
+
@static_config_filter_manager = FilterManager.new
|
|
565
|
+
@ordering_manager = Ordering::ConfigurationManager.new
|
|
566
|
+
@preferred_options = {}
|
|
567
|
+
@failure_color = :red
|
|
568
|
+
@success_color = :green
|
|
569
|
+
@pending_color = :yellow
|
|
570
|
+
@default_color = :white
|
|
571
|
+
@fixed_color = :blue
|
|
572
|
+
@detail_color = :cyan
|
|
573
|
+
@profile_examples = false
|
|
574
|
+
@requires = []
|
|
575
|
+
@libs = []
|
|
576
|
+
@derived_metadata_blocks = FilterableItemRepository::QueryOptimized.new(:any?)
|
|
577
|
+
@threadsafe = true
|
|
578
|
+
@max_displayed_failure_line_count = 10
|
|
579
|
+
@full_cause_backtrace = false
|
|
580
|
+
@world = World::Null
|
|
581
|
+
@shared_context_metadata_behavior = :trigger_inclusion
|
|
582
|
+
@pending_failure_output = :full
|
|
583
|
+
|
|
584
|
+
define_built_in_hooks
|
|
585
|
+
end
|
|
586
|
+
# rubocop:enable Metrics/AbcSize
|
|
587
|
+
# rubocop:enable Metrics/MethodLength
|
|
588
|
+
|
|
589
|
+
# @private
|
|
590
|
+
#
|
|
591
|
+
# Used to set higher priority option values from the command line.
|
|
592
|
+
def force(hash)
|
|
593
|
+
ordering_manager.force(hash)
|
|
594
|
+
@preferred_options.merge!(hash)
|
|
595
|
+
|
|
596
|
+
return unless hash.key?(:example_status_persistence_file_path)
|
|
597
|
+
clear_values_derived_from_example_status_persistence_file_path
|
|
598
|
+
end
|
|
599
|
+
|
|
600
|
+
# @private
|
|
601
|
+
def reset
|
|
602
|
+
@spec_files_loaded = false
|
|
603
|
+
reset_reporter
|
|
604
|
+
end
|
|
605
|
+
|
|
606
|
+
# @private
|
|
607
|
+
def reset_reporter
|
|
608
|
+
@reporter = nil
|
|
609
|
+
@formatter_loader = nil
|
|
610
|
+
@output_wrapper = nil
|
|
611
|
+
end
|
|
612
|
+
|
|
613
|
+
# @private
|
|
614
|
+
def reset_filters
|
|
615
|
+
self.filter_manager = FilterManager.new
|
|
616
|
+
filter_manager.include_only(
|
|
617
|
+
Metadata.deep_hash_dup(static_config_filter_manager.inclusions.rules)
|
|
618
|
+
)
|
|
619
|
+
filter_manager.exclude_only(
|
|
620
|
+
Metadata.deep_hash_dup(static_config_filter_manager.exclusions.rules)
|
|
621
|
+
)
|
|
622
|
+
end
|
|
623
|
+
|
|
624
|
+
# @overload add_setting(name)
|
|
625
|
+
# @overload add_setting(name, opts)
|
|
626
|
+
# @option opts [Symbol] :default
|
|
627
|
+
#
|
|
628
|
+
# Set a default value for the generated getter and predicate methods:
|
|
629
|
+
#
|
|
630
|
+
# add_setting(:foo, :default => "default value")
|
|
631
|
+
#
|
|
632
|
+
# @option opts [Symbol] :alias_with
|
|
633
|
+
#
|
|
634
|
+
# Use `:alias_with` to alias the setter, getter, and predicate to
|
|
635
|
+
# another name, or names:
|
|
636
|
+
#
|
|
637
|
+
# add_setting(:foo, :alias_with => :bar)
|
|
638
|
+
# add_setting(:foo, :alias_with => [:bar, :baz])
|
|
639
|
+
#
|
|
640
|
+
# Adds a custom setting to the RSpec.configuration object.
|
|
641
|
+
#
|
|
642
|
+
# RSpec.configuration.add_setting :foo
|
|
643
|
+
#
|
|
644
|
+
# Used internally and by extension frameworks like rspec-rails, so they
|
|
645
|
+
# can add config settings that are domain specific. For example:
|
|
646
|
+
#
|
|
647
|
+
# RSpec.configure do |c|
|
|
648
|
+
# c.add_setting :use_transactional_fixtures,
|
|
649
|
+
# :default => true,
|
|
650
|
+
# :alias_with => :use_transactional_examples
|
|
651
|
+
# end
|
|
652
|
+
#
|
|
653
|
+
# `add_setting` creates three methods on the configuration object, a
|
|
654
|
+
# setter, a getter, and a predicate:
|
|
655
|
+
#
|
|
656
|
+
# RSpec.configuration.foo=(value)
|
|
657
|
+
# RSpec.configuration.foo
|
|
658
|
+
# RSpec.configuration.foo? # Returns true if foo returns anything but nil or false.
|
|
659
|
+
def add_setting(name, opts={})
|
|
660
|
+
default = opts.delete(:default)
|
|
661
|
+
(class << self; self; end).class_exec do
|
|
662
|
+
add_setting(name, opts)
|
|
663
|
+
end
|
|
664
|
+
__send__("#{name}=", default) if default
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
# Returns the configured mock framework adapter module.
|
|
668
|
+
# @return [Symbol]
|
|
669
|
+
def mock_framework
|
|
670
|
+
if @mock_framework.nil?
|
|
671
|
+
begin
|
|
672
|
+
mock_with :rspec
|
|
673
|
+
rescue LoadError
|
|
674
|
+
mock_with :nothing
|
|
675
|
+
end
|
|
676
|
+
end
|
|
677
|
+
@mock_framework
|
|
678
|
+
end
|
|
679
|
+
|
|
680
|
+
# Delegates to mock_framework=(framework).
|
|
681
|
+
def mock_framework=(framework)
|
|
682
|
+
mock_with framework
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
# Regexps used to exclude lines from backtraces.
|
|
686
|
+
#
|
|
687
|
+
# Excludes lines from ruby (and jruby) source, installed gems, anything
|
|
688
|
+
# in any "bin" directory, and any of the RSpec libs (outside gem
|
|
689
|
+
# installs) by default.
|
|
690
|
+
#
|
|
691
|
+
# You can modify the list via the getter, or replace it with the setter.
|
|
692
|
+
#
|
|
693
|
+
# To override this behaviour and display a full backtrace, use
|
|
694
|
+
# `--backtrace` on the command line, in a `.rspec` file, or in the
|
|
695
|
+
# `rspec_options` attribute of RSpec's rake task.
|
|
696
|
+
# @return [Array<Regexp>]
|
|
697
|
+
def backtrace_exclusion_patterns
|
|
698
|
+
@backtrace_formatter.exclusion_patterns
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
# Set regular expressions used to exclude lines in backtrace.
|
|
702
|
+
# @param patterns [Array<Regexp>] set backtrace_formatter exclusion_patterns
|
|
703
|
+
def backtrace_exclusion_patterns=(patterns)
|
|
704
|
+
@backtrace_formatter.exclusion_patterns = patterns
|
|
705
|
+
end
|
|
706
|
+
|
|
707
|
+
# Regexps used to include lines in backtraces.
|
|
708
|
+
#
|
|
709
|
+
# Defaults to [Regexp.new Dir.getwd].
|
|
710
|
+
#
|
|
711
|
+
# Lines that match an exclusion _and_ an inclusion pattern
|
|
712
|
+
# will be included.
|
|
713
|
+
#
|
|
714
|
+
# You can modify the list via the getter, or replace it with the setter.
|
|
715
|
+
# @return [Array<Regexp>]
|
|
716
|
+
def backtrace_inclusion_patterns
|
|
717
|
+
@backtrace_formatter.inclusion_patterns
|
|
718
|
+
end
|
|
719
|
+
|
|
720
|
+
# Set regular expressions used to include lines in backtrace.
|
|
721
|
+
# @attr patterns [Array<Regexp>] set backtrace_formatter inclusion_patterns
|
|
722
|
+
def backtrace_inclusion_patterns=(patterns)
|
|
723
|
+
@backtrace_formatter.inclusion_patterns = patterns
|
|
724
|
+
end
|
|
725
|
+
|
|
726
|
+
# Adds {#backtrace_exclusion_patterns} that will filter lines from
|
|
727
|
+
# the named gems from backtraces.
|
|
728
|
+
#
|
|
729
|
+
# @param gem_names [Array<String>] Names of the gems to filter
|
|
730
|
+
#
|
|
731
|
+
# @example
|
|
732
|
+
# RSpec.configure do |config|
|
|
733
|
+
# config.filter_gems_from_backtrace "rack", "rake"
|
|
734
|
+
# end
|
|
735
|
+
#
|
|
736
|
+
# @note The patterns this adds will match the named gems in their common
|
|
737
|
+
# locations (e.g. system gems, vendored with bundler, installed as a
|
|
738
|
+
# :git dependency with bundler, etc) but is not guaranteed to work for
|
|
739
|
+
# all possible gem locations. For example, if you have the gem source
|
|
740
|
+
# in a directory with a completely unrelated name, and use bundler's
|
|
741
|
+
# :path option, this will not filter it.
|
|
742
|
+
def filter_gems_from_backtrace(*gem_names)
|
|
743
|
+
gem_names.each do |name|
|
|
744
|
+
@backtrace_formatter.filter_gem(name)
|
|
745
|
+
end
|
|
746
|
+
end
|
|
747
|
+
|
|
748
|
+
# @private
|
|
749
|
+
MOCKING_ADAPTERS = {
|
|
750
|
+
:rspec => :RSpec,
|
|
751
|
+
:flexmock => :Flexmock,
|
|
752
|
+
:rr => :RR,
|
|
753
|
+
:mocha => :Mocha,
|
|
754
|
+
:nothing => :Null
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
# Sets the mock framework adapter module.
|
|
758
|
+
#
|
|
759
|
+
# `framework` can be a Symbol or a Module.
|
|
760
|
+
#
|
|
761
|
+
# Given any of `:rspec`, `:mocha`, `:flexmock`, or `:rr`, configures the
|
|
762
|
+
# named framework.
|
|
763
|
+
#
|
|
764
|
+
# Given `:nothing`, configures no framework. Use this if you don't use
|
|
765
|
+
# any mocking framework to save a little bit of overhead.
|
|
766
|
+
#
|
|
767
|
+
# Given a Module, includes that module in every example group. The module
|
|
768
|
+
# should adhere to RSpec's mock framework adapter API:
|
|
769
|
+
#
|
|
770
|
+
# setup_mocks_for_rspec
|
|
771
|
+
# - called before each example
|
|
772
|
+
#
|
|
773
|
+
# verify_mocks_for_rspec
|
|
774
|
+
# - called after each example if the example hasn't yet failed.
|
|
775
|
+
# Framework should raise an exception when expectations fail
|
|
776
|
+
#
|
|
777
|
+
# teardown_mocks_for_rspec
|
|
778
|
+
# - called after verify_mocks_for_rspec (even if there are errors)
|
|
779
|
+
#
|
|
780
|
+
# If the module responds to `configuration` and `mock_with` receives a
|
|
781
|
+
# block, it will yield the configuration object to the block e.g.
|
|
782
|
+
#
|
|
783
|
+
# config.mock_with OtherMockFrameworkAdapter do |mod_config|
|
|
784
|
+
# mod_config.custom_setting = true
|
|
785
|
+
# end
|
|
786
|
+
def mock_with(framework)
|
|
787
|
+
framework_module =
|
|
788
|
+
if framework.is_a?(Module)
|
|
789
|
+
framework
|
|
790
|
+
else
|
|
791
|
+
const_name = MOCKING_ADAPTERS.fetch(framework) do
|
|
792
|
+
raise ArgumentError,
|
|
793
|
+
"Unknown mocking framework: #{framework.inspect}. " \
|
|
794
|
+
"Pass a module or one of #{MOCKING_ADAPTERS.keys.inspect}"
|
|
795
|
+
end
|
|
796
|
+
|
|
797
|
+
RSpec::Support.require_rspec_core "mocking_adapters/#{const_name.to_s.downcase}"
|
|
798
|
+
RSpec::Core::MockingAdapters.const_get(const_name)
|
|
799
|
+
end
|
|
800
|
+
|
|
801
|
+
new_name, old_name = [framework_module, @mock_framework].map do |mod|
|
|
802
|
+
mod.respond_to?(:framework_name) ? mod.framework_name : :unnamed
|
|
803
|
+
end
|
|
804
|
+
|
|
805
|
+
unless new_name == old_name
|
|
806
|
+
assert_no_example_groups_defined(:mock_framework)
|
|
807
|
+
end
|
|
808
|
+
|
|
809
|
+
if block_given?
|
|
810
|
+
raise "#{framework_module} must respond to `configuration` so that " \
|
|
811
|
+
"mock_with can yield it." unless framework_module.respond_to?(:configuration)
|
|
812
|
+
yield framework_module.configuration
|
|
813
|
+
end
|
|
814
|
+
|
|
815
|
+
@mock_framework = framework_module
|
|
816
|
+
end
|
|
817
|
+
|
|
818
|
+
# Returns the configured expectation framework adapter module(s)
|
|
819
|
+
def expectation_frameworks
|
|
820
|
+
if @expectation_frameworks.empty?
|
|
821
|
+
begin
|
|
822
|
+
expect_with :rspec
|
|
823
|
+
rescue LoadError
|
|
824
|
+
expect_with Module.new
|
|
825
|
+
end
|
|
826
|
+
end
|
|
827
|
+
@expectation_frameworks
|
|
828
|
+
end
|
|
829
|
+
|
|
830
|
+
# Delegates to expect_with(framework).
|
|
831
|
+
def expectation_framework=(framework)
|
|
832
|
+
expect_with(framework)
|
|
833
|
+
end
|
|
834
|
+
|
|
835
|
+
# Sets the expectation framework module(s) to be included in each example
|
|
836
|
+
# group.
|
|
837
|
+
#
|
|
838
|
+
# `frameworks` can be `:rspec`, `:test_unit`, `:minitest`, a custom
|
|
839
|
+
# module, or any combination thereof:
|
|
840
|
+
#
|
|
841
|
+
# config.expect_with :rspec
|
|
842
|
+
# config.expect_with :test_unit
|
|
843
|
+
# config.expect_with :minitest
|
|
844
|
+
# config.expect_with :rspec, :minitest
|
|
845
|
+
# config.expect_with OtherExpectationFramework
|
|
846
|
+
#
|
|
847
|
+
# RSpec will translate `:rspec`, `:minitest`, and `:test_unit` into the
|
|
848
|
+
# appropriate modules.
|
|
849
|
+
#
|
|
850
|
+
# ## Configuration
|
|
851
|
+
#
|
|
852
|
+
# If the module responds to `configuration`, `expect_with` will
|
|
853
|
+
# yield the `configuration` object if given a block:
|
|
854
|
+
#
|
|
855
|
+
# config.expect_with OtherExpectationFramework do |custom_config|
|
|
856
|
+
# custom_config.custom_setting = true
|
|
857
|
+
# end
|
|
858
|
+
def expect_with(*frameworks)
|
|
859
|
+
modules = frameworks.map do |framework|
|
|
860
|
+
case framework
|
|
861
|
+
when Module
|
|
862
|
+
framework
|
|
863
|
+
when :rspec
|
|
864
|
+
require 'rspec/expectations'
|
|
865
|
+
|
|
866
|
+
# Tag this exception class so our exception formatting logic knows
|
|
867
|
+
# that it satisfies the `MultipleExceptionError` interface.
|
|
868
|
+
::RSpec::Expectations::MultipleExpectationsNotMetError.__send__(
|
|
869
|
+
:include, MultipleExceptionError::InterfaceTag
|
|
870
|
+
)
|
|
871
|
+
|
|
872
|
+
::RSpec::Matchers
|
|
873
|
+
when :test_unit
|
|
874
|
+
require 'rspec/core/test_unit_assertions_adapter'
|
|
875
|
+
::RSpec::Core::TestUnitAssertionsAdapter
|
|
876
|
+
when :minitest
|
|
877
|
+
require 'rspec/core/minitest_assertions_adapter'
|
|
878
|
+
::RSpec::Core::MinitestAssertionsAdapter
|
|
879
|
+
else
|
|
880
|
+
raise ArgumentError, "#{framework.inspect} is not supported"
|
|
881
|
+
end
|
|
882
|
+
end
|
|
883
|
+
|
|
884
|
+
if (modules - @expectation_frameworks).any?
|
|
885
|
+
assert_no_example_groups_defined(:expect_with)
|
|
886
|
+
end
|
|
887
|
+
|
|
888
|
+
if block_given?
|
|
889
|
+
raise "expect_with only accepts a block with a single argument. " \
|
|
890
|
+
"Call expect_with #{modules.length} times, " \
|
|
891
|
+
"once with each argument, instead." if modules.length > 1
|
|
892
|
+
raise "#{modules.first} must respond to `configuration` so that " \
|
|
893
|
+
"expect_with can yield it." unless modules.first.respond_to?(:configuration)
|
|
894
|
+
yield modules.first.configuration
|
|
895
|
+
end
|
|
896
|
+
|
|
897
|
+
@expectation_frameworks.push(*modules)
|
|
898
|
+
end
|
|
899
|
+
|
|
900
|
+
# Check if full backtrace is enabled.
|
|
901
|
+
# @return [Boolean] is full backtrace enabled
|
|
902
|
+
def full_backtrace?
|
|
903
|
+
@backtrace_formatter.full_backtrace?
|
|
904
|
+
end
|
|
905
|
+
|
|
906
|
+
# Toggle full backtrace.
|
|
907
|
+
# @attr true_or_false [Boolean] toggle full backtrace display
|
|
908
|
+
def full_backtrace=(true_or_false)
|
|
909
|
+
@backtrace_formatter.full_backtrace = true_or_false
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
# Enables color output if the output is a TTY. As of RSpec 3.6, this is
|
|
913
|
+
# the default behavior and this option is retained only for backwards
|
|
914
|
+
# compatibility.
|
|
915
|
+
#
|
|
916
|
+
# @deprecated No longer recommended because of complex behavior. Instead,
|
|
917
|
+
# rely on the fact that TTYs will display color by default, or set
|
|
918
|
+
# {#color_mode} to :on to display color on a non-TTY output.
|
|
919
|
+
# @see color_mode
|
|
920
|
+
# @see color_enabled?
|
|
921
|
+
# @return [Boolean]
|
|
922
|
+
def color
|
|
923
|
+
value_for(:color) { @color }
|
|
924
|
+
end
|
|
925
|
+
|
|
926
|
+
# The mode for determining whether to display output in color. One of:
|
|
927
|
+
#
|
|
928
|
+
# - :automatic - the output will be in color if the output is a TTY (the
|
|
929
|
+
# default)
|
|
930
|
+
# - :on - the output will be in color, whether or not the output is a TTY
|
|
931
|
+
# - :off - the output will not be in color
|
|
932
|
+
#
|
|
933
|
+
# @see color_enabled?
|
|
934
|
+
# @return [Boolean]
|
|
935
|
+
def color_mode
|
|
936
|
+
value_for(:color_mode) { @color_mode }
|
|
937
|
+
end
|
|
938
|
+
|
|
939
|
+
# Check if color is enabled for a particular output.
|
|
940
|
+
# @param output [IO] an output stream to use, defaults to the current
|
|
941
|
+
# `output_stream`
|
|
942
|
+
# @return [Boolean]
|
|
943
|
+
def color_enabled?(output=output_stream)
|
|
944
|
+
case color_mode
|
|
945
|
+
when :on then true
|
|
946
|
+
when :off then false
|
|
947
|
+
else # automatic
|
|
948
|
+
output_to_tty?(output) || (color && tty?)
|
|
949
|
+
end
|
|
950
|
+
end
|
|
951
|
+
|
|
952
|
+
# Set the color mode.
|
|
953
|
+
attr_writer :color_mode
|
|
954
|
+
|
|
955
|
+
# Toggle output color.
|
|
956
|
+
#
|
|
957
|
+
# @deprecated No longer recommended because of complex behavior. Instead,
|
|
958
|
+
# rely on the fact that TTYs will display color by default, or set
|
|
959
|
+
# {:color_mode} to :on to display color on a non-TTY output.
|
|
960
|
+
attr_writer :color
|
|
961
|
+
|
|
962
|
+
# @private
|
|
963
|
+
def libs=(libs)
|
|
964
|
+
libs.map do |lib|
|
|
965
|
+
@libs.unshift lib
|
|
966
|
+
$LOAD_PATH.unshift lib
|
|
967
|
+
end
|
|
968
|
+
end
|
|
969
|
+
|
|
970
|
+
# Run examples matching on `description` in all files to run.
|
|
971
|
+
# @param description [String, Regexp] the pattern to filter on
|
|
972
|
+
def full_description=(description)
|
|
973
|
+
filter_run :full_description => Regexp.union(*Array(description).map { |d| Regexp.new(d) })
|
|
974
|
+
end
|
|
975
|
+
|
|
976
|
+
# @return [Array] full description filter
|
|
977
|
+
def full_description
|
|
978
|
+
filter.fetch :full_description, nil
|
|
979
|
+
end
|
|
980
|
+
|
|
981
|
+
# @overload add_formatter(formatter)
|
|
982
|
+
# @overload add_formatter(formatter, output)
|
|
983
|
+
#
|
|
984
|
+
# @param formatter [Class, String, Object] formatter to use. Can be any of the
|
|
985
|
+
# string values supported from the CLI (`p`/`progress`,
|
|
986
|
+
# `d`/`doc`/`documentation`, `h`/`html`, or `j`/`json`), any
|
|
987
|
+
# class that implements the formatter protocol and has registered
|
|
988
|
+
# itself with RSpec as a formatter, or a formatter instance.
|
|
989
|
+
# @param output [String, IO] where the formatter will write its output.
|
|
990
|
+
# Can be an IO object or a string path to a file. If not provided,
|
|
991
|
+
# the configured `output_stream` (`$stdout`, by default) will be used.
|
|
992
|
+
#
|
|
993
|
+
# Adds a formatter to the set RSpec will use for this run.
|
|
994
|
+
#
|
|
995
|
+
# @see RSpec::Core::Formatters::Protocol
|
|
996
|
+
def add_formatter(formatter, output=output_wrapper)
|
|
997
|
+
formatter_loader.add(formatter, output)
|
|
998
|
+
end
|
|
999
|
+
alias_method :formatter=, :add_formatter
|
|
1000
|
+
|
|
1001
|
+
# The formatter that will be used if no formatter has been set.
|
|
1002
|
+
# Defaults to 'progress'.
|
|
1003
|
+
def default_formatter
|
|
1004
|
+
formatter_loader.default_formatter
|
|
1005
|
+
end
|
|
1006
|
+
|
|
1007
|
+
# Sets a fallback formatter to use if none other has been set.
|
|
1008
|
+
#
|
|
1009
|
+
# @example
|
|
1010
|
+
#
|
|
1011
|
+
# RSpec.configure do |rspec|
|
|
1012
|
+
# rspec.default_formatter = 'doc'
|
|
1013
|
+
# end
|
|
1014
|
+
def default_formatter=(value)
|
|
1015
|
+
formatter_loader.default_formatter = value
|
|
1016
|
+
end
|
|
1017
|
+
|
|
1018
|
+
# Returns a duplicate of the formatters currently loaded in
|
|
1019
|
+
# the `FormatterLoader` for introspection.
|
|
1020
|
+
#
|
|
1021
|
+
# Note as this is a duplicate, any mutations will be disregarded.
|
|
1022
|
+
#
|
|
1023
|
+
# @return [Array] the formatters currently loaded
|
|
1024
|
+
def formatters
|
|
1025
|
+
formatter_loader.formatters.dup
|
|
1026
|
+
end
|
|
1027
|
+
|
|
1028
|
+
# @private
|
|
1029
|
+
def formatter_loader
|
|
1030
|
+
@formatter_loader ||= Formatters::Loader.new(Reporter.new(self))
|
|
1031
|
+
end
|
|
1032
|
+
|
|
1033
|
+
# @private
|
|
1034
|
+
#
|
|
1035
|
+
# This buffer is used to capture all messages sent to the reporter during
|
|
1036
|
+
# reporter initialization. It can then replay those messages after the
|
|
1037
|
+
# formatter is correctly initialized. Otherwise, deprecation warnings
|
|
1038
|
+
# during formatter initialization can cause an infinite loop.
|
|
1039
|
+
class DeprecationReporterBuffer
|
|
1040
|
+
def initialize
|
|
1041
|
+
@calls = []
|
|
1042
|
+
end
|
|
1043
|
+
|
|
1044
|
+
def deprecation(*args)
|
|
1045
|
+
@calls << args
|
|
1046
|
+
end
|
|
1047
|
+
|
|
1048
|
+
def play_onto(reporter)
|
|
1049
|
+
@calls.each do |args|
|
|
1050
|
+
reporter.deprecation(*args)
|
|
1051
|
+
end
|
|
1052
|
+
end
|
|
1053
|
+
end
|
|
1054
|
+
|
|
1055
|
+
# @return [RSpec::Core::Reporter] the currently configured reporter
|
|
1056
|
+
def reporter
|
|
1057
|
+
# @reporter_buffer should only ever be set in this method to cover
|
|
1058
|
+
# initialization of @reporter.
|
|
1059
|
+
@reporter_buffer || @reporter ||=
|
|
1060
|
+
begin
|
|
1061
|
+
@reporter_buffer = DeprecationReporterBuffer.new
|
|
1062
|
+
formatter_loader.prepare_default output_wrapper, deprecation_stream
|
|
1063
|
+
@reporter_buffer.play_onto(formatter_loader.reporter)
|
|
1064
|
+
@reporter_buffer = nil
|
|
1065
|
+
formatter_loader.reporter
|
|
1066
|
+
end
|
|
1067
|
+
end
|
|
1068
|
+
|
|
1069
|
+
# @api private
|
|
1070
|
+
#
|
|
1071
|
+
# Defaults `profile_examples` to 10 examples when `@profile_examples` is
|
|
1072
|
+
# `true`.
|
|
1073
|
+
def profile_examples
|
|
1074
|
+
profile = value_for(:profile_examples) { @profile_examples }
|
|
1075
|
+
if profile && !profile.is_a?(Integer)
|
|
1076
|
+
10
|
|
1077
|
+
else
|
|
1078
|
+
profile
|
|
1079
|
+
end
|
|
1080
|
+
end
|
|
1081
|
+
|
|
1082
|
+
# @private
|
|
1083
|
+
def files_or_directories_to_run=(*files)
|
|
1084
|
+
files = files.flatten
|
|
1085
|
+
|
|
1086
|
+
if (command == 'rspec' || Runner.running_in_drb?) && default_path && files.empty?
|
|
1087
|
+
files << default_path
|
|
1088
|
+
end
|
|
1089
|
+
|
|
1090
|
+
@files_or_directories_to_run = files
|
|
1091
|
+
@files_to_run = nil
|
|
1092
|
+
end
|
|
1093
|
+
|
|
1094
|
+
# The spec files RSpec will run.
|
|
1095
|
+
# @return [Array] specified files about to run
|
|
1096
|
+
def files_to_run
|
|
1097
|
+
@files_to_run ||= get_files_to_run(@files_or_directories_to_run)
|
|
1098
|
+
end
|
|
1099
|
+
|
|
1100
|
+
# @private
|
|
1101
|
+
def last_run_statuses
|
|
1102
|
+
@last_run_statuses ||= Hash.new(UNKNOWN_STATUS).tap do |statuses|
|
|
1103
|
+
if (path = example_status_persistence_file_path)
|
|
1104
|
+
begin
|
|
1105
|
+
ExampleStatusPersister.load_from(path).inject(statuses) do |hash, example|
|
|
1106
|
+
status = example[:status]
|
|
1107
|
+
status = UNKNOWN_STATUS unless VALID_STATUSES.include?(status)
|
|
1108
|
+
hash[example.fetch(:example_id)] = status
|
|
1109
|
+
hash
|
|
1110
|
+
end
|
|
1111
|
+
rescue SystemCallError => e
|
|
1112
|
+
RSpec.warning "Could not read from #{path.inspect} (configured as " \
|
|
1113
|
+
"`config.example_status_persistence_file_path`) due " \
|
|
1114
|
+
"to a system error: #{e.inspect}. Please check that " \
|
|
1115
|
+
"the config option is set to an accessible, valid " \
|
|
1116
|
+
"file path", :call_site => nil
|
|
1117
|
+
end
|
|
1118
|
+
end
|
|
1119
|
+
end
|
|
1120
|
+
end
|
|
1121
|
+
|
|
1122
|
+
# @private
|
|
1123
|
+
UNKNOWN_STATUS = "unknown".freeze
|
|
1124
|
+
|
|
1125
|
+
# @private
|
|
1126
|
+
FAILED_STATUS = "failed".freeze
|
|
1127
|
+
|
|
1128
|
+
# @private
|
|
1129
|
+
PASSED_STATUS = "passed".freeze
|
|
1130
|
+
|
|
1131
|
+
# @private
|
|
1132
|
+
PENDING_STATUS = "pending".freeze
|
|
1133
|
+
|
|
1134
|
+
# @private
|
|
1135
|
+
VALID_STATUSES = [UNKNOWN_STATUS, FAILED_STATUS, PASSED_STATUS, PENDING_STATUS]
|
|
1136
|
+
|
|
1137
|
+
# @private
|
|
1138
|
+
def spec_files_with_failures
|
|
1139
|
+
@spec_files_with_failures ||= last_run_statuses.inject(Set.new) do |files, (id, status)|
|
|
1140
|
+
files << Example.parse_id(id).first if status == FAILED_STATUS
|
|
1141
|
+
files
|
|
1142
|
+
end.to_a
|
|
1143
|
+
end
|
|
1144
|
+
|
|
1145
|
+
# Creates a method that delegates to `example` including the submitted
|
|
1146
|
+
# `args`. Used internally to add variants of `example` like `pending`:
|
|
1147
|
+
# @param name [String] example name alias
|
|
1148
|
+
# @param args [Array<Symbol>, Hash] metadata for the generated example
|
|
1149
|
+
#
|
|
1150
|
+
# @note The specific example alias below (`pending`) is already
|
|
1151
|
+
# defined for you.
|
|
1152
|
+
# @note Use with caution. This extends the language used in your
|
|
1153
|
+
# specs, but does not add any additional documentation. We use this
|
|
1154
|
+
# in RSpec to define methods like `focus` and `xit`, but we also add
|
|
1155
|
+
# docs for those methods.
|
|
1156
|
+
#
|
|
1157
|
+
# @example
|
|
1158
|
+
# RSpec.configure do |config|
|
|
1159
|
+
# config.alias_example_to :pending, :pending => true
|
|
1160
|
+
# end
|
|
1161
|
+
#
|
|
1162
|
+
# # This lets you do this:
|
|
1163
|
+
#
|
|
1164
|
+
# RSpec.describe Thing do
|
|
1165
|
+
# pending "does something" do
|
|
1166
|
+
# thing = Thing.new
|
|
1167
|
+
# end
|
|
1168
|
+
# end
|
|
1169
|
+
#
|
|
1170
|
+
# # ... which is the equivalent of
|
|
1171
|
+
#
|
|
1172
|
+
# RSpec.describe Thing do
|
|
1173
|
+
# it "does something", :pending => true do
|
|
1174
|
+
# thing = Thing.new
|
|
1175
|
+
# end
|
|
1176
|
+
# end
|
|
1177
|
+
def alias_example_to(name, *args)
|
|
1178
|
+
extra_options = Metadata.build_hash_from(args)
|
|
1179
|
+
RSpec::Core::ExampleGroup.define_example_method(name, extra_options)
|
|
1180
|
+
end
|
|
1181
|
+
|
|
1182
|
+
# Creates a method that defines an example group with the provided
|
|
1183
|
+
# metadata. Can be used to define example group/metadata shortcuts.
|
|
1184
|
+
#
|
|
1185
|
+
# @example
|
|
1186
|
+
# RSpec.configure do |config|
|
|
1187
|
+
# config.alias_example_group_to :describe_model, :type => :model
|
|
1188
|
+
# end
|
|
1189
|
+
#
|
|
1190
|
+
# shared_context_for "model tests", :type => :model do
|
|
1191
|
+
# # define common model test helper methods, `let` declarations, etc
|
|
1192
|
+
# end
|
|
1193
|
+
#
|
|
1194
|
+
# # This lets you do this:
|
|
1195
|
+
#
|
|
1196
|
+
# RSpec.describe_model User do
|
|
1197
|
+
# end
|
|
1198
|
+
#
|
|
1199
|
+
# # ... which is the equivalent of
|
|
1200
|
+
#
|
|
1201
|
+
# RSpec.describe User, :type => :model do
|
|
1202
|
+
# end
|
|
1203
|
+
#
|
|
1204
|
+
# @note The defined aliased will also be added to the top level
|
|
1205
|
+
# (e.g. `main` and from within modules) if
|
|
1206
|
+
# `expose_dsl_globally` is set to true.
|
|
1207
|
+
# @see #alias_example_to
|
|
1208
|
+
# @see #expose_dsl_globally=
|
|
1209
|
+
def alias_example_group_to(new_name, *args)
|
|
1210
|
+
extra_options = Metadata.build_hash_from(args)
|
|
1211
|
+
RSpec::Core::ExampleGroup.define_example_group_method(new_name, extra_options)
|
|
1212
|
+
end
|
|
1213
|
+
|
|
1214
|
+
# Define an alias for it_should_behave_like that allows different
|
|
1215
|
+
# language (like "it_has_behavior" or "it_behaves_like") to be
|
|
1216
|
+
# employed when including shared examples.
|
|
1217
|
+
#
|
|
1218
|
+
# @example
|
|
1219
|
+
# RSpec.configure do |config|
|
|
1220
|
+
# config.alias_it_behaves_like_to(:it_has_behavior, 'has behavior:')
|
|
1221
|
+
# end
|
|
1222
|
+
#
|
|
1223
|
+
# # allows the user to include a shared example group like:
|
|
1224
|
+
#
|
|
1225
|
+
# RSpec.describe Entity do
|
|
1226
|
+
# it_has_behavior 'sortability' do
|
|
1227
|
+
# let(:sortable) { Entity.new }
|
|
1228
|
+
# end
|
|
1229
|
+
# end
|
|
1230
|
+
#
|
|
1231
|
+
# # which is reported in the output as:
|
|
1232
|
+
# # Entity
|
|
1233
|
+
# # has behavior: sortability
|
|
1234
|
+
# # ...sortability examples here
|
|
1235
|
+
#
|
|
1236
|
+
# @note Use with caution. This extends the language used in your
|
|
1237
|
+
# specs, but does not add any additional documentation. We use this
|
|
1238
|
+
# in RSpec to define `it_should_behave_like` (for backward
|
|
1239
|
+
# compatibility), but we also add docs for that method.
|
|
1240
|
+
def alias_it_behaves_like_to(new_name, report_label='')
|
|
1241
|
+
RSpec::Core::ExampleGroup.define_nested_shared_group_method(new_name, report_label)
|
|
1242
|
+
end
|
|
1243
|
+
alias_method :alias_it_should_behave_like_to, :alias_it_behaves_like_to
|
|
1244
|
+
|
|
1245
|
+
# Adds key/value pairs to the `inclusion_filter`. If `args`
|
|
1246
|
+
# includes any symbols that are not part of the hash, each symbol
|
|
1247
|
+
# is treated as a key in the hash with the value `true`.
|
|
1248
|
+
#
|
|
1249
|
+
# ### Note
|
|
1250
|
+
#
|
|
1251
|
+
# Filters set using this method can be overridden from the command line
|
|
1252
|
+
# or config files (e.g. `.rspec`).
|
|
1253
|
+
#
|
|
1254
|
+
# @example
|
|
1255
|
+
# # Given this declaration.
|
|
1256
|
+
# describe "something", :foo => 'bar' do
|
|
1257
|
+
# # ...
|
|
1258
|
+
# end
|
|
1259
|
+
#
|
|
1260
|
+
# # Any of the following will include that group.
|
|
1261
|
+
# config.filter_run_including :foo => 'bar'
|
|
1262
|
+
# config.filter_run_including :foo => /^ba/
|
|
1263
|
+
# config.filter_run_including :foo => lambda {|v| v == 'bar'}
|
|
1264
|
+
# config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
|
|
1265
|
+
#
|
|
1266
|
+
# # Given a proc with an arity of 1, the lambda is passed the value
|
|
1267
|
+
# # related to the key, e.g.
|
|
1268
|
+
# config.filter_run_including :foo => lambda {|v| v == 'bar'}
|
|
1269
|
+
#
|
|
1270
|
+
# # Given a proc with an arity of 2, the lambda is passed the value
|
|
1271
|
+
# # related to the key, and the metadata itself e.g.
|
|
1272
|
+
# config.filter_run_including :foo => lambda {|v,m| m[:foo] == 'bar'}
|
|
1273
|
+
#
|
|
1274
|
+
# filter_run_including :foo # same as filter_run_including :foo => true
|
|
1275
|
+
def filter_run_including(*args)
|
|
1276
|
+
meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
|
|
1277
|
+
filter_manager.include_with_low_priority meta
|
|
1278
|
+
static_config_filter_manager.include_with_low_priority Metadata.deep_hash_dup(meta)
|
|
1279
|
+
end
|
|
1280
|
+
alias_method :filter_run, :filter_run_including
|
|
1281
|
+
|
|
1282
|
+
# Applies the provided filter only if any of examples match, in constrast
|
|
1283
|
+
# to {#filter_run}, which always applies even if no examples match, in
|
|
1284
|
+
# which case no examples will be run. This allows you to leave configured
|
|
1285
|
+
# filters in place that are intended only for temporary use. The most common
|
|
1286
|
+
# example is focus filtering: `config.filter_run_when_matching :focus`.
|
|
1287
|
+
# With that configured, you can temporarily focus an example or group
|
|
1288
|
+
# by tagging it with `:focus` metadata, or prefixing it with an `f`
|
|
1289
|
+
# (as in `fdescribe`, `fcontext` and `fit`) since those are aliases for
|
|
1290
|
+
# `describe`/`context`/`it` with `:focus` metadata.
|
|
1291
|
+
def filter_run_when_matching(*args)
|
|
1292
|
+
when_first_matching_example_defined(*args) do
|
|
1293
|
+
filter_run(*args)
|
|
1294
|
+
end
|
|
1295
|
+
end
|
|
1296
|
+
|
|
1297
|
+
# Clears and reassigns the `inclusion_filter`. Set to `nil` if you don't
|
|
1298
|
+
# want any inclusion filter at all.
|
|
1299
|
+
#
|
|
1300
|
+
# ### Warning
|
|
1301
|
+
#
|
|
1302
|
+
# This overrides any inclusion filters/tags set on the command line or in
|
|
1303
|
+
# configuration files.
|
|
1304
|
+
def inclusion_filter=(filter)
|
|
1305
|
+
meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
|
|
1306
|
+
filter_manager.include_only meta
|
|
1307
|
+
end
|
|
1308
|
+
|
|
1309
|
+
alias_method :filter=, :inclusion_filter=
|
|
1310
|
+
|
|
1311
|
+
# Returns the `inclusion_filter`. If none has been set, returns an empty
|
|
1312
|
+
# hash.
|
|
1313
|
+
def inclusion_filter
|
|
1314
|
+
filter_manager.inclusions
|
|
1315
|
+
end
|
|
1316
|
+
|
|
1317
|
+
alias_method :filter, :inclusion_filter
|
|
1318
|
+
|
|
1319
|
+
# Adds key/value pairs to the `exclusion_filter`. If `args`
|
|
1320
|
+
# includes any symbols that are not part of the hash, each symbol
|
|
1321
|
+
# is treated as a key in the hash with the value `true`.
|
|
1322
|
+
#
|
|
1323
|
+
# ### Note
|
|
1324
|
+
#
|
|
1325
|
+
# Filters set using this method can be overridden from the command line
|
|
1326
|
+
# or config files (e.g. `.rspec`).
|
|
1327
|
+
#
|
|
1328
|
+
# @example
|
|
1329
|
+
# # Given this declaration.
|
|
1330
|
+
# describe "something", :foo => 'bar' do
|
|
1331
|
+
# # ...
|
|
1332
|
+
# end
|
|
1333
|
+
#
|
|
1334
|
+
# # Any of the following will exclude that group.
|
|
1335
|
+
# config.filter_run_excluding :foo => 'bar'
|
|
1336
|
+
# config.filter_run_excluding :foo => /^ba/
|
|
1337
|
+
# config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
|
|
1338
|
+
# config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
|
|
1339
|
+
#
|
|
1340
|
+
# # Given a proc with an arity of 1, the lambda is passed the value
|
|
1341
|
+
# # related to the key, e.g.
|
|
1342
|
+
# config.filter_run_excluding :foo => lambda {|v| v == 'bar'}
|
|
1343
|
+
#
|
|
1344
|
+
# # Given a proc with an arity of 2, the lambda is passed the value
|
|
1345
|
+
# # related to the key, and the metadata itself e.g.
|
|
1346
|
+
# config.filter_run_excluding :foo => lambda {|v,m| m[:foo] == 'bar'}
|
|
1347
|
+
#
|
|
1348
|
+
# filter_run_excluding :foo # same as filter_run_excluding :foo => true
|
|
1349
|
+
def filter_run_excluding(*args)
|
|
1350
|
+
meta = Metadata.build_hash_from(args, :warn_about_example_group_filtering)
|
|
1351
|
+
filter_manager.exclude_with_low_priority meta
|
|
1352
|
+
static_config_filter_manager.exclude_with_low_priority Metadata.deep_hash_dup(meta)
|
|
1353
|
+
end
|
|
1354
|
+
|
|
1355
|
+
# Clears and reassigns the `exclusion_filter`. Set to `nil` if you don't
|
|
1356
|
+
# want any exclusion filter at all.
|
|
1357
|
+
#
|
|
1358
|
+
# ### Warning
|
|
1359
|
+
#
|
|
1360
|
+
# This overrides any exclusion filters/tags set on the command line or in
|
|
1361
|
+
# configuration files.
|
|
1362
|
+
def exclusion_filter=(filter)
|
|
1363
|
+
meta = Metadata.build_hash_from([filter], :warn_about_example_group_filtering)
|
|
1364
|
+
filter_manager.exclude_only meta
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
# Returns the `exclusion_filter`. If none has been set, returns an empty
|
|
1368
|
+
# hash.
|
|
1369
|
+
def exclusion_filter
|
|
1370
|
+
filter_manager.exclusions
|
|
1371
|
+
end
|
|
1372
|
+
|
|
1373
|
+
# Tells RSpec to include `mod` in example groups. Methods defined in
|
|
1374
|
+
# `mod` are exposed to examples (not example groups). Use `filters` to
|
|
1375
|
+
# constrain the groups or examples in which to include the module.
|
|
1376
|
+
#
|
|
1377
|
+
# @example
|
|
1378
|
+
#
|
|
1379
|
+
# module AuthenticationHelpers
|
|
1380
|
+
# def login_as(user)
|
|
1381
|
+
# # ...
|
|
1382
|
+
# end
|
|
1383
|
+
# end
|
|
1384
|
+
#
|
|
1385
|
+
# module PreferencesHelpers
|
|
1386
|
+
# def preferences(user, preferences = {})
|
|
1387
|
+
# # ...
|
|
1388
|
+
# end
|
|
1389
|
+
# end
|
|
1390
|
+
#
|
|
1391
|
+
# module UserHelpers
|
|
1392
|
+
# def users(username)
|
|
1393
|
+
# # ...
|
|
1394
|
+
# end
|
|
1395
|
+
# end
|
|
1396
|
+
#
|
|
1397
|
+
# RSpec.configure do |config|
|
|
1398
|
+
# config.include(UserHelpers) # included in all groups
|
|
1399
|
+
#
|
|
1400
|
+
# # included in examples with `:preferences` metadata
|
|
1401
|
+
# config.include(PreferenceHelpers, :preferences)
|
|
1402
|
+
#
|
|
1403
|
+
# # included in examples with `:type => :request` metadata
|
|
1404
|
+
# config.include(AuthenticationHelpers, :type => :request)
|
|
1405
|
+
# end
|
|
1406
|
+
#
|
|
1407
|
+
# describe "edit profile", :preferences, :type => :request do
|
|
1408
|
+
# it "can be viewed by owning user" do
|
|
1409
|
+
# login_as preferences(users(:jdoe), :lang => 'es')
|
|
1410
|
+
# get "/profiles/jdoe"
|
|
1411
|
+
# assert_select ".username", :text => 'jdoe'
|
|
1412
|
+
# end
|
|
1413
|
+
# end
|
|
1414
|
+
#
|
|
1415
|
+
# @note Filtered module inclusions can also be applied to
|
|
1416
|
+
# individual examples that have matching metadata. Just like
|
|
1417
|
+
# Ruby's object model is that every object has a singleton class
|
|
1418
|
+
# which has only a single instance, RSpec's model is that every
|
|
1419
|
+
# example has a singleton example group containing just the one
|
|
1420
|
+
# example.
|
|
1421
|
+
#
|
|
1422
|
+
# @see #include_context
|
|
1423
|
+
# @see #extend
|
|
1424
|
+
# @see #prepend
|
|
1425
|
+
def include(mod, *filters)
|
|
1426
|
+
define_mixed_in_module(mod, filters, @include_modules, :include) do |group|
|
|
1427
|
+
safe_include(mod, group)
|
|
1428
|
+
end
|
|
1429
|
+
end
|
|
1430
|
+
|
|
1431
|
+
# Tells RSpec to include the named shared example group in example groups.
|
|
1432
|
+
# Use `filters` to constrain the groups or examples in which to include
|
|
1433
|
+
# the example group.
|
|
1434
|
+
#
|
|
1435
|
+
# @example
|
|
1436
|
+
#
|
|
1437
|
+
# RSpec.shared_context "example admin user" do
|
|
1438
|
+
# let(:admin_user) { create_user(:admin) }
|
|
1439
|
+
# end
|
|
1440
|
+
#
|
|
1441
|
+
# RSpec.shared_context "example guest user" do
|
|
1442
|
+
# let(:guest_user) { create_user(:guest) }
|
|
1443
|
+
# end
|
|
1444
|
+
#
|
|
1445
|
+
# RSpec.configure do |config|
|
|
1446
|
+
# config.include_context "example guest user", :type => :request
|
|
1447
|
+
# config.include_context "example admin user", :admin, :type => :request
|
|
1448
|
+
# end
|
|
1449
|
+
#
|
|
1450
|
+
# RSpec.describe "The admin page", :type => :request do
|
|
1451
|
+
# it "can be viewed by admins", :admin do
|
|
1452
|
+
# login_with admin_user
|
|
1453
|
+
# get "/admin"
|
|
1454
|
+
# expect(response).to be_ok
|
|
1455
|
+
# end
|
|
1456
|
+
#
|
|
1457
|
+
# it "cannot be viewed by guests" do
|
|
1458
|
+
# login_with guest_user
|
|
1459
|
+
# get "/admin"
|
|
1460
|
+
# expect(response).to be_forbidden
|
|
1461
|
+
# end
|
|
1462
|
+
# end
|
|
1463
|
+
#
|
|
1464
|
+
# @note Filtered context inclusions can also be applied to
|
|
1465
|
+
# individual examples that have matching metadata. Just like
|
|
1466
|
+
# Ruby's object model is that every object has a singleton class
|
|
1467
|
+
# which has only a single instance, RSpec's model is that every
|
|
1468
|
+
# example has a singleton example group containing just the one
|
|
1469
|
+
# example.
|
|
1470
|
+
#
|
|
1471
|
+
# @see #include
|
|
1472
|
+
def include_context(shared_group_name, *filters)
|
|
1473
|
+
shared_module = world.shared_example_group_registry.find([:main], shared_group_name)
|
|
1474
|
+
include shared_module, *filters
|
|
1475
|
+
end
|
|
1476
|
+
|
|
1477
|
+
# Tells RSpec to extend example groups with `mod`. Methods defined in
|
|
1478
|
+
# `mod` are exposed to example groups (not examples). Use `filters` to
|
|
1479
|
+
# constrain the groups to extend.
|
|
1480
|
+
#
|
|
1481
|
+
# Similar to `include`, but behavior is added to example groups, which
|
|
1482
|
+
# are classes, rather than the examples, which are instances of those
|
|
1483
|
+
# classes.
|
|
1484
|
+
#
|
|
1485
|
+
# @example
|
|
1486
|
+
#
|
|
1487
|
+
# module UiHelpers
|
|
1488
|
+
# def run_in_browser
|
|
1489
|
+
# # ...
|
|
1490
|
+
# end
|
|
1491
|
+
# end
|
|
1492
|
+
#
|
|
1493
|
+
# module PermissionHelpers
|
|
1494
|
+
# def define_permissions
|
|
1495
|
+
# # ...
|
|
1496
|
+
# end
|
|
1497
|
+
# end
|
|
1498
|
+
#
|
|
1499
|
+
# RSpec.configure do |config|
|
|
1500
|
+
# config.extend(UiHelpers, :type => :request)
|
|
1501
|
+
# config.extend(PermissionHelpers, :with_permissions, :type => :request)
|
|
1502
|
+
# end
|
|
1503
|
+
#
|
|
1504
|
+
# describe "edit profile", :with_permissions, :type => :request do
|
|
1505
|
+
# run_in_browser
|
|
1506
|
+
# define_permissions
|
|
1507
|
+
#
|
|
1508
|
+
# it "does stuff in the client" do
|
|
1509
|
+
# # ...
|
|
1510
|
+
# end
|
|
1511
|
+
# end
|
|
1512
|
+
#
|
|
1513
|
+
# @see #include
|
|
1514
|
+
# @see #prepend
|
|
1515
|
+
def extend(mod, *filters)
|
|
1516
|
+
define_mixed_in_module(mod, filters, @extend_modules, :extend) do |group|
|
|
1517
|
+
safe_extend(mod, group)
|
|
1518
|
+
end
|
|
1519
|
+
end
|
|
1520
|
+
|
|
1521
|
+
if RSpec::Support::RubyFeatures.module_prepends_supported?
|
|
1522
|
+
# Tells RSpec to prepend example groups with `mod`. Methods defined in
|
|
1523
|
+
# `mod` are exposed to examples (not example groups). Use `filters` to
|
|
1524
|
+
# constrain the groups in which to prepend the module.
|
|
1525
|
+
#
|
|
1526
|
+
# Similar to `include`, but module is included before the example group's class
|
|
1527
|
+
# in the ancestor chain.
|
|
1528
|
+
#
|
|
1529
|
+
# @example
|
|
1530
|
+
#
|
|
1531
|
+
# module OverrideMod
|
|
1532
|
+
# def override_me
|
|
1533
|
+
# "overridden"
|
|
1534
|
+
# end
|
|
1535
|
+
# end
|
|
1536
|
+
#
|
|
1537
|
+
# RSpec.configure do |config|
|
|
1538
|
+
# config.prepend(OverrideMod, :method => :prepend)
|
|
1539
|
+
# end
|
|
1540
|
+
#
|
|
1541
|
+
# describe "overriding example's class", :method => :prepend do
|
|
1542
|
+
# it "finds the user" do
|
|
1543
|
+
# self.class.class_eval do
|
|
1544
|
+
# def override_me
|
|
1545
|
+
# end
|
|
1546
|
+
# end
|
|
1547
|
+
# override_me # => "overridden"
|
|
1548
|
+
# # ...
|
|
1549
|
+
# end
|
|
1550
|
+
# end
|
|
1551
|
+
#
|
|
1552
|
+
# @see #include
|
|
1553
|
+
# @see #extend
|
|
1554
|
+
def prepend(mod, *filters)
|
|
1555
|
+
define_mixed_in_module(mod, filters, @prepend_modules, :prepend) do |group|
|
|
1556
|
+
safe_prepend(mod, group)
|
|
1557
|
+
end
|
|
1558
|
+
end
|
|
1559
|
+
end
|
|
1560
|
+
|
|
1561
|
+
# @private
|
|
1562
|
+
#
|
|
1563
|
+
# Used internally to extend a group with modules using `include`, `prepend` and/or
|
|
1564
|
+
# `extend`.
|
|
1565
|
+
def configure_group(group)
|
|
1566
|
+
group.hooks.register_globals(group, hooks)
|
|
1567
|
+
|
|
1568
|
+
configure_group_with group, @include_modules, :safe_include
|
|
1569
|
+
configure_group_with group, @extend_modules, :safe_extend
|
|
1570
|
+
configure_group_with group, @prepend_modules, :safe_prepend
|
|
1571
|
+
end
|
|
1572
|
+
|
|
1573
|
+
# @private
|
|
1574
|
+
#
|
|
1575
|
+
# Used internally to extend the singleton class of a single example's
|
|
1576
|
+
# example group instance with modules using `include` and/or `extend`.
|
|
1577
|
+
def configure_example(example, example_hooks)
|
|
1578
|
+
example_hooks.register_global_singleton_context_hooks(example, hooks)
|
|
1579
|
+
singleton_group = example.example_group_instance.singleton_class
|
|
1580
|
+
|
|
1581
|
+
# We replace the metadata so that SharedExampleGroupModule#included
|
|
1582
|
+
# has access to the example's metadata[:location].
|
|
1583
|
+
singleton_group.with_replaced_metadata(example.metadata) do
|
|
1584
|
+
modules = @include_modules.items_for(example.metadata)
|
|
1585
|
+
modules.each do |mod|
|
|
1586
|
+
safe_include(mod, example.example_group_instance.singleton_class)
|
|
1587
|
+
end
|
|
1588
|
+
|
|
1589
|
+
MemoizedHelpers.define_helpers_on(singleton_group) unless modules.empty?
|
|
1590
|
+
end
|
|
1591
|
+
end
|
|
1592
|
+
|
|
1593
|
+
# @private
|
|
1594
|
+
def requires=(paths)
|
|
1595
|
+
directories = ['lib', default_path].select { |p| File.directory? p }
|
|
1596
|
+
RSpec::Core::RubyProject.add_to_load_path(*directories)
|
|
1597
|
+
paths.each { |path| load_file_handling_errors(:require, path) }
|
|
1598
|
+
@requires += paths
|
|
1599
|
+
end
|
|
1600
|
+
|
|
1601
|
+
# @private
|
|
1602
|
+
def in_project_source_dir_regex
|
|
1603
|
+
regexes = project_source_dirs.map do |dir|
|
|
1604
|
+
/\A#{Regexp.escape(File.expand_path(dir))}\//
|
|
1605
|
+
end
|
|
1606
|
+
|
|
1607
|
+
Regexp.union(regexes)
|
|
1608
|
+
end
|
|
1609
|
+
|
|
1610
|
+
# @private
|
|
1611
|
+
def configure_mock_framework
|
|
1612
|
+
RSpec::Core::ExampleGroup.__send__(:include, mock_framework)
|
|
1613
|
+
conditionally_disable_mocks_monkey_patching
|
|
1614
|
+
end
|
|
1615
|
+
|
|
1616
|
+
# @private
|
|
1617
|
+
def configure_expectation_framework
|
|
1618
|
+
expectation_frameworks.each do |framework|
|
|
1619
|
+
RSpec::Core::ExampleGroup.__send__(:include, framework)
|
|
1620
|
+
end
|
|
1621
|
+
conditionally_disable_expectations_monkey_patching
|
|
1622
|
+
end
|
|
1623
|
+
|
|
1624
|
+
# @private
|
|
1625
|
+
def load_spec_files
|
|
1626
|
+
# Note which spec files world is already aware of.
|
|
1627
|
+
# This is generally only needed for when the user runs
|
|
1628
|
+
# `ruby path/to/spec.rb` (and loads `rspec/autorun`) --
|
|
1629
|
+
# in that case, the spec file was loaded by `ruby` and
|
|
1630
|
+
# isn't loaded by us here so we only know about it because
|
|
1631
|
+
# of an example group being registered in it.
|
|
1632
|
+
world.registered_example_group_files.each do |f|
|
|
1633
|
+
loaded_spec_files << f # the registered files are already expended absolute paths
|
|
1634
|
+
end
|
|
1635
|
+
|
|
1636
|
+
files_to_run.uniq.each do |f|
|
|
1637
|
+
file = File.expand_path(f)
|
|
1638
|
+
load_file_handling_errors(:load, file)
|
|
1639
|
+
loaded_spec_files << file
|
|
1640
|
+
end
|
|
1641
|
+
|
|
1642
|
+
@spec_files_loaded = true
|
|
1643
|
+
end
|
|
1644
|
+
|
|
1645
|
+
# @private
|
|
1646
|
+
DEFAULT_FORMATTER = lambda { |string| string }
|
|
1647
|
+
|
|
1648
|
+
# Formats the docstring output using the block provided.
|
|
1649
|
+
#
|
|
1650
|
+
# @example
|
|
1651
|
+
# # This will strip the descriptions of both examples and example
|
|
1652
|
+
# # groups.
|
|
1653
|
+
# RSpec.configure do |config|
|
|
1654
|
+
# config.format_docstrings { |s| s.strip }
|
|
1655
|
+
# end
|
|
1656
|
+
def format_docstrings(&block)
|
|
1657
|
+
@format_docstrings_block = block_given? ? block : DEFAULT_FORMATTER
|
|
1658
|
+
end
|
|
1659
|
+
|
|
1660
|
+
# @private
|
|
1661
|
+
def format_docstrings_block
|
|
1662
|
+
@format_docstrings_block ||= DEFAULT_FORMATTER
|
|
1663
|
+
end
|
|
1664
|
+
|
|
1665
|
+
# @private
|
|
1666
|
+
def self.delegate_to_ordering_manager(*methods)
|
|
1667
|
+
methods.each do |method|
|
|
1668
|
+
define_method method do |*args, &block|
|
|
1669
|
+
ordering_manager.__send__(method, *args, &block)
|
|
1670
|
+
end
|
|
1671
|
+
end
|
|
1672
|
+
end
|
|
1673
|
+
|
|
1674
|
+
# @!method seed=(value)
|
|
1675
|
+
#
|
|
1676
|
+
# Sets the seed value and sets the default global ordering to random.
|
|
1677
|
+
delegate_to_ordering_manager :seed=
|
|
1678
|
+
|
|
1679
|
+
# @!method seed
|
|
1680
|
+
# Seed for random ordering (default: generated randomly each run).
|
|
1681
|
+
#
|
|
1682
|
+
# When you run specs with `--order random`, RSpec generates a random seed
|
|
1683
|
+
# for the randomization and prints it to the `output_stream` (assuming
|
|
1684
|
+
# you're using RSpec's built-in formatters). If you discover an ordering
|
|
1685
|
+
# dependency (i.e. examples fail intermittently depending on order), set
|
|
1686
|
+
# this (on Configuration or on the command line with `--seed`) to run
|
|
1687
|
+
# using the same seed while you debug the issue.
|
|
1688
|
+
#
|
|
1689
|
+
# We recommend, actually, that you use the command line approach so you
|
|
1690
|
+
# don't accidentally leave the seed encoded.
|
|
1691
|
+
delegate_to_ordering_manager :seed
|
|
1692
|
+
|
|
1693
|
+
# @!method order=(value)
|
|
1694
|
+
#
|
|
1695
|
+
# Sets the default global ordering strategy. By default this can be one
|
|
1696
|
+
# of `:defined`, `:random`, but is customizable through the
|
|
1697
|
+
# `register_ordering` API. If order is set to `'rand:<seed>'`,
|
|
1698
|
+
# the seed will also be set.
|
|
1699
|
+
#
|
|
1700
|
+
# @see #register_ordering
|
|
1701
|
+
delegate_to_ordering_manager :order=
|
|
1702
|
+
|
|
1703
|
+
# @!method register_ordering(name)
|
|
1704
|
+
#
|
|
1705
|
+
# Registers a named ordering strategy that can later be
|
|
1706
|
+
# used to order an example group's subgroups by adding
|
|
1707
|
+
# `:order => <name>` metadata to the example group.
|
|
1708
|
+
#
|
|
1709
|
+
# @param name [Symbol] The name of the ordering.
|
|
1710
|
+
# @yield Block that will order the given examples or example groups
|
|
1711
|
+
# @yieldparam list [Array<RSpec::Core::Example>,
|
|
1712
|
+
# Array<RSpec::Core::ExampleGroup>] The examples or groups to order
|
|
1713
|
+
# @yieldreturn [Array<RSpec::Core::Example>,
|
|
1714
|
+
# Array<RSpec::Core::ExampleGroup>] The re-ordered examples or groups
|
|
1715
|
+
#
|
|
1716
|
+
# @example
|
|
1717
|
+
# RSpec.configure do |rspec|
|
|
1718
|
+
# rspec.register_ordering :reverse do |list|
|
|
1719
|
+
# list.reverse
|
|
1720
|
+
# end
|
|
1721
|
+
# end
|
|
1722
|
+
#
|
|
1723
|
+
# RSpec.describe 'MyClass', :order => :reverse do
|
|
1724
|
+
# # ...
|
|
1725
|
+
# end
|
|
1726
|
+
#
|
|
1727
|
+
# @note Pass the symbol `:global` to set the ordering strategy that
|
|
1728
|
+
# will be used to order the top-level example groups and any example
|
|
1729
|
+
# groups that do not have declared `:order` metadata.
|
|
1730
|
+
#
|
|
1731
|
+
# @example
|
|
1732
|
+
# RSpec.configure do |rspec|
|
|
1733
|
+
# rspec.register_ordering :global do |examples|
|
|
1734
|
+
# acceptance, other = examples.partition do |example|
|
|
1735
|
+
# example.metadata[:type] == :acceptance
|
|
1736
|
+
# end
|
|
1737
|
+
# other + acceptance
|
|
1738
|
+
# end
|
|
1739
|
+
# end
|
|
1740
|
+
#
|
|
1741
|
+
# RSpec.describe 'MyClass', :type => :acceptance do
|
|
1742
|
+
# # will run last
|
|
1743
|
+
# end
|
|
1744
|
+
#
|
|
1745
|
+
# RSpec.describe 'MyClass' do
|
|
1746
|
+
# # will run first
|
|
1747
|
+
# end
|
|
1748
|
+
#
|
|
1749
|
+
delegate_to_ordering_manager :register_ordering
|
|
1750
|
+
|
|
1751
|
+
# @private
|
|
1752
|
+
delegate_to_ordering_manager :seed_used?, :ordering_registry
|
|
1753
|
+
|
|
1754
|
+
# Set Ruby warnings on or off.
|
|
1755
|
+
def warnings=(value)
|
|
1756
|
+
$VERBOSE = !!value
|
|
1757
|
+
end
|
|
1758
|
+
|
|
1759
|
+
# @return [Boolean] Whether or not ruby warnings are enabled.
|
|
1760
|
+
def warnings?
|
|
1761
|
+
$VERBOSE
|
|
1762
|
+
end
|
|
1763
|
+
|
|
1764
|
+
# @private
|
|
1765
|
+
RAISE_ERROR_WARNING_NOTIFIER = lambda { |message| raise message }
|
|
1766
|
+
|
|
1767
|
+
# Turns warnings into errors. This can be useful when
|
|
1768
|
+
# you want RSpec to run in a 'strict' no warning situation.
|
|
1769
|
+
#
|
|
1770
|
+
# @example
|
|
1771
|
+
#
|
|
1772
|
+
# RSpec.configure do |rspec|
|
|
1773
|
+
# rspec.raise_on_warning = true
|
|
1774
|
+
# end
|
|
1775
|
+
def raise_on_warning=(value)
|
|
1776
|
+
if value
|
|
1777
|
+
RSpec::Support.warning_notifier = RAISE_ERROR_WARNING_NOTIFIER
|
|
1778
|
+
else
|
|
1779
|
+
RSpec::Support.warning_notifier = RSpec::Support::DEFAULT_WARNING_NOTIFIER
|
|
1780
|
+
end
|
|
1781
|
+
end
|
|
1782
|
+
|
|
1783
|
+
# Exposes the current running example via the named
|
|
1784
|
+
# helper method. RSpec 2.x exposed this via `example`,
|
|
1785
|
+
# but in RSpec 3.0, the example is instead exposed via
|
|
1786
|
+
# an arg yielded to `it`, `before`, `let`, etc. However,
|
|
1787
|
+
# some extension gems (such as Capybara) depend on the
|
|
1788
|
+
# RSpec 2.x's `example` method, so this config option
|
|
1789
|
+
# can be used to maintain compatibility.
|
|
1790
|
+
#
|
|
1791
|
+
# @param method_name [Symbol] the name of the helper method
|
|
1792
|
+
#
|
|
1793
|
+
# @example
|
|
1794
|
+
#
|
|
1795
|
+
# RSpec.configure do |rspec|
|
|
1796
|
+
# rspec.expose_current_running_example_as :example
|
|
1797
|
+
# end
|
|
1798
|
+
#
|
|
1799
|
+
# RSpec.describe MyClass do
|
|
1800
|
+
# before do
|
|
1801
|
+
# # `example` can be used here because of the above config.
|
|
1802
|
+
# do_something if example.metadata[:type] == "foo"
|
|
1803
|
+
# end
|
|
1804
|
+
# end
|
|
1805
|
+
def expose_current_running_example_as(method_name)
|
|
1806
|
+
ExposeCurrentExample.module_exec do
|
|
1807
|
+
extend RSpec::SharedContext
|
|
1808
|
+
let(method_name) { |ex| ex }
|
|
1809
|
+
end
|
|
1810
|
+
|
|
1811
|
+
include ExposeCurrentExample
|
|
1812
|
+
end
|
|
1813
|
+
|
|
1814
|
+
# @private
|
|
1815
|
+
module ExposeCurrentExample; end
|
|
1816
|
+
|
|
1817
|
+
# Turns deprecation warnings into errors, in order to surface
|
|
1818
|
+
# the full backtrace of the call site. This can be useful when
|
|
1819
|
+
# you need more context to address a deprecation than the
|
|
1820
|
+
# single-line call site normally provided.
|
|
1821
|
+
#
|
|
1822
|
+
# @example
|
|
1823
|
+
#
|
|
1824
|
+
# RSpec.configure do |rspec|
|
|
1825
|
+
# rspec.raise_errors_for_deprecations!
|
|
1826
|
+
# end
|
|
1827
|
+
def raise_errors_for_deprecations!
|
|
1828
|
+
self.deprecation_stream = Formatters::DeprecationFormatter::RaiseErrorStream.new
|
|
1829
|
+
end
|
|
1830
|
+
|
|
1831
|
+
# Enables zero monkey patching mode for RSpec. It removes monkey
|
|
1832
|
+
# patching of the top-level DSL methods (`describe`,
|
|
1833
|
+
# `shared_examples_for`, etc) onto `main` and `Module`, instead
|
|
1834
|
+
# requiring you to prefix these methods with `RSpec.`. It enables
|
|
1835
|
+
# expect-only syntax for rspec-mocks and rspec-expectations. It
|
|
1836
|
+
# simply disables monkey patching on whatever pieces of RSpec
|
|
1837
|
+
# the user is using.
|
|
1838
|
+
#
|
|
1839
|
+
# @note It configures rspec-mocks and rspec-expectations only
|
|
1840
|
+
# if the user is using those (either explicitly or implicitly
|
|
1841
|
+
# by not setting `mock_with` or `expect_with` to anything else).
|
|
1842
|
+
#
|
|
1843
|
+
# @note If the user uses this options with `mock_with :mocha`
|
|
1844
|
+
# (or similar) they will still have monkey patching active
|
|
1845
|
+
# in their test environment from mocha.
|
|
1846
|
+
#
|
|
1847
|
+
# @example
|
|
1848
|
+
#
|
|
1849
|
+
# # It disables all monkey patching.
|
|
1850
|
+
# RSpec.configure do |config|
|
|
1851
|
+
# config.disable_monkey_patching!
|
|
1852
|
+
# end
|
|
1853
|
+
#
|
|
1854
|
+
# # Is an equivalent to
|
|
1855
|
+
# RSpec.configure do |config|
|
|
1856
|
+
# config.expose_dsl_globally = false
|
|
1857
|
+
#
|
|
1858
|
+
# config.mock_with :rspec do |mocks|
|
|
1859
|
+
# mocks.syntax = :expect
|
|
1860
|
+
# mocks.patch_marshal_to_support_partial_doubles = false
|
|
1861
|
+
# end
|
|
1862
|
+
#
|
|
1863
|
+
# config.expect_with :rspec do |expectations|
|
|
1864
|
+
# expectations.syntax = :expect
|
|
1865
|
+
# end
|
|
1866
|
+
# end
|
|
1867
|
+
def disable_monkey_patching!
|
|
1868
|
+
self.expose_dsl_globally = false
|
|
1869
|
+
self.disable_monkey_patching = true
|
|
1870
|
+
conditionally_disable_mocks_monkey_patching
|
|
1871
|
+
conditionally_disable_expectations_monkey_patching
|
|
1872
|
+
end
|
|
1873
|
+
|
|
1874
|
+
# @private
|
|
1875
|
+
attr_accessor :disable_monkey_patching
|
|
1876
|
+
|
|
1877
|
+
# Defines a callback that can assign derived metadata values.
|
|
1878
|
+
#
|
|
1879
|
+
# @param filters [Array<Symbol>, Hash] metadata filters that determine
|
|
1880
|
+
# which example or group metadata hashes the callback will be triggered
|
|
1881
|
+
# for. If none are given, the callback will be run against the metadata
|
|
1882
|
+
# hashes of all groups and examples.
|
|
1883
|
+
# @yieldparam metadata [Hash] original metadata hash from an example or
|
|
1884
|
+
# group. Mutate this in your block as needed.
|
|
1885
|
+
#
|
|
1886
|
+
# @example
|
|
1887
|
+
# RSpec.configure do |config|
|
|
1888
|
+
# # Tag all groups and examples in the spec/unit directory with
|
|
1889
|
+
# # :type => :unit
|
|
1890
|
+
# config.define_derived_metadata(:file_path => %r{/spec/unit/}) do |metadata|
|
|
1891
|
+
# metadata[:type] = :unit
|
|
1892
|
+
# end
|
|
1893
|
+
# end
|
|
1894
|
+
def define_derived_metadata(*filters, &block)
|
|
1895
|
+
meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
|
1896
|
+
@derived_metadata_blocks.append(block, meta)
|
|
1897
|
+
end
|
|
1898
|
+
|
|
1899
|
+
# Defines a callback that runs after the first example with matching
|
|
1900
|
+
# metadata is defined. If no examples are defined with matching metadata,
|
|
1901
|
+
# it will not get called at all.
|
|
1902
|
+
#
|
|
1903
|
+
# This can be used to ensure some setup is performed (such as bootstrapping
|
|
1904
|
+
# a DB or loading a specific file that adds significantly to the boot time)
|
|
1905
|
+
# if needed (as indicated by the presence of an example with matching metadata)
|
|
1906
|
+
# but avoided otherwise.
|
|
1907
|
+
#
|
|
1908
|
+
# @example
|
|
1909
|
+
# RSpec.configure do |config|
|
|
1910
|
+
# config.when_first_matching_example_defined(:db) do
|
|
1911
|
+
# # Load a support file that does some heavyweight setup,
|
|
1912
|
+
# # including bootstrapping the DB, but only if we have loaded
|
|
1913
|
+
# # any examples tagged with `:db`.
|
|
1914
|
+
# require 'support/db'
|
|
1915
|
+
# end
|
|
1916
|
+
# end
|
|
1917
|
+
def when_first_matching_example_defined(*filters)
|
|
1918
|
+
specified_meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
|
1919
|
+
|
|
1920
|
+
callback = lambda do |example_or_group_meta|
|
|
1921
|
+
# Example groups do not have `:example_group` metadata
|
|
1922
|
+
# (instead they have `:parent_example_group` metadata).
|
|
1923
|
+
return unless example_or_group_meta.key?(:example_group)
|
|
1924
|
+
|
|
1925
|
+
# Ensure the callback only fires once.
|
|
1926
|
+
@derived_metadata_blocks.delete(callback, specified_meta)
|
|
1927
|
+
|
|
1928
|
+
yield
|
|
1929
|
+
end
|
|
1930
|
+
|
|
1931
|
+
@derived_metadata_blocks.append(callback, specified_meta)
|
|
1932
|
+
end
|
|
1933
|
+
|
|
1934
|
+
# @private
|
|
1935
|
+
def apply_derived_metadata_to(metadata)
|
|
1936
|
+
already_run_blocks = Set.new
|
|
1937
|
+
|
|
1938
|
+
# We loop and attempt to re-apply metadata blocks to support cascades
|
|
1939
|
+
# (e.g. where a derived bit of metadata triggers the application of
|
|
1940
|
+
# another piece of derived metadata, etc)
|
|
1941
|
+
#
|
|
1942
|
+
# We limit our looping to 200 times as a way to detect infinitely recursing derived metadata blocks.
|
|
1943
|
+
# It's hard to imagine a valid use case for a derived metadata cascade greater than 200 iterations.
|
|
1944
|
+
200.times do
|
|
1945
|
+
return if @derived_metadata_blocks.items_for(metadata).all? do |block|
|
|
1946
|
+
already_run_blocks.include?(block).tap do |skip_block|
|
|
1947
|
+
block.call(metadata) unless skip_block
|
|
1948
|
+
already_run_blocks << block
|
|
1949
|
+
end
|
|
1950
|
+
end
|
|
1951
|
+
end
|
|
1952
|
+
|
|
1953
|
+
# If we got here, then `@derived_metadata_blocks.items_for(metadata).all?` never returned
|
|
1954
|
+
# `true` above and we treat this as an attempt to recurse infinitely. It's better to fail
|
|
1955
|
+
# with a clear # error than hang indefinitely, which is what would happen if we didn't limit
|
|
1956
|
+
# the looping above.
|
|
1957
|
+
raise SystemStackError, "Attempted to recursively derive metadata indefinitely."
|
|
1958
|
+
end
|
|
1959
|
+
|
|
1960
|
+
# Defines a `before` hook. See {Hooks#before} for full docs.
|
|
1961
|
+
#
|
|
1962
|
+
# This method differs from {Hooks#before} in only one way: it supports
|
|
1963
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once before
|
|
1964
|
+
# the first example of the entire suite is executed. Conditions passed along
|
|
1965
|
+
# with `:suite` are effectively ignored.
|
|
1966
|
+
#
|
|
1967
|
+
# @see #prepend_before
|
|
1968
|
+
# @see #after
|
|
1969
|
+
# @see #append_after
|
|
1970
|
+
def before(scope=nil, *meta, &block)
|
|
1971
|
+
handle_suite_hook(scope, meta) do
|
|
1972
|
+
@before_suite_hooks << Hooks::BeforeHook.new(block, {})
|
|
1973
|
+
end || begin
|
|
1974
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
|
1975
|
+
# the methods below are passed the same proc instances
|
|
1976
|
+
# so `Hook` equality is preserved. For more info, see:
|
|
1977
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
|
1978
|
+
block.__id__
|
|
1979
|
+
|
|
1980
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.before(scope, *meta, &block) }
|
|
1981
|
+
super(scope, *meta, &block)
|
|
1982
|
+
end
|
|
1983
|
+
end
|
|
1984
|
+
alias_method :append_before, :before
|
|
1985
|
+
|
|
1986
|
+
# Adds `block` to the start of the list of `before` blocks in the same
|
|
1987
|
+
# scope (`:example`, `:context`, or `:suite`), in contrast to {#before},
|
|
1988
|
+
# which adds the hook to the end of the list.
|
|
1989
|
+
#
|
|
1990
|
+
# See {Hooks#before} for full `before` hook docs.
|
|
1991
|
+
#
|
|
1992
|
+
# This method differs from {Hooks#prepend_before} in only one way: it supports
|
|
1993
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once before
|
|
1994
|
+
# the first example of the entire suite is executed. Conditions passed along
|
|
1995
|
+
# with `:suite` are effectively ignored.
|
|
1996
|
+
#
|
|
1997
|
+
# @see #before
|
|
1998
|
+
# @see #after
|
|
1999
|
+
# @see #append_after
|
|
2000
|
+
def prepend_before(scope=nil, *meta, &block)
|
|
2001
|
+
handle_suite_hook(scope, meta) do
|
|
2002
|
+
@before_suite_hooks.unshift Hooks::BeforeHook.new(block, {})
|
|
2003
|
+
end || begin
|
|
2004
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
|
2005
|
+
# the methods below are passed the same proc instances
|
|
2006
|
+
# so `Hook` equality is preserved. For more info, see:
|
|
2007
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
|
2008
|
+
block.__id__
|
|
2009
|
+
|
|
2010
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.prepend_before(scope, *meta, &block) }
|
|
2011
|
+
super(scope, *meta, &block)
|
|
2012
|
+
end
|
|
2013
|
+
end
|
|
2014
|
+
|
|
2015
|
+
# Defines a `after` hook. See {Hooks#after} for full docs.
|
|
2016
|
+
#
|
|
2017
|
+
# This method differs from {Hooks#after} in only one way: it supports
|
|
2018
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once after
|
|
2019
|
+
# the last example of the entire suite is executed. Conditions passed along
|
|
2020
|
+
# with `:suite` are effectively ignored.
|
|
2021
|
+
#
|
|
2022
|
+
# @see #append_after
|
|
2023
|
+
# @see #before
|
|
2024
|
+
# @see #prepend_before
|
|
2025
|
+
def after(scope=nil, *meta, &block)
|
|
2026
|
+
handle_suite_hook(scope, meta) do
|
|
2027
|
+
@after_suite_hooks.unshift Hooks::AfterHook.new(block, {})
|
|
2028
|
+
end || begin
|
|
2029
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
|
2030
|
+
# the methods below are passed the same proc instances
|
|
2031
|
+
# so `Hook` equality is preserved. For more info, see:
|
|
2032
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
|
2033
|
+
block.__id__
|
|
2034
|
+
|
|
2035
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.after(scope, *meta, &block) }
|
|
2036
|
+
super(scope, *meta, &block)
|
|
2037
|
+
end
|
|
2038
|
+
end
|
|
2039
|
+
alias_method :prepend_after, :after
|
|
2040
|
+
|
|
2041
|
+
# Adds `block` to the end of the list of `after` blocks in the same
|
|
2042
|
+
# scope (`:example`, `:context`, or `:suite`), in contrast to {#after},
|
|
2043
|
+
# which adds the hook to the start of the list.
|
|
2044
|
+
#
|
|
2045
|
+
# See {Hooks#after} for full `after` hook docs.
|
|
2046
|
+
#
|
|
2047
|
+
# This method differs from {Hooks#append_after} in only one way: it supports
|
|
2048
|
+
# the `:suite` scope. Hooks with the `:suite` scope will be run once after
|
|
2049
|
+
# the last example of the entire suite is executed. Conditions passed along
|
|
2050
|
+
# with `:suite` are effectively ignored.
|
|
2051
|
+
#
|
|
2052
|
+
# @see #append_after
|
|
2053
|
+
# @see #before
|
|
2054
|
+
# @see #prepend_before
|
|
2055
|
+
def append_after(scope=nil, *meta, &block)
|
|
2056
|
+
handle_suite_hook(scope, meta) do
|
|
2057
|
+
@after_suite_hooks << Hooks::AfterHook.new(block, {})
|
|
2058
|
+
end || begin
|
|
2059
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
|
2060
|
+
# the methods below are passed the same proc instances
|
|
2061
|
+
# so `Hook` equality is preserved. For more info, see:
|
|
2062
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
|
2063
|
+
block.__id__
|
|
2064
|
+
|
|
2065
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.append_after(scope, *meta, &block) }
|
|
2066
|
+
super(scope, *meta, &block)
|
|
2067
|
+
end
|
|
2068
|
+
end
|
|
2069
|
+
|
|
2070
|
+
# Registers `block` as an `around` hook.
|
|
2071
|
+
#
|
|
2072
|
+
# See {Hooks#around} for full `around` hook docs.
|
|
2073
|
+
def around(scope=nil, *meta, &block)
|
|
2074
|
+
# defeat Ruby 2.5 lazy proc allocation to ensure
|
|
2075
|
+
# the methods below are passed the same proc instances
|
|
2076
|
+
# so `Hook` equality is preserved. For more info, see:
|
|
2077
|
+
# https://bugs.ruby-lang.org/issues/14045#note-5
|
|
2078
|
+
block.__id__
|
|
2079
|
+
|
|
2080
|
+
add_hook_to_existing_matching_groups(meta, scope) { |g| g.around(scope, *meta, &block) }
|
|
2081
|
+
super(scope, *meta, &block)
|
|
2082
|
+
end
|
|
2083
|
+
|
|
2084
|
+
# @private
|
|
2085
|
+
def with_suite_hooks
|
|
2086
|
+
return yield if dry_run?
|
|
2087
|
+
|
|
2088
|
+
begin
|
|
2089
|
+
RSpec.current_scope = :before_suite_hook
|
|
2090
|
+
run_suite_hooks("a `before(:suite)` hook", @before_suite_hooks)
|
|
2091
|
+
yield
|
|
2092
|
+
ensure
|
|
2093
|
+
RSpec.current_scope = :after_suite_hook
|
|
2094
|
+
run_suite_hooks("an `after(:suite)` hook", @after_suite_hooks)
|
|
2095
|
+
RSpec.current_scope = :suite
|
|
2096
|
+
end
|
|
2097
|
+
end
|
|
2098
|
+
|
|
2099
|
+
# @private
|
|
2100
|
+
# Holds the various registered hooks. Here we use a FilterableItemRepository
|
|
2101
|
+
# implementation that is specifically optimized for the read/write patterns
|
|
2102
|
+
# of the config object.
|
|
2103
|
+
def hooks
|
|
2104
|
+
@hooks ||= HookCollections.new(self, FilterableItemRepository::QueryOptimized)
|
|
2105
|
+
end
|
|
2106
|
+
|
|
2107
|
+
# Invokes block before defining an example group
|
|
2108
|
+
def on_example_group_definition(&block)
|
|
2109
|
+
on_example_group_definition_callbacks << block
|
|
2110
|
+
end
|
|
2111
|
+
|
|
2112
|
+
# @api private
|
|
2113
|
+
# Returns an array of blocks to call before defining an example group
|
|
2114
|
+
def on_example_group_definition_callbacks
|
|
2115
|
+
@on_example_group_definition_callbacks ||= []
|
|
2116
|
+
end
|
|
2117
|
+
|
|
2118
|
+
# @private
|
|
2119
|
+
def bisect_runner_class
|
|
2120
|
+
@bisect_runner_class ||= begin
|
|
2121
|
+
case bisect_runner
|
|
2122
|
+
when :fork
|
|
2123
|
+
RSpec::Support.require_rspec_core 'bisect/fork_runner'
|
|
2124
|
+
Bisect::ForkRunner
|
|
2125
|
+
when :shell
|
|
2126
|
+
RSpec::Support.require_rspec_core 'bisect/shell_runner'
|
|
2127
|
+
Bisect::ShellRunner
|
|
2128
|
+
else
|
|
2129
|
+
raise "Unsupported value for `bisect_runner` (#{bisect_runner.inspect}). " \
|
|
2130
|
+
"Only `:fork` and `:shell` are supported."
|
|
2131
|
+
end
|
|
2132
|
+
end
|
|
2133
|
+
end
|
|
2134
|
+
|
|
2135
|
+
private
|
|
2136
|
+
|
|
2137
|
+
def load_file_handling_errors(method, file)
|
|
2138
|
+
__send__(method, file)
|
|
2139
|
+
rescue LoadError => ex
|
|
2140
|
+
relative_file = Metadata.relative_path(file)
|
|
2141
|
+
suggestions = DidYouMean.new(relative_file).call
|
|
2142
|
+
reporter.notify_non_example_exception(ex, "An error occurred while loading #{relative_file}.#{suggestions}")
|
|
2143
|
+
RSpec.world.wants_to_quit = true
|
|
2144
|
+
rescue SyntaxError => ex
|
|
2145
|
+
relative_file = Metadata.relative_path(file)
|
|
2146
|
+
reporter.notify_non_example_exception(
|
|
2147
|
+
ex,
|
|
2148
|
+
"While loading #{relative_file} a `raise SyntaxError` occurred, RSpec will now quit."
|
|
2149
|
+
)
|
|
2150
|
+
RSpec.world.rspec_is_quitting = true
|
|
2151
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex
|
|
2152
|
+
relative_file = Metadata.relative_path(file)
|
|
2153
|
+
reporter.notify_non_example_exception(ex, "An error occurred while loading #{relative_file}.")
|
|
2154
|
+
RSpec.world.wants_to_quit = true
|
|
2155
|
+
rescue SystemExit => ex
|
|
2156
|
+
relative_file = Metadata.relative_path(file)
|
|
2157
|
+
reporter.notify_non_example_exception(
|
|
2158
|
+
ex,
|
|
2159
|
+
"While loading #{relative_file} an `exit` / `raise SystemExit` occurred, RSpec will now quit."
|
|
2160
|
+
)
|
|
2161
|
+
RSpec.world.rspec_is_quitting = true
|
|
2162
|
+
raise ex
|
|
2163
|
+
end
|
|
2164
|
+
|
|
2165
|
+
def handle_suite_hook(scope, meta)
|
|
2166
|
+
return nil unless scope == :suite
|
|
2167
|
+
|
|
2168
|
+
unless meta.empty?
|
|
2169
|
+
# TODO: in RSpec 4, consider raising an error here.
|
|
2170
|
+
# We warn only for backwards compatibility.
|
|
2171
|
+
RSpec.warn_with "WARNING: `:suite` hooks do not support metadata since " \
|
|
2172
|
+
"they apply to the suite as a whole rather than " \
|
|
2173
|
+
"any individual example or example group that has metadata. " \
|
|
2174
|
+
"The metadata you have provided (#{meta.inspect}) will be ignored."
|
|
2175
|
+
end
|
|
2176
|
+
|
|
2177
|
+
yield
|
|
2178
|
+
end
|
|
2179
|
+
|
|
2180
|
+
def run_suite_hooks(hook_description, hooks)
|
|
2181
|
+
context = SuiteHookContext.new(hook_description, reporter)
|
|
2182
|
+
|
|
2183
|
+
hooks.each do |hook|
|
|
2184
|
+
begin
|
|
2185
|
+
hook.run(context)
|
|
2186
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => ex
|
|
2187
|
+
context.set_exception(ex)
|
|
2188
|
+
|
|
2189
|
+
# Do not run subsequent `before` hooks if one fails.
|
|
2190
|
+
# But for `after` hooks, we run them all so that all
|
|
2191
|
+
# cleanup bits get a chance to complete, minimizing the
|
|
2192
|
+
# chance that resources get left behind.
|
|
2193
|
+
break if hooks.equal?(@before_suite_hooks)
|
|
2194
|
+
end
|
|
2195
|
+
end
|
|
2196
|
+
end
|
|
2197
|
+
|
|
2198
|
+
def get_files_to_run(paths)
|
|
2199
|
+
files = FlatMap.flat_map(paths_to_check(paths)) do |path|
|
|
2200
|
+
path = path.gsub(File::ALT_SEPARATOR, File::SEPARATOR) if File::ALT_SEPARATOR
|
|
2201
|
+
File.directory?(path) ? gather_directories(path) : extract_location(path)
|
|
2202
|
+
end.uniq
|
|
2203
|
+
|
|
2204
|
+
return files unless only_failures?
|
|
2205
|
+
relative_files = files.map { |f| Metadata.relative_path(File.expand_path f) }
|
|
2206
|
+
intersection = (relative_files & spec_files_with_failures.to_a)
|
|
2207
|
+
intersection.empty? ? files : intersection
|
|
2208
|
+
end
|
|
2209
|
+
|
|
2210
|
+
def paths_to_check(paths)
|
|
2211
|
+
return paths if pattern_might_load_specs_from_vendored_dirs?
|
|
2212
|
+
paths + [Dir.getwd]
|
|
2213
|
+
end
|
|
2214
|
+
|
|
2215
|
+
def pattern_might_load_specs_from_vendored_dirs?
|
|
2216
|
+
pattern.split(File::SEPARATOR).first.include?('**')
|
|
2217
|
+
end
|
|
2218
|
+
|
|
2219
|
+
def gather_directories(path)
|
|
2220
|
+
include_files = get_matching_files(path, pattern)
|
|
2221
|
+
exclude_files = get_matching_files(path, exclude_pattern)
|
|
2222
|
+
(include_files - exclude_files).uniq
|
|
2223
|
+
end
|
|
2224
|
+
|
|
2225
|
+
def get_matching_files(path, pattern)
|
|
2226
|
+
raw_files = Dir[file_glob_from(path, pattern)]
|
|
2227
|
+
raw_files.map { |file| File.expand_path(file) }.sort
|
|
2228
|
+
end
|
|
2229
|
+
|
|
2230
|
+
def file_glob_from(path, pattern)
|
|
2231
|
+
stripped = "{#{pattern.gsub(/\s*,\s*/, ',')}}"
|
|
2232
|
+
return stripped if pattern =~ /^(\.\/)?#{Regexp.escape path}/ || absolute_pattern?(pattern)
|
|
2233
|
+
File.join(path, stripped)
|
|
2234
|
+
end
|
|
2235
|
+
|
|
2236
|
+
if RSpec::Support::OS.windows?
|
|
2237
|
+
# :nocov:
|
|
2238
|
+
def absolute_pattern?(pattern)
|
|
2239
|
+
pattern =~ /\A[A-Z]:\\/ || windows_absolute_network_path?(pattern)
|
|
2240
|
+
end
|
|
2241
|
+
|
|
2242
|
+
def windows_absolute_network_path?(pattern)
|
|
2243
|
+
return false unless ::File::ALT_SEPARATOR
|
|
2244
|
+
pattern.start_with?(::File::ALT_SEPARATOR + ::File::ALT_SEPARATOR)
|
|
2245
|
+
end
|
|
2246
|
+
# :nocov:
|
|
2247
|
+
else
|
|
2248
|
+
def absolute_pattern?(pattern)
|
|
2249
|
+
pattern.start_with?(File::Separator)
|
|
2250
|
+
end
|
|
2251
|
+
end
|
|
2252
|
+
|
|
2253
|
+
def extract_location(path)
|
|
2254
|
+
match = /^(.*?)((?:\:\d+)+)$/.match(path)
|
|
2255
|
+
|
|
2256
|
+
if match
|
|
2257
|
+
captures = match.captures
|
|
2258
|
+
path = captures[0]
|
|
2259
|
+
lines = captures[1][1..-1].split(":").map(&:to_i)
|
|
2260
|
+
filter_manager.add_location path, lines
|
|
2261
|
+
else
|
|
2262
|
+
path, scoped_ids = Example.parse_id(path)
|
|
2263
|
+
filter_manager.add_ids(path, scoped_ids.split(/\s*,\s*/)) if scoped_ids
|
|
2264
|
+
end
|
|
2265
|
+
|
|
2266
|
+
return [] if path == default_path
|
|
2267
|
+
File.expand_path(path)
|
|
2268
|
+
end
|
|
2269
|
+
|
|
2270
|
+
def command
|
|
2271
|
+
$0.split(File::SEPARATOR).last
|
|
2272
|
+
end
|
|
2273
|
+
|
|
2274
|
+
def value_for(key)
|
|
2275
|
+
@preferred_options.fetch(key) { yield }
|
|
2276
|
+
end
|
|
2277
|
+
|
|
2278
|
+
def define_built_in_hooks
|
|
2279
|
+
around(:example, :aggregate_failures => true) do |procsy|
|
|
2280
|
+
begin
|
|
2281
|
+
aggregate_failures(nil, :hide_backtrace => true, &procsy)
|
|
2282
|
+
rescue Support::AllExceptionsExceptOnesWeMustNotRescue => exception
|
|
2283
|
+
procsy.example.set_aggregate_failures_exception(exception)
|
|
2284
|
+
end
|
|
2285
|
+
end
|
|
2286
|
+
end
|
|
2287
|
+
|
|
2288
|
+
def assert_no_example_groups_defined(config_option)
|
|
2289
|
+
return unless world.example_groups.any?
|
|
2290
|
+
|
|
2291
|
+
raise MustBeConfiguredBeforeExampleGroupsError.new(
|
|
2292
|
+
"RSpec's #{config_option} configuration option must be configured before " \
|
|
2293
|
+
"any example groups are defined, but you have already defined a group."
|
|
2294
|
+
)
|
|
2295
|
+
end
|
|
2296
|
+
|
|
2297
|
+
def output_wrapper
|
|
2298
|
+
@output_wrapper ||= OutputWrapper.new(output_stream)
|
|
2299
|
+
end
|
|
2300
|
+
|
|
2301
|
+
def output_to_tty?(output=output_stream)
|
|
2302
|
+
output.respond_to?(:tty?) && output.tty?
|
|
2303
|
+
end
|
|
2304
|
+
|
|
2305
|
+
def conditionally_disable_mocks_monkey_patching
|
|
2306
|
+
return unless disable_monkey_patching && rspec_mocks_loaded?
|
|
2307
|
+
|
|
2308
|
+
RSpec::Mocks.configuration.tap do |config|
|
|
2309
|
+
config.syntax = :expect
|
|
2310
|
+
config.patch_marshal_to_support_partial_doubles = false
|
|
2311
|
+
end
|
|
2312
|
+
end
|
|
2313
|
+
|
|
2314
|
+
def conditionally_disable_expectations_monkey_patching
|
|
2315
|
+
return unless disable_monkey_patching && rspec_expectations_loaded?
|
|
2316
|
+
|
|
2317
|
+
RSpec::Expectations.configuration.syntax = :expect
|
|
2318
|
+
end
|
|
2319
|
+
|
|
2320
|
+
def rspec_mocks_loaded?
|
|
2321
|
+
defined?(RSpec::Mocks.configuration)
|
|
2322
|
+
end
|
|
2323
|
+
|
|
2324
|
+
def rspec_expectations_loaded?
|
|
2325
|
+
defined?(RSpec::Expectations.configuration)
|
|
2326
|
+
end
|
|
2327
|
+
|
|
2328
|
+
def update_pattern_attr(name, value)
|
|
2329
|
+
if @spec_files_loaded
|
|
2330
|
+
RSpec.warning "Configuring `#{name}` to #{value} has no effect since " \
|
|
2331
|
+
"RSpec has already loaded the spec files."
|
|
2332
|
+
end
|
|
2333
|
+
|
|
2334
|
+
instance_variable_set(:"@#{name}", value)
|
|
2335
|
+
@files_to_run = nil
|
|
2336
|
+
end
|
|
2337
|
+
|
|
2338
|
+
def clear_values_derived_from_example_status_persistence_file_path
|
|
2339
|
+
@last_run_statuses = nil
|
|
2340
|
+
@spec_files_with_failures = nil
|
|
2341
|
+
end
|
|
2342
|
+
|
|
2343
|
+
def configure_group_with(group, module_list, application_method)
|
|
2344
|
+
module_list.items_for(group.metadata).each do |mod|
|
|
2345
|
+
__send__(application_method, mod, group)
|
|
2346
|
+
end
|
|
2347
|
+
end
|
|
2348
|
+
|
|
2349
|
+
def add_hook_to_existing_matching_groups(meta, scope, &block)
|
|
2350
|
+
# For example hooks, we have to apply it to each of the top level
|
|
2351
|
+
# groups, even if the groups do not match. When we apply it, we
|
|
2352
|
+
# apply it with the metadata, so it will only apply to examples
|
|
2353
|
+
# in the group that match the metadata.
|
|
2354
|
+
# #2280 for background and discussion.
|
|
2355
|
+
if scope == :example || scope == :each || scope.nil?
|
|
2356
|
+
world.example_groups.each(&block)
|
|
2357
|
+
else
|
|
2358
|
+
meta = Metadata.build_hash_from(meta.dup)
|
|
2359
|
+
on_existing_matching_groups(meta, &block)
|
|
2360
|
+
end
|
|
2361
|
+
end
|
|
2362
|
+
|
|
2363
|
+
def on_existing_matching_groups(meta)
|
|
2364
|
+
world.traverse_example_group_trees_until do |group|
|
|
2365
|
+
metadata_applies_to_group?(meta, group).tap do |applies|
|
|
2366
|
+
yield group if applies
|
|
2367
|
+
end
|
|
2368
|
+
end
|
|
2369
|
+
end
|
|
2370
|
+
|
|
2371
|
+
def metadata_applies_to_group?(meta, group)
|
|
2372
|
+
meta.empty? || MetadataFilter.apply?(:any?, meta, group.metadata)
|
|
2373
|
+
end
|
|
2374
|
+
|
|
2375
|
+
if RSpec::Support::RubyFeatures.module_prepends_supported?
|
|
2376
|
+
def safe_prepend(mod, host)
|
|
2377
|
+
host.__send__(:prepend, mod) unless host < mod
|
|
2378
|
+
end
|
|
2379
|
+
end
|
|
2380
|
+
|
|
2381
|
+
if RUBY_VERSION.to_f >= 1.9
|
|
2382
|
+
def safe_include(mod, host)
|
|
2383
|
+
host.__send__(:include, mod) unless host < mod
|
|
2384
|
+
end
|
|
2385
|
+
|
|
2386
|
+
def safe_extend(mod, host)
|
|
2387
|
+
host.extend(mod) unless host.singleton_class < mod
|
|
2388
|
+
end
|
|
2389
|
+
else # for 1.8.7
|
|
2390
|
+
# :nocov:
|
|
2391
|
+
def safe_include(mod, host)
|
|
2392
|
+
host.__send__(:include, mod) unless host.included_modules.include?(mod)
|
|
2393
|
+
end
|
|
2394
|
+
|
|
2395
|
+
def safe_extend(mod, host)
|
|
2396
|
+
host.extend(mod) unless (class << host; self; end).included_modules.include?(mod)
|
|
2397
|
+
end
|
|
2398
|
+
# :nocov:
|
|
2399
|
+
end
|
|
2400
|
+
|
|
2401
|
+
def define_mixed_in_module(mod, filters, mod_list, config_method, &block)
|
|
2402
|
+
unless Module === mod
|
|
2403
|
+
raise TypeError, "`RSpec.configuration.#{config_method}` expects a module but got: #{mod.inspect}"
|
|
2404
|
+
end
|
|
2405
|
+
|
|
2406
|
+
meta = Metadata.build_hash_from(filters, :warn_about_example_group_filtering)
|
|
2407
|
+
mod_list.append(mod, meta)
|
|
2408
|
+
on_existing_matching_groups(meta, &block)
|
|
2409
|
+
end
|
|
2410
|
+
end
|
|
2411
|
+
# rubocop:enable Metrics/ClassLength
|
|
2412
|
+
end
|
|
2413
|
+
end
|