@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,2496 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
#
|
|
3
|
+
# = net/http.rb
|
|
4
|
+
#
|
|
5
|
+
# Copyright (c) 1999-2007 Yukihiro Matsumoto
|
|
6
|
+
# Copyright (c) 1999-2007 Minero Aoki
|
|
7
|
+
# Copyright (c) 2001 GOTOU Yuuzou
|
|
8
|
+
#
|
|
9
|
+
# Written and maintained by Minero Aoki <aamine@loveruby.net>.
|
|
10
|
+
# HTTPS support added by GOTOU Yuuzou <gotoyuzo@notwork.org>.
|
|
11
|
+
#
|
|
12
|
+
# This file is derived from "http-access.rb".
|
|
13
|
+
#
|
|
14
|
+
# Documented by Minero Aoki; converted to RDoc by William Webber.
|
|
15
|
+
#
|
|
16
|
+
# This program is free software. You can re-distribute and/or
|
|
17
|
+
# modify this program under the same terms of ruby itself ---
|
|
18
|
+
# Ruby Distribution License or GNU General Public License.
|
|
19
|
+
#
|
|
20
|
+
# See Gem::Net::HTTP for an overview and examples.
|
|
21
|
+
#
|
|
22
|
+
|
|
23
|
+
require_relative '../../../net-protocol/lib/net/protocol'
|
|
24
|
+
require_relative '../../../uri/lib/uri'
|
|
25
|
+
require_relative '../../../resolv/lib/resolv'
|
|
26
|
+
autoload :OpenSSL, 'openssl'
|
|
27
|
+
|
|
28
|
+
module Gem::Net #:nodoc:
|
|
29
|
+
|
|
30
|
+
# :stopdoc:
|
|
31
|
+
class HTTPBadResponse < StandardError; end
|
|
32
|
+
class HTTPHeaderSyntaxError < StandardError; end
|
|
33
|
+
# :startdoc:
|
|
34
|
+
|
|
35
|
+
# \Class \Gem::Net::HTTP provides a rich library that implements the client
|
|
36
|
+
# in a client-server model that uses the \HTTP request-response protocol.
|
|
37
|
+
# For information about \HTTP, see:
|
|
38
|
+
#
|
|
39
|
+
# - {Hypertext Transfer Protocol}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol].
|
|
40
|
+
# - {Technical overview}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Technical_overview].
|
|
41
|
+
#
|
|
42
|
+
# == About the Examples
|
|
43
|
+
#
|
|
44
|
+
# :include: doc/net-http/examples.rdoc
|
|
45
|
+
#
|
|
46
|
+
# == Strategies
|
|
47
|
+
#
|
|
48
|
+
# - If you will make only a few GET requests,
|
|
49
|
+
# consider using {OpenURI}[https://docs.ruby-lang.org/en/master/OpenURI.html].
|
|
50
|
+
# - If you will make only a few requests of all kinds,
|
|
51
|
+
# consider using the various singleton convenience methods in this class.
|
|
52
|
+
# Each of the following methods automatically starts and finishes
|
|
53
|
+
# a {session}[rdoc-ref:Gem::Net::HTTP@Sessions] that sends a single request:
|
|
54
|
+
#
|
|
55
|
+
# # Return string response body.
|
|
56
|
+
# Gem::Net::HTTP.get(hostname, path)
|
|
57
|
+
# Gem::Net::HTTP.get(uri)
|
|
58
|
+
#
|
|
59
|
+
# # Write string response body to $stdout.
|
|
60
|
+
# Gem::Net::HTTP.get_print(hostname, path)
|
|
61
|
+
# Gem::Net::HTTP.get_print(uri)
|
|
62
|
+
#
|
|
63
|
+
# # Return response as Gem::Net::HTTPResponse object.
|
|
64
|
+
# Gem::Net::HTTP.get_response(hostname, path)
|
|
65
|
+
# Gem::Net::HTTP.get_response(uri)
|
|
66
|
+
# data = '{"title": "foo", "body": "bar", "userId": 1}'
|
|
67
|
+
# Gem::Net::HTTP.post(uri, data)
|
|
68
|
+
# params = {title: 'foo', body: 'bar', userId: 1}
|
|
69
|
+
# Gem::Net::HTTP.post_form(uri, params)
|
|
70
|
+
#
|
|
71
|
+
# - If performance is important, consider using sessions, which lower request overhead.
|
|
72
|
+
# This {session}[rdoc-ref:Gem::Net::HTTP@Sessions] has multiple requests for
|
|
73
|
+
# {HTTP methods}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods]
|
|
74
|
+
# and {WebDAV methods}[https://en.wikipedia.org/wiki/WebDAV#Implementation]:
|
|
75
|
+
#
|
|
76
|
+
# Gem::Net::HTTP.start(hostname) do |http|
|
|
77
|
+
# # Session started automatically before block execution.
|
|
78
|
+
# http.get(path)
|
|
79
|
+
# http.head(path)
|
|
80
|
+
# body = 'Some text'
|
|
81
|
+
# http.post(path, body) # Can also have a block.
|
|
82
|
+
# http.put(path, body)
|
|
83
|
+
# http.delete(path)
|
|
84
|
+
# http.options(path)
|
|
85
|
+
# http.trace(path)
|
|
86
|
+
# http.patch(path, body) # Can also have a block.
|
|
87
|
+
# http.copy(path)
|
|
88
|
+
# http.lock(path, body)
|
|
89
|
+
# http.mkcol(path, body)
|
|
90
|
+
# http.move(path)
|
|
91
|
+
# http.propfind(path, body)
|
|
92
|
+
# http.proppatch(path, body)
|
|
93
|
+
# http.unlock(path, body)
|
|
94
|
+
# # Session finished automatically at block exit.
|
|
95
|
+
# end
|
|
96
|
+
#
|
|
97
|
+
# The methods cited above are convenience methods that, via their few arguments,
|
|
98
|
+
# allow minimal control over the requests.
|
|
99
|
+
# For greater control, consider using {request objects}[rdoc-ref:Gem::Net::HTTPRequest].
|
|
100
|
+
#
|
|
101
|
+
# == URIs
|
|
102
|
+
#
|
|
103
|
+
# On the internet, a URI
|
|
104
|
+
# ({Universal Resource Identifier}[https://en.wikipedia.org/wiki/Uniform_Resource_Identifier])
|
|
105
|
+
# is a string that identifies a particular resource.
|
|
106
|
+
# It consists of some or all of: scheme, hostname, path, query, and fragment;
|
|
107
|
+
# see {URI syntax}[https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax].
|
|
108
|
+
#
|
|
109
|
+
# A Ruby {Gem::URI::Generic}[https://docs.ruby-lang.org/en/master/Gem/URI/Generic.html] object
|
|
110
|
+
# represents an internet URI.
|
|
111
|
+
# It provides, among others, methods
|
|
112
|
+
# +scheme+, +hostname+, +path+, +query+, and +fragment+.
|
|
113
|
+
#
|
|
114
|
+
# === Schemes
|
|
115
|
+
#
|
|
116
|
+
# An internet \Gem::URI has
|
|
117
|
+
# a {scheme}[https://en.wikipedia.org/wiki/List_of_URI_schemes].
|
|
118
|
+
#
|
|
119
|
+
# The two schemes supported in \Gem::Net::HTTP are <tt>'https'</tt> and <tt>'http'</tt>:
|
|
120
|
+
#
|
|
121
|
+
# uri.scheme # => "https"
|
|
122
|
+
# Gem::URI('http://example.com').scheme # => "http"
|
|
123
|
+
#
|
|
124
|
+
# === Hostnames
|
|
125
|
+
#
|
|
126
|
+
# A hostname identifies a server (host) to which requests may be sent:
|
|
127
|
+
#
|
|
128
|
+
# hostname = uri.hostname # => "jsonplaceholder.typicode.com"
|
|
129
|
+
# Gem::Net::HTTP.start(hostname) do |http|
|
|
130
|
+
# # Some HTTP stuff.
|
|
131
|
+
# end
|
|
132
|
+
#
|
|
133
|
+
# === Paths
|
|
134
|
+
#
|
|
135
|
+
# A host-specific path identifies a resource on the host:
|
|
136
|
+
#
|
|
137
|
+
# _uri = uri.dup
|
|
138
|
+
# _uri.path = '/todos/1'
|
|
139
|
+
# hostname = _uri.hostname
|
|
140
|
+
# path = _uri.path
|
|
141
|
+
# Gem::Net::HTTP.get(hostname, path)
|
|
142
|
+
#
|
|
143
|
+
# === Queries
|
|
144
|
+
#
|
|
145
|
+
# A host-specific query adds name/value pairs to the URI:
|
|
146
|
+
#
|
|
147
|
+
# _uri = uri.dup
|
|
148
|
+
# params = {userId: 1, completed: false}
|
|
149
|
+
# _uri.query = Gem::URI.encode_www_form(params)
|
|
150
|
+
# _uri # => #<Gem::URI::HTTPS https://jsonplaceholder.typicode.com?userId=1&completed=false>
|
|
151
|
+
# Gem::Net::HTTP.get(_uri)
|
|
152
|
+
#
|
|
153
|
+
# === Fragments
|
|
154
|
+
#
|
|
155
|
+
# A {URI fragment}[https://en.wikipedia.org/wiki/URI_fragment] has no effect
|
|
156
|
+
# in \Gem::Net::HTTP;
|
|
157
|
+
# the same data is returned, regardless of whether a fragment is included.
|
|
158
|
+
#
|
|
159
|
+
# == Request Headers
|
|
160
|
+
#
|
|
161
|
+
# Request headers may be used to pass additional information to the host,
|
|
162
|
+
# similar to arguments passed in a method call;
|
|
163
|
+
# each header is a name/value pair.
|
|
164
|
+
#
|
|
165
|
+
# Each of the \Gem::Net::HTTP methods that sends a request to the host
|
|
166
|
+
# has optional argument +headers+,
|
|
167
|
+
# where the headers are expressed as a hash of field-name/value pairs:
|
|
168
|
+
#
|
|
169
|
+
# headers = {Accept: 'application/json', Connection: 'Keep-Alive'}
|
|
170
|
+
# Gem::Net::HTTP.get(uri, headers)
|
|
171
|
+
#
|
|
172
|
+
# See lists of both standard request fields and common request fields at
|
|
173
|
+
# {Request Fields}[https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Request_fields].
|
|
174
|
+
# A host may also accept other custom fields.
|
|
175
|
+
#
|
|
176
|
+
# == \HTTP Sessions
|
|
177
|
+
#
|
|
178
|
+
# A _session_ is a connection between a server (host) and a client that:
|
|
179
|
+
#
|
|
180
|
+
# - Is begun by instance method Gem::Net::HTTP#start.
|
|
181
|
+
# - May contain any number of requests.
|
|
182
|
+
# - Is ended by instance method Gem::Net::HTTP#finish.
|
|
183
|
+
#
|
|
184
|
+
# See example sessions at {Strategies}[rdoc-ref:Gem::Net::HTTP@Strategies].
|
|
185
|
+
#
|
|
186
|
+
# === Session Using \Gem::Net::HTTP.start
|
|
187
|
+
#
|
|
188
|
+
# If you have many requests to make to a single host (and port),
|
|
189
|
+
# consider using singleton method Gem::Net::HTTP.start with a block;
|
|
190
|
+
# the method handles the session automatically by:
|
|
191
|
+
#
|
|
192
|
+
# - Calling #start before block execution.
|
|
193
|
+
# - Executing the block.
|
|
194
|
+
# - Calling #finish after block execution.
|
|
195
|
+
#
|
|
196
|
+
# In the block, you can use these instance methods,
|
|
197
|
+
# each of which that sends a single request:
|
|
198
|
+
#
|
|
199
|
+
# - {HTTP methods}[https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods]:
|
|
200
|
+
#
|
|
201
|
+
# - #get, #request_get: GET.
|
|
202
|
+
# - #head, #request_head: HEAD.
|
|
203
|
+
# - #post, #request_post: POST.
|
|
204
|
+
# - #delete: DELETE.
|
|
205
|
+
# - #options: OPTIONS.
|
|
206
|
+
# - #trace: TRACE.
|
|
207
|
+
# - #patch: PATCH.
|
|
208
|
+
#
|
|
209
|
+
# - {WebDAV methods}[https://en.wikipedia.org/wiki/WebDAV#Implementation]:
|
|
210
|
+
#
|
|
211
|
+
# - #copy: COPY.
|
|
212
|
+
# - #lock: LOCK.
|
|
213
|
+
# - #mkcol: MKCOL.
|
|
214
|
+
# - #move: MOVE.
|
|
215
|
+
# - #propfind: PROPFIND.
|
|
216
|
+
# - #proppatch: PROPPATCH.
|
|
217
|
+
# - #unlock: UNLOCK.
|
|
218
|
+
#
|
|
219
|
+
# === Session Using \Gem::Net::HTTP.start and \Gem::Net::HTTP.finish
|
|
220
|
+
#
|
|
221
|
+
# You can manage a session manually using methods #start and #finish:
|
|
222
|
+
#
|
|
223
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
224
|
+
# http.start
|
|
225
|
+
# http.get('/todos/1')
|
|
226
|
+
# http.get('/todos/2')
|
|
227
|
+
# http.delete('/posts/1')
|
|
228
|
+
# http.finish # Needed to free resources.
|
|
229
|
+
#
|
|
230
|
+
# === Single-Request Session
|
|
231
|
+
#
|
|
232
|
+
# Certain convenience methods automatically handle a session by:
|
|
233
|
+
#
|
|
234
|
+
# - Creating an \HTTP object
|
|
235
|
+
# - Starting a session.
|
|
236
|
+
# - Sending a single request.
|
|
237
|
+
# - Finishing the session.
|
|
238
|
+
# - Destroying the object.
|
|
239
|
+
#
|
|
240
|
+
# Such methods that send GET requests:
|
|
241
|
+
#
|
|
242
|
+
# - ::get: Returns the string response body.
|
|
243
|
+
# - ::get_print: Writes the string response body to $stdout.
|
|
244
|
+
# - ::get_response: Returns a Gem::Net::HTTPResponse object.
|
|
245
|
+
#
|
|
246
|
+
# Such methods that send POST requests:
|
|
247
|
+
#
|
|
248
|
+
# - ::post: Posts data to the host.
|
|
249
|
+
# - ::post_form: Posts form data to the host.
|
|
250
|
+
#
|
|
251
|
+
# == \HTTP Requests and Responses
|
|
252
|
+
#
|
|
253
|
+
# Many of the methods above are convenience methods,
|
|
254
|
+
# each of which sends a request and returns a string
|
|
255
|
+
# without directly using \Gem::Net::HTTPRequest and \Gem::Net::HTTPResponse objects.
|
|
256
|
+
#
|
|
257
|
+
# You can, however, directly create a request object, send the request,
|
|
258
|
+
# and retrieve the response object; see:
|
|
259
|
+
#
|
|
260
|
+
# - Gem::Net::HTTPRequest.
|
|
261
|
+
# - Gem::Net::HTTPResponse.
|
|
262
|
+
#
|
|
263
|
+
# == Following Redirection
|
|
264
|
+
#
|
|
265
|
+
# Each returned response is an instance of a subclass of Gem::Net::HTTPResponse.
|
|
266
|
+
# See the {response class hierarchy}[rdoc-ref:Gem::Net::HTTPResponse@Response+Subclasses].
|
|
267
|
+
#
|
|
268
|
+
# In particular, class Gem::Net::HTTPRedirection is the parent
|
|
269
|
+
# of all redirection classes.
|
|
270
|
+
# This allows you to craft a case statement to handle redirections properly:
|
|
271
|
+
#
|
|
272
|
+
# def fetch(uri, limit = 10)
|
|
273
|
+
# # You should choose a better exception.
|
|
274
|
+
# raise ArgumentError, 'Too many HTTP redirects' if limit == 0
|
|
275
|
+
#
|
|
276
|
+
# res = Gem::Net::HTTP.get_response(Gem::URI(uri))
|
|
277
|
+
# case res
|
|
278
|
+
# when Gem::Net::HTTPSuccess # Any success class.
|
|
279
|
+
# res
|
|
280
|
+
# when Gem::Net::HTTPRedirection # Any redirection class.
|
|
281
|
+
# location = res['Location']
|
|
282
|
+
# warn "Redirected to #{location}"
|
|
283
|
+
# fetch(location, limit - 1)
|
|
284
|
+
# else # Any other class.
|
|
285
|
+
# res.value
|
|
286
|
+
# end
|
|
287
|
+
# end
|
|
288
|
+
#
|
|
289
|
+
# fetch(uri)
|
|
290
|
+
#
|
|
291
|
+
# == Basic Authentication
|
|
292
|
+
#
|
|
293
|
+
# Basic authentication is performed according to
|
|
294
|
+
# {RFC2617}[http://www.ietf.org/rfc/rfc2617.txt]:
|
|
295
|
+
#
|
|
296
|
+
# req = Gem::Net::HTTP::Get.new(uri)
|
|
297
|
+
# req.basic_auth('user', 'pass')
|
|
298
|
+
# res = Gem::Net::HTTP.start(hostname) do |http|
|
|
299
|
+
# http.request(req)
|
|
300
|
+
# end
|
|
301
|
+
#
|
|
302
|
+
# == Streaming Response Bodies
|
|
303
|
+
#
|
|
304
|
+
# By default \Gem::Net::HTTP reads an entire response into memory. If you are
|
|
305
|
+
# handling large files or wish to implement a progress bar you can instead
|
|
306
|
+
# stream the body directly to an IO.
|
|
307
|
+
#
|
|
308
|
+
# Gem::Net::HTTP.start(hostname) do |http|
|
|
309
|
+
# req = Gem::Net::HTTP::Get.new(uri)
|
|
310
|
+
# http.request(req) do |res|
|
|
311
|
+
# open('t.tmp', 'w') do |f|
|
|
312
|
+
# res.read_body do |chunk|
|
|
313
|
+
# f.write chunk
|
|
314
|
+
# end
|
|
315
|
+
# end
|
|
316
|
+
# end
|
|
317
|
+
# end
|
|
318
|
+
#
|
|
319
|
+
# == HTTPS
|
|
320
|
+
#
|
|
321
|
+
# HTTPS is enabled for an \HTTP connection by Gem::Net::HTTP#use_ssl=:
|
|
322
|
+
#
|
|
323
|
+
# Gem::Net::HTTP.start(hostname, :use_ssl => true) do |http|
|
|
324
|
+
# req = Gem::Net::HTTP::Get.new(uri)
|
|
325
|
+
# res = http.request(req)
|
|
326
|
+
# end
|
|
327
|
+
#
|
|
328
|
+
# Or if you simply want to make a GET request, you may pass in a URI
|
|
329
|
+
# object that has an \HTTPS URL. \Gem::Net::HTTP automatically turns on TLS
|
|
330
|
+
# verification if the URI object has a 'https' :URI scheme:
|
|
331
|
+
#
|
|
332
|
+
# uri # => #<Gem::URI::HTTPS https://jsonplaceholder.typicode.com/>
|
|
333
|
+
# Gem::Net::HTTP.get(uri)
|
|
334
|
+
#
|
|
335
|
+
# == Proxy Server
|
|
336
|
+
#
|
|
337
|
+
# An \HTTP object can have
|
|
338
|
+
# a {proxy server}[https://en.wikipedia.org/wiki/Proxy_server].
|
|
339
|
+
#
|
|
340
|
+
# You can create an \HTTP object with a proxy server
|
|
341
|
+
# using method Gem::Net::HTTP.new or method Gem::Net::HTTP.start.
|
|
342
|
+
#
|
|
343
|
+
# The proxy may be defined either by argument +p_addr+
|
|
344
|
+
# or by environment variable <tt>'http_proxy'</tt>.
|
|
345
|
+
#
|
|
346
|
+
# === Proxy Using Argument +p_addr+ as a \String
|
|
347
|
+
#
|
|
348
|
+
# When argument +p_addr+ is a string hostname,
|
|
349
|
+
# the returned +http+ has the given host as its proxy:
|
|
350
|
+
#
|
|
351
|
+
# http = Gem::Net::HTTP.new(hostname, nil, 'proxy.example')
|
|
352
|
+
# http.proxy? # => true
|
|
353
|
+
# http.proxy_from_env? # => false
|
|
354
|
+
# http.proxy_address # => "proxy.example"
|
|
355
|
+
# # These use default values.
|
|
356
|
+
# http.proxy_port # => 80
|
|
357
|
+
# http.proxy_user # => nil
|
|
358
|
+
# http.proxy_pass # => nil
|
|
359
|
+
#
|
|
360
|
+
# The port, username, and password for the proxy may also be given:
|
|
361
|
+
#
|
|
362
|
+
# http = Gem::Net::HTTP.new(hostname, nil, 'proxy.example', 8000, 'pname', 'ppass')
|
|
363
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=false>
|
|
364
|
+
# http.proxy? # => true
|
|
365
|
+
# http.proxy_from_env? # => false
|
|
366
|
+
# http.proxy_address # => "proxy.example"
|
|
367
|
+
# http.proxy_port # => 8000
|
|
368
|
+
# http.proxy_user # => "pname"
|
|
369
|
+
# http.proxy_pass # => "ppass"
|
|
370
|
+
#
|
|
371
|
+
# === Proxy Using '<tt>ENV['http_proxy']</tt>'
|
|
372
|
+
#
|
|
373
|
+
# When environment variable <tt>'http_proxy'</tt>
|
|
374
|
+
# is set to a \Gem::URI string,
|
|
375
|
+
# the returned +http+ will have the server at that URI as its proxy;
|
|
376
|
+
# note that the \Gem::URI string must have a protocol
|
|
377
|
+
# such as <tt>'http'</tt> or <tt>'https'</tt>:
|
|
378
|
+
#
|
|
379
|
+
# ENV['http_proxy'] = 'http://example.com'
|
|
380
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
381
|
+
# http.proxy? # => true
|
|
382
|
+
# http.proxy_from_env? # => true
|
|
383
|
+
# http.proxy_address # => "example.com"
|
|
384
|
+
# # These use default values.
|
|
385
|
+
# http.proxy_port # => 80
|
|
386
|
+
# http.proxy_user # => nil
|
|
387
|
+
# http.proxy_pass # => nil
|
|
388
|
+
#
|
|
389
|
+
# The \Gem::URI string may include proxy username, password, and port number:
|
|
390
|
+
#
|
|
391
|
+
# ENV['http_proxy'] = 'http://pname:ppass@example.com:8000'
|
|
392
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
393
|
+
# http.proxy? # => true
|
|
394
|
+
# http.proxy_from_env? # => true
|
|
395
|
+
# http.proxy_address # => "example.com"
|
|
396
|
+
# http.proxy_port # => 8000
|
|
397
|
+
# http.proxy_user # => "pname"
|
|
398
|
+
# http.proxy_pass # => "ppass"
|
|
399
|
+
#
|
|
400
|
+
# === Filtering Proxies
|
|
401
|
+
#
|
|
402
|
+
# With method Gem::Net::HTTP.new (but not Gem::Net::HTTP.start),
|
|
403
|
+
# you can use argument +p_no_proxy+ to filter proxies:
|
|
404
|
+
#
|
|
405
|
+
# - Reject a certain address:
|
|
406
|
+
#
|
|
407
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'proxy.example', 8000, 'pname', 'ppass', 'proxy.example')
|
|
408
|
+
# http.proxy_address # => nil
|
|
409
|
+
#
|
|
410
|
+
# - Reject certain domains or subdomains:
|
|
411
|
+
#
|
|
412
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'my.proxy.example', 8000, 'pname', 'ppass', 'proxy.example')
|
|
413
|
+
# http.proxy_address # => nil
|
|
414
|
+
#
|
|
415
|
+
# - Reject certain addresses and port combinations:
|
|
416
|
+
#
|
|
417
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'proxy.example', 8000, 'pname', 'ppass', 'proxy.example:1234')
|
|
418
|
+
# http.proxy_address # => "proxy.example"
|
|
419
|
+
#
|
|
420
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'proxy.example', 8000, 'pname', 'ppass', 'proxy.example:8000')
|
|
421
|
+
# http.proxy_address # => nil
|
|
422
|
+
#
|
|
423
|
+
# - Reject a list of the types above delimited using a comma:
|
|
424
|
+
#
|
|
425
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'proxy.example', 8000, 'pname', 'ppass', 'my.proxy,proxy.example:8000')
|
|
426
|
+
# http.proxy_address # => nil
|
|
427
|
+
#
|
|
428
|
+
# http = Gem::Net::HTTP.new('example.com', nil, 'my.proxy', 8000, 'pname', 'ppass', 'my.proxy,proxy.example:8000')
|
|
429
|
+
# http.proxy_address # => nil
|
|
430
|
+
#
|
|
431
|
+
# == Compression and Decompression
|
|
432
|
+
#
|
|
433
|
+
# \Gem::Net::HTTP does not compress the body of a request before sending.
|
|
434
|
+
#
|
|
435
|
+
# By default, \Gem::Net::HTTP adds header <tt>'Accept-Encoding'</tt>
|
|
436
|
+
# to a new {request object}[rdoc-ref:Gem::Net::HTTPRequest]:
|
|
437
|
+
#
|
|
438
|
+
# Gem::Net::HTTP::Get.new(uri)['Accept-Encoding']
|
|
439
|
+
# # => "gzip;q=1.0,deflate;q=0.6,identity;q=0.3"
|
|
440
|
+
#
|
|
441
|
+
# This requests the server to zip-encode the response body if there is one;
|
|
442
|
+
# the server is not required to do so.
|
|
443
|
+
#
|
|
444
|
+
# \Gem::Net::HTTP does not automatically decompress a response body
|
|
445
|
+
# if the response has header <tt>'Content-Range'</tt>.
|
|
446
|
+
#
|
|
447
|
+
# Otherwise decompression (or not) depends on the value of header
|
|
448
|
+
# {Content-Encoding}[https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#content-encoding-response-header]:
|
|
449
|
+
#
|
|
450
|
+
# - <tt>'deflate'</tt>, <tt>'gzip'</tt>, or <tt>'x-gzip'</tt>:
|
|
451
|
+
# decompresses the body and deletes the header.
|
|
452
|
+
# - <tt>'none'</tt> or <tt>'identity'</tt>:
|
|
453
|
+
# does not decompress the body, but deletes the header.
|
|
454
|
+
# - Any other value:
|
|
455
|
+
# leaves the body and header unchanged.
|
|
456
|
+
#
|
|
457
|
+
# == What's Here
|
|
458
|
+
#
|
|
459
|
+
# This is a categorized summary of methods and attributes.
|
|
460
|
+
#
|
|
461
|
+
# === \Gem::Net::HTTP Objects
|
|
462
|
+
#
|
|
463
|
+
# - {::new}[rdoc-ref:Gem::Net::HTTP.new]:
|
|
464
|
+
# Creates a new instance.
|
|
465
|
+
# - {#inspect}[rdoc-ref:Gem::Net::HTTP#inspect]:
|
|
466
|
+
# Returns a string representation of +self+.
|
|
467
|
+
#
|
|
468
|
+
# === Sessions
|
|
469
|
+
#
|
|
470
|
+
# - {::start}[rdoc-ref:Gem::Net::HTTP.start]:
|
|
471
|
+
# Begins a new session in a new \Gem::Net::HTTP object.
|
|
472
|
+
# - {#started?}[rdoc-ref:Gem::Net::HTTP#started?]
|
|
473
|
+
# (aliased as {#active?}[rdoc-ref:Gem::Net::HTTP#active?]):
|
|
474
|
+
# Returns whether in a session.
|
|
475
|
+
# - {#finish}[rdoc-ref:Gem::Net::HTTP#finish]:
|
|
476
|
+
# Ends an active session.
|
|
477
|
+
# - {#start}[rdoc-ref:Gem::Net::HTTP#start]:
|
|
478
|
+
# Begins a new session in an existing \Gem::Net::HTTP object (+self+).
|
|
479
|
+
#
|
|
480
|
+
# === Connections
|
|
481
|
+
#
|
|
482
|
+
# - {:continue_timeout}[rdoc-ref:Gem::Net::HTTP#continue_timeout]:
|
|
483
|
+
# Returns the continue timeout.
|
|
484
|
+
# - {#continue_timeout=}[rdoc-ref:Gem::Net::HTTP#continue_timeout=]:
|
|
485
|
+
# Sets the continue timeout seconds.
|
|
486
|
+
# - {:keep_alive_timeout}[rdoc-ref:Gem::Net::HTTP#keep_alive_timeout]:
|
|
487
|
+
# Returns the keep-alive timeout.
|
|
488
|
+
# - {:keep_alive_timeout=}[rdoc-ref:Gem::Net::HTTP#keep_alive_timeout=]:
|
|
489
|
+
# Sets the keep-alive timeout.
|
|
490
|
+
# - {:max_retries}[rdoc-ref:Gem::Net::HTTP#max_retries]:
|
|
491
|
+
# Returns the maximum retries.
|
|
492
|
+
# - {#max_retries=}[rdoc-ref:Gem::Net::HTTP#max_retries=]:
|
|
493
|
+
# Sets the maximum retries.
|
|
494
|
+
# - {:open_timeout}[rdoc-ref:Gem::Net::HTTP#open_timeout]:
|
|
495
|
+
# Returns the open timeout.
|
|
496
|
+
# - {:open_timeout=}[rdoc-ref:Gem::Net::HTTP#open_timeout=]:
|
|
497
|
+
# Sets the open timeout.
|
|
498
|
+
# - {:read_timeout}[rdoc-ref:Gem::Net::HTTP#read_timeout]:
|
|
499
|
+
# Returns the open timeout.
|
|
500
|
+
# - {:read_timeout=}[rdoc-ref:Gem::Net::HTTP#read_timeout=]:
|
|
501
|
+
# Sets the read timeout.
|
|
502
|
+
# - {:ssl_timeout}[rdoc-ref:Gem::Net::HTTP#ssl_timeout]:
|
|
503
|
+
# Returns the ssl timeout.
|
|
504
|
+
# - {:ssl_timeout=}[rdoc-ref:Gem::Net::HTTP#ssl_timeout=]:
|
|
505
|
+
# Sets the ssl timeout.
|
|
506
|
+
# - {:write_timeout}[rdoc-ref:Gem::Net::HTTP#write_timeout]:
|
|
507
|
+
# Returns the write timeout.
|
|
508
|
+
# - {write_timeout=}[rdoc-ref:Gem::Net::HTTP#write_timeout=]:
|
|
509
|
+
# Sets the write timeout.
|
|
510
|
+
#
|
|
511
|
+
# === Requests
|
|
512
|
+
#
|
|
513
|
+
# - {::get}[rdoc-ref:Gem::Net::HTTP.get]:
|
|
514
|
+
# Sends a GET request and returns the string response body.
|
|
515
|
+
# - {::get_print}[rdoc-ref:Gem::Net::HTTP.get_print]:
|
|
516
|
+
# Sends a GET request and write the string response body to $stdout.
|
|
517
|
+
# - {::get_response}[rdoc-ref:Gem::Net::HTTP.get_response]:
|
|
518
|
+
# Sends a GET request and returns a response object.
|
|
519
|
+
# - {::post_form}[rdoc-ref:Gem::Net::HTTP.post_form]:
|
|
520
|
+
# Sends a POST request with form data and returns a response object.
|
|
521
|
+
# - {::post}[rdoc-ref:Gem::Net::HTTP.post]:
|
|
522
|
+
# Sends a POST request with data and returns a response object.
|
|
523
|
+
# - {#copy}[rdoc-ref:Gem::Net::HTTP#copy]:
|
|
524
|
+
# Sends a COPY request and returns a response object.
|
|
525
|
+
# - {#delete}[rdoc-ref:Gem::Net::HTTP#delete]:
|
|
526
|
+
# Sends a DELETE request and returns a response object.
|
|
527
|
+
# - {#get}[rdoc-ref:Gem::Net::HTTP#get]:
|
|
528
|
+
# Sends a GET request and returns a response object.
|
|
529
|
+
# - {#head}[rdoc-ref:Gem::Net::HTTP#head]:
|
|
530
|
+
# Sends a HEAD request and returns a response object.
|
|
531
|
+
# - {#lock}[rdoc-ref:Gem::Net::HTTP#lock]:
|
|
532
|
+
# Sends a LOCK request and returns a response object.
|
|
533
|
+
# - {#mkcol}[rdoc-ref:Gem::Net::HTTP#mkcol]:
|
|
534
|
+
# Sends a MKCOL request and returns a response object.
|
|
535
|
+
# - {#move}[rdoc-ref:Gem::Net::HTTP#move]:
|
|
536
|
+
# Sends a MOVE request and returns a response object.
|
|
537
|
+
# - {#options}[rdoc-ref:Gem::Net::HTTP#options]:
|
|
538
|
+
# Sends a OPTIONS request and returns a response object.
|
|
539
|
+
# - {#patch}[rdoc-ref:Gem::Net::HTTP#patch]:
|
|
540
|
+
# Sends a PATCH request and returns a response object.
|
|
541
|
+
# - {#post}[rdoc-ref:Gem::Net::HTTP#post]:
|
|
542
|
+
# Sends a POST request and returns a response object.
|
|
543
|
+
# - {#propfind}[rdoc-ref:Gem::Net::HTTP#propfind]:
|
|
544
|
+
# Sends a PROPFIND request and returns a response object.
|
|
545
|
+
# - {#proppatch}[rdoc-ref:Gem::Net::HTTP#proppatch]:
|
|
546
|
+
# Sends a PROPPATCH request and returns a response object.
|
|
547
|
+
# - {#put}[rdoc-ref:Gem::Net::HTTP#put]:
|
|
548
|
+
# Sends a PUT request and returns a response object.
|
|
549
|
+
# - {#request}[rdoc-ref:Gem::Net::HTTP#request]:
|
|
550
|
+
# Sends a request and returns a response object.
|
|
551
|
+
# - {#request_get}[rdoc-ref:Gem::Net::HTTP#request_get]
|
|
552
|
+
# (aliased as {#get2}[rdoc-ref:Gem::Net::HTTP#get2]):
|
|
553
|
+
# Sends a GET request and forms a response object;
|
|
554
|
+
# if a block given, calls the block with the object,
|
|
555
|
+
# otherwise returns the object.
|
|
556
|
+
# - {#request_head}[rdoc-ref:Gem::Net::HTTP#request_head]
|
|
557
|
+
# (aliased as {#head2}[rdoc-ref:Gem::Net::HTTP#head2]):
|
|
558
|
+
# Sends a HEAD request and forms a response object;
|
|
559
|
+
# if a block given, calls the block with the object,
|
|
560
|
+
# otherwise returns the object.
|
|
561
|
+
# - {#request_post}[rdoc-ref:Gem::Net::HTTP#request_post]
|
|
562
|
+
# (aliased as {#post2}[rdoc-ref:Gem::Net::HTTP#post2]):
|
|
563
|
+
# Sends a POST request and forms a response object;
|
|
564
|
+
# if a block given, calls the block with the object,
|
|
565
|
+
# otherwise returns the object.
|
|
566
|
+
# - {#send_request}[rdoc-ref:Gem::Net::HTTP#send_request]:
|
|
567
|
+
# Sends a request and returns a response object.
|
|
568
|
+
# - {#trace}[rdoc-ref:Gem::Net::HTTP#trace]:
|
|
569
|
+
# Sends a TRACE request and returns a response object.
|
|
570
|
+
# - {#unlock}[rdoc-ref:Gem::Net::HTTP#unlock]:
|
|
571
|
+
# Sends an UNLOCK request and returns a response object.
|
|
572
|
+
#
|
|
573
|
+
# === Responses
|
|
574
|
+
#
|
|
575
|
+
# - {:close_on_empty_response}[rdoc-ref:Gem::Net::HTTP#close_on_empty_response]:
|
|
576
|
+
# Returns whether to close connection on empty response.
|
|
577
|
+
# - {:close_on_empty_response=}[rdoc-ref:Gem::Net::HTTP#close_on_empty_response=]:
|
|
578
|
+
# Sets whether to close connection on empty response.
|
|
579
|
+
# - {:ignore_eof}[rdoc-ref:Gem::Net::HTTP#ignore_eof]:
|
|
580
|
+
# Returns whether to ignore end-of-file when reading a response body
|
|
581
|
+
# with <tt>Content-Length</tt> headers.
|
|
582
|
+
# - {:ignore_eof=}[rdoc-ref:Gem::Net::HTTP#ignore_eof=]:
|
|
583
|
+
# Sets whether to ignore end-of-file when reading a response body
|
|
584
|
+
# with <tt>Content-Length</tt> headers.
|
|
585
|
+
# - {:response_body_encoding}[rdoc-ref:Gem::Net::HTTP#response_body_encoding]:
|
|
586
|
+
# Returns the encoding to use for the response body.
|
|
587
|
+
# - {#response_body_encoding=}[rdoc-ref:Gem::Net::HTTP#response_body_encoding=]:
|
|
588
|
+
# Sets the response body encoding.
|
|
589
|
+
#
|
|
590
|
+
# === Proxies
|
|
591
|
+
#
|
|
592
|
+
# - {:proxy_address}[rdoc-ref:Gem::Net::HTTP#proxy_address]:
|
|
593
|
+
# Returns the proxy address.
|
|
594
|
+
# - {:proxy_address=}[rdoc-ref:Gem::Net::HTTP#proxy_address=]:
|
|
595
|
+
# Sets the proxy address.
|
|
596
|
+
# - {::proxy_class?}[rdoc-ref:Gem::Net::HTTP.proxy_class?]:
|
|
597
|
+
# Returns whether +self+ is a proxy class.
|
|
598
|
+
# - {#proxy?}[rdoc-ref:Gem::Net::HTTP#proxy?]:
|
|
599
|
+
# Returns whether +self+ has a proxy.
|
|
600
|
+
# - {#proxy_address}[rdoc-ref:Gem::Net::HTTP#proxy_address]
|
|
601
|
+
# (aliased as {#proxyaddr}[rdoc-ref:Gem::Net::HTTP#proxyaddr]):
|
|
602
|
+
# Returns the proxy address.
|
|
603
|
+
# - {#proxy_from_env?}[rdoc-ref:Gem::Net::HTTP#proxy_from_env?]:
|
|
604
|
+
# Returns whether the proxy is taken from an environment variable.
|
|
605
|
+
# - {:proxy_from_env=}[rdoc-ref:Gem::Net::HTTP#proxy_from_env=]:
|
|
606
|
+
# Sets whether the proxy is to be taken from an environment variable.
|
|
607
|
+
# - {:proxy_pass}[rdoc-ref:Gem::Net::HTTP#proxy_pass]:
|
|
608
|
+
# Returns the proxy password.
|
|
609
|
+
# - {:proxy_pass=}[rdoc-ref:Gem::Net::HTTP#proxy_pass=]:
|
|
610
|
+
# Sets the proxy password.
|
|
611
|
+
# - {:proxy_port}[rdoc-ref:Gem::Net::HTTP#proxy_port]:
|
|
612
|
+
# Returns the proxy port.
|
|
613
|
+
# - {:proxy_port=}[rdoc-ref:Gem::Net::HTTP#proxy_port=]:
|
|
614
|
+
# Sets the proxy port.
|
|
615
|
+
# - {#proxy_user}[rdoc-ref:Gem::Net::HTTP#proxy_user]:
|
|
616
|
+
# Returns the proxy user name.
|
|
617
|
+
# - {:proxy_user=}[rdoc-ref:Gem::Net::HTTP#proxy_user=]:
|
|
618
|
+
# Sets the proxy user.
|
|
619
|
+
#
|
|
620
|
+
# === Security
|
|
621
|
+
#
|
|
622
|
+
# - {:ca_file}[rdoc-ref:Gem::Net::HTTP#ca_file]:
|
|
623
|
+
# Returns the path to a CA certification file.
|
|
624
|
+
# - {:ca_file=}[rdoc-ref:Gem::Net::HTTP#ca_file=]:
|
|
625
|
+
# Sets the path to a CA certification file.
|
|
626
|
+
# - {:ca_path}[rdoc-ref:Gem::Net::HTTP#ca_path]:
|
|
627
|
+
# Returns the path of to CA directory containing certification files.
|
|
628
|
+
# - {:ca_path=}[rdoc-ref:Gem::Net::HTTP#ca_path=]:
|
|
629
|
+
# Sets the path of to CA directory containing certification files.
|
|
630
|
+
# - {:cert}[rdoc-ref:Gem::Net::HTTP#cert]:
|
|
631
|
+
# Returns the OpenSSL::X509::Certificate object to be used for client certification.
|
|
632
|
+
# - {:cert=}[rdoc-ref:Gem::Net::HTTP#cert=]:
|
|
633
|
+
# Sets the OpenSSL::X509::Certificate object to be used for client certification.
|
|
634
|
+
# - {:cert_store}[rdoc-ref:Gem::Net::HTTP#cert_store]:
|
|
635
|
+
# Returns the X509::Store to be used for verifying peer certificate.
|
|
636
|
+
# - {:cert_store=}[rdoc-ref:Gem::Net::HTTP#cert_store=]:
|
|
637
|
+
# Sets the X509::Store to be used for verifying peer certificate.
|
|
638
|
+
# - {:ciphers}[rdoc-ref:Gem::Net::HTTP#ciphers]:
|
|
639
|
+
# Returns the available SSL ciphers.
|
|
640
|
+
# - {:ciphers=}[rdoc-ref:Gem::Net::HTTP#ciphers=]:
|
|
641
|
+
# Sets the available SSL ciphers.
|
|
642
|
+
# - {:extra_chain_cert}[rdoc-ref:Gem::Net::HTTP#extra_chain_cert]:
|
|
643
|
+
# Returns the extra X509 certificates to be added to the certificate chain.
|
|
644
|
+
# - {:extra_chain_cert=}[rdoc-ref:Gem::Net::HTTP#extra_chain_cert=]:
|
|
645
|
+
# Sets the extra X509 certificates to be added to the certificate chain.
|
|
646
|
+
# - {:key}[rdoc-ref:Gem::Net::HTTP#key]:
|
|
647
|
+
# Returns the OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
|
|
648
|
+
# - {:key=}[rdoc-ref:Gem::Net::HTTP#key=]:
|
|
649
|
+
# Sets the OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
|
|
650
|
+
# - {:max_version}[rdoc-ref:Gem::Net::HTTP#max_version]:
|
|
651
|
+
# Returns the maximum SSL version.
|
|
652
|
+
# - {:max_version=}[rdoc-ref:Gem::Net::HTTP#max_version=]:
|
|
653
|
+
# Sets the maximum SSL version.
|
|
654
|
+
# - {:min_version}[rdoc-ref:Gem::Net::HTTP#min_version]:
|
|
655
|
+
# Returns the minimum SSL version.
|
|
656
|
+
# - {:min_version=}[rdoc-ref:Gem::Net::HTTP#min_version=]:
|
|
657
|
+
# Sets the minimum SSL version.
|
|
658
|
+
# - {#peer_cert}[rdoc-ref:Gem::Net::HTTP#peer_cert]:
|
|
659
|
+
# Returns the X509 certificate chain for the session's socket peer.
|
|
660
|
+
# - {:ssl_version}[rdoc-ref:Gem::Net::HTTP#ssl_version]:
|
|
661
|
+
# Returns the SSL version.
|
|
662
|
+
# - {:ssl_version=}[rdoc-ref:Gem::Net::HTTP#ssl_version=]:
|
|
663
|
+
# Sets the SSL version.
|
|
664
|
+
# - {#use_ssl=}[rdoc-ref:Gem::Net::HTTP#use_ssl=]:
|
|
665
|
+
# Sets whether a new session is to use Transport Layer Security.
|
|
666
|
+
# - {#use_ssl?}[rdoc-ref:Gem::Net::HTTP#use_ssl?]:
|
|
667
|
+
# Returns whether +self+ uses SSL.
|
|
668
|
+
# - {:verify_callback}[rdoc-ref:Gem::Net::HTTP#verify_callback]:
|
|
669
|
+
# Returns the callback for the server certification verification.
|
|
670
|
+
# - {:verify_callback=}[rdoc-ref:Gem::Net::HTTP#verify_callback=]:
|
|
671
|
+
# Sets the callback for the server certification verification.
|
|
672
|
+
# - {:verify_depth}[rdoc-ref:Gem::Net::HTTP#verify_depth]:
|
|
673
|
+
# Returns the maximum depth for the certificate chain verification.
|
|
674
|
+
# - {:verify_depth=}[rdoc-ref:Gem::Net::HTTP#verify_depth=]:
|
|
675
|
+
# Sets the maximum depth for the certificate chain verification.
|
|
676
|
+
# - {:verify_hostname}[rdoc-ref:Gem::Net::HTTP#verify_hostname]:
|
|
677
|
+
# Returns the flags for server the certification verification at the beginning of the SSL/TLS session.
|
|
678
|
+
# - {:verify_hostname=}[rdoc-ref:Gem::Net::HTTP#verify_hostname=]:
|
|
679
|
+
# Sets he flags for server the certification verification at the beginning of the SSL/TLS session.
|
|
680
|
+
# - {:verify_mode}[rdoc-ref:Gem::Net::HTTP#verify_mode]:
|
|
681
|
+
# Returns the flags for server the certification verification at the beginning of the SSL/TLS session.
|
|
682
|
+
# - {:verify_mode=}[rdoc-ref:Gem::Net::HTTP#verify_mode=]:
|
|
683
|
+
# Sets the flags for server the certification verification at the beginning of the SSL/TLS session.
|
|
684
|
+
#
|
|
685
|
+
# === Addresses and Ports
|
|
686
|
+
#
|
|
687
|
+
# - {:address}[rdoc-ref:Gem::Net::HTTP#address]:
|
|
688
|
+
# Returns the string host name or host IP.
|
|
689
|
+
# - {::default_port}[rdoc-ref:Gem::Net::HTTP.default_port]:
|
|
690
|
+
# Returns integer 80, the default port to use for HTTP requests.
|
|
691
|
+
# - {::http_default_port}[rdoc-ref:Gem::Net::HTTP.http_default_port]:
|
|
692
|
+
# Returns integer 80, the default port to use for HTTP requests.
|
|
693
|
+
# - {::https_default_port}[rdoc-ref:Gem::Net::HTTP.https_default_port]:
|
|
694
|
+
# Returns integer 443, the default port to use for HTTPS requests.
|
|
695
|
+
# - {#ipaddr}[rdoc-ref:Gem::Net::HTTP#ipaddr]:
|
|
696
|
+
# Returns the IP address for the connection.
|
|
697
|
+
# - {#ipaddr=}[rdoc-ref:Gem::Net::HTTP#ipaddr=]:
|
|
698
|
+
# Sets the IP address for the connection.
|
|
699
|
+
# - {:local_host}[rdoc-ref:Gem::Net::HTTP#local_host]:
|
|
700
|
+
# Returns the string local host used to establish the connection.
|
|
701
|
+
# - {:local_host=}[rdoc-ref:Gem::Net::HTTP#local_host=]:
|
|
702
|
+
# Sets the string local host used to establish the connection.
|
|
703
|
+
# - {:local_port}[rdoc-ref:Gem::Net::HTTP#local_port]:
|
|
704
|
+
# Returns the integer local port used to establish the connection.
|
|
705
|
+
# - {:local_port=}[rdoc-ref:Gem::Net::HTTP#local_port=]:
|
|
706
|
+
# Sets the integer local port used to establish the connection.
|
|
707
|
+
# - {:port}[rdoc-ref:Gem::Net::HTTP#port]:
|
|
708
|
+
# Returns the integer port number.
|
|
709
|
+
#
|
|
710
|
+
# === \HTTP Version
|
|
711
|
+
#
|
|
712
|
+
# - {::version_1_2?}[rdoc-ref:Gem::Net::HTTP.version_1_2?]
|
|
713
|
+
# (aliased as {::is_version_1_2?}[rdoc-ref:Gem::Net::HTTP.is_version_1_2?]
|
|
714
|
+
# and {::version_1_2}[rdoc-ref:Gem::Net::HTTP.version_1_2]):
|
|
715
|
+
# Returns true; retained for compatibility.
|
|
716
|
+
#
|
|
717
|
+
# === Debugging
|
|
718
|
+
#
|
|
719
|
+
# - {#set_debug_output}[rdoc-ref:Gem::Net::HTTP#set_debug_output]:
|
|
720
|
+
# Sets the output stream for debugging.
|
|
721
|
+
#
|
|
722
|
+
class HTTP < Protocol
|
|
723
|
+
|
|
724
|
+
# :stopdoc:
|
|
725
|
+
VERSION = "0.4.0"
|
|
726
|
+
HTTPVersion = '1.1'
|
|
727
|
+
begin
|
|
728
|
+
require 'zlib'
|
|
729
|
+
HAVE_ZLIB=true
|
|
730
|
+
rescue LoadError
|
|
731
|
+
HAVE_ZLIB=false
|
|
732
|
+
end
|
|
733
|
+
# :startdoc:
|
|
734
|
+
|
|
735
|
+
# Returns +true+; retained for compatibility.
|
|
736
|
+
def HTTP.version_1_2
|
|
737
|
+
true
|
|
738
|
+
end
|
|
739
|
+
|
|
740
|
+
# Returns +true+; retained for compatibility.
|
|
741
|
+
def HTTP.version_1_2?
|
|
742
|
+
true
|
|
743
|
+
end
|
|
744
|
+
|
|
745
|
+
# Returns +false+; retained for compatibility.
|
|
746
|
+
def HTTP.version_1_1? #:nodoc:
|
|
747
|
+
false
|
|
748
|
+
end
|
|
749
|
+
|
|
750
|
+
class << HTTP
|
|
751
|
+
alias is_version_1_1? version_1_1? #:nodoc:
|
|
752
|
+
alias is_version_1_2? version_1_2? #:nodoc:
|
|
753
|
+
end
|
|
754
|
+
|
|
755
|
+
# :call-seq:
|
|
756
|
+
# Gem::Net::HTTP.get_print(hostname, path, port = 80) -> nil
|
|
757
|
+
# Gem::Net::HTTP:get_print(uri, headers = {}, port = uri.port) -> nil
|
|
758
|
+
#
|
|
759
|
+
# Like Gem::Net::HTTP.get, but writes the returned body to $stdout;
|
|
760
|
+
# returns +nil+.
|
|
761
|
+
def HTTP.get_print(uri_or_host, path_or_headers = nil, port = nil)
|
|
762
|
+
get_response(uri_or_host, path_or_headers, port) {|res|
|
|
763
|
+
res.read_body do |chunk|
|
|
764
|
+
$stdout.print chunk
|
|
765
|
+
end
|
|
766
|
+
}
|
|
767
|
+
nil
|
|
768
|
+
end
|
|
769
|
+
|
|
770
|
+
# :call-seq:
|
|
771
|
+
# Gem::Net::HTTP.get(hostname, path, port = 80) -> body
|
|
772
|
+
# Gem::Net::HTTP:get(uri, headers = {}, port = uri.port) -> body
|
|
773
|
+
#
|
|
774
|
+
# Sends a GET request and returns the \HTTP response body as a string.
|
|
775
|
+
#
|
|
776
|
+
# With string arguments +hostname+ and +path+:
|
|
777
|
+
#
|
|
778
|
+
# hostname = 'jsonplaceholder.typicode.com'
|
|
779
|
+
# path = '/todos/1'
|
|
780
|
+
# puts Gem::Net::HTTP.get(hostname, path)
|
|
781
|
+
#
|
|
782
|
+
# Output:
|
|
783
|
+
#
|
|
784
|
+
# {
|
|
785
|
+
# "userId": 1,
|
|
786
|
+
# "id": 1,
|
|
787
|
+
# "title": "delectus aut autem",
|
|
788
|
+
# "completed": false
|
|
789
|
+
# }
|
|
790
|
+
#
|
|
791
|
+
# With URI object +uri+ and optional hash argument +headers+:
|
|
792
|
+
#
|
|
793
|
+
# uri = Gem::URI('https://jsonplaceholder.typicode.com/todos/1')
|
|
794
|
+
# headers = {'Content-type' => 'application/json; charset=UTF-8'}
|
|
795
|
+
# Gem::Net::HTTP.get(uri, headers)
|
|
796
|
+
#
|
|
797
|
+
# Related:
|
|
798
|
+
#
|
|
799
|
+
# - Gem::Net::HTTP::Get: request class for \HTTP method +GET+.
|
|
800
|
+
# - Gem::Net::HTTP#get: convenience method for \HTTP method +GET+.
|
|
801
|
+
#
|
|
802
|
+
def HTTP.get(uri_or_host, path_or_headers = nil, port = nil)
|
|
803
|
+
get_response(uri_or_host, path_or_headers, port).body
|
|
804
|
+
end
|
|
805
|
+
|
|
806
|
+
# :call-seq:
|
|
807
|
+
# Gem::Net::HTTP.get_response(hostname, path, port = 80) -> http_response
|
|
808
|
+
# Gem::Net::HTTP:get_response(uri, headers = {}, port = uri.port) -> http_response
|
|
809
|
+
#
|
|
810
|
+
# Like Gem::Net::HTTP.get, but returns a Gem::Net::HTTPResponse object
|
|
811
|
+
# instead of the body string.
|
|
812
|
+
def HTTP.get_response(uri_or_host, path_or_headers = nil, port = nil, &block)
|
|
813
|
+
if path_or_headers && !path_or_headers.is_a?(Hash)
|
|
814
|
+
host = uri_or_host
|
|
815
|
+
path = path_or_headers
|
|
816
|
+
new(host, port || HTTP.default_port).start {|http|
|
|
817
|
+
return http.request_get(path, &block)
|
|
818
|
+
}
|
|
819
|
+
else
|
|
820
|
+
uri = uri_or_host
|
|
821
|
+
headers = path_or_headers
|
|
822
|
+
start(uri.hostname, uri.port,
|
|
823
|
+
:use_ssl => uri.scheme == 'https') {|http|
|
|
824
|
+
return http.request_get(uri, headers, &block)
|
|
825
|
+
}
|
|
826
|
+
end
|
|
827
|
+
end
|
|
828
|
+
|
|
829
|
+
# Posts data to a host; returns a Gem::Net::HTTPResponse object.
|
|
830
|
+
#
|
|
831
|
+
# Argument +url+ must be a URL;
|
|
832
|
+
# argument +data+ must be a string:
|
|
833
|
+
#
|
|
834
|
+
# _uri = uri.dup
|
|
835
|
+
# _uri.path = '/posts'
|
|
836
|
+
# data = '{"title": "foo", "body": "bar", "userId": 1}'
|
|
837
|
+
# headers = {'content-type': 'application/json'}
|
|
838
|
+
# res = Gem::Net::HTTP.post(_uri, data, headers) # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
839
|
+
# puts res.body
|
|
840
|
+
#
|
|
841
|
+
# Output:
|
|
842
|
+
#
|
|
843
|
+
# {
|
|
844
|
+
# "title": "foo",
|
|
845
|
+
# "body": "bar",
|
|
846
|
+
# "userId": 1,
|
|
847
|
+
# "id": 101
|
|
848
|
+
# }
|
|
849
|
+
#
|
|
850
|
+
# Related:
|
|
851
|
+
#
|
|
852
|
+
# - Gem::Net::HTTP::Post: request class for \HTTP method +POST+.
|
|
853
|
+
# - Gem::Net::HTTP#post: convenience method for \HTTP method +POST+.
|
|
854
|
+
#
|
|
855
|
+
def HTTP.post(url, data, header = nil)
|
|
856
|
+
start(url.hostname, url.port,
|
|
857
|
+
:use_ssl => url.scheme == 'https' ) {|http|
|
|
858
|
+
http.post(url, data, header)
|
|
859
|
+
}
|
|
860
|
+
end
|
|
861
|
+
|
|
862
|
+
# Posts data to a host; returns a Gem::Net::HTTPResponse object.
|
|
863
|
+
#
|
|
864
|
+
# Argument +url+ must be a URI;
|
|
865
|
+
# argument +data+ must be a hash:
|
|
866
|
+
#
|
|
867
|
+
# _uri = uri.dup
|
|
868
|
+
# _uri.path = '/posts'
|
|
869
|
+
# data = {title: 'foo', body: 'bar', userId: 1}
|
|
870
|
+
# res = Gem::Net::HTTP.post_form(_uri, data) # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
871
|
+
# puts res.body
|
|
872
|
+
#
|
|
873
|
+
# Output:
|
|
874
|
+
#
|
|
875
|
+
# {
|
|
876
|
+
# "title": "foo",
|
|
877
|
+
# "body": "bar",
|
|
878
|
+
# "userId": "1",
|
|
879
|
+
# "id": 101
|
|
880
|
+
# }
|
|
881
|
+
#
|
|
882
|
+
def HTTP.post_form(url, params)
|
|
883
|
+
req = Post.new(url)
|
|
884
|
+
req.form_data = params
|
|
885
|
+
req.basic_auth url.user, url.password if url.user
|
|
886
|
+
start(url.hostname, url.port,
|
|
887
|
+
:use_ssl => url.scheme == 'https' ) {|http|
|
|
888
|
+
http.request(req)
|
|
889
|
+
}
|
|
890
|
+
end
|
|
891
|
+
|
|
892
|
+
#
|
|
893
|
+
# \HTTP session management
|
|
894
|
+
#
|
|
895
|
+
|
|
896
|
+
# Returns integer +80+, the default port to use for \HTTP requests:
|
|
897
|
+
#
|
|
898
|
+
# Gem::Net::HTTP.default_port # => 80
|
|
899
|
+
#
|
|
900
|
+
def HTTP.default_port
|
|
901
|
+
http_default_port()
|
|
902
|
+
end
|
|
903
|
+
|
|
904
|
+
# Returns integer +80+, the default port to use for \HTTP requests:
|
|
905
|
+
#
|
|
906
|
+
# Gem::Net::HTTP.http_default_port # => 80
|
|
907
|
+
#
|
|
908
|
+
def HTTP.http_default_port
|
|
909
|
+
80
|
|
910
|
+
end
|
|
911
|
+
|
|
912
|
+
# Returns integer +443+, the default port to use for HTTPS requests:
|
|
913
|
+
#
|
|
914
|
+
# Gem::Net::HTTP.https_default_port # => 443
|
|
915
|
+
#
|
|
916
|
+
def HTTP.https_default_port
|
|
917
|
+
443
|
|
918
|
+
end
|
|
919
|
+
|
|
920
|
+
def HTTP.socket_type #:nodoc: obsolete
|
|
921
|
+
BufferedIO
|
|
922
|
+
end
|
|
923
|
+
|
|
924
|
+
# :call-seq:
|
|
925
|
+
# HTTP.start(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, opts) -> http
|
|
926
|
+
# HTTP.start(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, opts) {|http| ... } -> object
|
|
927
|
+
#
|
|
928
|
+
# Creates a new \Gem::Net::HTTP object, +http+, via \Gem::Net::HTTP.new:
|
|
929
|
+
#
|
|
930
|
+
# - For arguments +address+ and +port+, see Gem::Net::HTTP.new.
|
|
931
|
+
# - For proxy-defining arguments +p_addr+ through +p_pass+,
|
|
932
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
933
|
+
# - For argument +opts+, see below.
|
|
934
|
+
#
|
|
935
|
+
# With no block given:
|
|
936
|
+
#
|
|
937
|
+
# - Calls <tt>http.start</tt> with no block (see #start),
|
|
938
|
+
# which opens a TCP connection and \HTTP session.
|
|
939
|
+
# - Returns +http+.
|
|
940
|
+
# - The caller should call #finish to close the session:
|
|
941
|
+
#
|
|
942
|
+
# http = Gem::Net::HTTP.start(hostname)
|
|
943
|
+
# http.started? # => true
|
|
944
|
+
# http.finish
|
|
945
|
+
# http.started? # => false
|
|
946
|
+
#
|
|
947
|
+
# With a block given:
|
|
948
|
+
#
|
|
949
|
+
# - Calls <tt>http.start</tt> with the block (see #start), which:
|
|
950
|
+
#
|
|
951
|
+
# - Opens a TCP connection and \HTTP session.
|
|
952
|
+
# - Calls the block,
|
|
953
|
+
# which may make any number of requests to the host.
|
|
954
|
+
# - Closes the \HTTP session and TCP connection on block exit.
|
|
955
|
+
# - Returns the block's value +object+.
|
|
956
|
+
#
|
|
957
|
+
# - Returns +object+.
|
|
958
|
+
#
|
|
959
|
+
# Example:
|
|
960
|
+
#
|
|
961
|
+
# hostname = 'jsonplaceholder.typicode.com'
|
|
962
|
+
# Gem::Net::HTTP.start(hostname) do |http|
|
|
963
|
+
# puts http.get('/todos/1').body
|
|
964
|
+
# puts http.get('/todos/2').body
|
|
965
|
+
# end
|
|
966
|
+
#
|
|
967
|
+
# Output:
|
|
968
|
+
#
|
|
969
|
+
# {
|
|
970
|
+
# "userId": 1,
|
|
971
|
+
# "id": 1,
|
|
972
|
+
# "title": "delectus aut autem",
|
|
973
|
+
# "completed": false
|
|
974
|
+
# }
|
|
975
|
+
# {
|
|
976
|
+
# "userId": 1,
|
|
977
|
+
# "id": 2,
|
|
978
|
+
# "title": "quis ut nam facilis et officia qui",
|
|
979
|
+
# "completed": false
|
|
980
|
+
# }
|
|
981
|
+
#
|
|
982
|
+
# If the last argument given is a hash, it is the +opts+ hash,
|
|
983
|
+
# where each key is a method or accessor to be called,
|
|
984
|
+
# and its value is the value to be set.
|
|
985
|
+
#
|
|
986
|
+
# The keys may include:
|
|
987
|
+
#
|
|
988
|
+
# - #ca_file
|
|
989
|
+
# - #ca_path
|
|
990
|
+
# - #cert
|
|
991
|
+
# - #cert_store
|
|
992
|
+
# - #ciphers
|
|
993
|
+
# - #close_on_empty_response
|
|
994
|
+
# - +ipaddr+ (calls #ipaddr=)
|
|
995
|
+
# - #keep_alive_timeout
|
|
996
|
+
# - #key
|
|
997
|
+
# - #open_timeout
|
|
998
|
+
# - #read_timeout
|
|
999
|
+
# - #ssl_timeout
|
|
1000
|
+
# - #ssl_version
|
|
1001
|
+
# - +use_ssl+ (calls #use_ssl=)
|
|
1002
|
+
# - #verify_callback
|
|
1003
|
+
# - #verify_depth
|
|
1004
|
+
# - #verify_mode
|
|
1005
|
+
# - #write_timeout
|
|
1006
|
+
#
|
|
1007
|
+
# Note: If +port+ is +nil+ and <tt>opts[:use_ssl]</tt> is a truthy value,
|
|
1008
|
+
# the value passed to +new+ is Gem::Net::HTTP.https_default_port, not +port+.
|
|
1009
|
+
#
|
|
1010
|
+
def HTTP.start(address, *arg, &block) # :yield: +http+
|
|
1011
|
+
arg.pop if opt = Hash.try_convert(arg[-1])
|
|
1012
|
+
port, p_addr, p_port, p_user, p_pass = *arg
|
|
1013
|
+
p_addr = :ENV if arg.size < 2
|
|
1014
|
+
port = https_default_port if !port && opt && opt[:use_ssl]
|
|
1015
|
+
http = new(address, port, p_addr, p_port, p_user, p_pass)
|
|
1016
|
+
http.ipaddr = opt[:ipaddr] if opt && opt[:ipaddr]
|
|
1017
|
+
|
|
1018
|
+
if opt
|
|
1019
|
+
if opt[:use_ssl]
|
|
1020
|
+
opt = {verify_mode: OpenSSL::SSL::VERIFY_PEER}.update(opt)
|
|
1021
|
+
end
|
|
1022
|
+
http.methods.grep(/\A(\w+)=\z/) do |meth|
|
|
1023
|
+
key = $1.to_sym
|
|
1024
|
+
opt.key?(key) or next
|
|
1025
|
+
http.__send__(meth, opt[key])
|
|
1026
|
+
end
|
|
1027
|
+
end
|
|
1028
|
+
|
|
1029
|
+
http.start(&block)
|
|
1030
|
+
end
|
|
1031
|
+
|
|
1032
|
+
class << HTTP
|
|
1033
|
+
alias newobj new # :nodoc:
|
|
1034
|
+
end
|
|
1035
|
+
|
|
1036
|
+
# Returns a new \Gem::Net::HTTP object +http+
|
|
1037
|
+
# (but does not open a TCP connection or \HTTP session).
|
|
1038
|
+
#
|
|
1039
|
+
# With only string argument +address+ given
|
|
1040
|
+
# (and <tt>ENV['http_proxy']</tt> undefined or +nil+),
|
|
1041
|
+
# the returned +http+:
|
|
1042
|
+
#
|
|
1043
|
+
# - Has the given address.
|
|
1044
|
+
# - Has the default port number, Gem::Net::HTTP.default_port (80).
|
|
1045
|
+
# - Has no proxy.
|
|
1046
|
+
#
|
|
1047
|
+
# Example:
|
|
1048
|
+
#
|
|
1049
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1050
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=false>
|
|
1051
|
+
# http.address # => "jsonplaceholder.typicode.com"
|
|
1052
|
+
# http.port # => 80
|
|
1053
|
+
# http.proxy? # => false
|
|
1054
|
+
#
|
|
1055
|
+
# With integer argument +port+ also given,
|
|
1056
|
+
# the returned +http+ has the given port:
|
|
1057
|
+
#
|
|
1058
|
+
# http = Gem::Net::HTTP.new(hostname, 8000)
|
|
1059
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:8000 open=false>
|
|
1060
|
+
# http.port # => 8000
|
|
1061
|
+
#
|
|
1062
|
+
# For proxy-defining arguments +p_addr+ through +p_no_proxy+,
|
|
1063
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1064
|
+
#
|
|
1065
|
+
def HTTP.new(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil, p_no_proxy = nil)
|
|
1066
|
+
http = super address, port
|
|
1067
|
+
|
|
1068
|
+
if proxy_class? then # from Gem::Net::HTTP::Proxy()
|
|
1069
|
+
http.proxy_from_env = @proxy_from_env
|
|
1070
|
+
http.proxy_address = @proxy_address
|
|
1071
|
+
http.proxy_port = @proxy_port
|
|
1072
|
+
http.proxy_user = @proxy_user
|
|
1073
|
+
http.proxy_pass = @proxy_pass
|
|
1074
|
+
elsif p_addr == :ENV then
|
|
1075
|
+
http.proxy_from_env = true
|
|
1076
|
+
else
|
|
1077
|
+
if p_addr && p_no_proxy && !Gem::URI::Generic.use_proxy?(address, address, port, p_no_proxy)
|
|
1078
|
+
p_addr = nil
|
|
1079
|
+
p_port = nil
|
|
1080
|
+
end
|
|
1081
|
+
http.proxy_address = p_addr
|
|
1082
|
+
http.proxy_port = p_port || default_port
|
|
1083
|
+
http.proxy_user = p_user
|
|
1084
|
+
http.proxy_pass = p_pass
|
|
1085
|
+
end
|
|
1086
|
+
|
|
1087
|
+
http
|
|
1088
|
+
end
|
|
1089
|
+
|
|
1090
|
+
# Creates a new \Gem::Net::HTTP object for the specified server address,
|
|
1091
|
+
# without opening the TCP connection or initializing the \HTTP session.
|
|
1092
|
+
# The +address+ should be a DNS hostname or IP address.
|
|
1093
|
+
def initialize(address, port = nil) # :nodoc:
|
|
1094
|
+
@address = address
|
|
1095
|
+
@port = (port || HTTP.default_port)
|
|
1096
|
+
@ipaddr = nil
|
|
1097
|
+
@local_host = nil
|
|
1098
|
+
@local_port = nil
|
|
1099
|
+
@curr_http_version = HTTPVersion
|
|
1100
|
+
@keep_alive_timeout = 2
|
|
1101
|
+
@last_communicated = nil
|
|
1102
|
+
@close_on_empty_response = false
|
|
1103
|
+
@socket = nil
|
|
1104
|
+
@started = false
|
|
1105
|
+
@open_timeout = 60
|
|
1106
|
+
@read_timeout = 60
|
|
1107
|
+
@write_timeout = 60
|
|
1108
|
+
@continue_timeout = nil
|
|
1109
|
+
@max_retries = 1
|
|
1110
|
+
@debug_output = nil
|
|
1111
|
+
@response_body_encoding = false
|
|
1112
|
+
@ignore_eof = true
|
|
1113
|
+
|
|
1114
|
+
@proxy_from_env = false
|
|
1115
|
+
@proxy_uri = nil
|
|
1116
|
+
@proxy_address = nil
|
|
1117
|
+
@proxy_port = nil
|
|
1118
|
+
@proxy_user = nil
|
|
1119
|
+
@proxy_pass = nil
|
|
1120
|
+
|
|
1121
|
+
@use_ssl = false
|
|
1122
|
+
@ssl_context = nil
|
|
1123
|
+
@ssl_session = nil
|
|
1124
|
+
@sspi_enabled = false
|
|
1125
|
+
SSL_IVNAMES.each do |ivname|
|
|
1126
|
+
instance_variable_set ivname, nil
|
|
1127
|
+
end
|
|
1128
|
+
end
|
|
1129
|
+
|
|
1130
|
+
# Returns a string representation of +self+:
|
|
1131
|
+
#
|
|
1132
|
+
# Gem::Net::HTTP.new(hostname).inspect
|
|
1133
|
+
# # => "#<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=false>"
|
|
1134
|
+
#
|
|
1135
|
+
def inspect
|
|
1136
|
+
"#<#{self.class} #{@address}:#{@port} open=#{started?}>"
|
|
1137
|
+
end
|
|
1138
|
+
|
|
1139
|
+
# *WARNING* This method opens a serious security hole.
|
|
1140
|
+
# Never use this method in production code.
|
|
1141
|
+
#
|
|
1142
|
+
# Sets the output stream for debugging:
|
|
1143
|
+
#
|
|
1144
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1145
|
+
# File.open('t.tmp', 'w') do |file|
|
|
1146
|
+
# http.set_debug_output(file)
|
|
1147
|
+
# http.start
|
|
1148
|
+
# http.get('/nosuch/1')
|
|
1149
|
+
# http.finish
|
|
1150
|
+
# end
|
|
1151
|
+
# puts File.read('t.tmp')
|
|
1152
|
+
#
|
|
1153
|
+
# Output:
|
|
1154
|
+
#
|
|
1155
|
+
# opening connection to jsonplaceholder.typicode.com:80...
|
|
1156
|
+
# opened
|
|
1157
|
+
# <- "GET /nosuch/1 HTTP/1.1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nUser-Agent: Ruby\r\nHost: jsonplaceholder.typicode.com\r\n\r\n"
|
|
1158
|
+
# -> "HTTP/1.1 404 Not Found\r\n"
|
|
1159
|
+
# -> "Date: Mon, 12 Dec 2022 21:14:11 GMT\r\n"
|
|
1160
|
+
# -> "Content-Type: application/json; charset=utf-8\r\n"
|
|
1161
|
+
# -> "Content-Length: 2\r\n"
|
|
1162
|
+
# -> "Connection: keep-alive\r\n"
|
|
1163
|
+
# -> "X-Powered-By: Express\r\n"
|
|
1164
|
+
# -> "X-Ratelimit-Limit: 1000\r\n"
|
|
1165
|
+
# -> "X-Ratelimit-Remaining: 999\r\n"
|
|
1166
|
+
# -> "X-Ratelimit-Reset: 1670879660\r\n"
|
|
1167
|
+
# -> "Vary: Origin, Accept-Encoding\r\n"
|
|
1168
|
+
# -> "Access-Control-Allow-Credentials: true\r\n"
|
|
1169
|
+
# -> "Cache-Control: max-age=43200\r\n"
|
|
1170
|
+
# -> "Pragma: no-cache\r\n"
|
|
1171
|
+
# -> "Expires: -1\r\n"
|
|
1172
|
+
# -> "X-Content-Type-Options: nosniff\r\n"
|
|
1173
|
+
# -> "Etag: W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\"\r\n"
|
|
1174
|
+
# -> "Via: 1.1 vegur\r\n"
|
|
1175
|
+
# -> "CF-Cache-Status: MISS\r\n"
|
|
1176
|
+
# -> "Server-Timing: cf-q-config;dur=1.3000000762986e-05\r\n"
|
|
1177
|
+
# -> "Report-To: {\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=yOr40jo%2BwS1KHzhTlVpl54beJ5Wx2FcG4gGV0XVrh3X9OlR5q4drUn2dkt5DGO4GDcE%2BVXT7CNgJvGs%2BZleIyMu8CLieFiDIvOviOY3EhHg94m0ZNZgrEdpKD0S85S507l1vsEwEHkoTm%2Ff19SiO\"}],\"group\":\"cf-nel\",\"max_age\":604800}\r\n"
|
|
1178
|
+
# -> "NEL: {\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\r\n"
|
|
1179
|
+
# -> "Server: cloudflare\r\n"
|
|
1180
|
+
# -> "CF-RAY: 778977dc484ce591-DFW\r\n"
|
|
1181
|
+
# -> "alt-svc: h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400\r\n"
|
|
1182
|
+
# -> "\r\n"
|
|
1183
|
+
# reading 2 bytes...
|
|
1184
|
+
# -> "{}"
|
|
1185
|
+
# read 2 bytes
|
|
1186
|
+
# Conn keep-alive
|
|
1187
|
+
#
|
|
1188
|
+
def set_debug_output(output)
|
|
1189
|
+
warn 'Gem::Net::HTTP#set_debug_output called after HTTP started', uplevel: 1 if started?
|
|
1190
|
+
@debug_output = output
|
|
1191
|
+
end
|
|
1192
|
+
|
|
1193
|
+
# Returns the string host name or host IP given as argument +address+ in ::new.
|
|
1194
|
+
attr_reader :address
|
|
1195
|
+
|
|
1196
|
+
# Returns the integer port number given as argument +port+ in ::new.
|
|
1197
|
+
attr_reader :port
|
|
1198
|
+
|
|
1199
|
+
# Sets or returns the string local host used to establish the connection;
|
|
1200
|
+
# initially +nil+.
|
|
1201
|
+
attr_accessor :local_host
|
|
1202
|
+
|
|
1203
|
+
# Sets or returns the integer local port used to establish the connection;
|
|
1204
|
+
# initially +nil+.
|
|
1205
|
+
attr_accessor :local_port
|
|
1206
|
+
|
|
1207
|
+
# Returns the encoding to use for the response body;
|
|
1208
|
+
# see #response_body_encoding=.
|
|
1209
|
+
attr_reader :response_body_encoding
|
|
1210
|
+
|
|
1211
|
+
# Sets the encoding to be used for the response body;
|
|
1212
|
+
# returns the encoding.
|
|
1213
|
+
#
|
|
1214
|
+
# The given +value+ may be:
|
|
1215
|
+
#
|
|
1216
|
+
# - An Encoding object.
|
|
1217
|
+
# - The name of an encoding.
|
|
1218
|
+
# - An alias for an encoding name.
|
|
1219
|
+
#
|
|
1220
|
+
# See {Encoding}[https://docs.ruby-lang.org/en/master/Encoding.html].
|
|
1221
|
+
#
|
|
1222
|
+
# Examples:
|
|
1223
|
+
#
|
|
1224
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1225
|
+
# http.response_body_encoding = Encoding::US_ASCII # => #<Encoding:US-ASCII>
|
|
1226
|
+
# http.response_body_encoding = 'US-ASCII' # => "US-ASCII"
|
|
1227
|
+
# http.response_body_encoding = 'ASCII' # => "ASCII"
|
|
1228
|
+
#
|
|
1229
|
+
def response_body_encoding=(value)
|
|
1230
|
+
value = Encoding.find(value) if value.is_a?(String)
|
|
1231
|
+
@response_body_encoding = value
|
|
1232
|
+
end
|
|
1233
|
+
|
|
1234
|
+
# Sets whether to determine the proxy from environment variable
|
|
1235
|
+
# '<tt>ENV['http_proxy']</tt>';
|
|
1236
|
+
# see {Proxy Using ENV['http_proxy']}[rdoc-ref:Gem::Net::HTTP@Proxy+Using+-27ENV-5B-27http_proxy-27-5D-27].
|
|
1237
|
+
attr_writer :proxy_from_env
|
|
1238
|
+
|
|
1239
|
+
# Sets the proxy address;
|
|
1240
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1241
|
+
attr_writer :proxy_address
|
|
1242
|
+
|
|
1243
|
+
# Sets the proxy port;
|
|
1244
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1245
|
+
attr_writer :proxy_port
|
|
1246
|
+
|
|
1247
|
+
# Sets the proxy user;
|
|
1248
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1249
|
+
attr_writer :proxy_user
|
|
1250
|
+
|
|
1251
|
+
# Sets the proxy password;
|
|
1252
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1253
|
+
attr_writer :proxy_pass
|
|
1254
|
+
|
|
1255
|
+
# Returns the IP address for the connection.
|
|
1256
|
+
#
|
|
1257
|
+
# If the session has not been started,
|
|
1258
|
+
# returns the value set by #ipaddr=,
|
|
1259
|
+
# or +nil+ if it has not been set:
|
|
1260
|
+
#
|
|
1261
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1262
|
+
# http.ipaddr # => nil
|
|
1263
|
+
# http.ipaddr = '172.67.155.76'
|
|
1264
|
+
# http.ipaddr # => "172.67.155.76"
|
|
1265
|
+
#
|
|
1266
|
+
# If the session has been started,
|
|
1267
|
+
# returns the IP address from the socket:
|
|
1268
|
+
#
|
|
1269
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1270
|
+
# http.start
|
|
1271
|
+
# http.ipaddr # => "172.67.155.76"
|
|
1272
|
+
# http.finish
|
|
1273
|
+
#
|
|
1274
|
+
def ipaddr
|
|
1275
|
+
started? ? @socket.io.peeraddr[3] : @ipaddr
|
|
1276
|
+
end
|
|
1277
|
+
|
|
1278
|
+
# Sets the IP address for the connection:
|
|
1279
|
+
#
|
|
1280
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1281
|
+
# http.ipaddr # => nil
|
|
1282
|
+
# http.ipaddr = '172.67.155.76'
|
|
1283
|
+
# http.ipaddr # => "172.67.155.76"
|
|
1284
|
+
#
|
|
1285
|
+
# The IP address may not be set if the session has been started.
|
|
1286
|
+
def ipaddr=(addr)
|
|
1287
|
+
raise IOError, "ipaddr value changed, but session already started" if started?
|
|
1288
|
+
@ipaddr = addr
|
|
1289
|
+
end
|
|
1290
|
+
|
|
1291
|
+
# Sets or returns the numeric (\Integer or \Float) number of seconds
|
|
1292
|
+
# to wait for a connection to open;
|
|
1293
|
+
# initially 60.
|
|
1294
|
+
# If the connection is not made in the given interval,
|
|
1295
|
+
# an exception is raised.
|
|
1296
|
+
attr_accessor :open_timeout
|
|
1297
|
+
|
|
1298
|
+
# Returns the numeric (\Integer or \Float) number of seconds
|
|
1299
|
+
# to wait for one block to be read (via one read(2) call);
|
|
1300
|
+
# see #read_timeout=.
|
|
1301
|
+
attr_reader :read_timeout
|
|
1302
|
+
|
|
1303
|
+
# Returns the numeric (\Integer or \Float) number of seconds
|
|
1304
|
+
# to wait for one block to be written (via one write(2) call);
|
|
1305
|
+
# see #write_timeout=.
|
|
1306
|
+
attr_reader :write_timeout
|
|
1307
|
+
|
|
1308
|
+
# Sets the maximum number of times to retry an idempotent request in case of
|
|
1309
|
+
# \Gem::Net::ReadTimeout, IOError, EOFError, Errno::ECONNRESET,
|
|
1310
|
+
# Errno::ECONNABORTED, Errno::EPIPE, OpenSSL::SSL::SSLError,
|
|
1311
|
+
# Gem::Timeout::Error.
|
|
1312
|
+
# The initial value is 1.
|
|
1313
|
+
#
|
|
1314
|
+
# Argument +retries+ must be a non-negative numeric value:
|
|
1315
|
+
#
|
|
1316
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1317
|
+
# http.max_retries = 2 # => 2
|
|
1318
|
+
# http.max_retries # => 2
|
|
1319
|
+
#
|
|
1320
|
+
def max_retries=(retries)
|
|
1321
|
+
retries = retries.to_int
|
|
1322
|
+
if retries < 0
|
|
1323
|
+
raise ArgumentError, 'max_retries should be non-negative integer number'
|
|
1324
|
+
end
|
|
1325
|
+
@max_retries = retries
|
|
1326
|
+
end
|
|
1327
|
+
|
|
1328
|
+
# Returns the maximum number of times to retry an idempotent request;
|
|
1329
|
+
# see #max_retries=.
|
|
1330
|
+
attr_reader :max_retries
|
|
1331
|
+
|
|
1332
|
+
# Sets the read timeout, in seconds, for +self+ to integer +sec+;
|
|
1333
|
+
# the initial value is 60.
|
|
1334
|
+
#
|
|
1335
|
+
# Argument +sec+ must be a non-negative numeric value:
|
|
1336
|
+
#
|
|
1337
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1338
|
+
# http.read_timeout # => 60
|
|
1339
|
+
# http.get('/todos/1') # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
1340
|
+
# http.read_timeout = 0
|
|
1341
|
+
# http.get('/todos/1') # Raises Gem::Net::ReadTimeout.
|
|
1342
|
+
#
|
|
1343
|
+
def read_timeout=(sec)
|
|
1344
|
+
@socket.read_timeout = sec if @socket
|
|
1345
|
+
@read_timeout = sec
|
|
1346
|
+
end
|
|
1347
|
+
|
|
1348
|
+
# Sets the write timeout, in seconds, for +self+ to integer +sec+;
|
|
1349
|
+
# the initial value is 60.
|
|
1350
|
+
#
|
|
1351
|
+
# Argument +sec+ must be a non-negative numeric value:
|
|
1352
|
+
#
|
|
1353
|
+
# _uri = uri.dup
|
|
1354
|
+
# _uri.path = '/posts'
|
|
1355
|
+
# body = 'bar' * 200000
|
|
1356
|
+
# data = <<EOF
|
|
1357
|
+
# {"title": "foo", "body": "#{body}", "userId": "1"}
|
|
1358
|
+
# EOF
|
|
1359
|
+
# headers = {'content-type': 'application/json'}
|
|
1360
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1361
|
+
# http.write_timeout # => 60
|
|
1362
|
+
# http.post(_uri.path, data, headers)
|
|
1363
|
+
# # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
1364
|
+
# http.write_timeout = 0
|
|
1365
|
+
# http.post(_uri.path, data, headers) # Raises Gem::Net::WriteTimeout.
|
|
1366
|
+
#
|
|
1367
|
+
def write_timeout=(sec)
|
|
1368
|
+
@socket.write_timeout = sec if @socket
|
|
1369
|
+
@write_timeout = sec
|
|
1370
|
+
end
|
|
1371
|
+
|
|
1372
|
+
# Returns the continue timeout value;
|
|
1373
|
+
# see continue_timeout=.
|
|
1374
|
+
attr_reader :continue_timeout
|
|
1375
|
+
|
|
1376
|
+
# Sets the continue timeout value,
|
|
1377
|
+
# which is the number of seconds to wait for an expected 100 Continue response.
|
|
1378
|
+
# If the \HTTP object does not receive a response in this many seconds
|
|
1379
|
+
# it sends the request body.
|
|
1380
|
+
def continue_timeout=(sec)
|
|
1381
|
+
@socket.continue_timeout = sec if @socket
|
|
1382
|
+
@continue_timeout = sec
|
|
1383
|
+
end
|
|
1384
|
+
|
|
1385
|
+
# Sets or returns the numeric (\Integer or \Float) number of seconds
|
|
1386
|
+
# to keep the connection open after a request is sent;
|
|
1387
|
+
# initially 2.
|
|
1388
|
+
# If a new request is made during the given interval,
|
|
1389
|
+
# the still-open connection is used;
|
|
1390
|
+
# otherwise the connection will have been closed
|
|
1391
|
+
# and a new connection is opened.
|
|
1392
|
+
attr_accessor :keep_alive_timeout
|
|
1393
|
+
|
|
1394
|
+
# Sets or returns whether to ignore end-of-file when reading a response body
|
|
1395
|
+
# with <tt>Content-Length</tt> headers;
|
|
1396
|
+
# initially +true+.
|
|
1397
|
+
attr_accessor :ignore_eof
|
|
1398
|
+
|
|
1399
|
+
# Returns +true+ if the \HTTP session has been started:
|
|
1400
|
+
#
|
|
1401
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1402
|
+
# http.started? # => false
|
|
1403
|
+
# http.start
|
|
1404
|
+
# http.started? # => true
|
|
1405
|
+
# http.finish # => nil
|
|
1406
|
+
# http.started? # => false
|
|
1407
|
+
#
|
|
1408
|
+
# Gem::Net::HTTP.start(hostname) do |http|
|
|
1409
|
+
# http.started?
|
|
1410
|
+
# end # => true
|
|
1411
|
+
# http.started? # => false
|
|
1412
|
+
#
|
|
1413
|
+
def started?
|
|
1414
|
+
@started
|
|
1415
|
+
end
|
|
1416
|
+
|
|
1417
|
+
alias active? started? #:nodoc: obsolete
|
|
1418
|
+
|
|
1419
|
+
# Sets or returns whether to close the connection when the response is empty;
|
|
1420
|
+
# initially +false+.
|
|
1421
|
+
attr_accessor :close_on_empty_response
|
|
1422
|
+
|
|
1423
|
+
# Returns +true+ if +self+ uses SSL, +false+ otherwise.
|
|
1424
|
+
# See Gem::Net::HTTP#use_ssl=.
|
|
1425
|
+
def use_ssl?
|
|
1426
|
+
@use_ssl
|
|
1427
|
+
end
|
|
1428
|
+
|
|
1429
|
+
# Sets whether a new session is to use
|
|
1430
|
+
# {Transport Layer Security}[https://en.wikipedia.org/wiki/Transport_Layer_Security]:
|
|
1431
|
+
#
|
|
1432
|
+
# Raises IOError if attempting to change during a session.
|
|
1433
|
+
#
|
|
1434
|
+
# Raises OpenSSL::SSL::SSLError if the port is not an HTTPS port.
|
|
1435
|
+
def use_ssl=(flag)
|
|
1436
|
+
flag = flag ? true : false
|
|
1437
|
+
if started? and @use_ssl != flag
|
|
1438
|
+
raise IOError, "use_ssl value changed, but session already started"
|
|
1439
|
+
end
|
|
1440
|
+
@use_ssl = flag
|
|
1441
|
+
end
|
|
1442
|
+
|
|
1443
|
+
SSL_IVNAMES = [
|
|
1444
|
+
:@ca_file,
|
|
1445
|
+
:@ca_path,
|
|
1446
|
+
:@cert,
|
|
1447
|
+
:@cert_store,
|
|
1448
|
+
:@ciphers,
|
|
1449
|
+
:@extra_chain_cert,
|
|
1450
|
+
:@key,
|
|
1451
|
+
:@ssl_timeout,
|
|
1452
|
+
:@ssl_version,
|
|
1453
|
+
:@min_version,
|
|
1454
|
+
:@max_version,
|
|
1455
|
+
:@verify_callback,
|
|
1456
|
+
:@verify_depth,
|
|
1457
|
+
:@verify_mode,
|
|
1458
|
+
:@verify_hostname,
|
|
1459
|
+
] # :nodoc:
|
|
1460
|
+
SSL_ATTRIBUTES = [
|
|
1461
|
+
:ca_file,
|
|
1462
|
+
:ca_path,
|
|
1463
|
+
:cert,
|
|
1464
|
+
:cert_store,
|
|
1465
|
+
:ciphers,
|
|
1466
|
+
:extra_chain_cert,
|
|
1467
|
+
:key,
|
|
1468
|
+
:ssl_timeout,
|
|
1469
|
+
:ssl_version,
|
|
1470
|
+
:min_version,
|
|
1471
|
+
:max_version,
|
|
1472
|
+
:verify_callback,
|
|
1473
|
+
:verify_depth,
|
|
1474
|
+
:verify_mode,
|
|
1475
|
+
:verify_hostname,
|
|
1476
|
+
] # :nodoc:
|
|
1477
|
+
|
|
1478
|
+
# Sets or returns the path to a CA certification file in PEM format.
|
|
1479
|
+
attr_accessor :ca_file
|
|
1480
|
+
|
|
1481
|
+
# Sets or returns the path of to CA directory
|
|
1482
|
+
# containing certification files in PEM format.
|
|
1483
|
+
attr_accessor :ca_path
|
|
1484
|
+
|
|
1485
|
+
# Sets or returns the OpenSSL::X509::Certificate object
|
|
1486
|
+
# to be used for client certification.
|
|
1487
|
+
attr_accessor :cert
|
|
1488
|
+
|
|
1489
|
+
# Sets or returns the X509::Store to be used for verifying peer certificate.
|
|
1490
|
+
attr_accessor :cert_store
|
|
1491
|
+
|
|
1492
|
+
# Sets or returns the available SSL ciphers.
|
|
1493
|
+
# See {OpenSSL::SSL::SSLContext#ciphers=}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#method-i-ciphers-3D].
|
|
1494
|
+
attr_accessor :ciphers
|
|
1495
|
+
|
|
1496
|
+
# Sets or returns the extra X509 certificates to be added to the certificate chain.
|
|
1497
|
+
# See {OpenSSL::SSL::SSLContext#add_certificate}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#method-i-add_certificate].
|
|
1498
|
+
attr_accessor :extra_chain_cert
|
|
1499
|
+
|
|
1500
|
+
# Sets or returns the OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
|
|
1501
|
+
attr_accessor :key
|
|
1502
|
+
|
|
1503
|
+
# Sets or returns the SSL timeout seconds.
|
|
1504
|
+
attr_accessor :ssl_timeout
|
|
1505
|
+
|
|
1506
|
+
# Sets or returns the SSL version.
|
|
1507
|
+
# See {OpenSSL::SSL::SSLContext#ssl_version=}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#method-i-ssl_version-3D].
|
|
1508
|
+
attr_accessor :ssl_version
|
|
1509
|
+
|
|
1510
|
+
# Sets or returns the minimum SSL version.
|
|
1511
|
+
# See {OpenSSL::SSL::SSLContext#min_version=}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#method-i-min_version-3D].
|
|
1512
|
+
attr_accessor :min_version
|
|
1513
|
+
|
|
1514
|
+
# Sets or returns the maximum SSL version.
|
|
1515
|
+
# See {OpenSSL::SSL::SSLContext#max_version=}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#method-i-max_version-3D].
|
|
1516
|
+
attr_accessor :max_version
|
|
1517
|
+
|
|
1518
|
+
# Sets or returns the callback for the server certification verification.
|
|
1519
|
+
attr_accessor :verify_callback
|
|
1520
|
+
|
|
1521
|
+
# Sets or returns the maximum depth for the certificate chain verification.
|
|
1522
|
+
attr_accessor :verify_depth
|
|
1523
|
+
|
|
1524
|
+
# Sets or returns the flags for server the certification verification
|
|
1525
|
+
# at the beginning of the SSL/TLS session.
|
|
1526
|
+
# OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER are acceptable.
|
|
1527
|
+
attr_accessor :verify_mode
|
|
1528
|
+
|
|
1529
|
+
# Sets or returns whether to verify that the server certificate is valid
|
|
1530
|
+
# for the hostname.
|
|
1531
|
+
# See {OpenSSL::SSL::SSLContext#verify_hostname=}[https://docs.ruby-lang.org/en/master/OpenSSL/SSL/SSLContext.html#attribute-i-verify_mode].
|
|
1532
|
+
attr_accessor :verify_hostname
|
|
1533
|
+
|
|
1534
|
+
# Returns the X509 certificate chain (an array of strings)
|
|
1535
|
+
# for the session's socket peer,
|
|
1536
|
+
# or +nil+ if none.
|
|
1537
|
+
def peer_cert
|
|
1538
|
+
if not use_ssl? or not @socket
|
|
1539
|
+
return nil
|
|
1540
|
+
end
|
|
1541
|
+
@socket.io.peer_cert
|
|
1542
|
+
end
|
|
1543
|
+
|
|
1544
|
+
# Starts an \HTTP session.
|
|
1545
|
+
#
|
|
1546
|
+
# Without a block, returns +self+:
|
|
1547
|
+
#
|
|
1548
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1549
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=false>
|
|
1550
|
+
# http.start
|
|
1551
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=true>
|
|
1552
|
+
# http.started? # => true
|
|
1553
|
+
# http.finish
|
|
1554
|
+
#
|
|
1555
|
+
# With a block, calls the block with +self+,
|
|
1556
|
+
# finishes the session when the block exits,
|
|
1557
|
+
# and returns the block's value:
|
|
1558
|
+
#
|
|
1559
|
+
# http.start do |http|
|
|
1560
|
+
# http
|
|
1561
|
+
# end
|
|
1562
|
+
# # => #<Gem::Net::HTTP jsonplaceholder.typicode.com:80 open=false>
|
|
1563
|
+
# http.started? # => false
|
|
1564
|
+
#
|
|
1565
|
+
def start # :yield: http
|
|
1566
|
+
raise IOError, 'HTTP session already opened' if @started
|
|
1567
|
+
if block_given?
|
|
1568
|
+
begin
|
|
1569
|
+
do_start
|
|
1570
|
+
return yield(self)
|
|
1571
|
+
ensure
|
|
1572
|
+
do_finish
|
|
1573
|
+
end
|
|
1574
|
+
end
|
|
1575
|
+
do_start
|
|
1576
|
+
self
|
|
1577
|
+
end
|
|
1578
|
+
|
|
1579
|
+
def do_start
|
|
1580
|
+
connect
|
|
1581
|
+
@started = true
|
|
1582
|
+
end
|
|
1583
|
+
private :do_start
|
|
1584
|
+
|
|
1585
|
+
def connect
|
|
1586
|
+
if use_ssl?
|
|
1587
|
+
# reference early to load OpenSSL before connecting,
|
|
1588
|
+
# as OpenSSL may take time to load.
|
|
1589
|
+
@ssl_context = OpenSSL::SSL::SSLContext.new
|
|
1590
|
+
end
|
|
1591
|
+
|
|
1592
|
+
if proxy? then
|
|
1593
|
+
conn_addr = proxy_address
|
|
1594
|
+
conn_port = proxy_port
|
|
1595
|
+
else
|
|
1596
|
+
conn_addr = conn_address
|
|
1597
|
+
conn_port = port
|
|
1598
|
+
end
|
|
1599
|
+
|
|
1600
|
+
debug "opening connection to #{conn_addr}:#{conn_port}..."
|
|
1601
|
+
s = Gem::Timeout.timeout(@open_timeout, Gem::Net::OpenTimeout) {
|
|
1602
|
+
begin
|
|
1603
|
+
TCPSocket.open(conn_addr, conn_port, @local_host, @local_port)
|
|
1604
|
+
rescue => e
|
|
1605
|
+
raise e, "Failed to open TCP connection to " +
|
|
1606
|
+
"#{conn_addr}:#{conn_port} (#{e.message})"
|
|
1607
|
+
end
|
|
1608
|
+
}
|
|
1609
|
+
s.setsockopt(Socket::IPPROTO_TCP, Socket::TCP_NODELAY, 1)
|
|
1610
|
+
debug "opened"
|
|
1611
|
+
if use_ssl?
|
|
1612
|
+
if proxy?
|
|
1613
|
+
plain_sock = BufferedIO.new(s, read_timeout: @read_timeout,
|
|
1614
|
+
write_timeout: @write_timeout,
|
|
1615
|
+
continue_timeout: @continue_timeout,
|
|
1616
|
+
debug_output: @debug_output)
|
|
1617
|
+
buf = +"CONNECT #{conn_address}:#{@port} HTTP/#{HTTPVersion}\r\n" \
|
|
1618
|
+
"Host: #{@address}:#{@port}\r\n"
|
|
1619
|
+
if proxy_user
|
|
1620
|
+
credential = ["#{proxy_user}:#{proxy_pass}"].pack('m0')
|
|
1621
|
+
buf << "Proxy-Authorization: Basic #{credential}\r\n"
|
|
1622
|
+
end
|
|
1623
|
+
buf << "\r\n"
|
|
1624
|
+
plain_sock.write(buf)
|
|
1625
|
+
HTTPResponse.read_new(plain_sock).value
|
|
1626
|
+
# assuming nothing left in buffers after successful CONNECT response
|
|
1627
|
+
end
|
|
1628
|
+
|
|
1629
|
+
ssl_parameters = Hash.new
|
|
1630
|
+
iv_list = instance_variables
|
|
1631
|
+
SSL_IVNAMES.each_with_index do |ivname, i|
|
|
1632
|
+
if iv_list.include?(ivname)
|
|
1633
|
+
value = instance_variable_get(ivname)
|
|
1634
|
+
unless value.nil?
|
|
1635
|
+
ssl_parameters[SSL_ATTRIBUTES[i]] = value
|
|
1636
|
+
end
|
|
1637
|
+
end
|
|
1638
|
+
end
|
|
1639
|
+
@ssl_context.set_params(ssl_parameters)
|
|
1640
|
+
unless @ssl_context.session_cache_mode.nil? # a dummy method on JRuby
|
|
1641
|
+
@ssl_context.session_cache_mode =
|
|
1642
|
+
OpenSSL::SSL::SSLContext::SESSION_CACHE_CLIENT |
|
|
1643
|
+
OpenSSL::SSL::SSLContext::SESSION_CACHE_NO_INTERNAL_STORE
|
|
1644
|
+
end
|
|
1645
|
+
if @ssl_context.respond_to?(:session_new_cb) # not implemented under JRuby
|
|
1646
|
+
@ssl_context.session_new_cb = proc {|sock, sess| @ssl_session = sess }
|
|
1647
|
+
end
|
|
1648
|
+
|
|
1649
|
+
# Still do the post_connection_check below even if connecting
|
|
1650
|
+
# to IP address
|
|
1651
|
+
verify_hostname = @ssl_context.verify_hostname
|
|
1652
|
+
|
|
1653
|
+
# Server Name Indication (SNI) RFC 3546/6066
|
|
1654
|
+
case @address
|
|
1655
|
+
when Gem::Resolv::IPv4::Regex, Gem::Resolv::IPv6::Regex
|
|
1656
|
+
# don't set SNI, as IP addresses in SNI is not valid
|
|
1657
|
+
# per RFC 6066, section 3.
|
|
1658
|
+
|
|
1659
|
+
# Avoid openssl warning
|
|
1660
|
+
@ssl_context.verify_hostname = false
|
|
1661
|
+
else
|
|
1662
|
+
ssl_host_address = @address
|
|
1663
|
+
end
|
|
1664
|
+
|
|
1665
|
+
debug "starting SSL for #{conn_addr}:#{conn_port}..."
|
|
1666
|
+
s = OpenSSL::SSL::SSLSocket.new(s, @ssl_context)
|
|
1667
|
+
s.sync_close = true
|
|
1668
|
+
s.hostname = ssl_host_address if s.respond_to?(:hostname=) && ssl_host_address
|
|
1669
|
+
|
|
1670
|
+
if @ssl_session and
|
|
1671
|
+
Process.clock_gettime(Process::CLOCK_REALTIME) < @ssl_session.time.to_f + @ssl_session.timeout
|
|
1672
|
+
s.session = @ssl_session
|
|
1673
|
+
end
|
|
1674
|
+
ssl_socket_connect(s, @open_timeout)
|
|
1675
|
+
if (@ssl_context.verify_mode != OpenSSL::SSL::VERIFY_NONE) && verify_hostname
|
|
1676
|
+
s.post_connection_check(@address)
|
|
1677
|
+
end
|
|
1678
|
+
debug "SSL established, protocol: #{s.ssl_version}, cipher: #{s.cipher[0]}"
|
|
1679
|
+
end
|
|
1680
|
+
@socket = BufferedIO.new(s, read_timeout: @read_timeout,
|
|
1681
|
+
write_timeout: @write_timeout,
|
|
1682
|
+
continue_timeout: @continue_timeout,
|
|
1683
|
+
debug_output: @debug_output)
|
|
1684
|
+
@last_communicated = nil
|
|
1685
|
+
on_connect
|
|
1686
|
+
rescue => exception
|
|
1687
|
+
if s
|
|
1688
|
+
debug "Conn close because of connect error #{exception}"
|
|
1689
|
+
s.close
|
|
1690
|
+
end
|
|
1691
|
+
raise
|
|
1692
|
+
end
|
|
1693
|
+
private :connect
|
|
1694
|
+
|
|
1695
|
+
def on_connect
|
|
1696
|
+
end
|
|
1697
|
+
private :on_connect
|
|
1698
|
+
|
|
1699
|
+
# Finishes the \HTTP session:
|
|
1700
|
+
#
|
|
1701
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1702
|
+
# http.start
|
|
1703
|
+
# http.started? # => true
|
|
1704
|
+
# http.finish # => nil
|
|
1705
|
+
# http.started? # => false
|
|
1706
|
+
#
|
|
1707
|
+
# Raises IOError if not in a session.
|
|
1708
|
+
def finish
|
|
1709
|
+
raise IOError, 'HTTP session not yet started' unless started?
|
|
1710
|
+
do_finish
|
|
1711
|
+
end
|
|
1712
|
+
|
|
1713
|
+
def do_finish
|
|
1714
|
+
@started = false
|
|
1715
|
+
@socket.close if @socket
|
|
1716
|
+
@socket = nil
|
|
1717
|
+
end
|
|
1718
|
+
private :do_finish
|
|
1719
|
+
|
|
1720
|
+
#
|
|
1721
|
+
# proxy
|
|
1722
|
+
#
|
|
1723
|
+
|
|
1724
|
+
public
|
|
1725
|
+
|
|
1726
|
+
# no proxy
|
|
1727
|
+
@is_proxy_class = false
|
|
1728
|
+
@proxy_from_env = false
|
|
1729
|
+
@proxy_addr = nil
|
|
1730
|
+
@proxy_port = nil
|
|
1731
|
+
@proxy_user = nil
|
|
1732
|
+
@proxy_pass = nil
|
|
1733
|
+
|
|
1734
|
+
# Creates an \HTTP proxy class which behaves like \Gem::Net::HTTP, but
|
|
1735
|
+
# performs all access via the specified proxy.
|
|
1736
|
+
#
|
|
1737
|
+
# This class is obsolete. You may pass these same parameters directly to
|
|
1738
|
+
# \Gem::Net::HTTP.new. See Gem::Net::HTTP.new for details of the arguments.
|
|
1739
|
+
def HTTP.Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil) #:nodoc:
|
|
1740
|
+
return self unless p_addr
|
|
1741
|
+
|
|
1742
|
+
Class.new(self) {
|
|
1743
|
+
@is_proxy_class = true
|
|
1744
|
+
|
|
1745
|
+
if p_addr == :ENV then
|
|
1746
|
+
@proxy_from_env = true
|
|
1747
|
+
@proxy_address = nil
|
|
1748
|
+
@proxy_port = nil
|
|
1749
|
+
else
|
|
1750
|
+
@proxy_from_env = false
|
|
1751
|
+
@proxy_address = p_addr
|
|
1752
|
+
@proxy_port = p_port || default_port
|
|
1753
|
+
end
|
|
1754
|
+
|
|
1755
|
+
@proxy_user = p_user
|
|
1756
|
+
@proxy_pass = p_pass
|
|
1757
|
+
}
|
|
1758
|
+
end
|
|
1759
|
+
|
|
1760
|
+
class << HTTP
|
|
1761
|
+
# Returns true if self is a class which was created by HTTP::Proxy.
|
|
1762
|
+
def proxy_class?
|
|
1763
|
+
defined?(@is_proxy_class) ? @is_proxy_class : false
|
|
1764
|
+
end
|
|
1765
|
+
|
|
1766
|
+
# Returns the address of the proxy host, or +nil+ if none;
|
|
1767
|
+
# see Gem::Net::HTTP@Proxy+Server.
|
|
1768
|
+
attr_reader :proxy_address
|
|
1769
|
+
|
|
1770
|
+
# Returns the port number of the proxy host, or +nil+ if none;
|
|
1771
|
+
# see Gem::Net::HTTP@Proxy+Server.
|
|
1772
|
+
attr_reader :proxy_port
|
|
1773
|
+
|
|
1774
|
+
# Returns the user name for accessing the proxy, or +nil+ if none;
|
|
1775
|
+
# see Gem::Net::HTTP@Proxy+Server.
|
|
1776
|
+
attr_reader :proxy_user
|
|
1777
|
+
|
|
1778
|
+
# Returns the password for accessing the proxy, or +nil+ if none;
|
|
1779
|
+
# see Gem::Net::HTTP@Proxy+Server.
|
|
1780
|
+
attr_reader :proxy_pass
|
|
1781
|
+
end
|
|
1782
|
+
|
|
1783
|
+
# Returns +true+ if a proxy server is defined, +false+ otherwise;
|
|
1784
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1785
|
+
def proxy?
|
|
1786
|
+
!!(@proxy_from_env ? proxy_uri : @proxy_address)
|
|
1787
|
+
end
|
|
1788
|
+
|
|
1789
|
+
# Returns +true+ if the proxy server is defined in the environment,
|
|
1790
|
+
# +false+ otherwise;
|
|
1791
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1792
|
+
def proxy_from_env?
|
|
1793
|
+
@proxy_from_env
|
|
1794
|
+
end
|
|
1795
|
+
|
|
1796
|
+
# The proxy URI determined from the environment for this connection.
|
|
1797
|
+
def proxy_uri # :nodoc:
|
|
1798
|
+
return if @proxy_uri == false
|
|
1799
|
+
@proxy_uri ||= Gem::URI::HTTP.new(
|
|
1800
|
+
"http", nil, address, port, nil, nil, nil, nil, nil
|
|
1801
|
+
).find_proxy || false
|
|
1802
|
+
@proxy_uri || nil
|
|
1803
|
+
end
|
|
1804
|
+
|
|
1805
|
+
# Returns the address of the proxy server, if defined, +nil+ otherwise;
|
|
1806
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1807
|
+
def proxy_address
|
|
1808
|
+
if @proxy_from_env then
|
|
1809
|
+
proxy_uri&.hostname
|
|
1810
|
+
else
|
|
1811
|
+
@proxy_address
|
|
1812
|
+
end
|
|
1813
|
+
end
|
|
1814
|
+
|
|
1815
|
+
# Returns the port number of the proxy server, if defined, +nil+ otherwise;
|
|
1816
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1817
|
+
def proxy_port
|
|
1818
|
+
if @proxy_from_env then
|
|
1819
|
+
proxy_uri&.port
|
|
1820
|
+
else
|
|
1821
|
+
@proxy_port
|
|
1822
|
+
end
|
|
1823
|
+
end
|
|
1824
|
+
|
|
1825
|
+
# Returns the user name of the proxy server, if defined, +nil+ otherwise;
|
|
1826
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1827
|
+
def proxy_user
|
|
1828
|
+
if @proxy_from_env
|
|
1829
|
+
user = proxy_uri&.user
|
|
1830
|
+
unescape(user) if user
|
|
1831
|
+
else
|
|
1832
|
+
@proxy_user
|
|
1833
|
+
end
|
|
1834
|
+
end
|
|
1835
|
+
|
|
1836
|
+
# Returns the password of the proxy server, if defined, +nil+ otherwise;
|
|
1837
|
+
# see {Proxy Server}[rdoc-ref:Gem::Net::HTTP@Proxy+Server].
|
|
1838
|
+
def proxy_pass
|
|
1839
|
+
if @proxy_from_env
|
|
1840
|
+
pass = proxy_uri&.password
|
|
1841
|
+
unescape(pass) if pass
|
|
1842
|
+
else
|
|
1843
|
+
@proxy_pass
|
|
1844
|
+
end
|
|
1845
|
+
end
|
|
1846
|
+
|
|
1847
|
+
alias proxyaddr proxy_address #:nodoc: obsolete
|
|
1848
|
+
alias proxyport proxy_port #:nodoc: obsolete
|
|
1849
|
+
|
|
1850
|
+
private
|
|
1851
|
+
|
|
1852
|
+
def unescape(value)
|
|
1853
|
+
require 'cgi/util'
|
|
1854
|
+
CGI.unescape(value)
|
|
1855
|
+
end
|
|
1856
|
+
|
|
1857
|
+
# without proxy, obsolete
|
|
1858
|
+
|
|
1859
|
+
def conn_address # :nodoc:
|
|
1860
|
+
@ipaddr || address()
|
|
1861
|
+
end
|
|
1862
|
+
|
|
1863
|
+
def conn_port # :nodoc:
|
|
1864
|
+
port()
|
|
1865
|
+
end
|
|
1866
|
+
|
|
1867
|
+
def edit_path(path)
|
|
1868
|
+
if proxy?
|
|
1869
|
+
if path.start_with?("ftp://") || use_ssl?
|
|
1870
|
+
path
|
|
1871
|
+
else
|
|
1872
|
+
"http://#{addr_port}#{path}"
|
|
1873
|
+
end
|
|
1874
|
+
else
|
|
1875
|
+
path
|
|
1876
|
+
end
|
|
1877
|
+
end
|
|
1878
|
+
|
|
1879
|
+
#
|
|
1880
|
+
# HTTP operations
|
|
1881
|
+
#
|
|
1882
|
+
|
|
1883
|
+
public
|
|
1884
|
+
|
|
1885
|
+
# :call-seq:
|
|
1886
|
+
# get(path, initheader = nil) {|res| ... }
|
|
1887
|
+
#
|
|
1888
|
+
# Sends a GET request to the server;
|
|
1889
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
1890
|
+
#
|
|
1891
|
+
# The request is based on the Gem::Net::HTTP::Get object
|
|
1892
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
1893
|
+
#
|
|
1894
|
+
# With a block given, calls the block with the response body:
|
|
1895
|
+
#
|
|
1896
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1897
|
+
# http.get('/todos/1') do |res|
|
|
1898
|
+
# p res
|
|
1899
|
+
# end # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
1900
|
+
#
|
|
1901
|
+
# Output:
|
|
1902
|
+
#
|
|
1903
|
+
# "{\n \"userId\": 1,\n \"id\": 1,\n \"title\": \"delectus aut autem\",\n \"completed\": false\n}"
|
|
1904
|
+
#
|
|
1905
|
+
# With no block given, simply returns the response object:
|
|
1906
|
+
#
|
|
1907
|
+
# http.get('/') # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
1908
|
+
#
|
|
1909
|
+
# Related:
|
|
1910
|
+
#
|
|
1911
|
+
# - Gem::Net::HTTP::Get: request class for \HTTP method GET.
|
|
1912
|
+
# - Gem::Net::HTTP.get: sends GET request, returns response body.
|
|
1913
|
+
#
|
|
1914
|
+
def get(path, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
|
1915
|
+
res = nil
|
|
1916
|
+
|
|
1917
|
+
request(Get.new(path, initheader)) {|r|
|
|
1918
|
+
r.read_body dest, &block
|
|
1919
|
+
res = r
|
|
1920
|
+
}
|
|
1921
|
+
res
|
|
1922
|
+
end
|
|
1923
|
+
|
|
1924
|
+
# Sends a HEAD request to the server;
|
|
1925
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
1926
|
+
#
|
|
1927
|
+
# The request is based on the Gem::Net::HTTP::Head object
|
|
1928
|
+
# created from string +path+ and initial headers hash +initheader+:
|
|
1929
|
+
#
|
|
1930
|
+
# res = http.head('/todos/1') # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
1931
|
+
# res.body # => nil
|
|
1932
|
+
# res.to_hash.take(3)
|
|
1933
|
+
# # =>
|
|
1934
|
+
# [["date", ["Wed, 15 Feb 2023 15:25:42 GMT"]],
|
|
1935
|
+
# ["content-type", ["application/json; charset=utf-8"]],
|
|
1936
|
+
# ["connection", ["close"]]]
|
|
1937
|
+
#
|
|
1938
|
+
def head(path, initheader = nil)
|
|
1939
|
+
request(Head.new(path, initheader))
|
|
1940
|
+
end
|
|
1941
|
+
|
|
1942
|
+
# :call-seq:
|
|
1943
|
+
# post(path, data, initheader = nil) {|res| ... }
|
|
1944
|
+
#
|
|
1945
|
+
# Sends a POST request to the server;
|
|
1946
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
1947
|
+
#
|
|
1948
|
+
# The request is based on the Gem::Net::HTTP::Post object
|
|
1949
|
+
# created from string +path+, string +data+, and initial headers hash +initheader+.
|
|
1950
|
+
#
|
|
1951
|
+
# With a block given, calls the block with the response body:
|
|
1952
|
+
#
|
|
1953
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
1954
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1955
|
+
# http.post('/todos', data) do |res|
|
|
1956
|
+
# p res
|
|
1957
|
+
# end # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
1958
|
+
#
|
|
1959
|
+
# Output:
|
|
1960
|
+
#
|
|
1961
|
+
# "{\n \"{\\\"userId\\\": 1, \\\"id\\\": 1, \\\"title\\\": \\\"delectus aut autem\\\", \\\"completed\\\": false}\": \"\",\n \"id\": 201\n}"
|
|
1962
|
+
#
|
|
1963
|
+
# With no block given, simply returns the response object:
|
|
1964
|
+
#
|
|
1965
|
+
# http.post('/todos', data) # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
1966
|
+
#
|
|
1967
|
+
# Related:
|
|
1968
|
+
#
|
|
1969
|
+
# - Gem::Net::HTTP::Post: request class for \HTTP method POST.
|
|
1970
|
+
# - Gem::Net::HTTP.post: sends POST request, returns response body.
|
|
1971
|
+
#
|
|
1972
|
+
def post(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
|
1973
|
+
send_entity(path, data, initheader, dest, Post, &block)
|
|
1974
|
+
end
|
|
1975
|
+
|
|
1976
|
+
# :call-seq:
|
|
1977
|
+
# patch(path, data, initheader = nil) {|res| ... }
|
|
1978
|
+
#
|
|
1979
|
+
# Sends a PATCH request to the server;
|
|
1980
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
1981
|
+
#
|
|
1982
|
+
# The request is based on the Gem::Net::HTTP::Patch object
|
|
1983
|
+
# created from string +path+, string +data+, and initial headers hash +initheader+.
|
|
1984
|
+
#
|
|
1985
|
+
# With a block given, calls the block with the response body:
|
|
1986
|
+
#
|
|
1987
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
1988
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
1989
|
+
# http.patch('/todos/1', data) do |res|
|
|
1990
|
+
# p res
|
|
1991
|
+
# end # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
1992
|
+
#
|
|
1993
|
+
# Output:
|
|
1994
|
+
#
|
|
1995
|
+
# "{\n \"userId\": 1,\n \"id\": 1,\n \"title\": \"delectus aut autem\",\n \"completed\": false,\n \"{\\\"userId\\\": 1, \\\"id\\\": 1, \\\"title\\\": \\\"delectus aut autem\\\", \\\"completed\\\": false}\": \"\"\n}"
|
|
1996
|
+
#
|
|
1997
|
+
# With no block given, simply returns the response object:
|
|
1998
|
+
#
|
|
1999
|
+
# http.patch('/todos/1', data) # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
2000
|
+
#
|
|
2001
|
+
def patch(path, data, initheader = nil, dest = nil, &block) # :yield: +body_segment+
|
|
2002
|
+
send_entity(path, data, initheader, dest, Patch, &block)
|
|
2003
|
+
end
|
|
2004
|
+
|
|
2005
|
+
# Sends a PUT request to the server;
|
|
2006
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2007
|
+
#
|
|
2008
|
+
# The request is based on the Gem::Net::HTTP::Put object
|
|
2009
|
+
# created from string +path+, string +data+, and initial headers hash +initheader+.
|
|
2010
|
+
#
|
|
2011
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2012
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2013
|
+
# http.put('/todos/1', data) # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2014
|
+
#
|
|
2015
|
+
def put(path, data, initheader = nil)
|
|
2016
|
+
request(Put.new(path, initheader), data)
|
|
2017
|
+
end
|
|
2018
|
+
|
|
2019
|
+
# Sends a PROPPATCH request to the server;
|
|
2020
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2021
|
+
#
|
|
2022
|
+
# The request is based on the Gem::Net::HTTP::Proppatch object
|
|
2023
|
+
# created from string +path+, string +body+, and initial headers hash +initheader+.
|
|
2024
|
+
#
|
|
2025
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2026
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2027
|
+
# http.proppatch('/todos/1', data)
|
|
2028
|
+
#
|
|
2029
|
+
def proppatch(path, body, initheader = nil)
|
|
2030
|
+
request(Proppatch.new(path, initheader), body)
|
|
2031
|
+
end
|
|
2032
|
+
|
|
2033
|
+
# Sends a LOCK request to the server;
|
|
2034
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2035
|
+
#
|
|
2036
|
+
# The request is based on the Gem::Net::HTTP::Lock object
|
|
2037
|
+
# created from string +path+, string +body+, and initial headers hash +initheader+.
|
|
2038
|
+
#
|
|
2039
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2040
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2041
|
+
# http.lock('/todos/1', data)
|
|
2042
|
+
#
|
|
2043
|
+
def lock(path, body, initheader = nil)
|
|
2044
|
+
request(Lock.new(path, initheader), body)
|
|
2045
|
+
end
|
|
2046
|
+
|
|
2047
|
+
# Sends an UNLOCK request to the server;
|
|
2048
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2049
|
+
#
|
|
2050
|
+
# The request is based on the Gem::Net::HTTP::Unlock object
|
|
2051
|
+
# created from string +path+, string +body+, and initial headers hash +initheader+.
|
|
2052
|
+
#
|
|
2053
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2054
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2055
|
+
# http.unlock('/todos/1', data)
|
|
2056
|
+
#
|
|
2057
|
+
def unlock(path, body, initheader = nil)
|
|
2058
|
+
request(Unlock.new(path, initheader), body)
|
|
2059
|
+
end
|
|
2060
|
+
|
|
2061
|
+
# Sends an Options request to the server;
|
|
2062
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2063
|
+
#
|
|
2064
|
+
# The request is based on the Gem::Net::HTTP::Options object
|
|
2065
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2066
|
+
#
|
|
2067
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2068
|
+
# http.options('/')
|
|
2069
|
+
#
|
|
2070
|
+
def options(path, initheader = nil)
|
|
2071
|
+
request(Options.new(path, initheader))
|
|
2072
|
+
end
|
|
2073
|
+
|
|
2074
|
+
# Sends a PROPFIND request to the server;
|
|
2075
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2076
|
+
#
|
|
2077
|
+
# The request is based on the Gem::Net::HTTP::Propfind object
|
|
2078
|
+
# created from string +path+, string +body+, and initial headers hash +initheader+.
|
|
2079
|
+
#
|
|
2080
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2081
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2082
|
+
# http.propfind('/todos/1', data)
|
|
2083
|
+
#
|
|
2084
|
+
def propfind(path, body = nil, initheader = {'Depth' => '0'})
|
|
2085
|
+
request(Propfind.new(path, initheader), body)
|
|
2086
|
+
end
|
|
2087
|
+
|
|
2088
|
+
# Sends a DELETE request to the server;
|
|
2089
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2090
|
+
#
|
|
2091
|
+
# The request is based on the Gem::Net::HTTP::Delete object
|
|
2092
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2093
|
+
#
|
|
2094
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2095
|
+
# http.delete('/todos/1')
|
|
2096
|
+
#
|
|
2097
|
+
def delete(path, initheader = {'Depth' => 'Infinity'})
|
|
2098
|
+
request(Delete.new(path, initheader))
|
|
2099
|
+
end
|
|
2100
|
+
|
|
2101
|
+
# Sends a MOVE request to the server;
|
|
2102
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2103
|
+
#
|
|
2104
|
+
# The request is based on the Gem::Net::HTTP::Move object
|
|
2105
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2106
|
+
#
|
|
2107
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2108
|
+
# http.move('/todos/1')
|
|
2109
|
+
#
|
|
2110
|
+
def move(path, initheader = nil)
|
|
2111
|
+
request(Move.new(path, initheader))
|
|
2112
|
+
end
|
|
2113
|
+
|
|
2114
|
+
# Sends a COPY request to the server;
|
|
2115
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2116
|
+
#
|
|
2117
|
+
# The request is based on the Gem::Net::HTTP::Copy object
|
|
2118
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2119
|
+
#
|
|
2120
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2121
|
+
# http.copy('/todos/1')
|
|
2122
|
+
#
|
|
2123
|
+
def copy(path, initheader = nil)
|
|
2124
|
+
request(Copy.new(path, initheader))
|
|
2125
|
+
end
|
|
2126
|
+
|
|
2127
|
+
# Sends a MKCOL request to the server;
|
|
2128
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2129
|
+
#
|
|
2130
|
+
# The request is based on the Gem::Net::HTTP::Mkcol object
|
|
2131
|
+
# created from string +path+, string +body+, and initial headers hash +initheader+.
|
|
2132
|
+
#
|
|
2133
|
+
# data = '{"userId": 1, "id": 1, "title": "delectus aut autem", "completed": false}'
|
|
2134
|
+
# http.mkcol('/todos/1', data)
|
|
2135
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2136
|
+
#
|
|
2137
|
+
def mkcol(path, body = nil, initheader = nil)
|
|
2138
|
+
request(Mkcol.new(path, initheader), body)
|
|
2139
|
+
end
|
|
2140
|
+
|
|
2141
|
+
# Sends a TRACE request to the server;
|
|
2142
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2143
|
+
#
|
|
2144
|
+
# The request is based on the Gem::Net::HTTP::Trace object
|
|
2145
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2146
|
+
#
|
|
2147
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2148
|
+
# http.trace('/todos/1')
|
|
2149
|
+
#
|
|
2150
|
+
def trace(path, initheader = nil)
|
|
2151
|
+
request(Trace.new(path, initheader))
|
|
2152
|
+
end
|
|
2153
|
+
|
|
2154
|
+
# Sends a GET request to the server;
|
|
2155
|
+
# forms the response into a Gem::Net::HTTPResponse object.
|
|
2156
|
+
#
|
|
2157
|
+
# The request is based on the Gem::Net::HTTP::Get object
|
|
2158
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2159
|
+
#
|
|
2160
|
+
# With no block given, returns the response object:
|
|
2161
|
+
#
|
|
2162
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2163
|
+
# http.request_get('/todos') # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2164
|
+
#
|
|
2165
|
+
# With a block given, calls the block with the response object
|
|
2166
|
+
# and returns the response object:
|
|
2167
|
+
#
|
|
2168
|
+
# http.request_get('/todos') do |res|
|
|
2169
|
+
# p res
|
|
2170
|
+
# end # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2171
|
+
#
|
|
2172
|
+
# Output:
|
|
2173
|
+
#
|
|
2174
|
+
# #<Gem::Net::HTTPOK 200 OK readbody=false>
|
|
2175
|
+
#
|
|
2176
|
+
def request_get(path, initheader = nil, &block) # :yield: +response+
|
|
2177
|
+
request(Get.new(path, initheader), &block)
|
|
2178
|
+
end
|
|
2179
|
+
|
|
2180
|
+
# Sends a HEAD request to the server;
|
|
2181
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2182
|
+
#
|
|
2183
|
+
# The request is based on the Gem::Net::HTTP::Head object
|
|
2184
|
+
# created from string +path+ and initial headers hash +initheader+.
|
|
2185
|
+
#
|
|
2186
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2187
|
+
# http.head('/todos/1') # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2188
|
+
#
|
|
2189
|
+
def request_head(path, initheader = nil, &block)
|
|
2190
|
+
request(Head.new(path, initheader), &block)
|
|
2191
|
+
end
|
|
2192
|
+
|
|
2193
|
+
# Sends a POST request to the server;
|
|
2194
|
+
# forms the response into a Gem::Net::HTTPResponse object.
|
|
2195
|
+
#
|
|
2196
|
+
# The request is based on the Gem::Net::HTTP::Post object
|
|
2197
|
+
# created from string +path+, string +data+, and initial headers hash +initheader+.
|
|
2198
|
+
#
|
|
2199
|
+
# With no block given, returns the response object:
|
|
2200
|
+
#
|
|
2201
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2202
|
+
# http.post('/todos', 'xyzzy')
|
|
2203
|
+
# # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
2204
|
+
#
|
|
2205
|
+
# With a block given, calls the block with the response body
|
|
2206
|
+
# and returns the response object:
|
|
2207
|
+
#
|
|
2208
|
+
# http.post('/todos', 'xyzzy') do |res|
|
|
2209
|
+
# p res
|
|
2210
|
+
# end # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
2211
|
+
#
|
|
2212
|
+
# Output:
|
|
2213
|
+
#
|
|
2214
|
+
# "{\n \"xyzzy\": \"\",\n \"id\": 201\n}"
|
|
2215
|
+
#
|
|
2216
|
+
def request_post(path, data, initheader = nil, &block) # :yield: +response+
|
|
2217
|
+
request Post.new(path, initheader), data, &block
|
|
2218
|
+
end
|
|
2219
|
+
|
|
2220
|
+
# Sends a PUT request to the server;
|
|
2221
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2222
|
+
#
|
|
2223
|
+
# The request is based on the Gem::Net::HTTP::Put object
|
|
2224
|
+
# created from string +path+, string +data+, and initial headers hash +initheader+.
|
|
2225
|
+
#
|
|
2226
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2227
|
+
# http.put('/todos/1', 'xyzzy')
|
|
2228
|
+
# # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2229
|
+
#
|
|
2230
|
+
def request_put(path, data, initheader = nil, &block) #:nodoc:
|
|
2231
|
+
request Put.new(path, initheader), data, &block
|
|
2232
|
+
end
|
|
2233
|
+
|
|
2234
|
+
alias get2 request_get #:nodoc: obsolete
|
|
2235
|
+
alias head2 request_head #:nodoc: obsolete
|
|
2236
|
+
alias post2 request_post #:nodoc: obsolete
|
|
2237
|
+
alias put2 request_put #:nodoc: obsolete
|
|
2238
|
+
|
|
2239
|
+
# Sends an \HTTP request to the server;
|
|
2240
|
+
# returns an instance of a subclass of Gem::Net::HTTPResponse.
|
|
2241
|
+
#
|
|
2242
|
+
# The request is based on the Gem::Net::HTTPRequest object
|
|
2243
|
+
# created from string +path+, string +data+, and initial headers hash +header+.
|
|
2244
|
+
# That object is an instance of the
|
|
2245
|
+
# {subclass of Gem::Net::HTTPRequest}[rdoc-ref:Gem::Net::HTTPRequest@Request+Subclasses],
|
|
2246
|
+
# that corresponds to the given uppercase string +name+,
|
|
2247
|
+
# which must be
|
|
2248
|
+
# an {HTTP request method}[https://en.wikipedia.org/wiki/HTTP#Request_methods]
|
|
2249
|
+
# or a {WebDAV request method}[https://en.wikipedia.org/wiki/WebDAV#Implementation].
|
|
2250
|
+
#
|
|
2251
|
+
# Examples:
|
|
2252
|
+
#
|
|
2253
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2254
|
+
# http.send_request('GET', '/todos/1')
|
|
2255
|
+
# # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2256
|
+
# http.send_request('POST', '/todos', 'xyzzy')
|
|
2257
|
+
# # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
2258
|
+
#
|
|
2259
|
+
def send_request(name, path, data = nil, header = nil)
|
|
2260
|
+
has_response_body = name != 'HEAD'
|
|
2261
|
+
r = HTTPGenericRequest.new(name,(data ? true : false),has_response_body,path,header)
|
|
2262
|
+
request r, data
|
|
2263
|
+
end
|
|
2264
|
+
|
|
2265
|
+
# Sends the given request +req+ to the server;
|
|
2266
|
+
# forms the response into a Gem::Net::HTTPResponse object.
|
|
2267
|
+
#
|
|
2268
|
+
# The given +req+ must be an instance of a
|
|
2269
|
+
# {subclass of Gem::Net::HTTPRequest}[rdoc-ref:Gem::Net::HTTPRequest@Request+Subclasses].
|
|
2270
|
+
# Argument +body+ should be given only if needed for the request.
|
|
2271
|
+
#
|
|
2272
|
+
# With no block given, returns the response object:
|
|
2273
|
+
#
|
|
2274
|
+
# http = Gem::Net::HTTP.new(hostname)
|
|
2275
|
+
#
|
|
2276
|
+
# req = Gem::Net::HTTP::Get.new('/todos/1')
|
|
2277
|
+
# http.request(req)
|
|
2278
|
+
# # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2279
|
+
#
|
|
2280
|
+
# req = Gem::Net::HTTP::Post.new('/todos')
|
|
2281
|
+
# http.request(req, 'xyzzy')
|
|
2282
|
+
# # => #<Gem::Net::HTTPCreated 201 Created readbody=true>
|
|
2283
|
+
#
|
|
2284
|
+
# With a block given, calls the block with the response and returns the response:
|
|
2285
|
+
#
|
|
2286
|
+
# req = Gem::Net::HTTP::Get.new('/todos/1')
|
|
2287
|
+
# http.request(req) do |res|
|
|
2288
|
+
# p res
|
|
2289
|
+
# end # => #<Gem::Net::HTTPOK 200 OK readbody=true>
|
|
2290
|
+
#
|
|
2291
|
+
# Output:
|
|
2292
|
+
#
|
|
2293
|
+
# #<Gem::Net::HTTPOK 200 OK readbody=false>
|
|
2294
|
+
#
|
|
2295
|
+
def request(req, body = nil, &block) # :yield: +response+
|
|
2296
|
+
unless started?
|
|
2297
|
+
start {
|
|
2298
|
+
req['connection'] ||= 'close'
|
|
2299
|
+
return request(req, body, &block)
|
|
2300
|
+
}
|
|
2301
|
+
end
|
|
2302
|
+
if proxy_user()
|
|
2303
|
+
req.proxy_basic_auth proxy_user(), proxy_pass() unless use_ssl?
|
|
2304
|
+
end
|
|
2305
|
+
req.set_body_internal body
|
|
2306
|
+
res = transport_request(req, &block)
|
|
2307
|
+
if sspi_auth?(res)
|
|
2308
|
+
sspi_auth(req)
|
|
2309
|
+
res = transport_request(req, &block)
|
|
2310
|
+
end
|
|
2311
|
+
res
|
|
2312
|
+
end
|
|
2313
|
+
|
|
2314
|
+
private
|
|
2315
|
+
|
|
2316
|
+
# Executes a request which uses a representation
|
|
2317
|
+
# and returns its body.
|
|
2318
|
+
def send_entity(path, data, initheader, dest, type, &block)
|
|
2319
|
+
res = nil
|
|
2320
|
+
request(type.new(path, initheader), data) {|r|
|
|
2321
|
+
r.read_body dest, &block
|
|
2322
|
+
res = r
|
|
2323
|
+
}
|
|
2324
|
+
res
|
|
2325
|
+
end
|
|
2326
|
+
|
|
2327
|
+
IDEMPOTENT_METHODS_ = %w/GET HEAD PUT DELETE OPTIONS TRACE/ # :nodoc:
|
|
2328
|
+
|
|
2329
|
+
def transport_request(req)
|
|
2330
|
+
count = 0
|
|
2331
|
+
begin
|
|
2332
|
+
begin_transport req
|
|
2333
|
+
res = catch(:response) {
|
|
2334
|
+
begin
|
|
2335
|
+
req.exec @socket, @curr_http_version, edit_path(req.path)
|
|
2336
|
+
rescue Errno::EPIPE
|
|
2337
|
+
# Failure when writing full request, but we can probably
|
|
2338
|
+
# still read the received response.
|
|
2339
|
+
end
|
|
2340
|
+
|
|
2341
|
+
begin
|
|
2342
|
+
res = HTTPResponse.read_new(@socket)
|
|
2343
|
+
res.decode_content = req.decode_content
|
|
2344
|
+
res.body_encoding = @response_body_encoding
|
|
2345
|
+
res.ignore_eof = @ignore_eof
|
|
2346
|
+
end while res.kind_of?(HTTPInformation)
|
|
2347
|
+
|
|
2348
|
+
res.uri = req.uri
|
|
2349
|
+
|
|
2350
|
+
res
|
|
2351
|
+
}
|
|
2352
|
+
res.reading_body(@socket, req.response_body_permitted?) {
|
|
2353
|
+
yield res if block_given?
|
|
2354
|
+
}
|
|
2355
|
+
rescue Gem::Net::OpenTimeout
|
|
2356
|
+
raise
|
|
2357
|
+
rescue Gem::Net::ReadTimeout, IOError, EOFError,
|
|
2358
|
+
Errno::ECONNRESET, Errno::ECONNABORTED, Errno::EPIPE, Errno::ETIMEDOUT,
|
|
2359
|
+
# avoid a dependency on OpenSSL
|
|
2360
|
+
defined?(OpenSSL::SSL) ? OpenSSL::SSL::SSLError : IOError,
|
|
2361
|
+
Gem::Timeout::Error => exception
|
|
2362
|
+
if count < max_retries && IDEMPOTENT_METHODS_.include?(req.method)
|
|
2363
|
+
count += 1
|
|
2364
|
+
@socket.close if @socket
|
|
2365
|
+
debug "Conn close because of error #{exception}, and retry"
|
|
2366
|
+
retry
|
|
2367
|
+
end
|
|
2368
|
+
debug "Conn close because of error #{exception}"
|
|
2369
|
+
@socket.close if @socket
|
|
2370
|
+
raise
|
|
2371
|
+
end
|
|
2372
|
+
|
|
2373
|
+
end_transport req, res
|
|
2374
|
+
res
|
|
2375
|
+
rescue => exception
|
|
2376
|
+
debug "Conn close because of error #{exception}"
|
|
2377
|
+
@socket.close if @socket
|
|
2378
|
+
raise exception
|
|
2379
|
+
end
|
|
2380
|
+
|
|
2381
|
+
def begin_transport(req)
|
|
2382
|
+
if @socket.closed?
|
|
2383
|
+
connect
|
|
2384
|
+
elsif @last_communicated
|
|
2385
|
+
if @last_communicated + @keep_alive_timeout < Process.clock_gettime(Process::CLOCK_MONOTONIC)
|
|
2386
|
+
debug 'Conn close because of keep_alive_timeout'
|
|
2387
|
+
@socket.close
|
|
2388
|
+
connect
|
|
2389
|
+
elsif @socket.io.to_io.wait_readable(0) && @socket.eof?
|
|
2390
|
+
debug "Conn close because of EOF"
|
|
2391
|
+
@socket.close
|
|
2392
|
+
connect
|
|
2393
|
+
end
|
|
2394
|
+
end
|
|
2395
|
+
|
|
2396
|
+
if not req.response_body_permitted? and @close_on_empty_response
|
|
2397
|
+
req['connection'] ||= 'close'
|
|
2398
|
+
end
|
|
2399
|
+
|
|
2400
|
+
req.update_uri address, port, use_ssl?
|
|
2401
|
+
req['host'] ||= addr_port()
|
|
2402
|
+
end
|
|
2403
|
+
|
|
2404
|
+
def end_transport(req, res)
|
|
2405
|
+
@curr_http_version = res.http_version
|
|
2406
|
+
@last_communicated = nil
|
|
2407
|
+
if @socket.closed?
|
|
2408
|
+
debug 'Conn socket closed'
|
|
2409
|
+
elsif not res.body and @close_on_empty_response
|
|
2410
|
+
debug 'Conn close'
|
|
2411
|
+
@socket.close
|
|
2412
|
+
elsif keep_alive?(req, res)
|
|
2413
|
+
debug 'Conn keep-alive'
|
|
2414
|
+
@last_communicated = Process.clock_gettime(Process::CLOCK_MONOTONIC)
|
|
2415
|
+
else
|
|
2416
|
+
debug 'Conn close'
|
|
2417
|
+
@socket.close
|
|
2418
|
+
end
|
|
2419
|
+
end
|
|
2420
|
+
|
|
2421
|
+
def keep_alive?(req, res)
|
|
2422
|
+
return false if req.connection_close?
|
|
2423
|
+
if @curr_http_version <= '1.0'
|
|
2424
|
+
res.connection_keep_alive?
|
|
2425
|
+
else # HTTP/1.1 or later
|
|
2426
|
+
not res.connection_close?
|
|
2427
|
+
end
|
|
2428
|
+
end
|
|
2429
|
+
|
|
2430
|
+
def sspi_auth?(res)
|
|
2431
|
+
return false unless @sspi_enabled
|
|
2432
|
+
if res.kind_of?(HTTPProxyAuthenticationRequired) and
|
|
2433
|
+
proxy? and res["Proxy-Authenticate"].include?("Negotiate")
|
|
2434
|
+
begin
|
|
2435
|
+
require 'win32/sspi'
|
|
2436
|
+
true
|
|
2437
|
+
rescue LoadError
|
|
2438
|
+
false
|
|
2439
|
+
end
|
|
2440
|
+
else
|
|
2441
|
+
false
|
|
2442
|
+
end
|
|
2443
|
+
end
|
|
2444
|
+
|
|
2445
|
+
def sspi_auth(req)
|
|
2446
|
+
n = Win32::SSPI::NegotiateAuth.new
|
|
2447
|
+
req["Proxy-Authorization"] = "Negotiate #{n.get_initial_token}"
|
|
2448
|
+
# Some versions of ISA will close the connection if this isn't present.
|
|
2449
|
+
req["Connection"] = "Keep-Alive"
|
|
2450
|
+
req["Proxy-Connection"] = "Keep-Alive"
|
|
2451
|
+
res = transport_request(req)
|
|
2452
|
+
authphrase = res["Proxy-Authenticate"] or return res
|
|
2453
|
+
req["Proxy-Authorization"] = "Negotiate #{n.complete_authentication(authphrase)}"
|
|
2454
|
+
rescue => err
|
|
2455
|
+
raise HTTPAuthenticationError.new('HTTP authentication failed', err)
|
|
2456
|
+
end
|
|
2457
|
+
|
|
2458
|
+
#
|
|
2459
|
+
# utils
|
|
2460
|
+
#
|
|
2461
|
+
|
|
2462
|
+
private
|
|
2463
|
+
|
|
2464
|
+
def addr_port
|
|
2465
|
+
addr = address
|
|
2466
|
+
addr = "[#{addr}]" if addr.include?(":")
|
|
2467
|
+
default_port = use_ssl? ? HTTP.https_default_port : HTTP.http_default_port
|
|
2468
|
+
default_port == port ? addr : "#{addr}:#{port}"
|
|
2469
|
+
end
|
|
2470
|
+
|
|
2471
|
+
# Adds a message to debugging output
|
|
2472
|
+
def debug(msg)
|
|
2473
|
+
return unless @debug_output
|
|
2474
|
+
@debug_output << msg
|
|
2475
|
+
@debug_output << "\n"
|
|
2476
|
+
end
|
|
2477
|
+
|
|
2478
|
+
alias_method :D, :debug
|
|
2479
|
+
end
|
|
2480
|
+
|
|
2481
|
+
end
|
|
2482
|
+
|
|
2483
|
+
require_relative 'http/exceptions'
|
|
2484
|
+
|
|
2485
|
+
require_relative 'http/header'
|
|
2486
|
+
|
|
2487
|
+
require_relative 'http/generic_request'
|
|
2488
|
+
require_relative 'http/request'
|
|
2489
|
+
require_relative 'http/requests'
|
|
2490
|
+
|
|
2491
|
+
require_relative 'http/response'
|
|
2492
|
+
require_relative 'http/responses'
|
|
2493
|
+
|
|
2494
|
+
require_relative 'http/proxy_delta'
|
|
2495
|
+
|
|
2496
|
+
require_relative 'http/backward'
|