@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,2694 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
begin
|
|
4
|
+
require 'rbconfig'
|
|
5
|
+
rescue LoadError
|
|
6
|
+
# for make rjit-headers
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
# Namespace for file utility methods for copying, moving, removing, etc.
|
|
10
|
+
#
|
|
11
|
+
# == What's Here
|
|
12
|
+
#
|
|
13
|
+
# First, what’s elsewhere. \Module \Bundler::FileUtils:
|
|
14
|
+
#
|
|
15
|
+
# - Inherits from {class Object}[rdoc-ref:Object].
|
|
16
|
+
# - Supplements {class File}[rdoc-ref:File]
|
|
17
|
+
# (but is not included or extended there).
|
|
18
|
+
#
|
|
19
|
+
# Here, module \Bundler::FileUtils provides methods that are useful for:
|
|
20
|
+
#
|
|
21
|
+
# - {Creating}[rdoc-ref:FileUtils@Creating].
|
|
22
|
+
# - {Deleting}[rdoc-ref:FileUtils@Deleting].
|
|
23
|
+
# - {Querying}[rdoc-ref:FileUtils@Querying].
|
|
24
|
+
# - {Setting}[rdoc-ref:FileUtils@Setting].
|
|
25
|
+
# - {Comparing}[rdoc-ref:FileUtils@Comparing].
|
|
26
|
+
# - {Copying}[rdoc-ref:FileUtils@Copying].
|
|
27
|
+
# - {Moving}[rdoc-ref:FileUtils@Moving].
|
|
28
|
+
# - {Options}[rdoc-ref:FileUtils@Options].
|
|
29
|
+
#
|
|
30
|
+
# === Creating
|
|
31
|
+
#
|
|
32
|
+
# - ::mkdir: Creates directories.
|
|
33
|
+
# - ::mkdir_p, ::makedirs, ::mkpath: Creates directories,
|
|
34
|
+
# also creating ancestor directories as needed.
|
|
35
|
+
# - ::link_entry: Creates a hard link.
|
|
36
|
+
# - ::ln, ::link: Creates hard links.
|
|
37
|
+
# - ::ln_s, ::symlink: Creates symbolic links.
|
|
38
|
+
# - ::ln_sf: Creates symbolic links, overwriting if necessary.
|
|
39
|
+
# - ::ln_sr: Creates symbolic links relative to targets
|
|
40
|
+
#
|
|
41
|
+
# === Deleting
|
|
42
|
+
#
|
|
43
|
+
# - ::remove_dir: Removes a directory and its descendants.
|
|
44
|
+
# - ::remove_entry: Removes an entry, including its descendants if it is a directory.
|
|
45
|
+
# - ::remove_entry_secure: Like ::remove_entry, but removes securely.
|
|
46
|
+
# - ::remove_file: Removes a file entry.
|
|
47
|
+
# - ::rm, ::remove: Removes entries.
|
|
48
|
+
# - ::rm_f, ::safe_unlink: Like ::rm, but removes forcibly.
|
|
49
|
+
# - ::rm_r: Removes entries and their descendants.
|
|
50
|
+
# - ::rm_rf, ::rmtree: Like ::rm_r, but removes forcibly.
|
|
51
|
+
# - ::rmdir: Removes directories.
|
|
52
|
+
#
|
|
53
|
+
# === Querying
|
|
54
|
+
#
|
|
55
|
+
# - ::pwd, ::getwd: Returns the path to the working directory.
|
|
56
|
+
# - ::uptodate?: Returns whether a given entry is newer than given other entries.
|
|
57
|
+
#
|
|
58
|
+
# === Setting
|
|
59
|
+
#
|
|
60
|
+
# - ::cd, ::chdir: Sets the working directory.
|
|
61
|
+
# - ::chmod: Sets permissions for an entry.
|
|
62
|
+
# - ::chmod_R: Sets permissions for an entry and its descendants.
|
|
63
|
+
# - ::chown: Sets the owner and group for entries.
|
|
64
|
+
# - ::chown_R: Sets the owner and group for entries and their descendants.
|
|
65
|
+
# - ::touch: Sets modification and access times for entries,
|
|
66
|
+
# creating if necessary.
|
|
67
|
+
#
|
|
68
|
+
# === Comparing
|
|
69
|
+
#
|
|
70
|
+
# - ::compare_file, ::cmp, ::identical?: Returns whether two entries are identical.
|
|
71
|
+
# - ::compare_stream: Returns whether two streams are identical.
|
|
72
|
+
#
|
|
73
|
+
# === Copying
|
|
74
|
+
#
|
|
75
|
+
# - ::copy_entry: Recursively copies an entry.
|
|
76
|
+
# - ::copy_file: Copies an entry.
|
|
77
|
+
# - ::copy_stream: Copies a stream.
|
|
78
|
+
# - ::cp, ::copy: Copies files.
|
|
79
|
+
# - ::cp_lr: Recursively creates hard links.
|
|
80
|
+
# - ::cp_r: Recursively copies files, retaining mode, owner, and group.
|
|
81
|
+
# - ::install: Recursively copies files, optionally setting mode,
|
|
82
|
+
# owner, and group.
|
|
83
|
+
#
|
|
84
|
+
# === Moving
|
|
85
|
+
#
|
|
86
|
+
# - ::mv, ::move: Moves entries.
|
|
87
|
+
#
|
|
88
|
+
# === Options
|
|
89
|
+
#
|
|
90
|
+
# - ::collect_method: Returns the names of methods that accept a given option.
|
|
91
|
+
# - ::commands: Returns the names of methods that accept options.
|
|
92
|
+
# - ::have_option?: Returns whether a given method accepts a given option.
|
|
93
|
+
# - ::options: Returns all option names.
|
|
94
|
+
# - ::options_of: Returns the names of the options for a given method.
|
|
95
|
+
#
|
|
96
|
+
# == Path Arguments
|
|
97
|
+
#
|
|
98
|
+
# Some methods in \Bundler::FileUtils accept _path_ arguments,
|
|
99
|
+
# which are interpreted as paths to filesystem entries:
|
|
100
|
+
#
|
|
101
|
+
# - If the argument is a string, that value is the path.
|
|
102
|
+
# - If the argument has method +:to_path+, it is converted via that method.
|
|
103
|
+
# - If the argument has method +:to_str+, it is converted via that method.
|
|
104
|
+
#
|
|
105
|
+
# == About the Examples
|
|
106
|
+
#
|
|
107
|
+
# Some examples here involve trees of file entries.
|
|
108
|
+
# For these, we sometimes display trees using the
|
|
109
|
+
# {tree command-line utility}[https://en.wikipedia.org/wiki/Tree_(command)],
|
|
110
|
+
# which is a recursive directory-listing utility that produces
|
|
111
|
+
# a depth-indented listing of files and directories.
|
|
112
|
+
#
|
|
113
|
+
# We use a helper method to launch the command and control the format:
|
|
114
|
+
#
|
|
115
|
+
# def tree(dirpath = '.')
|
|
116
|
+
# command = "tree --noreport --charset=ascii #{dirpath}"
|
|
117
|
+
# system(command)
|
|
118
|
+
# end
|
|
119
|
+
#
|
|
120
|
+
# To illustrate:
|
|
121
|
+
#
|
|
122
|
+
# tree('src0')
|
|
123
|
+
# # => src0
|
|
124
|
+
# # |-- sub0
|
|
125
|
+
# # | |-- src0.txt
|
|
126
|
+
# # | `-- src1.txt
|
|
127
|
+
# # `-- sub1
|
|
128
|
+
# # |-- src2.txt
|
|
129
|
+
# # `-- src3.txt
|
|
130
|
+
#
|
|
131
|
+
# == Avoiding the TOCTTOU Vulnerability
|
|
132
|
+
#
|
|
133
|
+
# For certain methods that recursively remove entries,
|
|
134
|
+
# there is a potential vulnerability called the
|
|
135
|
+
# {Time-of-check to time-of-use}[https://en.wikipedia.org/wiki/Time-of-check_to_time-of-use],
|
|
136
|
+
# or TOCTTOU, vulnerability that can exist when:
|
|
137
|
+
#
|
|
138
|
+
# - An ancestor directory of the entry at the target path is world writable;
|
|
139
|
+
# such directories include <tt>/tmp</tt>.
|
|
140
|
+
# - The directory tree at the target path includes:
|
|
141
|
+
#
|
|
142
|
+
# - A world-writable descendant directory.
|
|
143
|
+
# - A symbolic link.
|
|
144
|
+
#
|
|
145
|
+
# To avoid that vulnerability, you can use this method to remove entries:
|
|
146
|
+
#
|
|
147
|
+
# - Bundler::FileUtils.remove_entry_secure: removes recursively
|
|
148
|
+
# if the target path points to a directory.
|
|
149
|
+
#
|
|
150
|
+
# Also available are these methods,
|
|
151
|
+
# each of which calls \Bundler::FileUtils.remove_entry_secure:
|
|
152
|
+
#
|
|
153
|
+
# - Bundler::FileUtils.rm_r with keyword argument <tt>secure: true</tt>.
|
|
154
|
+
# - Bundler::FileUtils.rm_rf with keyword argument <tt>secure: true</tt>.
|
|
155
|
+
#
|
|
156
|
+
# Finally, this method for moving entries calls \Bundler::FileUtils.remove_entry_secure
|
|
157
|
+
# if the source and destination are on different file systems
|
|
158
|
+
# (which means that the "move" is really a copy and remove):
|
|
159
|
+
#
|
|
160
|
+
# - Bundler::FileUtils.mv with keyword argument <tt>secure: true</tt>.
|
|
161
|
+
#
|
|
162
|
+
# \Method \Bundler::FileUtils.remove_entry_secure removes securely
|
|
163
|
+
# by applying a special pre-process:
|
|
164
|
+
#
|
|
165
|
+
# - If the target path points to a directory, this method uses methods
|
|
166
|
+
# {File#chown}[rdoc-ref:File#chown]
|
|
167
|
+
# and {File#chmod}[rdoc-ref:File#chmod]
|
|
168
|
+
# in removing directories.
|
|
169
|
+
# - The owner of the target directory should be either the current process
|
|
170
|
+
# or the super user (root).
|
|
171
|
+
#
|
|
172
|
+
# WARNING: You must ensure that *ALL* parent directories cannot be
|
|
173
|
+
# moved by other untrusted users. For example, parent directories
|
|
174
|
+
# should not be owned by untrusted users, and should not be world
|
|
175
|
+
# writable except when the sticky bit is set.
|
|
176
|
+
#
|
|
177
|
+
# For details of this security vulnerability, see Perl cases:
|
|
178
|
+
#
|
|
179
|
+
# - {CVE-2005-0448}[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0448].
|
|
180
|
+
# - {CVE-2004-0452}[https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0452].
|
|
181
|
+
#
|
|
182
|
+
module Bundler::FileUtils
|
|
183
|
+
VERSION = "1.7.2"
|
|
184
|
+
|
|
185
|
+
def self.private_module_function(name) #:nodoc:
|
|
186
|
+
module_function name
|
|
187
|
+
private_class_method name
|
|
188
|
+
end
|
|
189
|
+
|
|
190
|
+
#
|
|
191
|
+
# Returns a string containing the path to the current directory:
|
|
192
|
+
#
|
|
193
|
+
# Bundler::FileUtils.pwd # => "/rdoc/fileutils"
|
|
194
|
+
#
|
|
195
|
+
# Related: Bundler::FileUtils.cd.
|
|
196
|
+
#
|
|
197
|
+
def pwd
|
|
198
|
+
Dir.pwd
|
|
199
|
+
end
|
|
200
|
+
module_function :pwd
|
|
201
|
+
|
|
202
|
+
alias getwd pwd
|
|
203
|
+
module_function :getwd
|
|
204
|
+
|
|
205
|
+
# Changes the working directory to the given +dir+, which
|
|
206
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments]:
|
|
207
|
+
#
|
|
208
|
+
# With no block given,
|
|
209
|
+
# changes the current directory to the directory at +dir+; returns zero:
|
|
210
|
+
#
|
|
211
|
+
# Bundler::FileUtils.pwd # => "/rdoc/fileutils"
|
|
212
|
+
# Bundler::FileUtils.cd('..')
|
|
213
|
+
# Bundler::FileUtils.pwd # => "/rdoc"
|
|
214
|
+
# Bundler::FileUtils.cd('fileutils')
|
|
215
|
+
#
|
|
216
|
+
# With a block given, changes the current directory to the directory
|
|
217
|
+
# at +dir+, calls the block with argument +dir+,
|
|
218
|
+
# and restores the original current directory; returns the block's value:
|
|
219
|
+
#
|
|
220
|
+
# Bundler::FileUtils.pwd # => "/rdoc/fileutils"
|
|
221
|
+
# Bundler::FileUtils.cd('..') { |arg| [arg, Bundler::FileUtils.pwd] } # => ["..", "/rdoc"]
|
|
222
|
+
# Bundler::FileUtils.pwd # => "/rdoc/fileutils"
|
|
223
|
+
#
|
|
224
|
+
# Keyword arguments:
|
|
225
|
+
#
|
|
226
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
227
|
+
#
|
|
228
|
+
# Bundler::FileUtils.cd('..')
|
|
229
|
+
# Bundler::FileUtils.cd('fileutils')
|
|
230
|
+
#
|
|
231
|
+
# Output:
|
|
232
|
+
#
|
|
233
|
+
# cd ..
|
|
234
|
+
# cd fileutils
|
|
235
|
+
#
|
|
236
|
+
# Related: Bundler::FileUtils.pwd.
|
|
237
|
+
#
|
|
238
|
+
def cd(dir, verbose: nil, &block) # :yield: dir
|
|
239
|
+
fu_output_message "cd #{dir}" if verbose
|
|
240
|
+
result = Dir.chdir(dir, &block)
|
|
241
|
+
fu_output_message 'cd -' if verbose and block
|
|
242
|
+
result
|
|
243
|
+
end
|
|
244
|
+
module_function :cd
|
|
245
|
+
|
|
246
|
+
alias chdir cd
|
|
247
|
+
module_function :chdir
|
|
248
|
+
|
|
249
|
+
#
|
|
250
|
+
# Returns +true+ if the file at path +new+
|
|
251
|
+
# is newer than all the files at paths in array +old_list+;
|
|
252
|
+
# +false+ otherwise.
|
|
253
|
+
#
|
|
254
|
+
# Argument +new+ and the elements of +old_list+
|
|
255
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments]:
|
|
256
|
+
#
|
|
257
|
+
# Bundler::FileUtils.uptodate?('Rakefile', ['Gemfile', 'README.md']) # => true
|
|
258
|
+
# Bundler::FileUtils.uptodate?('Gemfile', ['Rakefile', 'README.md']) # => false
|
|
259
|
+
#
|
|
260
|
+
# A non-existent file is considered to be infinitely old.
|
|
261
|
+
#
|
|
262
|
+
# Related: Bundler::FileUtils.touch.
|
|
263
|
+
#
|
|
264
|
+
def uptodate?(new, old_list)
|
|
265
|
+
return false unless File.exist?(new)
|
|
266
|
+
new_time = File.mtime(new)
|
|
267
|
+
old_list.each do |old|
|
|
268
|
+
if File.exist?(old)
|
|
269
|
+
return false unless new_time > File.mtime(old)
|
|
270
|
+
end
|
|
271
|
+
end
|
|
272
|
+
true
|
|
273
|
+
end
|
|
274
|
+
module_function :uptodate?
|
|
275
|
+
|
|
276
|
+
def remove_trailing_slash(dir) #:nodoc:
|
|
277
|
+
dir == '/' ? dir : dir.chomp(?/)
|
|
278
|
+
end
|
|
279
|
+
private_module_function :remove_trailing_slash
|
|
280
|
+
|
|
281
|
+
#
|
|
282
|
+
# Creates directories at the paths in the given +list+
|
|
283
|
+
# (a single path or an array of paths);
|
|
284
|
+
# returns +list+ if it is an array, <tt>[list]</tt> otherwise.
|
|
285
|
+
#
|
|
286
|
+
# Argument +list+ or its elements
|
|
287
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
288
|
+
#
|
|
289
|
+
# With no keyword arguments, creates a directory at each +path+ in +list+
|
|
290
|
+
# by calling: <tt>Dir.mkdir(path, mode)</tt>;
|
|
291
|
+
# see {Dir.mkdir}[rdoc-ref:Dir.mkdir]:
|
|
292
|
+
#
|
|
293
|
+
# Bundler::FileUtils.mkdir(%w[tmp0 tmp1]) # => ["tmp0", "tmp1"]
|
|
294
|
+
# Bundler::FileUtils.mkdir('tmp4') # => ["tmp4"]
|
|
295
|
+
#
|
|
296
|
+
# Keyword arguments:
|
|
297
|
+
#
|
|
298
|
+
# - <tt>mode: <i>mode</i></tt> - also calls <tt>File.chmod(mode, path)</tt>;
|
|
299
|
+
# see {File.chmod}[rdoc-ref:File.chmod].
|
|
300
|
+
# - <tt>noop: true</tt> - does not create directories.
|
|
301
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
302
|
+
#
|
|
303
|
+
# Bundler::FileUtils.mkdir(%w[tmp0 tmp1], verbose: true)
|
|
304
|
+
# Bundler::FileUtils.mkdir(%w[tmp2 tmp3], mode: 0700, verbose: true)
|
|
305
|
+
#
|
|
306
|
+
# Output:
|
|
307
|
+
#
|
|
308
|
+
# mkdir tmp0 tmp1
|
|
309
|
+
# mkdir -m 700 tmp2 tmp3
|
|
310
|
+
#
|
|
311
|
+
# Raises an exception if any path points to an existing
|
|
312
|
+
# file or directory, or if for any reason a directory cannot be created.
|
|
313
|
+
#
|
|
314
|
+
# Related: Bundler::FileUtils.mkdir_p.
|
|
315
|
+
#
|
|
316
|
+
def mkdir(list, mode: nil, noop: nil, verbose: nil)
|
|
317
|
+
list = fu_list(list)
|
|
318
|
+
fu_output_message "mkdir #{mode ? ('-m %03o ' % mode) : ''}#{list.join ' '}" if verbose
|
|
319
|
+
return if noop
|
|
320
|
+
|
|
321
|
+
list.each do |dir|
|
|
322
|
+
fu_mkdir dir, mode
|
|
323
|
+
end
|
|
324
|
+
end
|
|
325
|
+
module_function :mkdir
|
|
326
|
+
|
|
327
|
+
#
|
|
328
|
+
# Creates directories at the paths in the given +list+
|
|
329
|
+
# (a single path or an array of paths),
|
|
330
|
+
# also creating ancestor directories as needed;
|
|
331
|
+
# returns +list+ if it is an array, <tt>[list]</tt> otherwise.
|
|
332
|
+
#
|
|
333
|
+
# Argument +list+ or its elements
|
|
334
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
335
|
+
#
|
|
336
|
+
# With no keyword arguments, creates a directory at each +path+ in +list+,
|
|
337
|
+
# along with any needed ancestor directories,
|
|
338
|
+
# by calling: <tt>Dir.mkdir(path, mode)</tt>;
|
|
339
|
+
# see {Dir.mkdir}[rdoc-ref:Dir.mkdir]:
|
|
340
|
+
#
|
|
341
|
+
# Bundler::FileUtils.mkdir_p(%w[tmp0/tmp1 tmp2/tmp3]) # => ["tmp0/tmp1", "tmp2/tmp3"]
|
|
342
|
+
# Bundler::FileUtils.mkdir_p('tmp4/tmp5') # => ["tmp4/tmp5"]
|
|
343
|
+
#
|
|
344
|
+
# Keyword arguments:
|
|
345
|
+
#
|
|
346
|
+
# - <tt>mode: <i>mode</i></tt> - also calls <tt>File.chmod(mode, path)</tt>;
|
|
347
|
+
# see {File.chmod}[rdoc-ref:File.chmod].
|
|
348
|
+
# - <tt>noop: true</tt> - does not create directories.
|
|
349
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
350
|
+
#
|
|
351
|
+
# Bundler::FileUtils.mkdir_p(%w[tmp0 tmp1], verbose: true)
|
|
352
|
+
# Bundler::FileUtils.mkdir_p(%w[tmp2 tmp3], mode: 0700, verbose: true)
|
|
353
|
+
#
|
|
354
|
+
# Output:
|
|
355
|
+
#
|
|
356
|
+
# mkdir -p tmp0 tmp1
|
|
357
|
+
# mkdir -p -m 700 tmp2 tmp3
|
|
358
|
+
#
|
|
359
|
+
# Raises an exception if for any reason a directory cannot be created.
|
|
360
|
+
#
|
|
361
|
+
# Bundler::FileUtils.mkpath and Bundler::FileUtils.makedirs are aliases for Bundler::FileUtils.mkdir_p.
|
|
362
|
+
#
|
|
363
|
+
# Related: Bundler::FileUtils.mkdir.
|
|
364
|
+
#
|
|
365
|
+
def mkdir_p(list, mode: nil, noop: nil, verbose: nil)
|
|
366
|
+
list = fu_list(list)
|
|
367
|
+
fu_output_message "mkdir -p #{mode ? ('-m %03o ' % mode) : ''}#{list.join ' '}" if verbose
|
|
368
|
+
return *list if noop
|
|
369
|
+
|
|
370
|
+
list.each do |item|
|
|
371
|
+
path = remove_trailing_slash(item)
|
|
372
|
+
|
|
373
|
+
stack = []
|
|
374
|
+
until File.directory?(path) || File.dirname(path) == path
|
|
375
|
+
stack.push path
|
|
376
|
+
path = File.dirname(path)
|
|
377
|
+
end
|
|
378
|
+
stack.reverse_each do |dir|
|
|
379
|
+
begin
|
|
380
|
+
fu_mkdir dir, mode
|
|
381
|
+
rescue SystemCallError
|
|
382
|
+
raise unless File.directory?(dir)
|
|
383
|
+
end
|
|
384
|
+
end
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
return *list
|
|
388
|
+
end
|
|
389
|
+
module_function :mkdir_p
|
|
390
|
+
|
|
391
|
+
alias mkpath mkdir_p
|
|
392
|
+
alias makedirs mkdir_p
|
|
393
|
+
module_function :mkpath
|
|
394
|
+
module_function :makedirs
|
|
395
|
+
|
|
396
|
+
def fu_mkdir(path, mode) #:nodoc:
|
|
397
|
+
path = remove_trailing_slash(path)
|
|
398
|
+
if mode
|
|
399
|
+
Dir.mkdir path, mode
|
|
400
|
+
File.chmod mode, path
|
|
401
|
+
else
|
|
402
|
+
Dir.mkdir path
|
|
403
|
+
end
|
|
404
|
+
end
|
|
405
|
+
private_module_function :fu_mkdir
|
|
406
|
+
|
|
407
|
+
#
|
|
408
|
+
# Removes directories at the paths in the given +list+
|
|
409
|
+
# (a single path or an array of paths);
|
|
410
|
+
# returns +list+, if it is an array, <tt>[list]</tt> otherwise.
|
|
411
|
+
#
|
|
412
|
+
# Argument +list+ or its elements
|
|
413
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
414
|
+
#
|
|
415
|
+
# With no keyword arguments, removes the directory at each +path+ in +list+,
|
|
416
|
+
# by calling: <tt>Dir.rmdir(path)</tt>;
|
|
417
|
+
# see {Dir.rmdir}[rdoc-ref:Dir.rmdir]:
|
|
418
|
+
#
|
|
419
|
+
# Bundler::FileUtils.rmdir(%w[tmp0/tmp1 tmp2/tmp3]) # => ["tmp0/tmp1", "tmp2/tmp3"]
|
|
420
|
+
# Bundler::FileUtils.rmdir('tmp4/tmp5') # => ["tmp4/tmp5"]
|
|
421
|
+
#
|
|
422
|
+
# Keyword arguments:
|
|
423
|
+
#
|
|
424
|
+
# - <tt>parents: true</tt> - removes successive ancestor directories
|
|
425
|
+
# if empty.
|
|
426
|
+
# - <tt>noop: true</tt> - does not remove directories.
|
|
427
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
428
|
+
#
|
|
429
|
+
# Bundler::FileUtils.rmdir(%w[tmp0/tmp1 tmp2/tmp3], parents: true, verbose: true)
|
|
430
|
+
# Bundler::FileUtils.rmdir('tmp4/tmp5', parents: true, verbose: true)
|
|
431
|
+
#
|
|
432
|
+
# Output:
|
|
433
|
+
#
|
|
434
|
+
# rmdir -p tmp0/tmp1 tmp2/tmp3
|
|
435
|
+
# rmdir -p tmp4/tmp5
|
|
436
|
+
#
|
|
437
|
+
# Raises an exception if a directory does not exist
|
|
438
|
+
# or if for any reason a directory cannot be removed.
|
|
439
|
+
#
|
|
440
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
441
|
+
#
|
|
442
|
+
def rmdir(list, parents: nil, noop: nil, verbose: nil)
|
|
443
|
+
list = fu_list(list)
|
|
444
|
+
fu_output_message "rmdir #{parents ? '-p ' : ''}#{list.join ' '}" if verbose
|
|
445
|
+
return if noop
|
|
446
|
+
list.each do |dir|
|
|
447
|
+
Dir.rmdir(dir = remove_trailing_slash(dir))
|
|
448
|
+
if parents
|
|
449
|
+
begin
|
|
450
|
+
until (parent = File.dirname(dir)) == '.' or parent == dir
|
|
451
|
+
dir = parent
|
|
452
|
+
Dir.rmdir(dir)
|
|
453
|
+
end
|
|
454
|
+
rescue Errno::ENOTEMPTY, Errno::EEXIST, Errno::ENOENT
|
|
455
|
+
end
|
|
456
|
+
end
|
|
457
|
+
end
|
|
458
|
+
end
|
|
459
|
+
module_function :rmdir
|
|
460
|
+
|
|
461
|
+
# Creates {hard links}[https://en.wikipedia.org/wiki/Hard_link].
|
|
462
|
+
#
|
|
463
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
464
|
+
# and +dest+ (a single path)
|
|
465
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
466
|
+
#
|
|
467
|
+
# When +src+ is the path to an existing file
|
|
468
|
+
# and +dest+ is the path to a non-existent file,
|
|
469
|
+
# creates a hard link at +dest+ pointing to +src+; returns zero:
|
|
470
|
+
#
|
|
471
|
+
# Dir.children('tmp0/') # => ["t.txt"]
|
|
472
|
+
# Dir.children('tmp1/') # => []
|
|
473
|
+
# Bundler::FileUtils.ln('tmp0/t.txt', 'tmp1/t.lnk') # => 0
|
|
474
|
+
# Dir.children('tmp1/') # => ["t.lnk"]
|
|
475
|
+
#
|
|
476
|
+
# When +src+ is the path to an existing file
|
|
477
|
+
# and +dest+ is the path to an existing directory,
|
|
478
|
+
# creates a hard link at <tt>dest/src</tt> pointing to +src+; returns zero:
|
|
479
|
+
#
|
|
480
|
+
# Dir.children('tmp2') # => ["t.dat"]
|
|
481
|
+
# Dir.children('tmp3') # => []
|
|
482
|
+
# Bundler::FileUtils.ln('tmp2/t.dat', 'tmp3') # => 0
|
|
483
|
+
# Dir.children('tmp3') # => ["t.dat"]
|
|
484
|
+
#
|
|
485
|
+
# When +src+ is an array of paths to existing files
|
|
486
|
+
# and +dest+ is the path to an existing directory,
|
|
487
|
+
# then for each path +target+ in +src+,
|
|
488
|
+
# creates a hard link at <tt>dest/target</tt> pointing to +target+;
|
|
489
|
+
# returns +src+:
|
|
490
|
+
#
|
|
491
|
+
# Dir.children('tmp4/') # => []
|
|
492
|
+
# Bundler::FileUtils.ln(['tmp0/t.txt', 'tmp2/t.dat'], 'tmp4/') # => ["tmp0/t.txt", "tmp2/t.dat"]
|
|
493
|
+
# Dir.children('tmp4/') # => ["t.dat", "t.txt"]
|
|
494
|
+
#
|
|
495
|
+
# Keyword arguments:
|
|
496
|
+
#
|
|
497
|
+
# - <tt>force: true</tt> - overwrites +dest+ if it exists.
|
|
498
|
+
# - <tt>noop: true</tt> - does not create links.
|
|
499
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
500
|
+
#
|
|
501
|
+
# Bundler::FileUtils.ln('tmp0/t.txt', 'tmp1/t.lnk', verbose: true)
|
|
502
|
+
# Bundler::FileUtils.ln('tmp2/t.dat', 'tmp3', verbose: true)
|
|
503
|
+
# Bundler::FileUtils.ln(['tmp0/t.txt', 'tmp2/t.dat'], 'tmp4/', verbose: true)
|
|
504
|
+
#
|
|
505
|
+
# Output:
|
|
506
|
+
#
|
|
507
|
+
# ln tmp0/t.txt tmp1/t.lnk
|
|
508
|
+
# ln tmp2/t.dat tmp3
|
|
509
|
+
# ln tmp0/t.txt tmp2/t.dat tmp4/
|
|
510
|
+
#
|
|
511
|
+
# Raises an exception if +dest+ is the path to an existing file
|
|
512
|
+
# and keyword argument +force+ is not +true+.
|
|
513
|
+
#
|
|
514
|
+
# Related: Bundler::FileUtils.link_entry (has different options).
|
|
515
|
+
#
|
|
516
|
+
def ln(src, dest, force: nil, noop: nil, verbose: nil)
|
|
517
|
+
fu_output_message "ln#{force ? ' -f' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
518
|
+
return if noop
|
|
519
|
+
fu_each_src_dest0(src, dest) do |s,d|
|
|
520
|
+
remove_file d, true if force
|
|
521
|
+
File.link s, d
|
|
522
|
+
end
|
|
523
|
+
end
|
|
524
|
+
module_function :ln
|
|
525
|
+
|
|
526
|
+
alias link ln
|
|
527
|
+
module_function :link
|
|
528
|
+
|
|
529
|
+
# Creates {hard links}[https://en.wikipedia.org/wiki/Hard_link].
|
|
530
|
+
#
|
|
531
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
532
|
+
# and +dest+ (a single path)
|
|
533
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
534
|
+
#
|
|
535
|
+
# If +src+ is the path to a directory and +dest+ does not exist,
|
|
536
|
+
# creates links +dest+ and descendents pointing to +src+ and its descendents:
|
|
537
|
+
#
|
|
538
|
+
# tree('src0')
|
|
539
|
+
# # => src0
|
|
540
|
+
# # |-- sub0
|
|
541
|
+
# # | |-- src0.txt
|
|
542
|
+
# # | `-- src1.txt
|
|
543
|
+
# # `-- sub1
|
|
544
|
+
# # |-- src2.txt
|
|
545
|
+
# # `-- src3.txt
|
|
546
|
+
# File.exist?('dest0') # => false
|
|
547
|
+
# Bundler::FileUtils.cp_lr('src0', 'dest0')
|
|
548
|
+
# tree('dest0')
|
|
549
|
+
# # => dest0
|
|
550
|
+
# # |-- sub0
|
|
551
|
+
# # | |-- src0.txt
|
|
552
|
+
# # | `-- src1.txt
|
|
553
|
+
# # `-- sub1
|
|
554
|
+
# # |-- src2.txt
|
|
555
|
+
# # `-- src3.txt
|
|
556
|
+
#
|
|
557
|
+
# If +src+ and +dest+ are both paths to directories,
|
|
558
|
+
# creates links <tt>dest/src</tt> and descendents
|
|
559
|
+
# pointing to +src+ and its descendents:
|
|
560
|
+
#
|
|
561
|
+
# tree('src1')
|
|
562
|
+
# # => src1
|
|
563
|
+
# # |-- sub0
|
|
564
|
+
# # | |-- src0.txt
|
|
565
|
+
# # | `-- src1.txt
|
|
566
|
+
# # `-- sub1
|
|
567
|
+
# # |-- src2.txt
|
|
568
|
+
# # `-- src3.txt
|
|
569
|
+
# Bundler::FileUtils.mkdir('dest1')
|
|
570
|
+
# Bundler::FileUtils.cp_lr('src1', 'dest1')
|
|
571
|
+
# tree('dest1')
|
|
572
|
+
# # => dest1
|
|
573
|
+
# # `-- src1
|
|
574
|
+
# # |-- sub0
|
|
575
|
+
# # | |-- src0.txt
|
|
576
|
+
# # | `-- src1.txt
|
|
577
|
+
# # `-- sub1
|
|
578
|
+
# # |-- src2.txt
|
|
579
|
+
# # `-- src3.txt
|
|
580
|
+
#
|
|
581
|
+
# If +src+ is an array of paths to entries and +dest+ is the path to a directory,
|
|
582
|
+
# for each path +filepath+ in +src+, creates a link at <tt>dest/filepath</tt>
|
|
583
|
+
# pointing to that path:
|
|
584
|
+
#
|
|
585
|
+
# tree('src2')
|
|
586
|
+
# # => src2
|
|
587
|
+
# # |-- sub0
|
|
588
|
+
# # | |-- src0.txt
|
|
589
|
+
# # | `-- src1.txt
|
|
590
|
+
# # `-- sub1
|
|
591
|
+
# # |-- src2.txt
|
|
592
|
+
# # `-- src3.txt
|
|
593
|
+
# Bundler::FileUtils.mkdir('dest2')
|
|
594
|
+
# Bundler::FileUtils.cp_lr(['src2/sub0', 'src2/sub1'], 'dest2')
|
|
595
|
+
# tree('dest2')
|
|
596
|
+
# # => dest2
|
|
597
|
+
# # |-- sub0
|
|
598
|
+
# # | |-- src0.txt
|
|
599
|
+
# # | `-- src1.txt
|
|
600
|
+
# # `-- sub1
|
|
601
|
+
# # |-- src2.txt
|
|
602
|
+
# # `-- src3.txt
|
|
603
|
+
#
|
|
604
|
+
# Keyword arguments:
|
|
605
|
+
#
|
|
606
|
+
# - <tt>dereference_root: false</tt> - if +src+ is a symbolic link,
|
|
607
|
+
# does not dereference it.
|
|
608
|
+
# - <tt>noop: true</tt> - does not create links.
|
|
609
|
+
# - <tt>remove_destination: true</tt> - removes +dest+ before creating links.
|
|
610
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
611
|
+
#
|
|
612
|
+
# Bundler::FileUtils.cp_lr('src0', 'dest0', noop: true, verbose: true)
|
|
613
|
+
# Bundler::FileUtils.cp_lr('src1', 'dest1', noop: true, verbose: true)
|
|
614
|
+
# Bundler::FileUtils.cp_lr(['src2/sub0', 'src2/sub1'], 'dest2', noop: true, verbose: true)
|
|
615
|
+
#
|
|
616
|
+
# Output:
|
|
617
|
+
#
|
|
618
|
+
# cp -lr src0 dest0
|
|
619
|
+
# cp -lr src1 dest1
|
|
620
|
+
# cp -lr src2/sub0 src2/sub1 dest2
|
|
621
|
+
#
|
|
622
|
+
# Raises an exception if +dest+ is the path to an existing file or directory
|
|
623
|
+
# and keyword argument <tt>remove_destination: true</tt> is not given.
|
|
624
|
+
#
|
|
625
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
626
|
+
#
|
|
627
|
+
def cp_lr(src, dest, noop: nil, verbose: nil,
|
|
628
|
+
dereference_root: true, remove_destination: false)
|
|
629
|
+
fu_output_message "cp -lr#{remove_destination ? ' --remove-destination' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
630
|
+
return if noop
|
|
631
|
+
fu_each_src_dest(src, dest) do |s, d|
|
|
632
|
+
link_entry s, d, dereference_root, remove_destination
|
|
633
|
+
end
|
|
634
|
+
end
|
|
635
|
+
module_function :cp_lr
|
|
636
|
+
|
|
637
|
+
# Creates {symbolic links}[https://en.wikipedia.org/wiki/Symbolic_link].
|
|
638
|
+
#
|
|
639
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
640
|
+
# and +dest+ (a single path)
|
|
641
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
642
|
+
#
|
|
643
|
+
# If +src+ is the path to an existing file:
|
|
644
|
+
#
|
|
645
|
+
# - When +dest+ is the path to a non-existent file,
|
|
646
|
+
# creates a symbolic link at +dest+ pointing to +src+:
|
|
647
|
+
#
|
|
648
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
649
|
+
# File.exist?('dest0.txt') # => false
|
|
650
|
+
# Bundler::FileUtils.ln_s('src0.txt', 'dest0.txt')
|
|
651
|
+
# File.symlink?('dest0.txt') # => true
|
|
652
|
+
#
|
|
653
|
+
# - When +dest+ is the path to an existing file,
|
|
654
|
+
# creates a symbolic link at +dest+ pointing to +src+
|
|
655
|
+
# if and only if keyword argument <tt>force: true</tt> is given
|
|
656
|
+
# (raises an exception otherwise):
|
|
657
|
+
#
|
|
658
|
+
# Bundler::FileUtils.touch('src1.txt')
|
|
659
|
+
# Bundler::FileUtils.touch('dest1.txt')
|
|
660
|
+
# Bundler::FileUtils.ln_s('src1.txt', 'dest1.txt', force: true)
|
|
661
|
+
# FileTest.symlink?('dest1.txt') # => true
|
|
662
|
+
#
|
|
663
|
+
# Bundler::FileUtils.ln_s('src1.txt', 'dest1.txt') # Raises Errno::EEXIST.
|
|
664
|
+
#
|
|
665
|
+
# If +dest+ is the path to a directory,
|
|
666
|
+
# creates a symbolic link at <tt>dest/src</tt> pointing to +src+:
|
|
667
|
+
#
|
|
668
|
+
# Bundler::FileUtils.touch('src2.txt')
|
|
669
|
+
# Bundler::FileUtils.mkdir('destdir2')
|
|
670
|
+
# Bundler::FileUtils.ln_s('src2.txt', 'destdir2')
|
|
671
|
+
# File.symlink?('destdir2/src2.txt') # => true
|
|
672
|
+
#
|
|
673
|
+
# If +src+ is an array of paths to existing files and +dest+ is a directory,
|
|
674
|
+
# for each child +child+ in +src+ creates a symbolic link <tt>dest/child</tt>
|
|
675
|
+
# pointing to +child+:
|
|
676
|
+
#
|
|
677
|
+
# Bundler::FileUtils.mkdir('srcdir3')
|
|
678
|
+
# Bundler::FileUtils.touch('srcdir3/src0.txt')
|
|
679
|
+
# Bundler::FileUtils.touch('srcdir3/src1.txt')
|
|
680
|
+
# Bundler::FileUtils.mkdir('destdir3')
|
|
681
|
+
# Bundler::FileUtils.ln_s(['srcdir3/src0.txt', 'srcdir3/src1.txt'], 'destdir3')
|
|
682
|
+
# File.symlink?('destdir3/src0.txt') # => true
|
|
683
|
+
# File.symlink?('destdir3/src1.txt') # => true
|
|
684
|
+
#
|
|
685
|
+
# Keyword arguments:
|
|
686
|
+
#
|
|
687
|
+
# - <tt>force: true</tt> - overwrites +dest+ if it exists.
|
|
688
|
+
# - <tt>relative: false</tt> - create links relative to +dest+.
|
|
689
|
+
# - <tt>noop: true</tt> - does not create links.
|
|
690
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
691
|
+
#
|
|
692
|
+
# Bundler::FileUtils.ln_s('src0.txt', 'dest0.txt', noop: true, verbose: true)
|
|
693
|
+
# Bundler::FileUtils.ln_s('src1.txt', 'destdir1', noop: true, verbose: true)
|
|
694
|
+
# Bundler::FileUtils.ln_s('src2.txt', 'dest2.txt', force: true, noop: true, verbose: true)
|
|
695
|
+
# Bundler::FileUtils.ln_s(['srcdir3/src0.txt', 'srcdir3/src1.txt'], 'destdir3', noop: true, verbose: true)
|
|
696
|
+
#
|
|
697
|
+
# Output:
|
|
698
|
+
#
|
|
699
|
+
# ln -s src0.txt dest0.txt
|
|
700
|
+
# ln -s src1.txt destdir1
|
|
701
|
+
# ln -sf src2.txt dest2.txt
|
|
702
|
+
# ln -s srcdir3/src0.txt srcdir3/src1.txt destdir3
|
|
703
|
+
#
|
|
704
|
+
# Related: Bundler::FileUtils.ln_sf.
|
|
705
|
+
#
|
|
706
|
+
def ln_s(src, dest, force: nil, relative: false, target_directory: true, noop: nil, verbose: nil)
|
|
707
|
+
if relative
|
|
708
|
+
return ln_sr(src, dest, force: force, noop: noop, verbose: verbose)
|
|
709
|
+
end
|
|
710
|
+
fu_output_message "ln -s#{force ? 'f' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
711
|
+
return if noop
|
|
712
|
+
fu_each_src_dest0(src, dest) do |s,d|
|
|
713
|
+
remove_file d, true if force
|
|
714
|
+
File.symlink s, d
|
|
715
|
+
end
|
|
716
|
+
end
|
|
717
|
+
module_function :ln_s
|
|
718
|
+
|
|
719
|
+
alias symlink ln_s
|
|
720
|
+
module_function :symlink
|
|
721
|
+
|
|
722
|
+
# Like Bundler::FileUtils.ln_s, but always with keyword argument <tt>force: true</tt> given.
|
|
723
|
+
#
|
|
724
|
+
def ln_sf(src, dest, noop: nil, verbose: nil)
|
|
725
|
+
ln_s src, dest, force: true, noop: noop, verbose: verbose
|
|
726
|
+
end
|
|
727
|
+
module_function :ln_sf
|
|
728
|
+
|
|
729
|
+
# Like Bundler::FileUtils.ln_s, but create links relative to +dest+.
|
|
730
|
+
#
|
|
731
|
+
def ln_sr(src, dest, target_directory: true, force: nil, noop: nil, verbose: nil)
|
|
732
|
+
options = "#{force ? 'f' : ''}#{target_directory ? '' : 'T'}"
|
|
733
|
+
dest = File.path(dest)
|
|
734
|
+
srcs = Array(src)
|
|
735
|
+
link = proc do |s, target_dir_p = true|
|
|
736
|
+
s = File.path(s)
|
|
737
|
+
if target_dir_p
|
|
738
|
+
d = File.join(destdirs = dest, File.basename(s))
|
|
739
|
+
else
|
|
740
|
+
destdirs = File.dirname(d = dest)
|
|
741
|
+
end
|
|
742
|
+
destdirs = fu_split_path(File.realpath(destdirs))
|
|
743
|
+
if fu_starting_path?(s)
|
|
744
|
+
srcdirs = fu_split_path((File.realdirpath(s) rescue File.expand_path(s)))
|
|
745
|
+
base = fu_relative_components_from(srcdirs, destdirs)
|
|
746
|
+
s = File.join(*base)
|
|
747
|
+
else
|
|
748
|
+
srcdirs = fu_clean_components(*fu_split_path(s))
|
|
749
|
+
base = fu_relative_components_from(fu_split_path(Dir.pwd), destdirs)
|
|
750
|
+
while srcdirs.first&. == ".." and base.last&.!=("..") and !fu_starting_path?(base.last)
|
|
751
|
+
srcdirs.shift
|
|
752
|
+
base.pop
|
|
753
|
+
end
|
|
754
|
+
s = File.join(*base, *srcdirs)
|
|
755
|
+
end
|
|
756
|
+
fu_output_message "ln -s#{options} #{s} #{d}" if verbose
|
|
757
|
+
next if noop
|
|
758
|
+
remove_file d, true if force
|
|
759
|
+
File.symlink s, d
|
|
760
|
+
end
|
|
761
|
+
case srcs.size
|
|
762
|
+
when 0
|
|
763
|
+
when 1
|
|
764
|
+
link[srcs[0], target_directory && File.directory?(dest)]
|
|
765
|
+
else
|
|
766
|
+
srcs.each(&link)
|
|
767
|
+
end
|
|
768
|
+
end
|
|
769
|
+
module_function :ln_sr
|
|
770
|
+
|
|
771
|
+
# Creates {hard links}[https://en.wikipedia.org/wiki/Hard_link]; returns +nil+.
|
|
772
|
+
#
|
|
773
|
+
# Arguments +src+ and +dest+
|
|
774
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
775
|
+
#
|
|
776
|
+
# If +src+ is the path to a file and +dest+ does not exist,
|
|
777
|
+
# creates a hard link at +dest+ pointing to +src+:
|
|
778
|
+
#
|
|
779
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
780
|
+
# File.exist?('dest0.txt') # => false
|
|
781
|
+
# Bundler::FileUtils.link_entry('src0.txt', 'dest0.txt')
|
|
782
|
+
# File.file?('dest0.txt') # => true
|
|
783
|
+
#
|
|
784
|
+
# If +src+ is the path to a directory and +dest+ does not exist,
|
|
785
|
+
# recursively creates hard links at +dest+ pointing to paths in +src+:
|
|
786
|
+
#
|
|
787
|
+
# Bundler::FileUtils.mkdir_p(['src1/dir0', 'src1/dir1'])
|
|
788
|
+
# src_file_paths = [
|
|
789
|
+
# 'src1/dir0/t0.txt',
|
|
790
|
+
# 'src1/dir0/t1.txt',
|
|
791
|
+
# 'src1/dir1/t2.txt',
|
|
792
|
+
# 'src1/dir1/t3.txt',
|
|
793
|
+
# ]
|
|
794
|
+
# Bundler::FileUtils.touch(src_file_paths)
|
|
795
|
+
# File.directory?('dest1') # => true
|
|
796
|
+
# Bundler::FileUtils.link_entry('src1', 'dest1')
|
|
797
|
+
# File.file?('dest1/dir0/t0.txt') # => true
|
|
798
|
+
# File.file?('dest1/dir0/t1.txt') # => true
|
|
799
|
+
# File.file?('dest1/dir1/t2.txt') # => true
|
|
800
|
+
# File.file?('dest1/dir1/t3.txt') # => true
|
|
801
|
+
#
|
|
802
|
+
# Keyword arguments:
|
|
803
|
+
#
|
|
804
|
+
# - <tt>dereference_root: true</tt> - dereferences +src+ if it is a symbolic link.
|
|
805
|
+
# - <tt>remove_destination: true</tt> - removes +dest+ before creating links.
|
|
806
|
+
#
|
|
807
|
+
# Raises an exception if +dest+ is the path to an existing file or directory
|
|
808
|
+
# and keyword argument <tt>remove_destination: true</tt> is not given.
|
|
809
|
+
#
|
|
810
|
+
# Related: Bundler::FileUtils.ln (has different options).
|
|
811
|
+
#
|
|
812
|
+
def link_entry(src, dest, dereference_root = false, remove_destination = false)
|
|
813
|
+
Entry_.new(src, nil, dereference_root).traverse do |ent|
|
|
814
|
+
destent = Entry_.new(dest, ent.rel, false)
|
|
815
|
+
File.unlink destent.path if remove_destination && File.file?(destent.path)
|
|
816
|
+
ent.link destent.path
|
|
817
|
+
end
|
|
818
|
+
end
|
|
819
|
+
module_function :link_entry
|
|
820
|
+
|
|
821
|
+
# Copies files.
|
|
822
|
+
#
|
|
823
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
824
|
+
# and +dest+ (a single path)
|
|
825
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
826
|
+
#
|
|
827
|
+
# If +src+ is the path to a file and +dest+ is not the path to a directory,
|
|
828
|
+
# copies +src+ to +dest+:
|
|
829
|
+
#
|
|
830
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
831
|
+
# File.exist?('dest0.txt') # => false
|
|
832
|
+
# Bundler::FileUtils.cp('src0.txt', 'dest0.txt')
|
|
833
|
+
# File.file?('dest0.txt') # => true
|
|
834
|
+
#
|
|
835
|
+
# If +src+ is the path to a file and +dest+ is the path to a directory,
|
|
836
|
+
# copies +src+ to <tt>dest/src</tt>:
|
|
837
|
+
#
|
|
838
|
+
# Bundler::FileUtils.touch('src1.txt')
|
|
839
|
+
# Bundler::FileUtils.mkdir('dest1')
|
|
840
|
+
# Bundler::FileUtils.cp('src1.txt', 'dest1')
|
|
841
|
+
# File.file?('dest1/src1.txt') # => true
|
|
842
|
+
#
|
|
843
|
+
# If +src+ is an array of paths to files and +dest+ is the path to a directory,
|
|
844
|
+
# copies from each +src+ to +dest+:
|
|
845
|
+
#
|
|
846
|
+
# src_file_paths = ['src2.txt', 'src2.dat']
|
|
847
|
+
# Bundler::FileUtils.touch(src_file_paths)
|
|
848
|
+
# Bundler::FileUtils.mkdir('dest2')
|
|
849
|
+
# Bundler::FileUtils.cp(src_file_paths, 'dest2')
|
|
850
|
+
# File.file?('dest2/src2.txt') # => true
|
|
851
|
+
# File.file?('dest2/src2.dat') # => true
|
|
852
|
+
#
|
|
853
|
+
# Keyword arguments:
|
|
854
|
+
#
|
|
855
|
+
# - <tt>preserve: true</tt> - preserves file times.
|
|
856
|
+
# - <tt>noop: true</tt> - does not copy files.
|
|
857
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
858
|
+
#
|
|
859
|
+
# Bundler::FileUtils.cp('src0.txt', 'dest0.txt', noop: true, verbose: true)
|
|
860
|
+
# Bundler::FileUtils.cp('src1.txt', 'dest1', noop: true, verbose: true)
|
|
861
|
+
# Bundler::FileUtils.cp(src_file_paths, 'dest2', noop: true, verbose: true)
|
|
862
|
+
#
|
|
863
|
+
# Output:
|
|
864
|
+
#
|
|
865
|
+
# cp src0.txt dest0.txt
|
|
866
|
+
# cp src1.txt dest1
|
|
867
|
+
# cp src2.txt src2.dat dest2
|
|
868
|
+
#
|
|
869
|
+
# Raises an exception if +src+ is a directory.
|
|
870
|
+
#
|
|
871
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
872
|
+
#
|
|
873
|
+
def cp(src, dest, preserve: nil, noop: nil, verbose: nil)
|
|
874
|
+
fu_output_message "cp#{preserve ? ' -p' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
875
|
+
return if noop
|
|
876
|
+
fu_each_src_dest(src, dest) do |s, d|
|
|
877
|
+
copy_file s, d, preserve
|
|
878
|
+
end
|
|
879
|
+
end
|
|
880
|
+
module_function :cp
|
|
881
|
+
|
|
882
|
+
alias copy cp
|
|
883
|
+
module_function :copy
|
|
884
|
+
|
|
885
|
+
# Recursively copies files.
|
|
886
|
+
#
|
|
887
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
888
|
+
# and +dest+ (a single path)
|
|
889
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
890
|
+
#
|
|
891
|
+
# The mode, owner, and group are retained in the copy;
|
|
892
|
+
# to change those, use Bundler::FileUtils.install instead.
|
|
893
|
+
#
|
|
894
|
+
# If +src+ is the path to a file and +dest+ is not the path to a directory,
|
|
895
|
+
# copies +src+ to +dest+:
|
|
896
|
+
#
|
|
897
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
898
|
+
# File.exist?('dest0.txt') # => false
|
|
899
|
+
# Bundler::FileUtils.cp_r('src0.txt', 'dest0.txt')
|
|
900
|
+
# File.file?('dest0.txt') # => true
|
|
901
|
+
#
|
|
902
|
+
# If +src+ is the path to a file and +dest+ is the path to a directory,
|
|
903
|
+
# copies +src+ to <tt>dest/src</tt>:
|
|
904
|
+
#
|
|
905
|
+
# Bundler::FileUtils.touch('src1.txt')
|
|
906
|
+
# Bundler::FileUtils.mkdir('dest1')
|
|
907
|
+
# Bundler::FileUtils.cp_r('src1.txt', 'dest1')
|
|
908
|
+
# File.file?('dest1/src1.txt') # => true
|
|
909
|
+
#
|
|
910
|
+
# If +src+ is the path to a directory and +dest+ does not exist,
|
|
911
|
+
# recursively copies +src+ to +dest+:
|
|
912
|
+
#
|
|
913
|
+
# tree('src2')
|
|
914
|
+
# # => src2
|
|
915
|
+
# # |-- dir0
|
|
916
|
+
# # | |-- src0.txt
|
|
917
|
+
# # | `-- src1.txt
|
|
918
|
+
# # `-- dir1
|
|
919
|
+
# # |-- src2.txt
|
|
920
|
+
# # `-- src3.txt
|
|
921
|
+
# Bundler::FileUtils.exist?('dest2') # => false
|
|
922
|
+
# Bundler::FileUtils.cp_r('src2', 'dest2')
|
|
923
|
+
# tree('dest2')
|
|
924
|
+
# # => dest2
|
|
925
|
+
# # |-- dir0
|
|
926
|
+
# # | |-- src0.txt
|
|
927
|
+
# # | `-- src1.txt
|
|
928
|
+
# # `-- dir1
|
|
929
|
+
# # |-- src2.txt
|
|
930
|
+
# # `-- src3.txt
|
|
931
|
+
#
|
|
932
|
+
# If +src+ and +dest+ are paths to directories,
|
|
933
|
+
# recursively copies +src+ to <tt>dest/src</tt>:
|
|
934
|
+
#
|
|
935
|
+
# tree('src3')
|
|
936
|
+
# # => src3
|
|
937
|
+
# # |-- dir0
|
|
938
|
+
# # | |-- src0.txt
|
|
939
|
+
# # | `-- src1.txt
|
|
940
|
+
# # `-- dir1
|
|
941
|
+
# # |-- src2.txt
|
|
942
|
+
# # `-- src3.txt
|
|
943
|
+
# Bundler::FileUtils.mkdir('dest3')
|
|
944
|
+
# Bundler::FileUtils.cp_r('src3', 'dest3')
|
|
945
|
+
# tree('dest3')
|
|
946
|
+
# # => dest3
|
|
947
|
+
# # `-- src3
|
|
948
|
+
# # |-- dir0
|
|
949
|
+
# # | |-- src0.txt
|
|
950
|
+
# # | `-- src1.txt
|
|
951
|
+
# # `-- dir1
|
|
952
|
+
# # |-- src2.txt
|
|
953
|
+
# # `-- src3.txt
|
|
954
|
+
#
|
|
955
|
+
# If +src+ is an array of paths and +dest+ is a directory,
|
|
956
|
+
# recursively copies from each path in +src+ to +dest+;
|
|
957
|
+
# the paths in +src+ may point to files and/or directories.
|
|
958
|
+
#
|
|
959
|
+
# Keyword arguments:
|
|
960
|
+
#
|
|
961
|
+
# - <tt>dereference_root: false</tt> - if +src+ is a symbolic link,
|
|
962
|
+
# does not dereference it.
|
|
963
|
+
# - <tt>noop: true</tt> - does not copy files.
|
|
964
|
+
# - <tt>preserve: true</tt> - preserves file times.
|
|
965
|
+
# - <tt>remove_destination: true</tt> - removes +dest+ before copying files.
|
|
966
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
967
|
+
#
|
|
968
|
+
# Bundler::FileUtils.cp_r('src0.txt', 'dest0.txt', noop: true, verbose: true)
|
|
969
|
+
# Bundler::FileUtils.cp_r('src1.txt', 'dest1', noop: true, verbose: true)
|
|
970
|
+
# Bundler::FileUtils.cp_r('src2', 'dest2', noop: true, verbose: true)
|
|
971
|
+
# Bundler::FileUtils.cp_r('src3', 'dest3', noop: true, verbose: true)
|
|
972
|
+
#
|
|
973
|
+
# Output:
|
|
974
|
+
#
|
|
975
|
+
# cp -r src0.txt dest0.txt
|
|
976
|
+
# cp -r src1.txt dest1
|
|
977
|
+
# cp -r src2 dest2
|
|
978
|
+
# cp -r src3 dest3
|
|
979
|
+
#
|
|
980
|
+
# Raises an exception of +src+ is the path to a directory
|
|
981
|
+
# and +dest+ is the path to a file.
|
|
982
|
+
#
|
|
983
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
984
|
+
#
|
|
985
|
+
def cp_r(src, dest, preserve: nil, noop: nil, verbose: nil,
|
|
986
|
+
dereference_root: true, remove_destination: nil)
|
|
987
|
+
fu_output_message "cp -r#{preserve ? 'p' : ''}#{remove_destination ? ' --remove-destination' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
988
|
+
return if noop
|
|
989
|
+
fu_each_src_dest(src, dest) do |s, d|
|
|
990
|
+
copy_entry s, d, preserve, dereference_root, remove_destination
|
|
991
|
+
end
|
|
992
|
+
end
|
|
993
|
+
module_function :cp_r
|
|
994
|
+
|
|
995
|
+
# Recursively copies files from +src+ to +dest+.
|
|
996
|
+
#
|
|
997
|
+
# Arguments +src+ and +dest+
|
|
998
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
999
|
+
#
|
|
1000
|
+
# If +src+ is the path to a file, copies +src+ to +dest+:
|
|
1001
|
+
#
|
|
1002
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
1003
|
+
# File.exist?('dest0.txt') # => false
|
|
1004
|
+
# Bundler::FileUtils.copy_entry('src0.txt', 'dest0.txt')
|
|
1005
|
+
# File.file?('dest0.txt') # => true
|
|
1006
|
+
#
|
|
1007
|
+
# If +src+ is a directory, recursively copies +src+ to +dest+:
|
|
1008
|
+
#
|
|
1009
|
+
# tree('src1')
|
|
1010
|
+
# # => src1
|
|
1011
|
+
# # |-- dir0
|
|
1012
|
+
# # | |-- src0.txt
|
|
1013
|
+
# # | `-- src1.txt
|
|
1014
|
+
# # `-- dir1
|
|
1015
|
+
# # |-- src2.txt
|
|
1016
|
+
# # `-- src3.txt
|
|
1017
|
+
# Bundler::FileUtils.copy_entry('src1', 'dest1')
|
|
1018
|
+
# tree('dest1')
|
|
1019
|
+
# # => dest1
|
|
1020
|
+
# # |-- dir0
|
|
1021
|
+
# # | |-- src0.txt
|
|
1022
|
+
# # | `-- src1.txt
|
|
1023
|
+
# # `-- dir1
|
|
1024
|
+
# # |-- src2.txt
|
|
1025
|
+
# # `-- src3.txt
|
|
1026
|
+
#
|
|
1027
|
+
# The recursive copying preserves file types for regular files,
|
|
1028
|
+
# directories, and symbolic links;
|
|
1029
|
+
# other file types (FIFO streams, device files, etc.) are not supported.
|
|
1030
|
+
#
|
|
1031
|
+
# Keyword arguments:
|
|
1032
|
+
#
|
|
1033
|
+
# - <tt>dereference_root: true</tt> - if +src+ is a symbolic link,
|
|
1034
|
+
# follows the link.
|
|
1035
|
+
# - <tt>preserve: true</tt> - preserves file times.
|
|
1036
|
+
# - <tt>remove_destination: true</tt> - removes +dest+ before copying files.
|
|
1037
|
+
#
|
|
1038
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
1039
|
+
#
|
|
1040
|
+
def copy_entry(src, dest, preserve = false, dereference_root = false, remove_destination = false)
|
|
1041
|
+
if dereference_root
|
|
1042
|
+
src = File.realpath(src)
|
|
1043
|
+
end
|
|
1044
|
+
|
|
1045
|
+
Entry_.new(src, nil, false).wrap_traverse(proc do |ent|
|
|
1046
|
+
destent = Entry_.new(dest, ent.rel, false)
|
|
1047
|
+
File.unlink destent.path if remove_destination && (File.file?(destent.path) || File.symlink?(destent.path))
|
|
1048
|
+
ent.copy destent.path
|
|
1049
|
+
end, proc do |ent|
|
|
1050
|
+
destent = Entry_.new(dest, ent.rel, false)
|
|
1051
|
+
ent.copy_metadata destent.path if preserve
|
|
1052
|
+
end)
|
|
1053
|
+
end
|
|
1054
|
+
module_function :copy_entry
|
|
1055
|
+
|
|
1056
|
+
# Copies file from +src+ to +dest+, which should not be directories.
|
|
1057
|
+
#
|
|
1058
|
+
# Arguments +src+ and +dest+
|
|
1059
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1060
|
+
#
|
|
1061
|
+
# Examples:
|
|
1062
|
+
#
|
|
1063
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
1064
|
+
# Bundler::FileUtils.copy_file('src0.txt', 'dest0.txt')
|
|
1065
|
+
# File.file?('dest0.txt') # => true
|
|
1066
|
+
#
|
|
1067
|
+
# Keyword arguments:
|
|
1068
|
+
#
|
|
1069
|
+
# - <tt>dereference: false</tt> - if +src+ is a symbolic link,
|
|
1070
|
+
# does not follow the link.
|
|
1071
|
+
# - <tt>preserve: true</tt> - preserves file times.
|
|
1072
|
+
# - <tt>remove_destination: true</tt> - removes +dest+ before copying files.
|
|
1073
|
+
#
|
|
1074
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
1075
|
+
#
|
|
1076
|
+
def copy_file(src, dest, preserve = false, dereference = true)
|
|
1077
|
+
ent = Entry_.new(src, nil, dereference)
|
|
1078
|
+
ent.copy_file dest
|
|
1079
|
+
ent.copy_metadata dest if preserve
|
|
1080
|
+
end
|
|
1081
|
+
module_function :copy_file
|
|
1082
|
+
|
|
1083
|
+
# Copies \IO stream +src+ to \IO stream +dest+ via
|
|
1084
|
+
# {IO.copy_stream}[rdoc-ref:IO.copy_stream].
|
|
1085
|
+
#
|
|
1086
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
1087
|
+
#
|
|
1088
|
+
def copy_stream(src, dest)
|
|
1089
|
+
IO.copy_stream(src, dest)
|
|
1090
|
+
end
|
|
1091
|
+
module_function :copy_stream
|
|
1092
|
+
|
|
1093
|
+
# Moves entries.
|
|
1094
|
+
#
|
|
1095
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
1096
|
+
# and +dest+ (a single path)
|
|
1097
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1098
|
+
#
|
|
1099
|
+
# If +src+ and +dest+ are on different file systems,
|
|
1100
|
+
# first copies, then removes +src+.
|
|
1101
|
+
#
|
|
1102
|
+
# May cause a local vulnerability if not called with keyword argument
|
|
1103
|
+
# <tt>secure: true</tt>;
|
|
1104
|
+
# see {Avoiding the TOCTTOU Vulnerability}[rdoc-ref:FileUtils@Avoiding+the+TOCTTOU+Vulnerability].
|
|
1105
|
+
#
|
|
1106
|
+
# If +src+ is the path to a single file or directory and +dest+ does not exist,
|
|
1107
|
+
# moves +src+ to +dest+:
|
|
1108
|
+
#
|
|
1109
|
+
# tree('src0')
|
|
1110
|
+
# # => src0
|
|
1111
|
+
# # |-- src0.txt
|
|
1112
|
+
# # `-- src1.txt
|
|
1113
|
+
# File.exist?('dest0') # => false
|
|
1114
|
+
# Bundler::FileUtils.mv('src0', 'dest0')
|
|
1115
|
+
# File.exist?('src0') # => false
|
|
1116
|
+
# tree('dest0')
|
|
1117
|
+
# # => dest0
|
|
1118
|
+
# # |-- src0.txt
|
|
1119
|
+
# # `-- src1.txt
|
|
1120
|
+
#
|
|
1121
|
+
# If +src+ is an array of paths to files and directories
|
|
1122
|
+
# and +dest+ is the path to a directory,
|
|
1123
|
+
# copies from each path in the array to +dest+:
|
|
1124
|
+
#
|
|
1125
|
+
# File.file?('src1.txt') # => true
|
|
1126
|
+
# tree('src1')
|
|
1127
|
+
# # => src1
|
|
1128
|
+
# # |-- src.dat
|
|
1129
|
+
# # `-- src.txt
|
|
1130
|
+
# Dir.empty?('dest1') # => true
|
|
1131
|
+
# Bundler::FileUtils.mv(['src1.txt', 'src1'], 'dest1')
|
|
1132
|
+
# tree('dest1')
|
|
1133
|
+
# # => dest1
|
|
1134
|
+
# # |-- src1
|
|
1135
|
+
# # | |-- src.dat
|
|
1136
|
+
# # | `-- src.txt
|
|
1137
|
+
# # `-- src1.txt
|
|
1138
|
+
#
|
|
1139
|
+
# Keyword arguments:
|
|
1140
|
+
#
|
|
1141
|
+
# - <tt>force: true</tt> - if the move includes removing +src+
|
|
1142
|
+
# (that is, if +src+ and +dest+ are on different file systems),
|
|
1143
|
+
# ignores raised exceptions of StandardError and its descendants.
|
|
1144
|
+
# - <tt>noop: true</tt> - does not move files.
|
|
1145
|
+
# - <tt>secure: true</tt> - removes +src+ securely;
|
|
1146
|
+
# see details at Bundler::FileUtils.remove_entry_secure.
|
|
1147
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1148
|
+
#
|
|
1149
|
+
# Bundler::FileUtils.mv('src0', 'dest0', noop: true, verbose: true)
|
|
1150
|
+
# Bundler::FileUtils.mv(['src1.txt', 'src1'], 'dest1', noop: true, verbose: true)
|
|
1151
|
+
#
|
|
1152
|
+
# Output:
|
|
1153
|
+
#
|
|
1154
|
+
# mv src0 dest0
|
|
1155
|
+
# mv src1.txt src1 dest1
|
|
1156
|
+
#
|
|
1157
|
+
def mv(src, dest, force: nil, noop: nil, verbose: nil, secure: nil)
|
|
1158
|
+
fu_output_message "mv#{force ? ' -f' : ''} #{[src,dest].flatten.join ' '}" if verbose
|
|
1159
|
+
return if noop
|
|
1160
|
+
fu_each_src_dest(src, dest) do |s, d|
|
|
1161
|
+
destent = Entry_.new(d, nil, true)
|
|
1162
|
+
begin
|
|
1163
|
+
if destent.exist?
|
|
1164
|
+
if destent.directory?
|
|
1165
|
+
raise Errno::EEXIST, d
|
|
1166
|
+
end
|
|
1167
|
+
end
|
|
1168
|
+
begin
|
|
1169
|
+
File.rename s, d
|
|
1170
|
+
rescue Errno::EXDEV,
|
|
1171
|
+
Errno::EPERM # move from unencrypted to encrypted dir (ext4)
|
|
1172
|
+
copy_entry s, d, true
|
|
1173
|
+
if secure
|
|
1174
|
+
remove_entry_secure s, force
|
|
1175
|
+
else
|
|
1176
|
+
remove_entry s, force
|
|
1177
|
+
end
|
|
1178
|
+
end
|
|
1179
|
+
rescue SystemCallError
|
|
1180
|
+
raise unless force
|
|
1181
|
+
end
|
|
1182
|
+
end
|
|
1183
|
+
end
|
|
1184
|
+
module_function :mv
|
|
1185
|
+
|
|
1186
|
+
alias move mv
|
|
1187
|
+
module_function :move
|
|
1188
|
+
|
|
1189
|
+
# Removes entries at the paths in the given +list+
|
|
1190
|
+
# (a single path or an array of paths)
|
|
1191
|
+
# returns +list+, if it is an array, <tt>[list]</tt> otherwise.
|
|
1192
|
+
#
|
|
1193
|
+
# Argument +list+ or its elements
|
|
1194
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1195
|
+
#
|
|
1196
|
+
# With no keyword arguments, removes files at the paths given in +list+:
|
|
1197
|
+
#
|
|
1198
|
+
# Bundler::FileUtils.touch(['src0.txt', 'src0.dat'])
|
|
1199
|
+
# Bundler::FileUtils.rm(['src0.dat', 'src0.txt']) # => ["src0.dat", "src0.txt"]
|
|
1200
|
+
#
|
|
1201
|
+
# Keyword arguments:
|
|
1202
|
+
#
|
|
1203
|
+
# - <tt>force: true</tt> - ignores raised exceptions of StandardError
|
|
1204
|
+
# and its descendants.
|
|
1205
|
+
# - <tt>noop: true</tt> - does not remove files; returns +nil+.
|
|
1206
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1207
|
+
#
|
|
1208
|
+
# Bundler::FileUtils.rm(['src0.dat', 'src0.txt'], noop: true, verbose: true)
|
|
1209
|
+
#
|
|
1210
|
+
# Output:
|
|
1211
|
+
#
|
|
1212
|
+
# rm src0.dat src0.txt
|
|
1213
|
+
#
|
|
1214
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1215
|
+
#
|
|
1216
|
+
def rm(list, force: nil, noop: nil, verbose: nil)
|
|
1217
|
+
list = fu_list(list)
|
|
1218
|
+
fu_output_message "rm#{force ? ' -f' : ''} #{list.join ' '}" if verbose
|
|
1219
|
+
return if noop
|
|
1220
|
+
|
|
1221
|
+
list.each do |path|
|
|
1222
|
+
remove_file path, force
|
|
1223
|
+
end
|
|
1224
|
+
end
|
|
1225
|
+
module_function :rm
|
|
1226
|
+
|
|
1227
|
+
alias remove rm
|
|
1228
|
+
module_function :remove
|
|
1229
|
+
|
|
1230
|
+
# Equivalent to:
|
|
1231
|
+
#
|
|
1232
|
+
# Bundler::FileUtils.rm(list, force: true, **kwargs)
|
|
1233
|
+
#
|
|
1234
|
+
# Argument +list+ (a single path or an array of paths)
|
|
1235
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1236
|
+
#
|
|
1237
|
+
# See Bundler::FileUtils.rm for keyword arguments.
|
|
1238
|
+
#
|
|
1239
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1240
|
+
#
|
|
1241
|
+
def rm_f(list, noop: nil, verbose: nil)
|
|
1242
|
+
rm list, force: true, noop: noop, verbose: verbose
|
|
1243
|
+
end
|
|
1244
|
+
module_function :rm_f
|
|
1245
|
+
|
|
1246
|
+
alias safe_unlink rm_f
|
|
1247
|
+
module_function :safe_unlink
|
|
1248
|
+
|
|
1249
|
+
# Removes entries at the paths in the given +list+
|
|
1250
|
+
# (a single path or an array of paths);
|
|
1251
|
+
# returns +list+, if it is an array, <tt>[list]</tt> otherwise.
|
|
1252
|
+
#
|
|
1253
|
+
# Argument +list+ or its elements
|
|
1254
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1255
|
+
#
|
|
1256
|
+
# May cause a local vulnerability if not called with keyword argument
|
|
1257
|
+
# <tt>secure: true</tt>;
|
|
1258
|
+
# see {Avoiding the TOCTTOU Vulnerability}[rdoc-ref:FileUtils@Avoiding+the+TOCTTOU+Vulnerability].
|
|
1259
|
+
#
|
|
1260
|
+
# For each file path, removes the file at that path:
|
|
1261
|
+
#
|
|
1262
|
+
# Bundler::FileUtils.touch(['src0.txt', 'src0.dat'])
|
|
1263
|
+
# Bundler::FileUtils.rm_r(['src0.dat', 'src0.txt'])
|
|
1264
|
+
# File.exist?('src0.txt') # => false
|
|
1265
|
+
# File.exist?('src0.dat') # => false
|
|
1266
|
+
#
|
|
1267
|
+
# For each directory path, recursively removes files and directories:
|
|
1268
|
+
#
|
|
1269
|
+
# tree('src1')
|
|
1270
|
+
# # => src1
|
|
1271
|
+
# # |-- dir0
|
|
1272
|
+
# # | |-- src0.txt
|
|
1273
|
+
# # | `-- src1.txt
|
|
1274
|
+
# # `-- dir1
|
|
1275
|
+
# # |-- src2.txt
|
|
1276
|
+
# # `-- src3.txt
|
|
1277
|
+
# Bundler::FileUtils.rm_r('src1')
|
|
1278
|
+
# File.exist?('src1') # => false
|
|
1279
|
+
#
|
|
1280
|
+
# Keyword arguments:
|
|
1281
|
+
#
|
|
1282
|
+
# - <tt>force: true</tt> - ignores raised exceptions of StandardError
|
|
1283
|
+
# and its descendants.
|
|
1284
|
+
# - <tt>noop: true</tt> - does not remove entries; returns +nil+.
|
|
1285
|
+
# - <tt>secure: true</tt> - removes +src+ securely;
|
|
1286
|
+
# see details at Bundler::FileUtils.remove_entry_secure.
|
|
1287
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1288
|
+
#
|
|
1289
|
+
# Bundler::FileUtils.rm_r(['src0.dat', 'src0.txt'], noop: true, verbose: true)
|
|
1290
|
+
# Bundler::FileUtils.rm_r('src1', noop: true, verbose: true)
|
|
1291
|
+
#
|
|
1292
|
+
# Output:
|
|
1293
|
+
#
|
|
1294
|
+
# rm -r src0.dat src0.txt
|
|
1295
|
+
# rm -r src1
|
|
1296
|
+
#
|
|
1297
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1298
|
+
#
|
|
1299
|
+
def rm_r(list, force: nil, noop: nil, verbose: nil, secure: nil)
|
|
1300
|
+
list = fu_list(list)
|
|
1301
|
+
fu_output_message "rm -r#{force ? 'f' : ''} #{list.join ' '}" if verbose
|
|
1302
|
+
return if noop
|
|
1303
|
+
list.each do |path|
|
|
1304
|
+
if secure
|
|
1305
|
+
remove_entry_secure path, force
|
|
1306
|
+
else
|
|
1307
|
+
remove_entry path, force
|
|
1308
|
+
end
|
|
1309
|
+
end
|
|
1310
|
+
end
|
|
1311
|
+
module_function :rm_r
|
|
1312
|
+
|
|
1313
|
+
# Equivalent to:
|
|
1314
|
+
#
|
|
1315
|
+
# Bundler::FileUtils.rm_r(list, force: true, **kwargs)
|
|
1316
|
+
#
|
|
1317
|
+
# Argument +list+ or its elements
|
|
1318
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1319
|
+
#
|
|
1320
|
+
# May cause a local vulnerability if not called with keyword argument
|
|
1321
|
+
# <tt>secure: true</tt>;
|
|
1322
|
+
# see {Avoiding the TOCTTOU Vulnerability}[rdoc-ref:FileUtils@Avoiding+the+TOCTTOU+Vulnerability].
|
|
1323
|
+
#
|
|
1324
|
+
# See Bundler::FileUtils.rm_r for keyword arguments.
|
|
1325
|
+
#
|
|
1326
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1327
|
+
#
|
|
1328
|
+
def rm_rf(list, noop: nil, verbose: nil, secure: nil)
|
|
1329
|
+
rm_r list, force: true, noop: noop, verbose: verbose, secure: secure
|
|
1330
|
+
end
|
|
1331
|
+
module_function :rm_rf
|
|
1332
|
+
|
|
1333
|
+
alias rmtree rm_rf
|
|
1334
|
+
module_function :rmtree
|
|
1335
|
+
|
|
1336
|
+
# Securely removes the entry given by +path+,
|
|
1337
|
+
# which should be the entry for a regular file, a symbolic link,
|
|
1338
|
+
# or a directory.
|
|
1339
|
+
#
|
|
1340
|
+
# Argument +path+
|
|
1341
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1342
|
+
#
|
|
1343
|
+
# Avoids a local vulnerability that can exist in certain circumstances;
|
|
1344
|
+
# see {Avoiding the TOCTTOU Vulnerability}[rdoc-ref:FileUtils@Avoiding+the+TOCTTOU+Vulnerability].
|
|
1345
|
+
#
|
|
1346
|
+
# Optional argument +force+ specifies whether to ignore
|
|
1347
|
+
# raised exceptions of StandardError and its descendants.
|
|
1348
|
+
#
|
|
1349
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1350
|
+
#
|
|
1351
|
+
def remove_entry_secure(path, force = false)
|
|
1352
|
+
unless fu_have_symlink?
|
|
1353
|
+
remove_entry path, force
|
|
1354
|
+
return
|
|
1355
|
+
end
|
|
1356
|
+
fullpath = File.expand_path(path)
|
|
1357
|
+
st = File.lstat(fullpath)
|
|
1358
|
+
unless st.directory?
|
|
1359
|
+
File.unlink fullpath
|
|
1360
|
+
return
|
|
1361
|
+
end
|
|
1362
|
+
# is a directory.
|
|
1363
|
+
parent_st = File.stat(File.dirname(fullpath))
|
|
1364
|
+
unless parent_st.world_writable?
|
|
1365
|
+
remove_entry path, force
|
|
1366
|
+
return
|
|
1367
|
+
end
|
|
1368
|
+
unless parent_st.sticky?
|
|
1369
|
+
raise ArgumentError, "parent directory is world writable, Bundler::FileUtils#remove_entry_secure does not work; abort: #{path.inspect} (parent directory mode #{'%o' % parent_st.mode})"
|
|
1370
|
+
end
|
|
1371
|
+
|
|
1372
|
+
# freeze tree root
|
|
1373
|
+
euid = Process.euid
|
|
1374
|
+
dot_file = fullpath + "/."
|
|
1375
|
+
begin
|
|
1376
|
+
File.open(dot_file) {|f|
|
|
1377
|
+
unless fu_stat_identical_entry?(st, f.stat)
|
|
1378
|
+
# symlink (TOC-to-TOU attack?)
|
|
1379
|
+
File.unlink fullpath
|
|
1380
|
+
return
|
|
1381
|
+
end
|
|
1382
|
+
f.chown euid, -1
|
|
1383
|
+
f.chmod 0700
|
|
1384
|
+
}
|
|
1385
|
+
rescue Errno::EISDIR # JRuby in non-native mode can't open files as dirs
|
|
1386
|
+
File.lstat(dot_file).tap {|fstat|
|
|
1387
|
+
unless fu_stat_identical_entry?(st, fstat)
|
|
1388
|
+
# symlink (TOC-to-TOU attack?)
|
|
1389
|
+
File.unlink fullpath
|
|
1390
|
+
return
|
|
1391
|
+
end
|
|
1392
|
+
File.chown euid, -1, dot_file
|
|
1393
|
+
File.chmod 0700, dot_file
|
|
1394
|
+
}
|
|
1395
|
+
end
|
|
1396
|
+
|
|
1397
|
+
unless fu_stat_identical_entry?(st, File.lstat(fullpath))
|
|
1398
|
+
# TOC-to-TOU attack?
|
|
1399
|
+
File.unlink fullpath
|
|
1400
|
+
return
|
|
1401
|
+
end
|
|
1402
|
+
|
|
1403
|
+
# ---- tree root is frozen ----
|
|
1404
|
+
root = Entry_.new(path)
|
|
1405
|
+
root.preorder_traverse do |ent|
|
|
1406
|
+
if ent.directory?
|
|
1407
|
+
ent.chown euid, -1
|
|
1408
|
+
ent.chmod 0700
|
|
1409
|
+
end
|
|
1410
|
+
end
|
|
1411
|
+
root.postorder_traverse do |ent|
|
|
1412
|
+
begin
|
|
1413
|
+
ent.remove
|
|
1414
|
+
rescue
|
|
1415
|
+
raise unless force
|
|
1416
|
+
end
|
|
1417
|
+
end
|
|
1418
|
+
rescue
|
|
1419
|
+
raise unless force
|
|
1420
|
+
end
|
|
1421
|
+
module_function :remove_entry_secure
|
|
1422
|
+
|
|
1423
|
+
def fu_have_symlink? #:nodoc:
|
|
1424
|
+
File.symlink nil, nil
|
|
1425
|
+
rescue NotImplementedError
|
|
1426
|
+
return false
|
|
1427
|
+
rescue TypeError
|
|
1428
|
+
return true
|
|
1429
|
+
end
|
|
1430
|
+
private_module_function :fu_have_symlink?
|
|
1431
|
+
|
|
1432
|
+
def fu_stat_identical_entry?(a, b) #:nodoc:
|
|
1433
|
+
a.dev == b.dev and a.ino == b.ino
|
|
1434
|
+
end
|
|
1435
|
+
private_module_function :fu_stat_identical_entry?
|
|
1436
|
+
|
|
1437
|
+
# Removes the entry given by +path+,
|
|
1438
|
+
# which should be the entry for a regular file, a symbolic link,
|
|
1439
|
+
# or a directory.
|
|
1440
|
+
#
|
|
1441
|
+
# Argument +path+
|
|
1442
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1443
|
+
#
|
|
1444
|
+
# Optional argument +force+ specifies whether to ignore
|
|
1445
|
+
# raised exceptions of StandardError and its descendants.
|
|
1446
|
+
#
|
|
1447
|
+
# Related: Bundler::FileUtils.remove_entry_secure.
|
|
1448
|
+
#
|
|
1449
|
+
def remove_entry(path, force = false)
|
|
1450
|
+
Entry_.new(path).postorder_traverse do |ent|
|
|
1451
|
+
begin
|
|
1452
|
+
ent.remove
|
|
1453
|
+
rescue
|
|
1454
|
+
raise unless force
|
|
1455
|
+
end
|
|
1456
|
+
end
|
|
1457
|
+
rescue
|
|
1458
|
+
raise unless force
|
|
1459
|
+
end
|
|
1460
|
+
module_function :remove_entry
|
|
1461
|
+
|
|
1462
|
+
# Removes the file entry given by +path+,
|
|
1463
|
+
# which should be the entry for a regular file or a symbolic link.
|
|
1464
|
+
#
|
|
1465
|
+
# Argument +path+
|
|
1466
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1467
|
+
#
|
|
1468
|
+
# Optional argument +force+ specifies whether to ignore
|
|
1469
|
+
# raised exceptions of StandardError and its descendants.
|
|
1470
|
+
#
|
|
1471
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1472
|
+
#
|
|
1473
|
+
def remove_file(path, force = false)
|
|
1474
|
+
Entry_.new(path).remove_file
|
|
1475
|
+
rescue
|
|
1476
|
+
raise unless force
|
|
1477
|
+
end
|
|
1478
|
+
module_function :remove_file
|
|
1479
|
+
|
|
1480
|
+
# Recursively removes the directory entry given by +path+,
|
|
1481
|
+
# which should be the entry for a regular file, a symbolic link,
|
|
1482
|
+
# or a directory.
|
|
1483
|
+
#
|
|
1484
|
+
# Argument +path+
|
|
1485
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1486
|
+
#
|
|
1487
|
+
# Optional argument +force+ specifies whether to ignore
|
|
1488
|
+
# raised exceptions of StandardError and its descendants.
|
|
1489
|
+
#
|
|
1490
|
+
# Related: {methods for deleting}[rdoc-ref:FileUtils@Deleting].
|
|
1491
|
+
#
|
|
1492
|
+
def remove_dir(path, force = false)
|
|
1493
|
+
remove_entry path, force # FIXME?? check if it is a directory
|
|
1494
|
+
end
|
|
1495
|
+
module_function :remove_dir
|
|
1496
|
+
|
|
1497
|
+
# Returns +true+ if the contents of files +a+ and +b+ are identical,
|
|
1498
|
+
# +false+ otherwise.
|
|
1499
|
+
#
|
|
1500
|
+
# Arguments +a+ and +b+
|
|
1501
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1502
|
+
#
|
|
1503
|
+
# Bundler::FileUtils.identical? and Bundler::FileUtils.cmp are aliases for Bundler::FileUtils.compare_file.
|
|
1504
|
+
#
|
|
1505
|
+
# Related: Bundler::FileUtils.compare_stream.
|
|
1506
|
+
#
|
|
1507
|
+
def compare_file(a, b)
|
|
1508
|
+
return false unless File.size(a) == File.size(b)
|
|
1509
|
+
File.open(a, 'rb') {|fa|
|
|
1510
|
+
File.open(b, 'rb') {|fb|
|
|
1511
|
+
return compare_stream(fa, fb)
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
end
|
|
1515
|
+
module_function :compare_file
|
|
1516
|
+
|
|
1517
|
+
alias identical? compare_file
|
|
1518
|
+
alias cmp compare_file
|
|
1519
|
+
module_function :identical?
|
|
1520
|
+
module_function :cmp
|
|
1521
|
+
|
|
1522
|
+
# Returns +true+ if the contents of streams +a+ and +b+ are identical,
|
|
1523
|
+
# +false+ otherwise.
|
|
1524
|
+
#
|
|
1525
|
+
# Arguments +a+ and +b+
|
|
1526
|
+
# should be {interpretable as a path}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1527
|
+
#
|
|
1528
|
+
# Related: Bundler::FileUtils.compare_file.
|
|
1529
|
+
#
|
|
1530
|
+
def compare_stream(a, b)
|
|
1531
|
+
bsize = fu_stream_blksize(a, b)
|
|
1532
|
+
|
|
1533
|
+
sa = String.new(capacity: bsize)
|
|
1534
|
+
sb = String.new(capacity: bsize)
|
|
1535
|
+
|
|
1536
|
+
begin
|
|
1537
|
+
a.read(bsize, sa)
|
|
1538
|
+
b.read(bsize, sb)
|
|
1539
|
+
return true if sa.empty? && sb.empty?
|
|
1540
|
+
end while sa == sb
|
|
1541
|
+
false
|
|
1542
|
+
end
|
|
1543
|
+
module_function :compare_stream
|
|
1544
|
+
|
|
1545
|
+
# Copies a file entry.
|
|
1546
|
+
# See {install(1)}[https://man7.org/linux/man-pages/man1/install.1.html].
|
|
1547
|
+
#
|
|
1548
|
+
# Arguments +src+ (a single path or an array of paths)
|
|
1549
|
+
# and +dest+ (a single path)
|
|
1550
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments];
|
|
1551
|
+
#
|
|
1552
|
+
# If the entry at +dest+ does not exist, copies from +src+ to +dest+:
|
|
1553
|
+
#
|
|
1554
|
+
# File.read('src0.txt') # => "aaa\n"
|
|
1555
|
+
# File.exist?('dest0.txt') # => false
|
|
1556
|
+
# Bundler::FileUtils.install('src0.txt', 'dest0.txt')
|
|
1557
|
+
# File.read('dest0.txt') # => "aaa\n"
|
|
1558
|
+
#
|
|
1559
|
+
# If +dest+ is a file entry, copies from +src+ to +dest+, overwriting:
|
|
1560
|
+
#
|
|
1561
|
+
# File.read('src1.txt') # => "aaa\n"
|
|
1562
|
+
# File.read('dest1.txt') # => "bbb\n"
|
|
1563
|
+
# Bundler::FileUtils.install('src1.txt', 'dest1.txt')
|
|
1564
|
+
# File.read('dest1.txt') # => "aaa\n"
|
|
1565
|
+
#
|
|
1566
|
+
# If +dest+ is a directory entry, copies from +src+ to <tt>dest/src</tt>,
|
|
1567
|
+
# overwriting if necessary:
|
|
1568
|
+
#
|
|
1569
|
+
# File.read('src2.txt') # => "aaa\n"
|
|
1570
|
+
# File.read('dest2/src2.txt') # => "bbb\n"
|
|
1571
|
+
# Bundler::FileUtils.install('src2.txt', 'dest2')
|
|
1572
|
+
# File.read('dest2/src2.txt') # => "aaa\n"
|
|
1573
|
+
#
|
|
1574
|
+
# If +src+ is an array of paths and +dest+ points to a directory,
|
|
1575
|
+
# copies each path +path+ in +src+ to <tt>dest/path</tt>:
|
|
1576
|
+
#
|
|
1577
|
+
# File.file?('src3.txt') # => true
|
|
1578
|
+
# File.file?('src3.dat') # => true
|
|
1579
|
+
# Bundler::FileUtils.mkdir('dest3')
|
|
1580
|
+
# Bundler::FileUtils.install(['src3.txt', 'src3.dat'], 'dest3')
|
|
1581
|
+
# File.file?('dest3/src3.txt') # => true
|
|
1582
|
+
# File.file?('dest3/src3.dat') # => true
|
|
1583
|
+
#
|
|
1584
|
+
# Keyword arguments:
|
|
1585
|
+
#
|
|
1586
|
+
# - <tt>group: <i>group</i></tt> - changes the group if not +nil+,
|
|
1587
|
+
# using {File.chown}[rdoc-ref:File.chown].
|
|
1588
|
+
# - <tt>mode: <i>permissions</i></tt> - changes the permissions.
|
|
1589
|
+
# using {File.chmod}[rdoc-ref:File.chmod].
|
|
1590
|
+
# - <tt>noop: true</tt> - does not copy entries; returns +nil+.
|
|
1591
|
+
# - <tt>owner: <i>owner</i></tt> - changes the owner if not +nil+,
|
|
1592
|
+
# using {File.chown}[rdoc-ref:File.chown].
|
|
1593
|
+
# - <tt>preserve: true</tt> - preserve timestamps
|
|
1594
|
+
# using {File.utime}[rdoc-ref:File.utime].
|
|
1595
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1596
|
+
#
|
|
1597
|
+
# Bundler::FileUtils.install('src0.txt', 'dest0.txt', noop: true, verbose: true)
|
|
1598
|
+
# Bundler::FileUtils.install('src1.txt', 'dest1.txt', noop: true, verbose: true)
|
|
1599
|
+
# Bundler::FileUtils.install('src2.txt', 'dest2', noop: true, verbose: true)
|
|
1600
|
+
#
|
|
1601
|
+
# Output:
|
|
1602
|
+
#
|
|
1603
|
+
# install -c src0.txt dest0.txt
|
|
1604
|
+
# install -c src1.txt dest1.txt
|
|
1605
|
+
# install -c src2.txt dest2
|
|
1606
|
+
#
|
|
1607
|
+
# Related: {methods for copying}[rdoc-ref:FileUtils@Copying].
|
|
1608
|
+
#
|
|
1609
|
+
def install(src, dest, mode: nil, owner: nil, group: nil, preserve: nil,
|
|
1610
|
+
noop: nil, verbose: nil)
|
|
1611
|
+
if verbose
|
|
1612
|
+
msg = +"install -c"
|
|
1613
|
+
msg << ' -p' if preserve
|
|
1614
|
+
msg << ' -m ' << mode_to_s(mode) if mode
|
|
1615
|
+
msg << " -o #{owner}" if owner
|
|
1616
|
+
msg << " -g #{group}" if group
|
|
1617
|
+
msg << ' ' << [src,dest].flatten.join(' ')
|
|
1618
|
+
fu_output_message msg
|
|
1619
|
+
end
|
|
1620
|
+
return if noop
|
|
1621
|
+
uid = fu_get_uid(owner)
|
|
1622
|
+
gid = fu_get_gid(group)
|
|
1623
|
+
fu_each_src_dest(src, dest) do |s, d|
|
|
1624
|
+
st = File.stat(s)
|
|
1625
|
+
unless File.exist?(d) and compare_file(s, d)
|
|
1626
|
+
remove_file d, true
|
|
1627
|
+
if d.end_with?('/')
|
|
1628
|
+
mkdir_p d
|
|
1629
|
+
copy_file s, d + File.basename(s)
|
|
1630
|
+
else
|
|
1631
|
+
mkdir_p File.expand_path('..', d)
|
|
1632
|
+
copy_file s, d
|
|
1633
|
+
end
|
|
1634
|
+
File.utime st.atime, st.mtime, d if preserve
|
|
1635
|
+
File.chmod fu_mode(mode, st), d if mode
|
|
1636
|
+
File.chown uid, gid, d if uid or gid
|
|
1637
|
+
end
|
|
1638
|
+
end
|
|
1639
|
+
end
|
|
1640
|
+
module_function :install
|
|
1641
|
+
|
|
1642
|
+
def user_mask(target) #:nodoc:
|
|
1643
|
+
target.each_char.inject(0) do |mask, chr|
|
|
1644
|
+
case chr
|
|
1645
|
+
when "u"
|
|
1646
|
+
mask | 04700
|
|
1647
|
+
when "g"
|
|
1648
|
+
mask | 02070
|
|
1649
|
+
when "o"
|
|
1650
|
+
mask | 01007
|
|
1651
|
+
when "a"
|
|
1652
|
+
mask | 07777
|
|
1653
|
+
else
|
|
1654
|
+
raise ArgumentError, "invalid `who' symbol in file mode: #{chr}"
|
|
1655
|
+
end
|
|
1656
|
+
end
|
|
1657
|
+
end
|
|
1658
|
+
private_module_function :user_mask
|
|
1659
|
+
|
|
1660
|
+
def apply_mask(mode, user_mask, op, mode_mask) #:nodoc:
|
|
1661
|
+
case op
|
|
1662
|
+
when '='
|
|
1663
|
+
(mode & ~user_mask) | (user_mask & mode_mask)
|
|
1664
|
+
when '+'
|
|
1665
|
+
mode | (user_mask & mode_mask)
|
|
1666
|
+
when '-'
|
|
1667
|
+
mode & ~(user_mask & mode_mask)
|
|
1668
|
+
end
|
|
1669
|
+
end
|
|
1670
|
+
private_module_function :apply_mask
|
|
1671
|
+
|
|
1672
|
+
def symbolic_modes_to_i(mode_sym, path) #:nodoc:
|
|
1673
|
+
path = File.stat(path) unless File::Stat === path
|
|
1674
|
+
mode = path.mode
|
|
1675
|
+
mode_sym.split(/,/).inject(mode & 07777) do |current_mode, clause|
|
|
1676
|
+
target, *actions = clause.split(/([=+-])/)
|
|
1677
|
+
raise ArgumentError, "invalid file mode: #{mode_sym}" if actions.empty?
|
|
1678
|
+
target = 'a' if target.empty?
|
|
1679
|
+
user_mask = user_mask(target)
|
|
1680
|
+
actions.each_slice(2) do |op, perm|
|
|
1681
|
+
need_apply = op == '='
|
|
1682
|
+
mode_mask = (perm || '').each_char.inject(0) do |mask, chr|
|
|
1683
|
+
case chr
|
|
1684
|
+
when "r"
|
|
1685
|
+
mask | 0444
|
|
1686
|
+
when "w"
|
|
1687
|
+
mask | 0222
|
|
1688
|
+
when "x"
|
|
1689
|
+
mask | 0111
|
|
1690
|
+
when "X"
|
|
1691
|
+
if path.directory?
|
|
1692
|
+
mask | 0111
|
|
1693
|
+
else
|
|
1694
|
+
mask
|
|
1695
|
+
end
|
|
1696
|
+
when "s"
|
|
1697
|
+
mask | 06000
|
|
1698
|
+
when "t"
|
|
1699
|
+
mask | 01000
|
|
1700
|
+
when "u", "g", "o"
|
|
1701
|
+
if mask.nonzero?
|
|
1702
|
+
current_mode = apply_mask(current_mode, user_mask, op, mask)
|
|
1703
|
+
end
|
|
1704
|
+
need_apply = false
|
|
1705
|
+
copy_mask = user_mask(chr)
|
|
1706
|
+
(current_mode & copy_mask) / (copy_mask & 0111) * (user_mask & 0111)
|
|
1707
|
+
else
|
|
1708
|
+
raise ArgumentError, "invalid `perm' symbol in file mode: #{chr}"
|
|
1709
|
+
end
|
|
1710
|
+
end
|
|
1711
|
+
|
|
1712
|
+
if mode_mask.nonzero? || need_apply
|
|
1713
|
+
current_mode = apply_mask(current_mode, user_mask, op, mode_mask)
|
|
1714
|
+
end
|
|
1715
|
+
end
|
|
1716
|
+
current_mode
|
|
1717
|
+
end
|
|
1718
|
+
end
|
|
1719
|
+
private_module_function :symbolic_modes_to_i
|
|
1720
|
+
|
|
1721
|
+
def fu_mode(mode, path) #:nodoc:
|
|
1722
|
+
mode.is_a?(String) ? symbolic_modes_to_i(mode, path) : mode
|
|
1723
|
+
end
|
|
1724
|
+
private_module_function :fu_mode
|
|
1725
|
+
|
|
1726
|
+
def mode_to_s(mode) #:nodoc:
|
|
1727
|
+
mode.is_a?(String) ? mode : "%o" % mode
|
|
1728
|
+
end
|
|
1729
|
+
private_module_function :mode_to_s
|
|
1730
|
+
|
|
1731
|
+
# Changes permissions on the entries at the paths given in +list+
|
|
1732
|
+
# (a single path or an array of paths)
|
|
1733
|
+
# to the permissions given by +mode+;
|
|
1734
|
+
# returns +list+ if it is an array, <tt>[list]</tt> otherwise:
|
|
1735
|
+
#
|
|
1736
|
+
# - Modifies each entry that is a regular file using
|
|
1737
|
+
# {File.chmod}[rdoc-ref:File.chmod].
|
|
1738
|
+
# - Modifies each entry that is a symbolic link using
|
|
1739
|
+
# {File.lchmod}[rdoc-ref:File.lchmod].
|
|
1740
|
+
#
|
|
1741
|
+
# Argument +list+ or its elements
|
|
1742
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1743
|
+
#
|
|
1744
|
+
# Argument +mode+ may be either an integer or a string:
|
|
1745
|
+
#
|
|
1746
|
+
# - \Integer +mode+: represents the permission bits to be set:
|
|
1747
|
+
#
|
|
1748
|
+
# Bundler::FileUtils.chmod(0755, 'src0.txt')
|
|
1749
|
+
# Bundler::FileUtils.chmod(0644, ['src0.txt', 'src0.dat'])
|
|
1750
|
+
#
|
|
1751
|
+
# - \String +mode+: represents the permissions to be set:
|
|
1752
|
+
#
|
|
1753
|
+
# The string is of the form <tt>[targets][[operator][perms[,perms]]</tt>, where:
|
|
1754
|
+
#
|
|
1755
|
+
# - +targets+ may be any combination of these letters:
|
|
1756
|
+
#
|
|
1757
|
+
# - <tt>'u'</tt>: permissions apply to the file's owner.
|
|
1758
|
+
# - <tt>'g'</tt>: permissions apply to users in the file's group.
|
|
1759
|
+
# - <tt>'o'</tt>: permissions apply to other users not in the file's group.
|
|
1760
|
+
# - <tt>'a'</tt> (the default): permissions apply to all users.
|
|
1761
|
+
#
|
|
1762
|
+
# - +operator+ may be one of these letters:
|
|
1763
|
+
#
|
|
1764
|
+
# - <tt>'+'</tt>: adds permissions.
|
|
1765
|
+
# - <tt>'-'</tt>: removes permissions.
|
|
1766
|
+
# - <tt>'='</tt>: sets (replaces) permissions.
|
|
1767
|
+
#
|
|
1768
|
+
# - +perms+ (may be repeated, with separating commas)
|
|
1769
|
+
# may be any combination of these letters:
|
|
1770
|
+
#
|
|
1771
|
+
# - <tt>'r'</tt>: Read.
|
|
1772
|
+
# - <tt>'w'</tt>: Write.
|
|
1773
|
+
# - <tt>'x'</tt>: Execute (search, for a directory).
|
|
1774
|
+
# - <tt>'X'</tt>: Search (for a directories only;
|
|
1775
|
+
# must be used with <tt>'+'</tt>)
|
|
1776
|
+
# - <tt>'s'</tt>: Uid or gid.
|
|
1777
|
+
# - <tt>'t'</tt>: Sticky bit.
|
|
1778
|
+
#
|
|
1779
|
+
# Examples:
|
|
1780
|
+
#
|
|
1781
|
+
# Bundler::FileUtils.chmod('u=wrx,go=rx', 'src1.txt')
|
|
1782
|
+
# Bundler::FileUtils.chmod('u=wrx,go=rx', '/usr/bin/ruby')
|
|
1783
|
+
#
|
|
1784
|
+
# Keyword arguments:
|
|
1785
|
+
#
|
|
1786
|
+
# - <tt>noop: true</tt> - does not change permissions; returns +nil+.
|
|
1787
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1788
|
+
#
|
|
1789
|
+
# Bundler::FileUtils.chmod(0755, 'src0.txt', noop: true, verbose: true)
|
|
1790
|
+
# Bundler::FileUtils.chmod(0644, ['src0.txt', 'src0.dat'], noop: true, verbose: true)
|
|
1791
|
+
# Bundler::FileUtils.chmod('u=wrx,go=rx', 'src1.txt', noop: true, verbose: true)
|
|
1792
|
+
# Bundler::FileUtils.chmod('u=wrx,go=rx', '/usr/bin/ruby', noop: true, verbose: true)
|
|
1793
|
+
#
|
|
1794
|
+
# Output:
|
|
1795
|
+
#
|
|
1796
|
+
# chmod 755 src0.txt
|
|
1797
|
+
# chmod 644 src0.txt src0.dat
|
|
1798
|
+
# chmod u=wrx,go=rx src1.txt
|
|
1799
|
+
# chmod u=wrx,go=rx /usr/bin/ruby
|
|
1800
|
+
#
|
|
1801
|
+
# Related: Bundler::FileUtils.chmod_R.
|
|
1802
|
+
#
|
|
1803
|
+
def chmod(mode, list, noop: nil, verbose: nil)
|
|
1804
|
+
list = fu_list(list)
|
|
1805
|
+
fu_output_message sprintf('chmod %s %s', mode_to_s(mode), list.join(' ')) if verbose
|
|
1806
|
+
return if noop
|
|
1807
|
+
list.each do |path|
|
|
1808
|
+
Entry_.new(path).chmod(fu_mode(mode, path))
|
|
1809
|
+
end
|
|
1810
|
+
end
|
|
1811
|
+
module_function :chmod
|
|
1812
|
+
|
|
1813
|
+
# Like Bundler::FileUtils.chmod, but changes permissions recursively.
|
|
1814
|
+
#
|
|
1815
|
+
def chmod_R(mode, list, noop: nil, verbose: nil, force: nil)
|
|
1816
|
+
list = fu_list(list)
|
|
1817
|
+
fu_output_message sprintf('chmod -R%s %s %s',
|
|
1818
|
+
(force ? 'f' : ''),
|
|
1819
|
+
mode_to_s(mode), list.join(' ')) if verbose
|
|
1820
|
+
return if noop
|
|
1821
|
+
list.each do |root|
|
|
1822
|
+
Entry_.new(root).traverse do |ent|
|
|
1823
|
+
begin
|
|
1824
|
+
ent.chmod(fu_mode(mode, ent.path))
|
|
1825
|
+
rescue
|
|
1826
|
+
raise unless force
|
|
1827
|
+
end
|
|
1828
|
+
end
|
|
1829
|
+
end
|
|
1830
|
+
end
|
|
1831
|
+
module_function :chmod_R
|
|
1832
|
+
|
|
1833
|
+
# Changes the owner and group on the entries at the paths given in +list+
|
|
1834
|
+
# (a single path or an array of paths)
|
|
1835
|
+
# to the given +user+ and +group+;
|
|
1836
|
+
# returns +list+ if it is an array, <tt>[list]</tt> otherwise:
|
|
1837
|
+
#
|
|
1838
|
+
# - Modifies each entry that is a regular file using
|
|
1839
|
+
# {File.chown}[rdoc-ref:File.chown].
|
|
1840
|
+
# - Modifies each entry that is a symbolic link using
|
|
1841
|
+
# {File.lchown}[rdoc-ref:File.lchown].
|
|
1842
|
+
#
|
|
1843
|
+
# Argument +list+ or its elements
|
|
1844
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1845
|
+
#
|
|
1846
|
+
# User and group:
|
|
1847
|
+
#
|
|
1848
|
+
# - Argument +user+ may be a user name or a user id;
|
|
1849
|
+
# if +nil+ or +-1+, the user is not changed.
|
|
1850
|
+
# - Argument +group+ may be a group name or a group id;
|
|
1851
|
+
# if +nil+ or +-1+, the group is not changed.
|
|
1852
|
+
# - The user must be a member of the group.
|
|
1853
|
+
#
|
|
1854
|
+
# Examples:
|
|
1855
|
+
#
|
|
1856
|
+
# # One path.
|
|
1857
|
+
# # User and group as string names.
|
|
1858
|
+
# File.stat('src0.txt').uid # => 1004
|
|
1859
|
+
# File.stat('src0.txt').gid # => 1004
|
|
1860
|
+
# Bundler::FileUtils.chown('user2', 'group1', 'src0.txt')
|
|
1861
|
+
# File.stat('src0.txt').uid # => 1006
|
|
1862
|
+
# File.stat('src0.txt').gid # => 1005
|
|
1863
|
+
#
|
|
1864
|
+
# # User and group as uid and gid.
|
|
1865
|
+
# Bundler::FileUtils.chown(1004, 1004, 'src0.txt')
|
|
1866
|
+
# File.stat('src0.txt').uid # => 1004
|
|
1867
|
+
# File.stat('src0.txt').gid # => 1004
|
|
1868
|
+
#
|
|
1869
|
+
# # Array of paths.
|
|
1870
|
+
# Bundler::FileUtils.chown(1006, 1005, ['src0.txt', 'src0.dat'])
|
|
1871
|
+
#
|
|
1872
|
+
# # Directory (not recursive).
|
|
1873
|
+
# Bundler::FileUtils.chown('user2', 'group1', '.')
|
|
1874
|
+
#
|
|
1875
|
+
# Keyword arguments:
|
|
1876
|
+
#
|
|
1877
|
+
# - <tt>noop: true</tt> - does not change permissions; returns +nil+.
|
|
1878
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1879
|
+
#
|
|
1880
|
+
# Bundler::FileUtils.chown('user2', 'group1', 'src0.txt', noop: true, verbose: true)
|
|
1881
|
+
# Bundler::FileUtils.chown(1004, 1004, 'src0.txt', noop: true, verbose: true)
|
|
1882
|
+
# Bundler::FileUtils.chown(1006, 1005, ['src0.txt', 'src0.dat'], noop: true, verbose: true)
|
|
1883
|
+
# Bundler::FileUtils.chown('user2', 'group1', path, noop: true, verbose: true)
|
|
1884
|
+
# Bundler::FileUtils.chown('user2', 'group1', '.', noop: true, verbose: true)
|
|
1885
|
+
#
|
|
1886
|
+
# Output:
|
|
1887
|
+
#
|
|
1888
|
+
# chown user2:group1 src0.txt
|
|
1889
|
+
# chown 1004:1004 src0.txt
|
|
1890
|
+
# chown 1006:1005 src0.txt src0.dat
|
|
1891
|
+
# chown user2:group1 src0.txt
|
|
1892
|
+
# chown user2:group1 .
|
|
1893
|
+
#
|
|
1894
|
+
# Related: Bundler::FileUtils.chown_R.
|
|
1895
|
+
#
|
|
1896
|
+
def chown(user, group, list, noop: nil, verbose: nil)
|
|
1897
|
+
list = fu_list(list)
|
|
1898
|
+
fu_output_message sprintf('chown %s %s',
|
|
1899
|
+
(group ? "#{user}:#{group}" : user || ':'),
|
|
1900
|
+
list.join(' ')) if verbose
|
|
1901
|
+
return if noop
|
|
1902
|
+
uid = fu_get_uid(user)
|
|
1903
|
+
gid = fu_get_gid(group)
|
|
1904
|
+
list.each do |path|
|
|
1905
|
+
Entry_.new(path).chown uid, gid
|
|
1906
|
+
end
|
|
1907
|
+
end
|
|
1908
|
+
module_function :chown
|
|
1909
|
+
|
|
1910
|
+
# Like Bundler::FileUtils.chown, but changes owner and group recursively.
|
|
1911
|
+
#
|
|
1912
|
+
def chown_R(user, group, list, noop: nil, verbose: nil, force: nil)
|
|
1913
|
+
list = fu_list(list)
|
|
1914
|
+
fu_output_message sprintf('chown -R%s %s %s',
|
|
1915
|
+
(force ? 'f' : ''),
|
|
1916
|
+
(group ? "#{user}:#{group}" : user || ':'),
|
|
1917
|
+
list.join(' ')) if verbose
|
|
1918
|
+
return if noop
|
|
1919
|
+
uid = fu_get_uid(user)
|
|
1920
|
+
gid = fu_get_gid(group)
|
|
1921
|
+
list.each do |root|
|
|
1922
|
+
Entry_.new(root).traverse do |ent|
|
|
1923
|
+
begin
|
|
1924
|
+
ent.chown uid, gid
|
|
1925
|
+
rescue
|
|
1926
|
+
raise unless force
|
|
1927
|
+
end
|
|
1928
|
+
end
|
|
1929
|
+
end
|
|
1930
|
+
end
|
|
1931
|
+
module_function :chown_R
|
|
1932
|
+
|
|
1933
|
+
def fu_get_uid(user) #:nodoc:
|
|
1934
|
+
return nil unless user
|
|
1935
|
+
case user
|
|
1936
|
+
when Integer
|
|
1937
|
+
user
|
|
1938
|
+
when /\A\d+\z/
|
|
1939
|
+
user.to_i
|
|
1940
|
+
else
|
|
1941
|
+
require 'etc'
|
|
1942
|
+
Etc.getpwnam(user) ? Etc.getpwnam(user).uid : nil
|
|
1943
|
+
end
|
|
1944
|
+
end
|
|
1945
|
+
private_module_function :fu_get_uid
|
|
1946
|
+
|
|
1947
|
+
def fu_get_gid(group) #:nodoc:
|
|
1948
|
+
return nil unless group
|
|
1949
|
+
case group
|
|
1950
|
+
when Integer
|
|
1951
|
+
group
|
|
1952
|
+
when /\A\d+\z/
|
|
1953
|
+
group.to_i
|
|
1954
|
+
else
|
|
1955
|
+
require 'etc'
|
|
1956
|
+
Etc.getgrnam(group) ? Etc.getgrnam(group).gid : nil
|
|
1957
|
+
end
|
|
1958
|
+
end
|
|
1959
|
+
private_module_function :fu_get_gid
|
|
1960
|
+
|
|
1961
|
+
# Updates modification times (mtime) and access times (atime)
|
|
1962
|
+
# of the entries given by the paths in +list+
|
|
1963
|
+
# (a single path or an array of paths);
|
|
1964
|
+
# returns +list+ if it is an array, <tt>[list]</tt> otherwise.
|
|
1965
|
+
#
|
|
1966
|
+
# By default, creates an empty file for any path to a non-existent entry;
|
|
1967
|
+
# use keyword argument +nocreate+ to raise an exception instead.
|
|
1968
|
+
#
|
|
1969
|
+
# Argument +list+ or its elements
|
|
1970
|
+
# should be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].
|
|
1971
|
+
#
|
|
1972
|
+
# Examples:
|
|
1973
|
+
#
|
|
1974
|
+
# # Single path.
|
|
1975
|
+
# f = File.new('src0.txt') # Existing file.
|
|
1976
|
+
# f.atime # => 2022-06-10 11:11:21.200277 -0700
|
|
1977
|
+
# f.mtime # => 2022-06-10 11:11:21.200277 -0700
|
|
1978
|
+
# Bundler::FileUtils.touch('src0.txt')
|
|
1979
|
+
# f = File.new('src0.txt')
|
|
1980
|
+
# f.atime # => 2022-06-11 08:28:09.8185343 -0700
|
|
1981
|
+
# f.mtime # => 2022-06-11 08:28:09.8185343 -0700
|
|
1982
|
+
#
|
|
1983
|
+
# # Array of paths.
|
|
1984
|
+
# Bundler::FileUtils.touch(['src0.txt', 'src0.dat'])
|
|
1985
|
+
#
|
|
1986
|
+
# Keyword arguments:
|
|
1987
|
+
#
|
|
1988
|
+
# - <tt>mtime: <i>time</i></tt> - sets the entry's mtime to the given time,
|
|
1989
|
+
# instead of the current time.
|
|
1990
|
+
# - <tt>nocreate: true</tt> - raises an exception if the entry does not exist.
|
|
1991
|
+
# - <tt>noop: true</tt> - does not touch entries; returns +nil+.
|
|
1992
|
+
# - <tt>verbose: true</tt> - prints an equivalent command:
|
|
1993
|
+
#
|
|
1994
|
+
# Bundler::FileUtils.touch('src0.txt', noop: true, verbose: true)
|
|
1995
|
+
# Bundler::FileUtils.touch(['src0.txt', 'src0.dat'], noop: true, verbose: true)
|
|
1996
|
+
# Bundler::FileUtils.touch(path, noop: true, verbose: true)
|
|
1997
|
+
#
|
|
1998
|
+
# Output:
|
|
1999
|
+
#
|
|
2000
|
+
# touch src0.txt
|
|
2001
|
+
# touch src0.txt src0.dat
|
|
2002
|
+
# touch src0.txt
|
|
2003
|
+
#
|
|
2004
|
+
# Related: Bundler::FileUtils.uptodate?.
|
|
2005
|
+
#
|
|
2006
|
+
def touch(list, noop: nil, verbose: nil, mtime: nil, nocreate: nil)
|
|
2007
|
+
list = fu_list(list)
|
|
2008
|
+
t = mtime
|
|
2009
|
+
if verbose
|
|
2010
|
+
fu_output_message "touch #{nocreate ? '-c ' : ''}#{t ? t.strftime('-t %Y%m%d%H%M.%S ') : ''}#{list.join ' '}"
|
|
2011
|
+
end
|
|
2012
|
+
return if noop
|
|
2013
|
+
list.each do |path|
|
|
2014
|
+
created = nocreate
|
|
2015
|
+
begin
|
|
2016
|
+
File.utime(t, t, path)
|
|
2017
|
+
rescue Errno::ENOENT
|
|
2018
|
+
raise if created
|
|
2019
|
+
File.open(path, 'a') {
|
|
2020
|
+
;
|
|
2021
|
+
}
|
|
2022
|
+
created = true
|
|
2023
|
+
retry if t
|
|
2024
|
+
end
|
|
2025
|
+
end
|
|
2026
|
+
end
|
|
2027
|
+
module_function :touch
|
|
2028
|
+
|
|
2029
|
+
private
|
|
2030
|
+
|
|
2031
|
+
module StreamUtils_
|
|
2032
|
+
private
|
|
2033
|
+
|
|
2034
|
+
case (defined?(::RbConfig) ? ::RbConfig::CONFIG['host_os'] : ::RUBY_PLATFORM)
|
|
2035
|
+
when /mswin|mingw/
|
|
2036
|
+
def fu_windows?; true end
|
|
2037
|
+
else
|
|
2038
|
+
def fu_windows?; false end
|
|
2039
|
+
end
|
|
2040
|
+
|
|
2041
|
+
def fu_copy_stream0(src, dest, blksize = nil) #:nodoc:
|
|
2042
|
+
IO.copy_stream(src, dest)
|
|
2043
|
+
end
|
|
2044
|
+
|
|
2045
|
+
def fu_stream_blksize(*streams)
|
|
2046
|
+
streams.each do |s|
|
|
2047
|
+
next unless s.respond_to?(:stat)
|
|
2048
|
+
size = fu_blksize(s.stat)
|
|
2049
|
+
return size if size
|
|
2050
|
+
end
|
|
2051
|
+
fu_default_blksize()
|
|
2052
|
+
end
|
|
2053
|
+
|
|
2054
|
+
def fu_blksize(st)
|
|
2055
|
+
s = st.blksize
|
|
2056
|
+
return nil unless s
|
|
2057
|
+
return nil if s == 0
|
|
2058
|
+
s
|
|
2059
|
+
end
|
|
2060
|
+
|
|
2061
|
+
def fu_default_blksize
|
|
2062
|
+
1024
|
|
2063
|
+
end
|
|
2064
|
+
end
|
|
2065
|
+
|
|
2066
|
+
include StreamUtils_
|
|
2067
|
+
extend StreamUtils_
|
|
2068
|
+
|
|
2069
|
+
class Entry_ #:nodoc: internal use only
|
|
2070
|
+
include StreamUtils_
|
|
2071
|
+
|
|
2072
|
+
def initialize(a, b = nil, deref = false)
|
|
2073
|
+
@prefix = @rel = @path = nil
|
|
2074
|
+
if b
|
|
2075
|
+
@prefix = a
|
|
2076
|
+
@rel = b
|
|
2077
|
+
else
|
|
2078
|
+
@path = a
|
|
2079
|
+
end
|
|
2080
|
+
@deref = deref
|
|
2081
|
+
@stat = nil
|
|
2082
|
+
@lstat = nil
|
|
2083
|
+
end
|
|
2084
|
+
|
|
2085
|
+
def inspect
|
|
2086
|
+
"\#<#{self.class} #{path()}>"
|
|
2087
|
+
end
|
|
2088
|
+
|
|
2089
|
+
def path
|
|
2090
|
+
if @path
|
|
2091
|
+
File.path(@path)
|
|
2092
|
+
else
|
|
2093
|
+
join(@prefix, @rel)
|
|
2094
|
+
end
|
|
2095
|
+
end
|
|
2096
|
+
|
|
2097
|
+
def prefix
|
|
2098
|
+
@prefix || @path
|
|
2099
|
+
end
|
|
2100
|
+
|
|
2101
|
+
def rel
|
|
2102
|
+
@rel
|
|
2103
|
+
end
|
|
2104
|
+
|
|
2105
|
+
def dereference?
|
|
2106
|
+
@deref
|
|
2107
|
+
end
|
|
2108
|
+
|
|
2109
|
+
def exist?
|
|
2110
|
+
begin
|
|
2111
|
+
lstat
|
|
2112
|
+
true
|
|
2113
|
+
rescue Errno::ENOENT
|
|
2114
|
+
false
|
|
2115
|
+
end
|
|
2116
|
+
end
|
|
2117
|
+
|
|
2118
|
+
def file?
|
|
2119
|
+
s = lstat!
|
|
2120
|
+
s and s.file?
|
|
2121
|
+
end
|
|
2122
|
+
|
|
2123
|
+
def directory?
|
|
2124
|
+
s = lstat!
|
|
2125
|
+
s and s.directory?
|
|
2126
|
+
end
|
|
2127
|
+
|
|
2128
|
+
def symlink?
|
|
2129
|
+
s = lstat!
|
|
2130
|
+
s and s.symlink?
|
|
2131
|
+
end
|
|
2132
|
+
|
|
2133
|
+
def chardev?
|
|
2134
|
+
s = lstat!
|
|
2135
|
+
s and s.chardev?
|
|
2136
|
+
end
|
|
2137
|
+
|
|
2138
|
+
def blockdev?
|
|
2139
|
+
s = lstat!
|
|
2140
|
+
s and s.blockdev?
|
|
2141
|
+
end
|
|
2142
|
+
|
|
2143
|
+
def socket?
|
|
2144
|
+
s = lstat!
|
|
2145
|
+
s and s.socket?
|
|
2146
|
+
end
|
|
2147
|
+
|
|
2148
|
+
def pipe?
|
|
2149
|
+
s = lstat!
|
|
2150
|
+
s and s.pipe?
|
|
2151
|
+
end
|
|
2152
|
+
|
|
2153
|
+
S_IF_DOOR = 0xD000
|
|
2154
|
+
|
|
2155
|
+
def door?
|
|
2156
|
+
s = lstat!
|
|
2157
|
+
s and (s.mode & 0xF000 == S_IF_DOOR)
|
|
2158
|
+
end
|
|
2159
|
+
|
|
2160
|
+
def entries
|
|
2161
|
+
opts = {}
|
|
2162
|
+
opts[:encoding] = fu_windows? ? ::Encoding::UTF_8 : path.encoding
|
|
2163
|
+
|
|
2164
|
+
files = Dir.children(path, **opts)
|
|
2165
|
+
|
|
2166
|
+
untaint = RUBY_VERSION < '2.7'
|
|
2167
|
+
files.map {|n| Entry_.new(prefix(), join(rel(), untaint ? n.untaint : n)) }
|
|
2168
|
+
end
|
|
2169
|
+
|
|
2170
|
+
def stat
|
|
2171
|
+
return @stat if @stat
|
|
2172
|
+
if lstat() and lstat().symlink?
|
|
2173
|
+
@stat = File.stat(path())
|
|
2174
|
+
else
|
|
2175
|
+
@stat = lstat()
|
|
2176
|
+
end
|
|
2177
|
+
@stat
|
|
2178
|
+
end
|
|
2179
|
+
|
|
2180
|
+
def stat!
|
|
2181
|
+
return @stat if @stat
|
|
2182
|
+
if lstat! and lstat!.symlink?
|
|
2183
|
+
@stat = File.stat(path())
|
|
2184
|
+
else
|
|
2185
|
+
@stat = lstat!
|
|
2186
|
+
end
|
|
2187
|
+
@stat
|
|
2188
|
+
rescue SystemCallError
|
|
2189
|
+
nil
|
|
2190
|
+
end
|
|
2191
|
+
|
|
2192
|
+
def lstat
|
|
2193
|
+
if dereference?
|
|
2194
|
+
@lstat ||= File.stat(path())
|
|
2195
|
+
else
|
|
2196
|
+
@lstat ||= File.lstat(path())
|
|
2197
|
+
end
|
|
2198
|
+
end
|
|
2199
|
+
|
|
2200
|
+
def lstat!
|
|
2201
|
+
lstat()
|
|
2202
|
+
rescue SystemCallError
|
|
2203
|
+
nil
|
|
2204
|
+
end
|
|
2205
|
+
|
|
2206
|
+
def chmod(mode)
|
|
2207
|
+
if symlink?
|
|
2208
|
+
File.lchmod mode, path() if have_lchmod?
|
|
2209
|
+
else
|
|
2210
|
+
File.chmod mode, path()
|
|
2211
|
+
end
|
|
2212
|
+
rescue Errno::EOPNOTSUPP
|
|
2213
|
+
end
|
|
2214
|
+
|
|
2215
|
+
def chown(uid, gid)
|
|
2216
|
+
if symlink?
|
|
2217
|
+
File.lchown uid, gid, path() if have_lchown?
|
|
2218
|
+
else
|
|
2219
|
+
File.chown uid, gid, path()
|
|
2220
|
+
end
|
|
2221
|
+
end
|
|
2222
|
+
|
|
2223
|
+
def link(dest)
|
|
2224
|
+
case
|
|
2225
|
+
when directory?
|
|
2226
|
+
if !File.exist?(dest) and descendant_directory?(dest, path)
|
|
2227
|
+
raise ArgumentError, "cannot link directory %s to itself %s" % [path, dest]
|
|
2228
|
+
end
|
|
2229
|
+
begin
|
|
2230
|
+
Dir.mkdir dest
|
|
2231
|
+
rescue
|
|
2232
|
+
raise unless File.directory?(dest)
|
|
2233
|
+
end
|
|
2234
|
+
else
|
|
2235
|
+
File.link path(), dest
|
|
2236
|
+
end
|
|
2237
|
+
end
|
|
2238
|
+
|
|
2239
|
+
def copy(dest)
|
|
2240
|
+
lstat
|
|
2241
|
+
case
|
|
2242
|
+
when file?
|
|
2243
|
+
copy_file dest
|
|
2244
|
+
when directory?
|
|
2245
|
+
if !File.exist?(dest) and descendant_directory?(dest, path)
|
|
2246
|
+
raise ArgumentError, "cannot copy directory %s to itself %s" % [path, dest]
|
|
2247
|
+
end
|
|
2248
|
+
begin
|
|
2249
|
+
Dir.mkdir dest
|
|
2250
|
+
rescue
|
|
2251
|
+
raise unless File.directory?(dest)
|
|
2252
|
+
end
|
|
2253
|
+
when symlink?
|
|
2254
|
+
File.symlink File.readlink(path()), dest
|
|
2255
|
+
when chardev?, blockdev?
|
|
2256
|
+
raise "cannot handle device file"
|
|
2257
|
+
when socket?
|
|
2258
|
+
begin
|
|
2259
|
+
require 'socket'
|
|
2260
|
+
rescue LoadError
|
|
2261
|
+
raise "cannot handle socket"
|
|
2262
|
+
else
|
|
2263
|
+
raise "cannot handle socket" unless defined?(UNIXServer)
|
|
2264
|
+
end
|
|
2265
|
+
UNIXServer.new(dest).close
|
|
2266
|
+
File.chmod lstat().mode, dest
|
|
2267
|
+
when pipe?
|
|
2268
|
+
raise "cannot handle FIFO" unless File.respond_to?(:mkfifo)
|
|
2269
|
+
File.mkfifo dest, lstat().mode
|
|
2270
|
+
when door?
|
|
2271
|
+
raise "cannot handle door: #{path()}"
|
|
2272
|
+
else
|
|
2273
|
+
raise "unknown file type: #{path()}"
|
|
2274
|
+
end
|
|
2275
|
+
end
|
|
2276
|
+
|
|
2277
|
+
def copy_file(dest)
|
|
2278
|
+
File.open(path()) do |s|
|
|
2279
|
+
File.open(dest, 'wb', s.stat.mode) do |f|
|
|
2280
|
+
IO.copy_stream(s, f)
|
|
2281
|
+
end
|
|
2282
|
+
end
|
|
2283
|
+
end
|
|
2284
|
+
|
|
2285
|
+
def copy_metadata(path)
|
|
2286
|
+
st = lstat()
|
|
2287
|
+
if !st.symlink?
|
|
2288
|
+
File.utime st.atime, st.mtime, path
|
|
2289
|
+
end
|
|
2290
|
+
mode = st.mode
|
|
2291
|
+
begin
|
|
2292
|
+
if st.symlink?
|
|
2293
|
+
begin
|
|
2294
|
+
File.lchown st.uid, st.gid, path
|
|
2295
|
+
rescue NotImplementedError
|
|
2296
|
+
end
|
|
2297
|
+
else
|
|
2298
|
+
File.chown st.uid, st.gid, path
|
|
2299
|
+
end
|
|
2300
|
+
rescue Errno::EPERM, Errno::EACCES
|
|
2301
|
+
# clear setuid/setgid
|
|
2302
|
+
mode &= 01777
|
|
2303
|
+
end
|
|
2304
|
+
if st.symlink?
|
|
2305
|
+
begin
|
|
2306
|
+
File.lchmod mode, path
|
|
2307
|
+
rescue NotImplementedError, Errno::EOPNOTSUPP
|
|
2308
|
+
end
|
|
2309
|
+
else
|
|
2310
|
+
File.chmod mode, path
|
|
2311
|
+
end
|
|
2312
|
+
end
|
|
2313
|
+
|
|
2314
|
+
def remove
|
|
2315
|
+
if directory?
|
|
2316
|
+
remove_dir1
|
|
2317
|
+
else
|
|
2318
|
+
remove_file
|
|
2319
|
+
end
|
|
2320
|
+
end
|
|
2321
|
+
|
|
2322
|
+
def remove_dir1
|
|
2323
|
+
platform_support {
|
|
2324
|
+
Dir.rmdir path().chomp(?/)
|
|
2325
|
+
}
|
|
2326
|
+
end
|
|
2327
|
+
|
|
2328
|
+
def remove_file
|
|
2329
|
+
platform_support {
|
|
2330
|
+
File.unlink path
|
|
2331
|
+
}
|
|
2332
|
+
end
|
|
2333
|
+
|
|
2334
|
+
def platform_support
|
|
2335
|
+
return yield unless fu_windows?
|
|
2336
|
+
first_time_p = true
|
|
2337
|
+
begin
|
|
2338
|
+
yield
|
|
2339
|
+
rescue Errno::ENOENT
|
|
2340
|
+
raise
|
|
2341
|
+
rescue => err
|
|
2342
|
+
if first_time_p
|
|
2343
|
+
first_time_p = false
|
|
2344
|
+
begin
|
|
2345
|
+
File.chmod 0700, path() # Windows does not have symlink
|
|
2346
|
+
retry
|
|
2347
|
+
rescue SystemCallError
|
|
2348
|
+
end
|
|
2349
|
+
end
|
|
2350
|
+
raise err
|
|
2351
|
+
end
|
|
2352
|
+
end
|
|
2353
|
+
|
|
2354
|
+
def preorder_traverse
|
|
2355
|
+
stack = [self]
|
|
2356
|
+
while ent = stack.pop
|
|
2357
|
+
yield ent
|
|
2358
|
+
stack.concat ent.entries.reverse if ent.directory?
|
|
2359
|
+
end
|
|
2360
|
+
end
|
|
2361
|
+
|
|
2362
|
+
alias traverse preorder_traverse
|
|
2363
|
+
|
|
2364
|
+
def postorder_traverse
|
|
2365
|
+
if directory?
|
|
2366
|
+
begin
|
|
2367
|
+
children = entries()
|
|
2368
|
+
rescue Errno::EACCES
|
|
2369
|
+
# Failed to get the list of children.
|
|
2370
|
+
# Assuming there is no children, try to process the parent directory.
|
|
2371
|
+
yield self
|
|
2372
|
+
return
|
|
2373
|
+
end
|
|
2374
|
+
|
|
2375
|
+
children.each do |ent|
|
|
2376
|
+
ent.postorder_traverse do |e|
|
|
2377
|
+
yield e
|
|
2378
|
+
end
|
|
2379
|
+
end
|
|
2380
|
+
end
|
|
2381
|
+
yield self
|
|
2382
|
+
end
|
|
2383
|
+
|
|
2384
|
+
def wrap_traverse(pre, post)
|
|
2385
|
+
pre.call self
|
|
2386
|
+
if directory?
|
|
2387
|
+
entries.each do |ent|
|
|
2388
|
+
ent.wrap_traverse pre, post
|
|
2389
|
+
end
|
|
2390
|
+
end
|
|
2391
|
+
post.call self
|
|
2392
|
+
end
|
|
2393
|
+
|
|
2394
|
+
private
|
|
2395
|
+
|
|
2396
|
+
@@fileutils_rb_have_lchmod = nil
|
|
2397
|
+
|
|
2398
|
+
def have_lchmod?
|
|
2399
|
+
# This is not MT-safe, but it does not matter.
|
|
2400
|
+
if @@fileutils_rb_have_lchmod == nil
|
|
2401
|
+
@@fileutils_rb_have_lchmod = check_have_lchmod?
|
|
2402
|
+
end
|
|
2403
|
+
@@fileutils_rb_have_lchmod
|
|
2404
|
+
end
|
|
2405
|
+
|
|
2406
|
+
def check_have_lchmod?
|
|
2407
|
+
return false unless File.respond_to?(:lchmod)
|
|
2408
|
+
File.lchmod 0
|
|
2409
|
+
return true
|
|
2410
|
+
rescue NotImplementedError
|
|
2411
|
+
return false
|
|
2412
|
+
end
|
|
2413
|
+
|
|
2414
|
+
@@fileutils_rb_have_lchown = nil
|
|
2415
|
+
|
|
2416
|
+
def have_lchown?
|
|
2417
|
+
# This is not MT-safe, but it does not matter.
|
|
2418
|
+
if @@fileutils_rb_have_lchown == nil
|
|
2419
|
+
@@fileutils_rb_have_lchown = check_have_lchown?
|
|
2420
|
+
end
|
|
2421
|
+
@@fileutils_rb_have_lchown
|
|
2422
|
+
end
|
|
2423
|
+
|
|
2424
|
+
def check_have_lchown?
|
|
2425
|
+
return false unless File.respond_to?(:lchown)
|
|
2426
|
+
File.lchown nil, nil
|
|
2427
|
+
return true
|
|
2428
|
+
rescue NotImplementedError
|
|
2429
|
+
return false
|
|
2430
|
+
end
|
|
2431
|
+
|
|
2432
|
+
def join(dir, base)
|
|
2433
|
+
return File.path(dir) if not base or base == '.'
|
|
2434
|
+
return File.path(base) if not dir or dir == '.'
|
|
2435
|
+
begin
|
|
2436
|
+
File.join(dir, base)
|
|
2437
|
+
rescue EncodingError
|
|
2438
|
+
if fu_windows?
|
|
2439
|
+
File.join(dir.encode(::Encoding::UTF_8), base.encode(::Encoding::UTF_8))
|
|
2440
|
+
else
|
|
2441
|
+
raise
|
|
2442
|
+
end
|
|
2443
|
+
end
|
|
2444
|
+
end
|
|
2445
|
+
|
|
2446
|
+
if File::ALT_SEPARATOR
|
|
2447
|
+
DIRECTORY_TERM = "(?=[/#{Regexp.quote(File::ALT_SEPARATOR)}]|\\z)"
|
|
2448
|
+
else
|
|
2449
|
+
DIRECTORY_TERM = "(?=/|\\z)"
|
|
2450
|
+
end
|
|
2451
|
+
|
|
2452
|
+
def descendant_directory?(descendant, ascendant)
|
|
2453
|
+
if File::FNM_SYSCASE.nonzero?
|
|
2454
|
+
File.expand_path(File.dirname(descendant)).casecmp(File.expand_path(ascendant)) == 0
|
|
2455
|
+
else
|
|
2456
|
+
File.expand_path(File.dirname(descendant)) == File.expand_path(ascendant)
|
|
2457
|
+
end
|
|
2458
|
+
end
|
|
2459
|
+
end # class Entry_
|
|
2460
|
+
|
|
2461
|
+
def fu_list(arg) #:nodoc:
|
|
2462
|
+
[arg].flatten.map {|path| File.path(path) }
|
|
2463
|
+
end
|
|
2464
|
+
private_module_function :fu_list
|
|
2465
|
+
|
|
2466
|
+
def fu_each_src_dest(src, dest) #:nodoc:
|
|
2467
|
+
fu_each_src_dest0(src, dest) do |s, d|
|
|
2468
|
+
raise ArgumentError, "same file: #{s} and #{d}" if fu_same?(s, d)
|
|
2469
|
+
yield s, d
|
|
2470
|
+
end
|
|
2471
|
+
end
|
|
2472
|
+
private_module_function :fu_each_src_dest
|
|
2473
|
+
|
|
2474
|
+
def fu_each_src_dest0(src, dest, target_directory = true) #:nodoc:
|
|
2475
|
+
if tmp = Array.try_convert(src)
|
|
2476
|
+
tmp.each do |s|
|
|
2477
|
+
s = File.path(s)
|
|
2478
|
+
yield s, (target_directory ? File.join(dest, File.basename(s)) : dest)
|
|
2479
|
+
end
|
|
2480
|
+
else
|
|
2481
|
+
src = File.path(src)
|
|
2482
|
+
if target_directory and File.directory?(dest)
|
|
2483
|
+
yield src, File.join(dest, File.basename(src))
|
|
2484
|
+
else
|
|
2485
|
+
yield src, File.path(dest)
|
|
2486
|
+
end
|
|
2487
|
+
end
|
|
2488
|
+
end
|
|
2489
|
+
private_module_function :fu_each_src_dest0
|
|
2490
|
+
|
|
2491
|
+
def fu_same?(a, b) #:nodoc:
|
|
2492
|
+
File.identical?(a, b)
|
|
2493
|
+
end
|
|
2494
|
+
private_module_function :fu_same?
|
|
2495
|
+
|
|
2496
|
+
def fu_output_message(msg) #:nodoc:
|
|
2497
|
+
output = @fileutils_output if defined?(@fileutils_output)
|
|
2498
|
+
output ||= $stdout
|
|
2499
|
+
if defined?(@fileutils_label)
|
|
2500
|
+
msg = @fileutils_label + msg
|
|
2501
|
+
end
|
|
2502
|
+
output.puts msg
|
|
2503
|
+
end
|
|
2504
|
+
private_module_function :fu_output_message
|
|
2505
|
+
|
|
2506
|
+
def fu_split_path(path)
|
|
2507
|
+
path = File.path(path)
|
|
2508
|
+
list = []
|
|
2509
|
+
until (parent, base = File.split(path); parent == path or parent == ".")
|
|
2510
|
+
list << base
|
|
2511
|
+
path = parent
|
|
2512
|
+
end
|
|
2513
|
+
list << path
|
|
2514
|
+
list.reverse!
|
|
2515
|
+
end
|
|
2516
|
+
private_module_function :fu_split_path
|
|
2517
|
+
|
|
2518
|
+
def fu_relative_components_from(target, base) #:nodoc:
|
|
2519
|
+
i = 0
|
|
2520
|
+
while target[i]&.== base[i]
|
|
2521
|
+
i += 1
|
|
2522
|
+
end
|
|
2523
|
+
Array.new(base.size-i, '..').concat(target[i..-1])
|
|
2524
|
+
end
|
|
2525
|
+
private_module_function :fu_relative_components_from
|
|
2526
|
+
|
|
2527
|
+
def fu_clean_components(*comp)
|
|
2528
|
+
comp.shift while comp.first == "."
|
|
2529
|
+
return comp if comp.empty?
|
|
2530
|
+
clean = [comp.shift]
|
|
2531
|
+
path = File.join(*clean, "") # ending with File::SEPARATOR
|
|
2532
|
+
while c = comp.shift
|
|
2533
|
+
if c == ".." and clean.last != ".." and !(fu_have_symlink? && File.symlink?(path))
|
|
2534
|
+
clean.pop
|
|
2535
|
+
path.chomp!(%r((?<=\A|/)[^/]+/\z), "")
|
|
2536
|
+
else
|
|
2537
|
+
clean << c
|
|
2538
|
+
path << c << "/"
|
|
2539
|
+
end
|
|
2540
|
+
end
|
|
2541
|
+
clean
|
|
2542
|
+
end
|
|
2543
|
+
private_module_function :fu_clean_components
|
|
2544
|
+
|
|
2545
|
+
if fu_windows?
|
|
2546
|
+
def fu_starting_path?(path)
|
|
2547
|
+
path&.start_with?(%r(\w:|/))
|
|
2548
|
+
end
|
|
2549
|
+
else
|
|
2550
|
+
def fu_starting_path?(path)
|
|
2551
|
+
path&.start_with?("/")
|
|
2552
|
+
end
|
|
2553
|
+
end
|
|
2554
|
+
private_module_function :fu_starting_path?
|
|
2555
|
+
|
|
2556
|
+
# This hash table holds command options.
|
|
2557
|
+
OPT_TABLE = {} #:nodoc: internal use only
|
|
2558
|
+
(private_instance_methods & methods(false)).inject(OPT_TABLE) {|tbl, name|
|
|
2559
|
+
(tbl[name.to_s] = instance_method(name).parameters).map! {|t, n| n if t == :key}.compact!
|
|
2560
|
+
tbl
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
public
|
|
2564
|
+
|
|
2565
|
+
# Returns an array of the string names of \Bundler::FileUtils methods
|
|
2566
|
+
# that accept one or more keyword arguments:
|
|
2567
|
+
#
|
|
2568
|
+
# Bundler::FileUtils.commands.sort.take(3) # => ["cd", "chdir", "chmod"]
|
|
2569
|
+
#
|
|
2570
|
+
def self.commands
|
|
2571
|
+
OPT_TABLE.keys
|
|
2572
|
+
end
|
|
2573
|
+
|
|
2574
|
+
# Returns an array of the string keyword names:
|
|
2575
|
+
#
|
|
2576
|
+
# Bundler::FileUtils.options.take(3) # => ["noop", "verbose", "force"]
|
|
2577
|
+
#
|
|
2578
|
+
def self.options
|
|
2579
|
+
OPT_TABLE.values.flatten.uniq.map {|sym| sym.to_s }
|
|
2580
|
+
end
|
|
2581
|
+
|
|
2582
|
+
# Returns +true+ if method +mid+ accepts the given option +opt+, +false+ otherwise;
|
|
2583
|
+
# the arguments may be strings or symbols:
|
|
2584
|
+
#
|
|
2585
|
+
# Bundler::FileUtils.have_option?(:chmod, :noop) # => true
|
|
2586
|
+
# Bundler::FileUtils.have_option?('chmod', 'secure') # => false
|
|
2587
|
+
#
|
|
2588
|
+
def self.have_option?(mid, opt)
|
|
2589
|
+
li = OPT_TABLE[mid.to_s] or raise ArgumentError, "no such method: #{mid}"
|
|
2590
|
+
li.include?(opt)
|
|
2591
|
+
end
|
|
2592
|
+
|
|
2593
|
+
# Returns an array of the string keyword name for method +mid+;
|
|
2594
|
+
# the argument may be a string or a symbol:
|
|
2595
|
+
#
|
|
2596
|
+
# Bundler::FileUtils.options_of(:rm) # => ["force", "noop", "verbose"]
|
|
2597
|
+
# Bundler::FileUtils.options_of('mv') # => ["force", "noop", "verbose", "secure"]
|
|
2598
|
+
#
|
|
2599
|
+
def self.options_of(mid)
|
|
2600
|
+
OPT_TABLE[mid.to_s].map {|sym| sym.to_s }
|
|
2601
|
+
end
|
|
2602
|
+
|
|
2603
|
+
# Returns an array of the string method names of the methods
|
|
2604
|
+
# that accept the given keyword option +opt+;
|
|
2605
|
+
# the argument must be a symbol:
|
|
2606
|
+
#
|
|
2607
|
+
# Bundler::FileUtils.collect_method(:preserve) # => ["cp", "copy", "cp_r", "install"]
|
|
2608
|
+
#
|
|
2609
|
+
def self.collect_method(opt)
|
|
2610
|
+
OPT_TABLE.keys.select {|m| OPT_TABLE[m].include?(opt) }
|
|
2611
|
+
end
|
|
2612
|
+
|
|
2613
|
+
private
|
|
2614
|
+
|
|
2615
|
+
LOW_METHODS = singleton_methods(false) - collect_method(:noop).map(&:intern) # :nodoc:
|
|
2616
|
+
module LowMethods # :nodoc: internal use only
|
|
2617
|
+
private
|
|
2618
|
+
def _do_nothing(*)end
|
|
2619
|
+
::Bundler::FileUtils::LOW_METHODS.map {|name| alias_method name, :_do_nothing}
|
|
2620
|
+
end
|
|
2621
|
+
|
|
2622
|
+
METHODS = singleton_methods() - [:private_module_function, # :nodoc:
|
|
2623
|
+
:commands, :options, :have_option?, :options_of, :collect_method]
|
|
2624
|
+
|
|
2625
|
+
#
|
|
2626
|
+
# This module has all methods of Bundler::FileUtils module, but it outputs messages
|
|
2627
|
+
# before acting. This equates to passing the <tt>:verbose</tt> flag to
|
|
2628
|
+
# methods in Bundler::FileUtils.
|
|
2629
|
+
#
|
|
2630
|
+
module Verbose
|
|
2631
|
+
include Bundler::FileUtils
|
|
2632
|
+
names = ::Bundler::FileUtils.collect_method(:verbose)
|
|
2633
|
+
names.each do |name|
|
|
2634
|
+
module_eval(<<-EOS, __FILE__, __LINE__ + 1)
|
|
2635
|
+
def #{name}(*args, **options)
|
|
2636
|
+
super(*args, **options, verbose: true)
|
|
2637
|
+
end
|
|
2638
|
+
EOS
|
|
2639
|
+
end
|
|
2640
|
+
private(*names)
|
|
2641
|
+
extend self
|
|
2642
|
+
class << self
|
|
2643
|
+
public(*::Bundler::FileUtils::METHODS)
|
|
2644
|
+
end
|
|
2645
|
+
end
|
|
2646
|
+
|
|
2647
|
+
#
|
|
2648
|
+
# This module has all methods of Bundler::FileUtils module, but never changes
|
|
2649
|
+
# files/directories. This equates to passing the <tt>:noop</tt> flag
|
|
2650
|
+
# to methods in Bundler::FileUtils.
|
|
2651
|
+
#
|
|
2652
|
+
module NoWrite
|
|
2653
|
+
include Bundler::FileUtils
|
|
2654
|
+
include LowMethods
|
|
2655
|
+
names = ::Bundler::FileUtils.collect_method(:noop)
|
|
2656
|
+
names.each do |name|
|
|
2657
|
+
module_eval(<<-EOS, __FILE__, __LINE__ + 1)
|
|
2658
|
+
def #{name}(*args, **options)
|
|
2659
|
+
super(*args, **options, noop: true)
|
|
2660
|
+
end
|
|
2661
|
+
EOS
|
|
2662
|
+
end
|
|
2663
|
+
private(*names)
|
|
2664
|
+
extend self
|
|
2665
|
+
class << self
|
|
2666
|
+
public(*::Bundler::FileUtils::METHODS)
|
|
2667
|
+
end
|
|
2668
|
+
end
|
|
2669
|
+
|
|
2670
|
+
#
|
|
2671
|
+
# This module has all methods of Bundler::FileUtils module, but never changes
|
|
2672
|
+
# files/directories, with printing message before acting.
|
|
2673
|
+
# This equates to passing the <tt>:noop</tt> and <tt>:verbose</tt> flag
|
|
2674
|
+
# to methods in Bundler::FileUtils.
|
|
2675
|
+
#
|
|
2676
|
+
module DryRun
|
|
2677
|
+
include Bundler::FileUtils
|
|
2678
|
+
include LowMethods
|
|
2679
|
+
names = ::Bundler::FileUtils.collect_method(:noop)
|
|
2680
|
+
names.each do |name|
|
|
2681
|
+
module_eval(<<-EOS, __FILE__, __LINE__ + 1)
|
|
2682
|
+
def #{name}(*args, **options)
|
|
2683
|
+
super(*args, **options, noop: true, verbose: true)
|
|
2684
|
+
end
|
|
2685
|
+
EOS
|
|
2686
|
+
end
|
|
2687
|
+
private(*names)
|
|
2688
|
+
extend self
|
|
2689
|
+
class << self
|
|
2690
|
+
public(*::Bundler::FileUtils::METHODS)
|
|
2691
|
+
end
|
|
2692
|
+
end
|
|
2693
|
+
|
|
2694
|
+
end
|