@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,2898 @@
|
|
|
1
|
+
# -*- coding: us-ascii -*-
|
|
2
|
+
# frozen-string-literal: false
|
|
3
|
+
# module to create Makefile for extension modules
|
|
4
|
+
# invoke like: ruby -r mkmf extconf.rb
|
|
5
|
+
|
|
6
|
+
require 'rbconfig'
|
|
7
|
+
require 'fileutils'
|
|
8
|
+
require 'shellwords'
|
|
9
|
+
|
|
10
|
+
class String # :nodoc:
|
|
11
|
+
# Wraps a string in escaped quotes if it contains whitespace.
|
|
12
|
+
def quote
|
|
13
|
+
/\s/ =~ self ? "\"#{self}\"" : "#{self}"
|
|
14
|
+
end
|
|
15
|
+
|
|
16
|
+
# Escape whitespaces for Makefile.
|
|
17
|
+
def unspace
|
|
18
|
+
gsub(/\s/, '\\\\\\&')
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
# Generates a string used as cpp macro name.
|
|
22
|
+
def tr_cpp
|
|
23
|
+
strip.upcase.tr_s("^A-Z0-9_*", "_").tr_s("*", "P")
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
def funcall_style
|
|
27
|
+
/\)\z/ =~ self ? dup : "#{self}()"
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def sans_arguments
|
|
31
|
+
self[/\A[^()]+/]
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
class Array # :nodoc:
|
|
36
|
+
# Wraps all strings in escaped quotes if they contain whitespace.
|
|
37
|
+
def quote
|
|
38
|
+
map {|s| s.quote}
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
##
|
|
43
|
+
# mkmf.rb is used by Ruby C extensions to generate a Makefile which will
|
|
44
|
+
# correctly compile and link the C extension to Ruby and a third-party
|
|
45
|
+
# library.
|
|
46
|
+
module MakeMakefile
|
|
47
|
+
#### defer until this module become global-state free.
|
|
48
|
+
# def self.extended(obj)
|
|
49
|
+
# obj.init_mkmf
|
|
50
|
+
# super
|
|
51
|
+
# end
|
|
52
|
+
#
|
|
53
|
+
# def initialize(*args, rbconfig: RbConfig, **rest)
|
|
54
|
+
# init_mkmf(rbconfig::MAKEFILE_CONFIG, rbconfig::CONFIG)
|
|
55
|
+
# super(*args, **rest)
|
|
56
|
+
# end
|
|
57
|
+
|
|
58
|
+
##
|
|
59
|
+
# The makefile configuration using the defaults from when Ruby was built.
|
|
60
|
+
|
|
61
|
+
CONFIG = RbConfig::MAKEFILE_CONFIG
|
|
62
|
+
ORIG_LIBPATH = ENV['LIB']
|
|
63
|
+
|
|
64
|
+
##
|
|
65
|
+
# Extensions for files compiled with a C compiler
|
|
66
|
+
|
|
67
|
+
C_EXT = %w[c m]
|
|
68
|
+
|
|
69
|
+
##
|
|
70
|
+
# Extensions for files compiled with a C++ compiler
|
|
71
|
+
|
|
72
|
+
CXX_EXT = %w[cc mm cxx cpp]
|
|
73
|
+
unless File.exist?(File.join(*File.split(__FILE__).tap {|d, b| b.swapcase}))
|
|
74
|
+
CXX_EXT.concat(%w[C])
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
##
|
|
78
|
+
# Extensions for source files
|
|
79
|
+
|
|
80
|
+
SRC_EXT = C_EXT + CXX_EXT
|
|
81
|
+
|
|
82
|
+
##
|
|
83
|
+
# Extensions for header files
|
|
84
|
+
|
|
85
|
+
HDR_EXT = %w[h hpp]
|
|
86
|
+
$static = nil
|
|
87
|
+
$config_h = '$(arch_hdrdir)/ruby/config.h'
|
|
88
|
+
$default_static = $static
|
|
89
|
+
|
|
90
|
+
unless defined? $configure_args
|
|
91
|
+
$configure_args = {}
|
|
92
|
+
args = CONFIG["configure_args"].shellsplit
|
|
93
|
+
if arg = ENV["CONFIGURE_ARGS"]
|
|
94
|
+
args.push(*arg.shellsplit)
|
|
95
|
+
end
|
|
96
|
+
args.delete_if {|a| /\A--(?:top(?:src)?|src|cur)dir(?=\z|=)/ =~ a}
|
|
97
|
+
for arg in args.concat(ARGV)
|
|
98
|
+
arg, val = arg.split('=', 2)
|
|
99
|
+
next unless arg
|
|
100
|
+
arg.tr!('_', '-')
|
|
101
|
+
if arg.sub!(/\A(?!--)/, '--')
|
|
102
|
+
val or next
|
|
103
|
+
arg.downcase!
|
|
104
|
+
end
|
|
105
|
+
$configure_args[arg] = val || true
|
|
106
|
+
end
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
$libdir = CONFIG["libdir"]
|
|
110
|
+
$rubylibdir = CONFIG["rubylibdir"]
|
|
111
|
+
$archdir = CONFIG["archdir"]
|
|
112
|
+
$sitedir = CONFIG["sitedir"]
|
|
113
|
+
$sitelibdir = CONFIG["sitelibdir"]
|
|
114
|
+
$sitearchdir = CONFIG["sitearchdir"]
|
|
115
|
+
$vendordir = CONFIG["vendordir"]
|
|
116
|
+
$vendorlibdir = CONFIG["vendorlibdir"]
|
|
117
|
+
$vendorarchdir = CONFIG["vendorarchdir"]
|
|
118
|
+
|
|
119
|
+
$mswin = /mswin/ =~ RUBY_PLATFORM
|
|
120
|
+
$mingw = /mingw/ =~ RUBY_PLATFORM
|
|
121
|
+
$cygwin = /cygwin/ =~ RUBY_PLATFORM
|
|
122
|
+
$netbsd = /netbsd/ =~ RUBY_PLATFORM
|
|
123
|
+
$haiku = /haiku/ =~ RUBY_PLATFORM
|
|
124
|
+
$solaris = /solaris/ =~ RUBY_PLATFORM
|
|
125
|
+
$universal = /universal/ =~ RUBY_PLATFORM
|
|
126
|
+
$dest_prefix_pattern = (File::PATH_SEPARATOR == ';' ? /\A([[:alpha:]]:)?/ : /\A/)
|
|
127
|
+
|
|
128
|
+
# :stopdoc:
|
|
129
|
+
|
|
130
|
+
def config_string(key, config = CONFIG)
|
|
131
|
+
s = config[key] and !s.empty? and block_given? ? yield(s) : s
|
|
132
|
+
end
|
|
133
|
+
module_function :config_string
|
|
134
|
+
|
|
135
|
+
def dir_re(dir)
|
|
136
|
+
Regexp.new('\$(?:\('+dir+'\)|\{'+dir+'\})(?:\$(?:\(target_prefix\)|\{target_prefix\}))?')
|
|
137
|
+
end
|
|
138
|
+
module_function :dir_re
|
|
139
|
+
|
|
140
|
+
def relative_from(path, base)
|
|
141
|
+
dir = File.join(path, "")
|
|
142
|
+
if File.expand_path(dir) == File.expand_path(dir, base)
|
|
143
|
+
path
|
|
144
|
+
else
|
|
145
|
+
File.join(base, path)
|
|
146
|
+
end
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
INSTALL_DIRS = [
|
|
150
|
+
[dir_re('commondir'), "$(RUBYCOMMONDIR)"],
|
|
151
|
+
[dir_re('sitedir'), "$(RUBYCOMMONDIR)"],
|
|
152
|
+
[dir_re('vendordir'), "$(RUBYCOMMONDIR)"],
|
|
153
|
+
[dir_re('rubylibdir'), "$(RUBYLIBDIR)"],
|
|
154
|
+
[dir_re('archdir'), "$(RUBYARCHDIR)"],
|
|
155
|
+
[dir_re('sitelibdir'), "$(RUBYLIBDIR)"],
|
|
156
|
+
[dir_re('vendorlibdir'), "$(RUBYLIBDIR)"],
|
|
157
|
+
[dir_re('sitearchdir'), "$(RUBYARCHDIR)"],
|
|
158
|
+
[dir_re('vendorarchdir'), "$(RUBYARCHDIR)"],
|
|
159
|
+
[dir_re('rubyhdrdir'), "$(RUBYHDRDIR)"],
|
|
160
|
+
[dir_re('sitehdrdir'), "$(SITEHDRDIR)"],
|
|
161
|
+
[dir_re('vendorhdrdir'), "$(VENDORHDRDIR)"],
|
|
162
|
+
[dir_re('bindir'), "$(BINDIR)"],
|
|
163
|
+
]
|
|
164
|
+
|
|
165
|
+
def install_dirs(target_prefix = nil)
|
|
166
|
+
if $extout and $extmk
|
|
167
|
+
dirs = [
|
|
168
|
+
['BINDIR', '$(extout)/bin'],
|
|
169
|
+
['RUBYCOMMONDIR', '$(extout)/common'],
|
|
170
|
+
['RUBYLIBDIR', '$(RUBYCOMMONDIR)$(target_prefix)'],
|
|
171
|
+
['RUBYARCHDIR', '$(extout)/$(arch)$(target_prefix)'],
|
|
172
|
+
['HDRDIR', '$(extout)/include/ruby$(target_prefix)'],
|
|
173
|
+
['ARCHHDRDIR', '$(extout)/include/$(arch)/ruby$(target_prefix)'],
|
|
174
|
+
['extout', "#$extout"],
|
|
175
|
+
['extout_prefix', "#$extout_prefix"],
|
|
176
|
+
]
|
|
177
|
+
elsif $extmk
|
|
178
|
+
dirs = [
|
|
179
|
+
['BINDIR', '$(bindir)'],
|
|
180
|
+
['RUBYCOMMONDIR', '$(rubylibdir)'],
|
|
181
|
+
['RUBYLIBDIR', '$(rubylibdir)$(target_prefix)'],
|
|
182
|
+
['RUBYARCHDIR', '$(archdir)$(target_prefix)'],
|
|
183
|
+
['HDRDIR', '$(rubyhdrdir)/ruby$(target_prefix)'],
|
|
184
|
+
['ARCHHDRDIR', '$(rubyhdrdir)/$(arch)/ruby$(target_prefix)'],
|
|
185
|
+
]
|
|
186
|
+
elsif $configure_args.has_key?('--vendor')
|
|
187
|
+
dirs = [
|
|
188
|
+
['BINDIR', '$(bindir)'],
|
|
189
|
+
['RUBYCOMMONDIR', '$(vendordir)$(target_prefix)'],
|
|
190
|
+
['RUBYLIBDIR', '$(vendorlibdir)$(target_prefix)'],
|
|
191
|
+
['RUBYARCHDIR', '$(vendorarchdir)$(target_prefix)'],
|
|
192
|
+
['HDRDIR', '$(vendorhdrdir)$(target_prefix)'],
|
|
193
|
+
['ARCHHDRDIR', '$(vendorarchhdrdir)$(target_prefix)'],
|
|
194
|
+
]
|
|
195
|
+
else
|
|
196
|
+
dirs = [
|
|
197
|
+
['BINDIR', '$(bindir)'],
|
|
198
|
+
['RUBYCOMMONDIR', '$(sitedir)$(target_prefix)'],
|
|
199
|
+
['RUBYLIBDIR', '$(sitelibdir)$(target_prefix)'],
|
|
200
|
+
['RUBYARCHDIR', '$(sitearchdir)$(target_prefix)'],
|
|
201
|
+
['HDRDIR', '$(sitehdrdir)$(target_prefix)'],
|
|
202
|
+
['ARCHHDRDIR', '$(sitearchhdrdir)$(target_prefix)'],
|
|
203
|
+
]
|
|
204
|
+
end
|
|
205
|
+
dirs << ['target_prefix', (target_prefix ? "/#{target_prefix}" : "")]
|
|
206
|
+
dirs
|
|
207
|
+
end
|
|
208
|
+
|
|
209
|
+
def map_dir(dir, map = nil)
|
|
210
|
+
map ||= INSTALL_DIRS
|
|
211
|
+
map.inject(dir) {|d, (orig, new)| d.gsub(orig, new)}
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
topdir = File.dirname(File.dirname(__FILE__))
|
|
215
|
+
path = File.expand_path($0)
|
|
216
|
+
until (dir = File.dirname(path)) == path
|
|
217
|
+
if File.identical?(dir, topdir)
|
|
218
|
+
$extmk = true if %r"\A(?:ext|enc|tool|test)\z" =~ File.basename(path)
|
|
219
|
+
break
|
|
220
|
+
end
|
|
221
|
+
path = dir
|
|
222
|
+
end
|
|
223
|
+
$extmk ||= false
|
|
224
|
+
if not $extmk and File.exist?(($hdrdir = RbConfig::CONFIG["rubyhdrdir"]) + "/ruby/ruby.h")
|
|
225
|
+
$topdir = $hdrdir
|
|
226
|
+
$top_srcdir = $hdrdir
|
|
227
|
+
$arch_hdrdir = RbConfig::CONFIG["rubyarchhdrdir"]
|
|
228
|
+
elsif File.exist?(($hdrdir = ($top_srcdir ||= topdir) + "/include") + "/ruby.h")
|
|
229
|
+
$topdir ||= RbConfig::CONFIG["topdir"]
|
|
230
|
+
$arch_hdrdir = "$(extout)/include/$(arch)"
|
|
231
|
+
else
|
|
232
|
+
abort <<MESSAGE
|
|
233
|
+
mkmf.rb can't find header files for ruby at #{$hdrdir}/ruby.h
|
|
234
|
+
|
|
235
|
+
You might have to install separate package for the ruby development
|
|
236
|
+
environment, ruby-dev or ruby-devel for example.
|
|
237
|
+
MESSAGE
|
|
238
|
+
end
|
|
239
|
+
|
|
240
|
+
CONFTEST = "conftest".freeze
|
|
241
|
+
CONFTEST_C = "#{CONFTEST}.c"
|
|
242
|
+
|
|
243
|
+
OUTFLAG = CONFIG['OUTFLAG']
|
|
244
|
+
COUTFLAG = CONFIG['COUTFLAG']
|
|
245
|
+
CSRCFLAG = CONFIG['CSRCFLAG']
|
|
246
|
+
CPPOUTFILE = config_string('CPPOUTFILE') {|str| str.sub(/\bconftest\b/, CONFTEST)}
|
|
247
|
+
|
|
248
|
+
def rm_f(*files)
|
|
249
|
+
opt = (Hash === files.last ? [files.pop] : [])
|
|
250
|
+
FileUtils.rm_f(Dir[*files.flatten], *opt)
|
|
251
|
+
end
|
|
252
|
+
module_function :rm_f
|
|
253
|
+
|
|
254
|
+
def rm_rf(*files)
|
|
255
|
+
opt = (Hash === files.last ? [files.pop] : [])
|
|
256
|
+
FileUtils.rm_rf(Dir[*files.flatten], *opt)
|
|
257
|
+
end
|
|
258
|
+
module_function :rm_rf
|
|
259
|
+
|
|
260
|
+
# Returns time stamp of the +target+ file if it exists and is newer than or
|
|
261
|
+
# equal to all of +times+.
|
|
262
|
+
def modified?(target, times)
|
|
263
|
+
(t = File.mtime(target)) rescue return nil
|
|
264
|
+
Array === times or times = [times]
|
|
265
|
+
t if times.all? {|n| n <= t}
|
|
266
|
+
end
|
|
267
|
+
|
|
268
|
+
def split_libs(*strs)
|
|
269
|
+
sep = $mswin ? /\s+/ : /\s+(?=-|\z)/
|
|
270
|
+
strs.flat_map {|s| s.lstrip.split(sep)}
|
|
271
|
+
end
|
|
272
|
+
|
|
273
|
+
def merge_libs(*libs)
|
|
274
|
+
libs.inject([]) do |x, y|
|
|
275
|
+
y = y.inject([]) {|ary, e| ary.last == e ? ary : ary << e}
|
|
276
|
+
y.each_with_index do |v, yi|
|
|
277
|
+
if xi = x.rindex(v)
|
|
278
|
+
x[(xi+1)..-1] = merge_libs(y[(yi+1)..-1], x[(xi+1)..-1])
|
|
279
|
+
x[xi, 0] = y[0...yi]
|
|
280
|
+
break
|
|
281
|
+
end
|
|
282
|
+
end and x.concat(y)
|
|
283
|
+
x
|
|
284
|
+
end
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
# This is a custom logging module. It generates an mkmf.log file when you
|
|
288
|
+
# run your extconf.rb script. This can be useful for debugging unexpected
|
|
289
|
+
# failures.
|
|
290
|
+
#
|
|
291
|
+
# This module and its associated methods are meant for internal use only.
|
|
292
|
+
#
|
|
293
|
+
module Logging
|
|
294
|
+
@log = nil
|
|
295
|
+
@logfile = 'mkmf.log'
|
|
296
|
+
@orgerr = $stderr.dup
|
|
297
|
+
@orgout = $stdout.dup
|
|
298
|
+
@postpone = 0
|
|
299
|
+
@quiet = $extmk
|
|
300
|
+
|
|
301
|
+
def self::log_open
|
|
302
|
+
@log ||= File::open(@logfile, 'wb')
|
|
303
|
+
@log.sync = true
|
|
304
|
+
end
|
|
305
|
+
|
|
306
|
+
def self::log_opened?
|
|
307
|
+
@log and not @log.closed?
|
|
308
|
+
end
|
|
309
|
+
|
|
310
|
+
def self::open
|
|
311
|
+
log_open
|
|
312
|
+
$stderr.reopen(@log)
|
|
313
|
+
$stdout.reopen(@log)
|
|
314
|
+
yield
|
|
315
|
+
ensure
|
|
316
|
+
$stderr.reopen(@orgerr)
|
|
317
|
+
$stdout.reopen(@orgout)
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
def self::message(*s)
|
|
321
|
+
log_open
|
|
322
|
+
@log.printf(*s)
|
|
323
|
+
end
|
|
324
|
+
|
|
325
|
+
def self::logfile file
|
|
326
|
+
@logfile = file
|
|
327
|
+
log_close
|
|
328
|
+
end
|
|
329
|
+
|
|
330
|
+
def self::log_close
|
|
331
|
+
if @log and not @log.closed?
|
|
332
|
+
@log.flush
|
|
333
|
+
@log.close
|
|
334
|
+
@log = nil
|
|
335
|
+
end
|
|
336
|
+
end
|
|
337
|
+
|
|
338
|
+
def self::postpone
|
|
339
|
+
tmplog = "mkmftmp#{@postpone += 1}.log"
|
|
340
|
+
open do
|
|
341
|
+
log, *save = @log, @logfile, @orgout, @orgerr
|
|
342
|
+
@log, @logfile, @orgout, @orgerr = nil, tmplog, log, log
|
|
343
|
+
begin
|
|
344
|
+
log.print(open {yield @log})
|
|
345
|
+
ensure
|
|
346
|
+
@log.close if @log and not @log.closed?
|
|
347
|
+
File::open(tmplog) {|t| FileUtils.copy_stream(t, log)} if File.exist?(tmplog)
|
|
348
|
+
@log, @logfile, @orgout, @orgerr = log, *save
|
|
349
|
+
@postpone -= 1
|
|
350
|
+
MakeMakefile.rm_f tmplog
|
|
351
|
+
end
|
|
352
|
+
end
|
|
353
|
+
end
|
|
354
|
+
|
|
355
|
+
class << self
|
|
356
|
+
attr_accessor :quiet
|
|
357
|
+
end
|
|
358
|
+
end
|
|
359
|
+
|
|
360
|
+
def libpath_env
|
|
361
|
+
# used only if native compiling
|
|
362
|
+
if libpathenv = config_string("LIBPATHENV")
|
|
363
|
+
pathenv = ENV[libpathenv]
|
|
364
|
+
libpath = RbConfig.expand($DEFLIBPATH.join(File::PATH_SEPARATOR))
|
|
365
|
+
{libpathenv => [libpath, pathenv].compact.join(File::PATH_SEPARATOR)}
|
|
366
|
+
else
|
|
367
|
+
{}
|
|
368
|
+
end
|
|
369
|
+
end
|
|
370
|
+
|
|
371
|
+
def expand_command(commands, envs = libpath_env)
|
|
372
|
+
varpat = /\$\((\w+)\)|\$\{(\w+)\}/
|
|
373
|
+
vars = nil
|
|
374
|
+
expand = proc do |command|
|
|
375
|
+
case command
|
|
376
|
+
when Array
|
|
377
|
+
command.map(&expand)
|
|
378
|
+
when String
|
|
379
|
+
if varpat =~ command
|
|
380
|
+
vars ||= Hash.new {|h, k| h[k] = ENV[k]}
|
|
381
|
+
command = command.dup
|
|
382
|
+
nil while command.gsub!(varpat) {vars[$1||$2]}
|
|
383
|
+
end
|
|
384
|
+
command
|
|
385
|
+
else
|
|
386
|
+
command
|
|
387
|
+
end
|
|
388
|
+
end
|
|
389
|
+
if Array === commands
|
|
390
|
+
env, *commands = commands if Hash === commands.first
|
|
391
|
+
envs.merge!(env) if env
|
|
392
|
+
end
|
|
393
|
+
return envs, expand[commands]
|
|
394
|
+
end
|
|
395
|
+
|
|
396
|
+
def env_quote(envs)
|
|
397
|
+
envs.map {|e, v| "#{e}=#{v.quote}"}
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
def xsystem command, opts = nil
|
|
401
|
+
env, command = expand_command(command)
|
|
402
|
+
Logging::open do
|
|
403
|
+
puts [env_quote(env), command.quote].join(' ')
|
|
404
|
+
if opts and opts[:werror]
|
|
405
|
+
result = nil
|
|
406
|
+
Logging.postpone do |log|
|
|
407
|
+
output = IO.popen(env, command, &:read)
|
|
408
|
+
result = ($?.success? and File.zero?(log.path))
|
|
409
|
+
output
|
|
410
|
+
end
|
|
411
|
+
result
|
|
412
|
+
else
|
|
413
|
+
system(env, *command)
|
|
414
|
+
end
|
|
415
|
+
end
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
def xpopen command, *mode, &block
|
|
419
|
+
env, commands = expand_command(command)
|
|
420
|
+
command = [env_quote(env), command].join(' ')
|
|
421
|
+
Logging::open do
|
|
422
|
+
case mode[0]
|
|
423
|
+
when nil, Hash, /^r/
|
|
424
|
+
puts "#{command} |"
|
|
425
|
+
else
|
|
426
|
+
puts "| #{command}"
|
|
427
|
+
end
|
|
428
|
+
IO.popen(env, commands, *mode, &block)
|
|
429
|
+
end
|
|
430
|
+
end
|
|
431
|
+
|
|
432
|
+
def log_src(src, heading="checked program was")
|
|
433
|
+
src = src.split(/^/)
|
|
434
|
+
fmt = "%#{src.size.to_s.size}d: %s"
|
|
435
|
+
Logging::message <<"EOM"
|
|
436
|
+
#{heading}:
|
|
437
|
+
/* begin */
|
|
438
|
+
EOM
|
|
439
|
+
src.each_with_index {|line, no| Logging::message fmt, no+1, line}
|
|
440
|
+
Logging::message <<"EOM"
|
|
441
|
+
/* end */
|
|
442
|
+
|
|
443
|
+
EOM
|
|
444
|
+
end
|
|
445
|
+
|
|
446
|
+
def conftest_source
|
|
447
|
+
CONFTEST_C
|
|
448
|
+
end
|
|
449
|
+
|
|
450
|
+
def create_tmpsrc(src)
|
|
451
|
+
src = "#{COMMON_HEADERS}\n#{src}"
|
|
452
|
+
src = yield(src) if block_given?
|
|
453
|
+
src.gsub!(/[ \t]+$/, '')
|
|
454
|
+
src.gsub!(/\A\n+|^\n+$/, '')
|
|
455
|
+
src.sub!(/[^\n]\z/, "\\&\n")
|
|
456
|
+
count = 0
|
|
457
|
+
begin
|
|
458
|
+
File.open(conftest_source, "wb") do |cfile|
|
|
459
|
+
cfile.print src
|
|
460
|
+
end
|
|
461
|
+
rescue Errno::EACCES
|
|
462
|
+
if (count += 1) < 5
|
|
463
|
+
sleep 0.2
|
|
464
|
+
retry
|
|
465
|
+
end
|
|
466
|
+
end
|
|
467
|
+
src
|
|
468
|
+
end
|
|
469
|
+
|
|
470
|
+
def have_devel?
|
|
471
|
+
unless defined? $have_devel
|
|
472
|
+
$have_devel = true
|
|
473
|
+
$have_devel = try_link(MAIN_DOES_NOTHING)
|
|
474
|
+
end
|
|
475
|
+
$have_devel
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
def try_do(src, command, *opts, &b)
|
|
479
|
+
unless have_devel?
|
|
480
|
+
raise <<MSG
|
|
481
|
+
The compiler failed to generate an executable file.
|
|
482
|
+
You have to install development tools first.
|
|
483
|
+
MSG
|
|
484
|
+
end
|
|
485
|
+
begin
|
|
486
|
+
src = create_tmpsrc(src, &b)
|
|
487
|
+
xsystem(command, *opts)
|
|
488
|
+
ensure
|
|
489
|
+
log_src(src)
|
|
490
|
+
end
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
def link_config(ldflags, opt="", libpath=$DEFLIBPATH|$LIBPATH)
|
|
494
|
+
librubyarg = $extmk ? $LIBRUBYARG_STATIC : "$(LIBRUBYARG)"
|
|
495
|
+
conf = RbConfig::CONFIG.merge('hdrdir' => $hdrdir.quote,
|
|
496
|
+
'src' => "#{conftest_source}",
|
|
497
|
+
'arch_hdrdir' => $arch_hdrdir.quote,
|
|
498
|
+
'top_srcdir' => $top_srcdir.quote,
|
|
499
|
+
'INCFLAGS' => "#$INCFLAGS",
|
|
500
|
+
'CPPFLAGS' => "#$CPPFLAGS",
|
|
501
|
+
'CFLAGS' => "#$CFLAGS",
|
|
502
|
+
'ARCH_FLAG' => "#$ARCH_FLAG",
|
|
503
|
+
'LDFLAGS' => "#$LDFLAGS #{ldflags}",
|
|
504
|
+
'LOCAL_LIBS' => "#$LOCAL_LIBS #$libs",
|
|
505
|
+
'LIBS' => "#{librubyarg} #{opt} #$LIBS")
|
|
506
|
+
conf['LIBPATH'] = libpathflag(libpath.map {|s| RbConfig::expand(s.dup, conf)})
|
|
507
|
+
conf
|
|
508
|
+
end
|
|
509
|
+
|
|
510
|
+
def link_command(ldflags, *opts)
|
|
511
|
+
conf = link_config(ldflags, *opts)
|
|
512
|
+
RbConfig::expand(TRY_LINK.dup, conf)
|
|
513
|
+
end
|
|
514
|
+
|
|
515
|
+
def cc_config(opt="")
|
|
516
|
+
conf = RbConfig::CONFIG.merge('hdrdir' => $hdrdir.quote, 'srcdir' => $srcdir.quote,
|
|
517
|
+
'arch_hdrdir' => $arch_hdrdir.quote,
|
|
518
|
+
'top_srcdir' => $top_srcdir.quote)
|
|
519
|
+
conf
|
|
520
|
+
end
|
|
521
|
+
|
|
522
|
+
def cc_command(opt="")
|
|
523
|
+
conf = cc_config(opt)
|
|
524
|
+
RbConfig::expand("$(CC) #$INCFLAGS #$CPPFLAGS #$CFLAGS #$ARCH_FLAG #{opt} -c #{CONFTEST_C}",
|
|
525
|
+
conf)
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
def cpp_command(outfile, opt="")
|
|
529
|
+
conf = cc_config(opt)
|
|
530
|
+
if $universal and (arch_flag = conf['ARCH_FLAG']) and !arch_flag.empty?
|
|
531
|
+
conf['ARCH_FLAG'] = arch_flag.gsub(/(?:\G|\s)-arch\s+\S+/, '')
|
|
532
|
+
end
|
|
533
|
+
RbConfig::expand("$(CPP) #$INCFLAGS #$CPPFLAGS #$CFLAGS #{opt} #{CONFTEST_C} #{outfile}",
|
|
534
|
+
conf)
|
|
535
|
+
end
|
|
536
|
+
|
|
537
|
+
def libpathflag(libpath=$DEFLIBPATH|$LIBPATH)
|
|
538
|
+
libpath.map{|x|
|
|
539
|
+
case x
|
|
540
|
+
when "$(topdir)", /\A\./
|
|
541
|
+
LIBPATHFLAG
|
|
542
|
+
else
|
|
543
|
+
LIBPATHFLAG+RPATHFLAG
|
|
544
|
+
end % x.quote
|
|
545
|
+
}.join
|
|
546
|
+
end
|
|
547
|
+
|
|
548
|
+
def with_werror(opt, opts = nil)
|
|
549
|
+
if opts
|
|
550
|
+
if opts[:werror] and config_string("WERRORFLAG") {|flag| opt = opt ? "#{opt} #{flag}" : flag}
|
|
551
|
+
(opts = opts.dup).delete(:werror)
|
|
552
|
+
end
|
|
553
|
+
yield(opt, opts)
|
|
554
|
+
else
|
|
555
|
+
yield(opt)
|
|
556
|
+
end
|
|
557
|
+
end
|
|
558
|
+
|
|
559
|
+
def try_link0(src, opt="", *opts, &b) # :nodoc:
|
|
560
|
+
exe = CONFTEST+$EXEEXT
|
|
561
|
+
cmd = link_command("", opt)
|
|
562
|
+
if $universal
|
|
563
|
+
require 'tmpdir'
|
|
564
|
+
Dir.mktmpdir("mkmf_", oldtmpdir = ENV["TMPDIR"]) do |tmpdir|
|
|
565
|
+
begin
|
|
566
|
+
ENV["TMPDIR"] = tmpdir
|
|
567
|
+
try_do(src, cmd, *opts, &b)
|
|
568
|
+
ensure
|
|
569
|
+
ENV["TMPDIR"] = oldtmpdir
|
|
570
|
+
end
|
|
571
|
+
end
|
|
572
|
+
else
|
|
573
|
+
try_do(src, cmd, *opts, &b)
|
|
574
|
+
end and File.executable?(exe) or return nil
|
|
575
|
+
exe
|
|
576
|
+
ensure
|
|
577
|
+
MakeMakefile.rm_rf(*Dir["#{CONFTEST}*"]-[exe])
|
|
578
|
+
end
|
|
579
|
+
|
|
580
|
+
# Returns whether or not the +src+ can be compiled as a C source and linked
|
|
581
|
+
# with its depending libraries successfully. +opt+ is passed to the linker
|
|
582
|
+
# as options. Note that +$CFLAGS+ and +$LDFLAGS+ are also passed to the
|
|
583
|
+
# linker.
|
|
584
|
+
#
|
|
585
|
+
# If a block given, it is called with the source before compilation. You can
|
|
586
|
+
# modify the source in the block.
|
|
587
|
+
#
|
|
588
|
+
# [+src+] a String which contains a C source
|
|
589
|
+
# [+opt+] a String which contains linker options
|
|
590
|
+
def try_link(src, opt="", *opts, &b)
|
|
591
|
+
exe = try_link0(src, opt, *opts, &b) or return false
|
|
592
|
+
MakeMakefile.rm_f exe
|
|
593
|
+
true
|
|
594
|
+
end
|
|
595
|
+
|
|
596
|
+
# Returns whether or not the +src+ can be compiled as a C source. +opt+ is
|
|
597
|
+
# passed to the C compiler as options. Note that +$CFLAGS+ is also passed to
|
|
598
|
+
# the compiler.
|
|
599
|
+
#
|
|
600
|
+
# If a block given, it is called with the source before compilation. You can
|
|
601
|
+
# modify the source in the block.
|
|
602
|
+
#
|
|
603
|
+
# [+src+] a String which contains a C source
|
|
604
|
+
# [+opt+] a String which contains compiler options
|
|
605
|
+
def try_compile(src, opt="", *opts, &b)
|
|
606
|
+
with_werror(opt, *opts) {|_opt, *| try_do(src, cc_command(_opt), *opts, &b)} and
|
|
607
|
+
File.file?("#{CONFTEST}.#{$OBJEXT}")
|
|
608
|
+
ensure
|
|
609
|
+
MakeMakefile.rm_f "#{CONFTEST}*"
|
|
610
|
+
end
|
|
611
|
+
|
|
612
|
+
# Returns whether or not the +src+ can be preprocessed with the C
|
|
613
|
+
# preprocessor. +opt+ is passed to the preprocessor as options. Note that
|
|
614
|
+
# +$CFLAGS+ is also passed to the preprocessor.
|
|
615
|
+
#
|
|
616
|
+
# If a block given, it is called with the source before preprocessing. You
|
|
617
|
+
# can modify the source in the block.
|
|
618
|
+
#
|
|
619
|
+
# [+src+] a String which contains a C source
|
|
620
|
+
# [+opt+] a String which contains preprocessor options
|
|
621
|
+
def try_cpp(src, opt="", *opts, &b)
|
|
622
|
+
try_do(src, cpp_command(CPPOUTFILE, opt), *opts, &b) and
|
|
623
|
+
File.file?("#{CONFTEST}.i")
|
|
624
|
+
ensure
|
|
625
|
+
MakeMakefile.rm_f "#{CONFTEST}*"
|
|
626
|
+
end
|
|
627
|
+
|
|
628
|
+
alias try_header try_compile
|
|
629
|
+
|
|
630
|
+
def cpp_include(header)
|
|
631
|
+
if header
|
|
632
|
+
header = [header] unless header.kind_of? Array
|
|
633
|
+
header.map {|h| String === h ? "#include <#{h}>\n" : h}.join
|
|
634
|
+
else
|
|
635
|
+
""
|
|
636
|
+
end
|
|
637
|
+
end
|
|
638
|
+
|
|
639
|
+
def with_cppflags(flags)
|
|
640
|
+
cppflags = $CPPFLAGS
|
|
641
|
+
$CPPFLAGS = flags.dup
|
|
642
|
+
ret = yield
|
|
643
|
+
ensure
|
|
644
|
+
$CPPFLAGS = cppflags unless ret
|
|
645
|
+
end
|
|
646
|
+
|
|
647
|
+
def try_cppflags(flags, opts = {})
|
|
648
|
+
try_header(MAIN_DOES_NOTHING, flags, {:werror => true}.update(opts))
|
|
649
|
+
end
|
|
650
|
+
|
|
651
|
+
def append_cppflags(flags, *opts)
|
|
652
|
+
Array(flags).each do |flag|
|
|
653
|
+
if checking_for("whether #{flag} is accepted as CPPFLAGS") {
|
|
654
|
+
try_cppflags(flag, *opts)
|
|
655
|
+
}
|
|
656
|
+
$CPPFLAGS << " " << flag
|
|
657
|
+
end
|
|
658
|
+
end
|
|
659
|
+
end
|
|
660
|
+
|
|
661
|
+
def with_cflags(flags)
|
|
662
|
+
cflags = $CFLAGS
|
|
663
|
+
$CFLAGS = flags.dup
|
|
664
|
+
ret = yield
|
|
665
|
+
ensure
|
|
666
|
+
$CFLAGS = cflags unless ret
|
|
667
|
+
end
|
|
668
|
+
|
|
669
|
+
def try_cflags(flags, opts = {})
|
|
670
|
+
try_compile(MAIN_DOES_NOTHING, flags, {:werror => true}.update(opts))
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
def with_ldflags(flags)
|
|
674
|
+
ldflags = $LDFLAGS
|
|
675
|
+
$LDFLAGS = flags.dup
|
|
676
|
+
ret = yield
|
|
677
|
+
ensure
|
|
678
|
+
$LDFLAGS = ldflags unless ret
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
def try_ldflags(flags, opts = {})
|
|
682
|
+
opts = {:werror => true}.update(opts) if $mswin
|
|
683
|
+
try_link(MAIN_DOES_NOTHING, flags, opts)
|
|
684
|
+
end
|
|
685
|
+
|
|
686
|
+
def append_ldflags(flags, *opts)
|
|
687
|
+
Array(flags).each do |flag|
|
|
688
|
+
if checking_for("whether #{flag} is accepted as LDFLAGS") {
|
|
689
|
+
try_ldflags(flag, *opts)
|
|
690
|
+
}
|
|
691
|
+
$LDFLAGS << " " << flag
|
|
692
|
+
end
|
|
693
|
+
end
|
|
694
|
+
end
|
|
695
|
+
|
|
696
|
+
def try_static_assert(expr, headers = nil, opt = "", &b)
|
|
697
|
+
headers = cpp_include(headers)
|
|
698
|
+
try_compile(<<SRC, opt, &b)
|
|
699
|
+
#{headers}
|
|
700
|
+
/*top*/
|
|
701
|
+
int conftest_const[(#{expr}) ? 1 : -1];
|
|
702
|
+
SRC
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
def try_constant(const, headers = nil, opt = "", &b)
|
|
706
|
+
includes = cpp_include(headers)
|
|
707
|
+
neg = try_static_assert("#{const} < 0", headers, opt)
|
|
708
|
+
if CROSS_COMPILING
|
|
709
|
+
if neg
|
|
710
|
+
const = "-(#{const})"
|
|
711
|
+
elsif try_static_assert("#{const} > 0", headers, opt)
|
|
712
|
+
# positive constant
|
|
713
|
+
elsif try_static_assert("#{const} == 0", headers, opt)
|
|
714
|
+
return 0
|
|
715
|
+
else
|
|
716
|
+
# not a constant
|
|
717
|
+
return nil
|
|
718
|
+
end
|
|
719
|
+
upper = 1
|
|
720
|
+
until try_static_assert("#{const} <= #{upper}", headers, opt)
|
|
721
|
+
lower = upper
|
|
722
|
+
upper <<= 1
|
|
723
|
+
end
|
|
724
|
+
return nil unless lower
|
|
725
|
+
while upper > lower + 1
|
|
726
|
+
mid = (upper + lower) / 2
|
|
727
|
+
if try_static_assert("#{const} > #{mid}", headers, opt)
|
|
728
|
+
lower = mid
|
|
729
|
+
else
|
|
730
|
+
upper = mid
|
|
731
|
+
end
|
|
732
|
+
end
|
|
733
|
+
upper = -upper if neg
|
|
734
|
+
return upper
|
|
735
|
+
else
|
|
736
|
+
src = %{#{includes}
|
|
737
|
+
#include <stdio.h>
|
|
738
|
+
/*top*/
|
|
739
|
+
typedef#{neg ? '' : ' unsigned'}
|
|
740
|
+
#ifdef PRI_LL_PREFIX
|
|
741
|
+
#define PRI_CONFTEST_PREFIX PRI_LL_PREFIX
|
|
742
|
+
LONG_LONG
|
|
743
|
+
#else
|
|
744
|
+
#define PRI_CONFTEST_PREFIX "l"
|
|
745
|
+
long
|
|
746
|
+
#endif
|
|
747
|
+
conftest_type;
|
|
748
|
+
conftest_type conftest_const = (conftest_type)(#{const});
|
|
749
|
+
int main() {printf("%"PRI_CONFTEST_PREFIX"#{neg ? 'd' : 'u'}\\n", conftest_const); return 0;}
|
|
750
|
+
}
|
|
751
|
+
begin
|
|
752
|
+
if try_link0(src, opt, &b)
|
|
753
|
+
xpopen("./#{CONFTEST}") do |f|
|
|
754
|
+
return Integer(f.gets)
|
|
755
|
+
end
|
|
756
|
+
end
|
|
757
|
+
ensure
|
|
758
|
+
MakeMakefile.rm_f "#{CONFTEST}#{$EXEEXT}"
|
|
759
|
+
end
|
|
760
|
+
end
|
|
761
|
+
nil
|
|
762
|
+
end
|
|
763
|
+
|
|
764
|
+
# You should use +have_func+ rather than +try_func+.
|
|
765
|
+
#
|
|
766
|
+
# [+func+] a String which contains a symbol name
|
|
767
|
+
# [+libs+] a String which contains library names.
|
|
768
|
+
# [+headers+] a String or an Array of strings which contains names of header
|
|
769
|
+
# files.
|
|
770
|
+
def try_func(func, libs, headers = nil, opt = "", &b)
|
|
771
|
+
headers = cpp_include(headers)
|
|
772
|
+
prepare = String.new
|
|
773
|
+
case func
|
|
774
|
+
when /^&/
|
|
775
|
+
decltype = proc {|x|"const volatile void *#{x}"}
|
|
776
|
+
when /\)$/
|
|
777
|
+
strvars = []
|
|
778
|
+
call = func.gsub(/""/) {
|
|
779
|
+
v = "s#{strvars.size + 1}"
|
|
780
|
+
strvars << v
|
|
781
|
+
v
|
|
782
|
+
}
|
|
783
|
+
unless strvars.empty?
|
|
784
|
+
prepare << "char " << strvars.map {|v| "#{v}[1024]"}.join(", ") << "; "
|
|
785
|
+
end
|
|
786
|
+
when nil
|
|
787
|
+
call = ""
|
|
788
|
+
else
|
|
789
|
+
call = "#{func}()"
|
|
790
|
+
decltype = proc {|x| "void ((*#{x})())"}
|
|
791
|
+
end
|
|
792
|
+
if opt and !opt.empty?
|
|
793
|
+
[[:to_str], [:join, " "], [:to_s]].each do |meth, *args|
|
|
794
|
+
if opt.respond_to?(meth)
|
|
795
|
+
break opt = opt.__send__(meth, *args)
|
|
796
|
+
end
|
|
797
|
+
end
|
|
798
|
+
opt = "#{opt} #{libs}"
|
|
799
|
+
else
|
|
800
|
+
opt = libs
|
|
801
|
+
end
|
|
802
|
+
decltype && try_link(<<"SRC", opt, &b) or
|
|
803
|
+
#{headers}
|
|
804
|
+
/*top*/
|
|
805
|
+
extern int t(void);
|
|
806
|
+
#{MAIN_DOES_NOTHING 't'}
|
|
807
|
+
int t(void) { #{decltype["volatile p"]}; p = (#{decltype[]})#{func}; return !p; }
|
|
808
|
+
SRC
|
|
809
|
+
call && try_link(<<"SRC", opt, &b)
|
|
810
|
+
#{headers}
|
|
811
|
+
/*top*/
|
|
812
|
+
extern int t(void);
|
|
813
|
+
#{MAIN_DOES_NOTHING 't'}
|
|
814
|
+
#{"extern void #{call};" if decltype}
|
|
815
|
+
int t(void) { #{prepare}#{call}; return 0; }
|
|
816
|
+
SRC
|
|
817
|
+
end
|
|
818
|
+
|
|
819
|
+
# You should use +have_var+ rather than +try_var+.
|
|
820
|
+
def try_var(var, headers = nil, opt = "", &b)
|
|
821
|
+
headers = cpp_include(headers)
|
|
822
|
+
try_compile(<<"SRC", opt, &b)
|
|
823
|
+
#{headers}
|
|
824
|
+
/*top*/
|
|
825
|
+
extern int t(void);
|
|
826
|
+
#{MAIN_DOES_NOTHING 't'}
|
|
827
|
+
int t(void) { const volatile void *volatile p; p = &(&#{var})[0]; return !p; }
|
|
828
|
+
SRC
|
|
829
|
+
end
|
|
830
|
+
|
|
831
|
+
# Returns whether or not the +src+ can be preprocessed with the C
|
|
832
|
+
# preprocessor and matches with +pat+.
|
|
833
|
+
#
|
|
834
|
+
# If a block given, it is called with the source before compilation. You can
|
|
835
|
+
# modify the source in the block.
|
|
836
|
+
#
|
|
837
|
+
# [+pat+] a Regexp or a String
|
|
838
|
+
# [+src+] a String which contains a C source
|
|
839
|
+
# [+opt+] a String which contains preprocessor options
|
|
840
|
+
#
|
|
841
|
+
# NOTE: When pat is a Regexp the matching will be checked in process,
|
|
842
|
+
# otherwise egrep(1) will be invoked to check it.
|
|
843
|
+
def egrep_cpp(pat, src, opt = "", &b)
|
|
844
|
+
src = create_tmpsrc(src, &b)
|
|
845
|
+
xpopen(cpp_command('', opt)) do |f|
|
|
846
|
+
if Regexp === pat
|
|
847
|
+
puts(" ruby -ne 'print if #{pat.inspect}'")
|
|
848
|
+
f.grep(pat) {|l|
|
|
849
|
+
puts "#{f.lineno}: #{l}"
|
|
850
|
+
return true
|
|
851
|
+
}
|
|
852
|
+
false
|
|
853
|
+
else
|
|
854
|
+
puts(" egrep '#{pat}'")
|
|
855
|
+
begin
|
|
856
|
+
stdin = $stdin.dup
|
|
857
|
+
$stdin.reopen(f)
|
|
858
|
+
system("egrep", pat)
|
|
859
|
+
ensure
|
|
860
|
+
$stdin.reopen(stdin)
|
|
861
|
+
end
|
|
862
|
+
end
|
|
863
|
+
end
|
|
864
|
+
ensure
|
|
865
|
+
MakeMakefile.rm_f "#{CONFTEST}*"
|
|
866
|
+
log_src(src)
|
|
867
|
+
end
|
|
868
|
+
|
|
869
|
+
# This is used internally by the have_macro? method.
|
|
870
|
+
def macro_defined?(macro, src, opt = "", &b)
|
|
871
|
+
src = src.sub(/[^\n]\z/, "\\&\n")
|
|
872
|
+
try_compile(src + <<"SRC", opt, &b)
|
|
873
|
+
/*top*/
|
|
874
|
+
#ifndef #{macro}
|
|
875
|
+
# error
|
|
876
|
+
|:/ === #{macro} undefined === /:|
|
|
877
|
+
#endif
|
|
878
|
+
SRC
|
|
879
|
+
end
|
|
880
|
+
|
|
881
|
+
# Returns whether or not:
|
|
882
|
+
# * the +src+ can be compiled as a C source,
|
|
883
|
+
# * the result object can be linked with its depending libraries
|
|
884
|
+
# successfully,
|
|
885
|
+
# * the linked file can be invoked as an executable
|
|
886
|
+
# * and the executable exits successfully
|
|
887
|
+
#
|
|
888
|
+
# +opt+ is passed to the linker as options. Note that +$CFLAGS+ and
|
|
889
|
+
# +$LDFLAGS+ are also passed to the linker.
|
|
890
|
+
#
|
|
891
|
+
# If a block given, it is called with the source before compilation. You can
|
|
892
|
+
# modify the source in the block.
|
|
893
|
+
#
|
|
894
|
+
# [+src+] a String which contains a C source
|
|
895
|
+
# [+opt+] a String which contains linker options
|
|
896
|
+
#
|
|
897
|
+
# Returns true when the executable exits successfully, false when it fails,
|
|
898
|
+
# or nil when preprocessing, compilation or link fails.
|
|
899
|
+
def try_run(src, opt = "", &b)
|
|
900
|
+
raise "cannot run test program while cross compiling" if CROSS_COMPILING
|
|
901
|
+
if try_link0(src, opt, &b)
|
|
902
|
+
xsystem("./#{CONFTEST}")
|
|
903
|
+
else
|
|
904
|
+
nil
|
|
905
|
+
end
|
|
906
|
+
ensure
|
|
907
|
+
MakeMakefile.rm_f "#{CONFTEST}*"
|
|
908
|
+
end
|
|
909
|
+
|
|
910
|
+
def install_files(mfile, ifiles, map = nil, srcprefix = nil)
|
|
911
|
+
ifiles or return
|
|
912
|
+
ifiles.empty? and return
|
|
913
|
+
srcprefix ||= "$(srcdir)/#{srcprefix}".chomp('/')
|
|
914
|
+
RbConfig::expand(srcdir = srcprefix.dup)
|
|
915
|
+
dirs = []
|
|
916
|
+
path = Hash.new {|h, i| h[i] = dirs.push([i])[-1]}
|
|
917
|
+
ifiles.each do |files, dir, prefix|
|
|
918
|
+
dir = map_dir(dir, map)
|
|
919
|
+
prefix &&= %r|\A#{Regexp.quote(prefix)}/?|
|
|
920
|
+
if /\A\.\// =~ files
|
|
921
|
+
# install files which are in current working directory.
|
|
922
|
+
files = files[2..-1]
|
|
923
|
+
len = nil
|
|
924
|
+
else
|
|
925
|
+
# install files which are under the $(srcdir).
|
|
926
|
+
files = File.join(srcdir, files)
|
|
927
|
+
len = srcdir.size
|
|
928
|
+
end
|
|
929
|
+
f = nil
|
|
930
|
+
Dir.glob(files) do |fx|
|
|
931
|
+
f = fx
|
|
932
|
+
f[0..len] = "" if len
|
|
933
|
+
case File.basename(f)
|
|
934
|
+
when *$NONINSTALLFILES
|
|
935
|
+
next
|
|
936
|
+
end
|
|
937
|
+
d = File.dirname(f)
|
|
938
|
+
d.sub!(prefix, "") if prefix
|
|
939
|
+
d = (d.empty? || d == ".") ? dir : File.join(dir, d)
|
|
940
|
+
f = File.join(srcprefix, f) if len
|
|
941
|
+
path[d] << f
|
|
942
|
+
end
|
|
943
|
+
unless len or f
|
|
944
|
+
d = File.dirname(files)
|
|
945
|
+
d.sub!(prefix, "") if prefix
|
|
946
|
+
d = (d.empty? || d == ".") ? dir : File.join(dir, d)
|
|
947
|
+
path[d] << files
|
|
948
|
+
end
|
|
949
|
+
end
|
|
950
|
+
dirs
|
|
951
|
+
end
|
|
952
|
+
|
|
953
|
+
def install_rb(mfile, dest, srcdir = nil)
|
|
954
|
+
install_files(mfile, [["lib/**/*.rb", dest, "lib"]], nil, srcdir)
|
|
955
|
+
end
|
|
956
|
+
|
|
957
|
+
def append_library(libs, lib) # :no-doc:
|
|
958
|
+
format(LIBARG, lib) + " " + libs
|
|
959
|
+
end
|
|
960
|
+
|
|
961
|
+
def message(*s)
|
|
962
|
+
unless Logging.quiet and not $VERBOSE
|
|
963
|
+
printf(*s)
|
|
964
|
+
$stdout.flush
|
|
965
|
+
end
|
|
966
|
+
end
|
|
967
|
+
|
|
968
|
+
# This emits a string to stdout that allows users to see the results of the
|
|
969
|
+
# various have* and find* methods as they are tested.
|
|
970
|
+
#
|
|
971
|
+
# Internal use only.
|
|
972
|
+
#
|
|
973
|
+
def checking_for(m, fmt = nil)
|
|
974
|
+
if f = caller_locations(1, 1).first.base_label and /\A\w/ =~ f
|
|
975
|
+
f += ": "
|
|
976
|
+
else
|
|
977
|
+
f = ""
|
|
978
|
+
end
|
|
979
|
+
m = "checking #{/\Acheck/ =~ f ? '' : 'for '}#{m}... "
|
|
980
|
+
message "%s", m
|
|
981
|
+
a = r = nil
|
|
982
|
+
Logging::postpone do
|
|
983
|
+
r = yield
|
|
984
|
+
a = (fmt ? "#{fmt % r}" : r ? "yes" : "no")
|
|
985
|
+
"#{f}#{m}-------------------- #{a}\n\n"
|
|
986
|
+
end
|
|
987
|
+
message "%s\n", a
|
|
988
|
+
Logging::message "--------------------\n\n"
|
|
989
|
+
r
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
def checking_message(target, place = nil, opt = nil)
|
|
993
|
+
[["in", place], ["with", opt]].inject("#{target}") do |msg, (pre, noun)|
|
|
994
|
+
if noun
|
|
995
|
+
[[:to_str], [:join, ","], [:to_s]].each do |meth, *args|
|
|
996
|
+
if noun.respond_to?(meth)
|
|
997
|
+
break noun = noun.__send__(meth, *args)
|
|
998
|
+
end
|
|
999
|
+
end
|
|
1000
|
+
unless noun.empty?
|
|
1001
|
+
msg << " #{pre} " unless msg.empty?
|
|
1002
|
+
msg << noun
|
|
1003
|
+
end
|
|
1004
|
+
end
|
|
1005
|
+
msg
|
|
1006
|
+
end
|
|
1007
|
+
end
|
|
1008
|
+
|
|
1009
|
+
# :startdoc:
|
|
1010
|
+
|
|
1011
|
+
# Check whether each given C compiler flag is acceptable and append it
|
|
1012
|
+
# to <tt>$CFLAGS</tt> if so.
|
|
1013
|
+
#
|
|
1014
|
+
# [+flags+] a C compiler flag as a +String+ or an +Array+ of them
|
|
1015
|
+
#
|
|
1016
|
+
def append_cflags(flags, *opts)
|
|
1017
|
+
Array(flags).each do |flag|
|
|
1018
|
+
if checking_for("whether #{flag} is accepted as CFLAGS") {
|
|
1019
|
+
try_cflags(flag, *opts)
|
|
1020
|
+
}
|
|
1021
|
+
$CFLAGS << " " << flag
|
|
1022
|
+
end
|
|
1023
|
+
end
|
|
1024
|
+
end
|
|
1025
|
+
|
|
1026
|
+
# Returns whether or not +macro+ is defined either in the common header
|
|
1027
|
+
# files or within any +headers+ you provide.
|
|
1028
|
+
#
|
|
1029
|
+
# Any options you pass to +opt+ are passed along to the compiler.
|
|
1030
|
+
#
|
|
1031
|
+
def have_macro(macro, headers = nil, opt = "", &b)
|
|
1032
|
+
checking_for checking_message(macro, headers, opt) do
|
|
1033
|
+
macro_defined?(macro, cpp_include(headers), opt, &b)
|
|
1034
|
+
end
|
|
1035
|
+
end
|
|
1036
|
+
|
|
1037
|
+
# Returns whether or not the given entry point +func+ can be found within
|
|
1038
|
+
# +lib+. If +func+ is +nil+, the <code>main()</code> entry point is used by
|
|
1039
|
+
# default. If found, it adds the library to list of libraries to be used
|
|
1040
|
+
# when linking your extension.
|
|
1041
|
+
#
|
|
1042
|
+
# If +headers+ are provided, it will include those header files as the
|
|
1043
|
+
# header files it looks in when searching for +func+.
|
|
1044
|
+
#
|
|
1045
|
+
# The real name of the library to be linked can be altered by
|
|
1046
|
+
# <code>--with-FOOlib</code> configuration option.
|
|
1047
|
+
#
|
|
1048
|
+
def have_library(lib, func = nil, headers = nil, opt = "", &b)
|
|
1049
|
+
dir_config(lib)
|
|
1050
|
+
lib = with_config(lib+'lib', lib)
|
|
1051
|
+
checking_for checking_message(func && func.funcall_style, LIBARG%lib, opt) do
|
|
1052
|
+
if COMMON_LIBS.include?(lib)
|
|
1053
|
+
true
|
|
1054
|
+
else
|
|
1055
|
+
libs = append_library($libs, lib)
|
|
1056
|
+
if try_func(func, libs, headers, opt, &b)
|
|
1057
|
+
$libs = libs
|
|
1058
|
+
true
|
|
1059
|
+
else
|
|
1060
|
+
false
|
|
1061
|
+
end
|
|
1062
|
+
end
|
|
1063
|
+
end
|
|
1064
|
+
end
|
|
1065
|
+
|
|
1066
|
+
# Returns whether or not the entry point +func+ can be found within the
|
|
1067
|
+
# library +lib+ in one of the +paths+ specified, where +paths+ is an array
|
|
1068
|
+
# of strings. If +func+ is +nil+ , then the <code>main()</code> function is
|
|
1069
|
+
# used as the entry point.
|
|
1070
|
+
#
|
|
1071
|
+
# If +lib+ is found, then the path it was found on is added to the list of
|
|
1072
|
+
# library paths searched and linked against.
|
|
1073
|
+
#
|
|
1074
|
+
def find_library(lib, func, *paths, &b)
|
|
1075
|
+
dir_config(lib)
|
|
1076
|
+
lib = with_config(lib+'lib', lib)
|
|
1077
|
+
paths = paths.flat_map {|path| path.split(File::PATH_SEPARATOR)}
|
|
1078
|
+
checking_for checking_message(func && func.funcall_style, LIBARG%lib) do
|
|
1079
|
+
libpath = $LIBPATH
|
|
1080
|
+
libs = append_library($libs, lib)
|
|
1081
|
+
begin
|
|
1082
|
+
until r = try_func(func, libs, &b) or paths.empty?
|
|
1083
|
+
$LIBPATH = libpath | [paths.shift]
|
|
1084
|
+
end
|
|
1085
|
+
if r
|
|
1086
|
+
$libs = libs
|
|
1087
|
+
libpath = nil
|
|
1088
|
+
end
|
|
1089
|
+
ensure
|
|
1090
|
+
$LIBPATH = libpath if libpath
|
|
1091
|
+
end
|
|
1092
|
+
r
|
|
1093
|
+
end
|
|
1094
|
+
end
|
|
1095
|
+
|
|
1096
|
+
# Returns whether or not the function +func+ can be found in the common
|
|
1097
|
+
# header files, or within any +headers+ that you provide. If found, a macro
|
|
1098
|
+
# is passed as a preprocessor constant to the compiler using the function
|
|
1099
|
+
# name, in uppercase, prepended with +HAVE_+.
|
|
1100
|
+
#
|
|
1101
|
+
# To check functions in an additional library, you need to check that
|
|
1102
|
+
# library first using <code>have_library()</code>. The +func+ shall be
|
|
1103
|
+
# either mere function name or function name with arguments.
|
|
1104
|
+
#
|
|
1105
|
+
# For example, if <code>have_func('foo')</code> returned +true+, then the
|
|
1106
|
+
# +HAVE_FOO+ preprocessor macro would be passed to the compiler.
|
|
1107
|
+
#
|
|
1108
|
+
def have_func(func, headers = nil, opt = "", &b)
|
|
1109
|
+
checking_for checking_message(func.funcall_style, headers, opt) do
|
|
1110
|
+
if try_func(func, $libs, headers, opt, &b)
|
|
1111
|
+
$defs << "-DHAVE_#{func.sans_arguments.tr_cpp}"
|
|
1112
|
+
true
|
|
1113
|
+
else
|
|
1114
|
+
false
|
|
1115
|
+
end
|
|
1116
|
+
end
|
|
1117
|
+
end
|
|
1118
|
+
|
|
1119
|
+
# Returns whether or not the variable +var+ can be found in the common
|
|
1120
|
+
# header files, or within any +headers+ that you provide. If found, a macro
|
|
1121
|
+
# is passed as a preprocessor constant to the compiler using the variable
|
|
1122
|
+
# name, in uppercase, prepended with +HAVE_+.
|
|
1123
|
+
#
|
|
1124
|
+
# To check variables in an additional library, you need to check that
|
|
1125
|
+
# library first using <code>have_library()</code>.
|
|
1126
|
+
#
|
|
1127
|
+
# For example, if <code>have_var('foo')</code> returned true, then the
|
|
1128
|
+
# +HAVE_FOO+ preprocessor macro would be passed to the compiler.
|
|
1129
|
+
#
|
|
1130
|
+
def have_var(var, headers = nil, opt = "", &b)
|
|
1131
|
+
checking_for checking_message(var, headers, opt) do
|
|
1132
|
+
if try_var(var, headers, opt, &b)
|
|
1133
|
+
$defs.push(format("-DHAVE_%s", var.tr_cpp))
|
|
1134
|
+
true
|
|
1135
|
+
else
|
|
1136
|
+
false
|
|
1137
|
+
end
|
|
1138
|
+
end
|
|
1139
|
+
end
|
|
1140
|
+
|
|
1141
|
+
# Returns whether or not the given +header+ file can be found on your system.
|
|
1142
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1143
|
+
# using the header file name, in uppercase, prepended with +HAVE_+.
|
|
1144
|
+
#
|
|
1145
|
+
# For example, if <code>have_header('foo.h')</code> returned true, then the
|
|
1146
|
+
# +HAVE_FOO_H+ preprocessor macro would be passed to the compiler.
|
|
1147
|
+
#
|
|
1148
|
+
def have_header(header, preheaders = nil, opt = "", &b)
|
|
1149
|
+
dir_config(header[/.*?(?=\/)|.*?(?=\.)/])
|
|
1150
|
+
checking_for header do
|
|
1151
|
+
if try_header(cpp_include(preheaders)+cpp_include(header), opt, &b)
|
|
1152
|
+
$defs.push(format("-DHAVE_%s", header.tr_cpp))
|
|
1153
|
+
true
|
|
1154
|
+
else
|
|
1155
|
+
false
|
|
1156
|
+
end
|
|
1157
|
+
end
|
|
1158
|
+
end
|
|
1159
|
+
|
|
1160
|
+
# Returns whether or not the given +framework+ can be found on your system.
|
|
1161
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1162
|
+
# using the framework name, in uppercase, prepended with +HAVE_FRAMEWORK_+.
|
|
1163
|
+
#
|
|
1164
|
+
# For example, if <code>have_framework('Ruby')</code> returned true, then
|
|
1165
|
+
# the +HAVE_FRAMEWORK_RUBY+ preprocessor macro would be passed to the
|
|
1166
|
+
# compiler.
|
|
1167
|
+
#
|
|
1168
|
+
# If +fw+ is a pair of the framework name and its header file name
|
|
1169
|
+
# that header file is checked, instead of the normally used header
|
|
1170
|
+
# file which is named same as the framework.
|
|
1171
|
+
def have_framework(fw, &b)
|
|
1172
|
+
if Array === fw
|
|
1173
|
+
fw, header = *fw
|
|
1174
|
+
else
|
|
1175
|
+
header = "#{fw}.h"
|
|
1176
|
+
end
|
|
1177
|
+
checking_for fw do
|
|
1178
|
+
src = cpp_include("#{fw}/#{header}") << "\n" "int main(void){return 0;}"
|
|
1179
|
+
opt = " -framework #{fw}"
|
|
1180
|
+
if try_link(src, opt, &b) or (objc = try_link(src, "-ObjC#{opt}", &b))
|
|
1181
|
+
$defs.push(format("-DHAVE_FRAMEWORK_%s", fw.tr_cpp))
|
|
1182
|
+
# TODO: non-worse way than this hack, to get rid of separating
|
|
1183
|
+
# option and its argument.
|
|
1184
|
+
$LDFLAGS << " -ObjC" if objc and /(\A|\s)-ObjC(\s|\z)/ !~ $LDFLAGS
|
|
1185
|
+
$LIBS << opt
|
|
1186
|
+
true
|
|
1187
|
+
else
|
|
1188
|
+
false
|
|
1189
|
+
end
|
|
1190
|
+
end
|
|
1191
|
+
end
|
|
1192
|
+
|
|
1193
|
+
# Instructs mkmf to search for the given +header+ in any of the +paths+
|
|
1194
|
+
# provided, and returns whether or not it was found in those paths.
|
|
1195
|
+
#
|
|
1196
|
+
# If the header is found then the path it was found on is added to the list
|
|
1197
|
+
# of included directories that are sent to the compiler (via the
|
|
1198
|
+
# <code>-I</code> switch).
|
|
1199
|
+
#
|
|
1200
|
+
def find_header(header, *paths)
|
|
1201
|
+
message = checking_message(header, paths)
|
|
1202
|
+
header = cpp_include(header)
|
|
1203
|
+
checking_for message do
|
|
1204
|
+
if try_header(header)
|
|
1205
|
+
true
|
|
1206
|
+
else
|
|
1207
|
+
found = false
|
|
1208
|
+
paths.each do |dir|
|
|
1209
|
+
opt = "-I#{dir}".quote
|
|
1210
|
+
if try_header(header, opt)
|
|
1211
|
+
$INCFLAGS << " " << opt
|
|
1212
|
+
found = true
|
|
1213
|
+
break
|
|
1214
|
+
end
|
|
1215
|
+
end
|
|
1216
|
+
found
|
|
1217
|
+
end
|
|
1218
|
+
end
|
|
1219
|
+
end
|
|
1220
|
+
|
|
1221
|
+
# Returns whether or not the struct of type +type+ contains +member+. If
|
|
1222
|
+
# it does not, or the struct type can't be found, then false is returned.
|
|
1223
|
+
# You may optionally specify additional +headers+ in which to look for the
|
|
1224
|
+
# struct (in addition to the common header files).
|
|
1225
|
+
#
|
|
1226
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1227
|
+
# using the type name and the member name, in uppercase, prepended with
|
|
1228
|
+
# +HAVE_+.
|
|
1229
|
+
#
|
|
1230
|
+
# For example, if <code>have_struct_member('struct foo', 'bar')</code>
|
|
1231
|
+
# returned true, then the +HAVE_STRUCT_FOO_BAR+ preprocessor macro would be
|
|
1232
|
+
# passed to the compiler.
|
|
1233
|
+
#
|
|
1234
|
+
# +HAVE_ST_BAR+ is also defined for backward compatibility.
|
|
1235
|
+
#
|
|
1236
|
+
def have_struct_member(type, member, headers = nil, opt = "", &b)
|
|
1237
|
+
checking_for checking_message("#{type}.#{member}", headers) do
|
|
1238
|
+
if try_compile(<<"SRC", opt, &b)
|
|
1239
|
+
#{cpp_include(headers)}
|
|
1240
|
+
/*top*/
|
|
1241
|
+
int s = (char *)&((#{type}*)0)->#{member} - (char *)0;
|
|
1242
|
+
#{MAIN_DOES_NOTHING}
|
|
1243
|
+
SRC
|
|
1244
|
+
$defs.push(format("-DHAVE_%s_%s", type.tr_cpp, member.tr_cpp))
|
|
1245
|
+
$defs.push(format("-DHAVE_ST_%s", member.tr_cpp)) # backward compatibility
|
|
1246
|
+
true
|
|
1247
|
+
else
|
|
1248
|
+
false
|
|
1249
|
+
end
|
|
1250
|
+
end
|
|
1251
|
+
end
|
|
1252
|
+
|
|
1253
|
+
# Returns whether or not the static type +type+ is defined.
|
|
1254
|
+
#
|
|
1255
|
+
# See also +have_type+
|
|
1256
|
+
#
|
|
1257
|
+
def try_type(type, headers = nil, opt = "", &b)
|
|
1258
|
+
if try_compile(<<"SRC", opt, &b)
|
|
1259
|
+
#{cpp_include(headers)}
|
|
1260
|
+
/*top*/
|
|
1261
|
+
typedef #{type} conftest_type;
|
|
1262
|
+
int conftestval[sizeof(conftest_type)?1:-1];
|
|
1263
|
+
SRC
|
|
1264
|
+
$defs.push(format("-DHAVE_TYPE_%s", type.tr_cpp))
|
|
1265
|
+
true
|
|
1266
|
+
else
|
|
1267
|
+
false
|
|
1268
|
+
end
|
|
1269
|
+
end
|
|
1270
|
+
|
|
1271
|
+
# Returns whether or not the static type +type+ is defined. You may
|
|
1272
|
+
# optionally pass additional +headers+ to check against in addition to the
|
|
1273
|
+
# common header files.
|
|
1274
|
+
#
|
|
1275
|
+
# You may also pass additional flags to +opt+ which are then passed along to
|
|
1276
|
+
# the compiler.
|
|
1277
|
+
#
|
|
1278
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1279
|
+
# using the type name, in uppercase, prepended with +HAVE_TYPE_+.
|
|
1280
|
+
#
|
|
1281
|
+
# For example, if <code>have_type('foo')</code> returned true, then the
|
|
1282
|
+
# +HAVE_TYPE_FOO+ preprocessor macro would be passed to the compiler.
|
|
1283
|
+
#
|
|
1284
|
+
def have_type(type, headers = nil, opt = "", &b)
|
|
1285
|
+
checking_for checking_message(type, headers, opt) do
|
|
1286
|
+
try_type(type, headers, opt, &b)
|
|
1287
|
+
end
|
|
1288
|
+
end
|
|
1289
|
+
|
|
1290
|
+
# Returns where the static type +type+ is defined.
|
|
1291
|
+
#
|
|
1292
|
+
# You may also pass additional flags to +opt+ which are then passed along to
|
|
1293
|
+
# the compiler.
|
|
1294
|
+
#
|
|
1295
|
+
# See also +have_type+.
|
|
1296
|
+
#
|
|
1297
|
+
def find_type(type, opt, *headers, &b)
|
|
1298
|
+
opt ||= ""
|
|
1299
|
+
fmt = "not found"
|
|
1300
|
+
def fmt.%(x)
|
|
1301
|
+
x ? x.respond_to?(:join) ? x.join(",") : x : self
|
|
1302
|
+
end
|
|
1303
|
+
checking_for checking_message(type, nil, opt), fmt do
|
|
1304
|
+
headers.find do |h|
|
|
1305
|
+
try_type(type, h, opt, &b)
|
|
1306
|
+
end
|
|
1307
|
+
end
|
|
1308
|
+
end
|
|
1309
|
+
|
|
1310
|
+
# Returns whether or not the constant +const+ is defined.
|
|
1311
|
+
#
|
|
1312
|
+
# See also +have_const+
|
|
1313
|
+
#
|
|
1314
|
+
def try_const(const, headers = nil, opt = "", &b)
|
|
1315
|
+
const, type = *const
|
|
1316
|
+
if try_compile(<<"SRC", opt, &b)
|
|
1317
|
+
#{cpp_include(headers)}
|
|
1318
|
+
/*top*/
|
|
1319
|
+
typedef #{type || 'int'} conftest_type;
|
|
1320
|
+
conftest_type conftestval = #{type ? '' : '(int)'}#{const};
|
|
1321
|
+
SRC
|
|
1322
|
+
$defs.push(format("-DHAVE_CONST_%s", const.tr_cpp))
|
|
1323
|
+
true
|
|
1324
|
+
else
|
|
1325
|
+
false
|
|
1326
|
+
end
|
|
1327
|
+
end
|
|
1328
|
+
|
|
1329
|
+
# Returns whether or not the constant +const+ is defined. You may
|
|
1330
|
+
# optionally pass the +type+ of +const+ as <code>[const, type]</code>,
|
|
1331
|
+
# such as:
|
|
1332
|
+
#
|
|
1333
|
+
# have_const(%w[PTHREAD_MUTEX_INITIALIZER pthread_mutex_t], "pthread.h")
|
|
1334
|
+
#
|
|
1335
|
+
# You may also pass additional +headers+ to check against in addition to the
|
|
1336
|
+
# common header files, and additional flags to +opt+ which are then passed
|
|
1337
|
+
# along to the compiler.
|
|
1338
|
+
#
|
|
1339
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1340
|
+
# using the type name, in uppercase, prepended with +HAVE_CONST_+.
|
|
1341
|
+
#
|
|
1342
|
+
# For example, if <code>have_const('foo')</code> returned true, then the
|
|
1343
|
+
# +HAVE_CONST_FOO+ preprocessor macro would be passed to the compiler.
|
|
1344
|
+
#
|
|
1345
|
+
def have_const(const, headers = nil, opt = "", &b)
|
|
1346
|
+
checking_for checking_message([*const].compact.join(' '), headers, opt) do
|
|
1347
|
+
try_const(const, headers, opt, &b)
|
|
1348
|
+
end
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
# :stopdoc:
|
|
1352
|
+
STRING_OR_FAILED_FORMAT = "%s"
|
|
1353
|
+
class << STRING_OR_FAILED_FORMAT # :nodoc:
|
|
1354
|
+
def %(x)
|
|
1355
|
+
x ? super : "failed"
|
|
1356
|
+
end
|
|
1357
|
+
end
|
|
1358
|
+
|
|
1359
|
+
def typedef_expr(type, headers)
|
|
1360
|
+
typename, member = type.split('.', 2)
|
|
1361
|
+
prelude = cpp_include(headers).split(/$/)
|
|
1362
|
+
prelude << "typedef #{typename} rbcv_typedef_;\n"
|
|
1363
|
+
return "rbcv_typedef_", member, prelude
|
|
1364
|
+
end
|
|
1365
|
+
|
|
1366
|
+
def try_signedness(type, member, headers = nil, opts = nil)
|
|
1367
|
+
raise ArgumentError, "don't know how to tell signedness of members" if member
|
|
1368
|
+
if try_static_assert("(#{type})-1 < 0", headers, opts)
|
|
1369
|
+
return -1
|
|
1370
|
+
elsif try_static_assert("(#{type})-1 > 0", headers, opts)
|
|
1371
|
+
return +1
|
|
1372
|
+
end
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
# :startdoc:
|
|
1376
|
+
|
|
1377
|
+
# Returns the size of the given +type+. You may optionally specify
|
|
1378
|
+
# additional +headers+ to search in for the +type+.
|
|
1379
|
+
#
|
|
1380
|
+
# If found, a macro is passed as a preprocessor constant to the compiler
|
|
1381
|
+
# using the type name, in uppercase, prepended with +SIZEOF_+, followed by
|
|
1382
|
+
# the type name, followed by <code>=X</code> where "X" is the actual size.
|
|
1383
|
+
#
|
|
1384
|
+
# For example, if <code>check_sizeof('mystruct')</code> returned 12, then
|
|
1385
|
+
# the <code>SIZEOF_MYSTRUCT=12</code> preprocessor macro would be passed to
|
|
1386
|
+
# the compiler.
|
|
1387
|
+
#
|
|
1388
|
+
def check_sizeof(type, headers = nil, opts = "", &b)
|
|
1389
|
+
typedef, member, prelude = typedef_expr(type, headers)
|
|
1390
|
+
prelude << "#{typedef} *rbcv_ptr_;\n"
|
|
1391
|
+
prelude = [prelude]
|
|
1392
|
+
expr = "sizeof((*rbcv_ptr_)#{"." << member if member})"
|
|
1393
|
+
fmt = STRING_OR_FAILED_FORMAT
|
|
1394
|
+
checking_for checking_message("size of #{type}", headers), fmt do
|
|
1395
|
+
if size = try_constant(expr, prelude, opts, &b)
|
|
1396
|
+
$defs.push(format("-DSIZEOF_%s=%s", type.tr_cpp, size))
|
|
1397
|
+
size
|
|
1398
|
+
end
|
|
1399
|
+
end
|
|
1400
|
+
end
|
|
1401
|
+
|
|
1402
|
+
# Returns the signedness of the given +type+. You may optionally specify
|
|
1403
|
+
# additional +headers+ to search in for the +type+.
|
|
1404
|
+
#
|
|
1405
|
+
# If the +type+ is found and is a numeric type, a macro is passed as a
|
|
1406
|
+
# preprocessor constant to the compiler using the +type+ name, in uppercase,
|
|
1407
|
+
# prepended with +SIGNEDNESS_OF_+, followed by the +type+ name, followed by
|
|
1408
|
+
# <code>=X</code> where "X" is positive integer if the +type+ is unsigned
|
|
1409
|
+
# and a negative integer if the +type+ is signed.
|
|
1410
|
+
#
|
|
1411
|
+
# For example, if +size_t+ is defined as unsigned, then
|
|
1412
|
+
# <code>check_signedness('size_t')</code> would return +1 and the
|
|
1413
|
+
# <code>SIGNEDNESS_OF_SIZE_T=+1</code> preprocessor macro would be passed to
|
|
1414
|
+
# the compiler. The <code>SIGNEDNESS_OF_INT=-1</code> macro would be set
|
|
1415
|
+
# for <code>check_signedness('int')</code>
|
|
1416
|
+
#
|
|
1417
|
+
def check_signedness(type, headers = nil, opts = nil, &b)
|
|
1418
|
+
typedef, member, prelude = typedef_expr(type, headers)
|
|
1419
|
+
signed = nil
|
|
1420
|
+
checking_for("signedness of #{type}", STRING_OR_FAILED_FORMAT) do
|
|
1421
|
+
signed = try_signedness(typedef, member, [prelude], opts, &b) or next nil
|
|
1422
|
+
$defs.push("-DSIGNEDNESS_OF_%s=%+d" % [type.tr_cpp, signed])
|
|
1423
|
+
signed < 0 ? "signed" : "unsigned"
|
|
1424
|
+
end
|
|
1425
|
+
signed
|
|
1426
|
+
end
|
|
1427
|
+
|
|
1428
|
+
# Returns the convertible integer type of the given +type+. You may
|
|
1429
|
+
# optionally specify additional +headers+ to search in for the +type+.
|
|
1430
|
+
# _convertible_ means actually the same type, or typedef'd from the same
|
|
1431
|
+
# type.
|
|
1432
|
+
#
|
|
1433
|
+
# If the +type+ is an integer type and the _convertible_ type is found,
|
|
1434
|
+
# the following macros are passed as preprocessor constants to the compiler
|
|
1435
|
+
# using the +type+ name, in uppercase.
|
|
1436
|
+
#
|
|
1437
|
+
# * +TYPEOF_+, followed by the +type+ name, followed by <code>=X</code>
|
|
1438
|
+
# where "X" is the found _convertible_ type name.
|
|
1439
|
+
# * +TYP2NUM+ and +NUM2TYP+,
|
|
1440
|
+
# where +TYP+ is the +type+ name in uppercase with replacing an +_t+
|
|
1441
|
+
# suffix with "T", followed by <code>=X</code> where "X" is the macro name
|
|
1442
|
+
# to convert +type+ to an Integer object, and vice versa.
|
|
1443
|
+
#
|
|
1444
|
+
# For example, if +foobar_t+ is defined as unsigned long, then
|
|
1445
|
+
# <code>convertible_int("foobar_t")</code> would return "unsigned long", and
|
|
1446
|
+
# define these macros:
|
|
1447
|
+
#
|
|
1448
|
+
# #define TYPEOF_FOOBAR_T unsigned long
|
|
1449
|
+
# #define FOOBART2NUM ULONG2NUM
|
|
1450
|
+
# #define NUM2FOOBART NUM2ULONG
|
|
1451
|
+
#
|
|
1452
|
+
def convertible_int(type, headers = nil, opts = nil, &b)
|
|
1453
|
+
type, macname = *type
|
|
1454
|
+
checking_for("convertible type of #{type}", STRING_OR_FAILED_FORMAT) do
|
|
1455
|
+
if UNIVERSAL_INTS.include?(type)
|
|
1456
|
+
type
|
|
1457
|
+
else
|
|
1458
|
+
typedef, member, prelude = typedef_expr(type, headers, &b)
|
|
1459
|
+
if member
|
|
1460
|
+
prelude << "static rbcv_typedef_ rbcv_var;"
|
|
1461
|
+
compat = UNIVERSAL_INTS.find {|t|
|
|
1462
|
+
try_static_assert("sizeof(rbcv_var.#{member}) == sizeof(#{t})", [prelude], opts, &b)
|
|
1463
|
+
}
|
|
1464
|
+
else
|
|
1465
|
+
next unless signed = try_signedness(typedef, member, [prelude])
|
|
1466
|
+
u = "unsigned " if signed > 0
|
|
1467
|
+
prelude << "extern rbcv_typedef_ foo();"
|
|
1468
|
+
compat = UNIVERSAL_INTS.find {|t|
|
|
1469
|
+
try_compile([prelude, "extern #{u}#{t} foo();"].join("\n"), opts, :werror=>true, &b)
|
|
1470
|
+
}
|
|
1471
|
+
end
|
|
1472
|
+
if compat
|
|
1473
|
+
macname ||= type.sub(/_(?=t\z)/, '').tr_cpp
|
|
1474
|
+
conv = (compat == "long long" ? "LL" : compat.upcase)
|
|
1475
|
+
compat = "#{u}#{compat}"
|
|
1476
|
+
typename = type.tr_cpp
|
|
1477
|
+
$defs.push(format("-DSIZEOF_%s=SIZEOF_%s", typename, compat.tr_cpp))
|
|
1478
|
+
$defs.push(format("-DTYPEOF_%s=%s", typename, compat.quote))
|
|
1479
|
+
$defs.push(format("-DPRI_%s_PREFIX=PRI_%s_PREFIX", macname, conv))
|
|
1480
|
+
conv = (u ? "U" : "") + conv
|
|
1481
|
+
$defs.push(format("-D%s2NUM=%s2NUM", macname, conv))
|
|
1482
|
+
$defs.push(format("-DNUM2%s=NUM2%s", macname, conv))
|
|
1483
|
+
compat
|
|
1484
|
+
end
|
|
1485
|
+
end
|
|
1486
|
+
end
|
|
1487
|
+
end
|
|
1488
|
+
# :stopdoc:
|
|
1489
|
+
|
|
1490
|
+
# Used internally by the what_type? method to determine if +type+ is a scalar
|
|
1491
|
+
# pointer.
|
|
1492
|
+
def scalar_ptr_type?(type, member = nil, headers = nil, &b)
|
|
1493
|
+
try_compile(<<"SRC", &b) # pointer
|
|
1494
|
+
#{cpp_include(headers)}
|
|
1495
|
+
/*top*/
|
|
1496
|
+
volatile #{type} conftestval;
|
|
1497
|
+
extern int t(void);
|
|
1498
|
+
#{MAIN_DOES_NOTHING 't'}
|
|
1499
|
+
int t(void) {return (int)(1-*(conftestval#{member ? ".#{member}" : ""}));}
|
|
1500
|
+
SRC
|
|
1501
|
+
end
|
|
1502
|
+
|
|
1503
|
+
# Used internally by the what_type? method to determine if +type+ is a scalar
|
|
1504
|
+
# pointer.
|
|
1505
|
+
def scalar_type?(type, member = nil, headers = nil, &b)
|
|
1506
|
+
try_compile(<<"SRC", &b) # pointer
|
|
1507
|
+
#{cpp_include(headers)}
|
|
1508
|
+
/*top*/
|
|
1509
|
+
volatile #{type} conftestval;
|
|
1510
|
+
extern int t(void);
|
|
1511
|
+
#{MAIN_DOES_NOTHING 't'}
|
|
1512
|
+
int t(void) {return (int)(1-(conftestval#{member ? ".#{member}" : ""}));}
|
|
1513
|
+
SRC
|
|
1514
|
+
end
|
|
1515
|
+
|
|
1516
|
+
# Used internally by the what_type? method to check if the _typeof_ GCC
|
|
1517
|
+
# extension is available.
|
|
1518
|
+
def have_typeof?
|
|
1519
|
+
return $typeof if defined?($typeof)
|
|
1520
|
+
$typeof = %w[__typeof__ typeof].find do |t|
|
|
1521
|
+
try_compile(<<SRC)
|
|
1522
|
+
int rbcv_foo;
|
|
1523
|
+
#{t}(rbcv_foo) rbcv_bar;
|
|
1524
|
+
SRC
|
|
1525
|
+
end
|
|
1526
|
+
end
|
|
1527
|
+
|
|
1528
|
+
def what_type?(type, member = nil, headers = nil, &b)
|
|
1529
|
+
m = "#{type}"
|
|
1530
|
+
var = val = "*rbcv_var_"
|
|
1531
|
+
func = "rbcv_func_(void)"
|
|
1532
|
+
if member
|
|
1533
|
+
m << "." << member
|
|
1534
|
+
else
|
|
1535
|
+
type, member = type.split('.', 2)
|
|
1536
|
+
end
|
|
1537
|
+
if member
|
|
1538
|
+
val = "(#{var}).#{member}"
|
|
1539
|
+
end
|
|
1540
|
+
prelude = [cpp_include(headers).split(/^/)]
|
|
1541
|
+
prelude << ["typedef #{type} rbcv_typedef_;\n",
|
|
1542
|
+
"extern rbcv_typedef_ *#{func};\n",
|
|
1543
|
+
"rbcv_typedef_ #{var};\n",
|
|
1544
|
+
]
|
|
1545
|
+
type = "rbcv_typedef_"
|
|
1546
|
+
fmt = member && !(typeof = have_typeof?) ? "seems %s" : "%s"
|
|
1547
|
+
if typeof
|
|
1548
|
+
var = "*rbcv_member_"
|
|
1549
|
+
func = "rbcv_mem_func_(void)"
|
|
1550
|
+
member = nil
|
|
1551
|
+
type = "rbcv_mem_typedef_"
|
|
1552
|
+
prelude[-1] << "typedef #{typeof}(#{val}) #{type};\n"
|
|
1553
|
+
prelude[-1] << "extern #{type} *#{func};\n"
|
|
1554
|
+
prelude[-1] << "#{type} #{var};\n"
|
|
1555
|
+
val = var
|
|
1556
|
+
end
|
|
1557
|
+
def fmt.%(x)
|
|
1558
|
+
x ? super : "unknown"
|
|
1559
|
+
end
|
|
1560
|
+
checking_for checking_message(m, headers), fmt do
|
|
1561
|
+
if scalar_ptr_type?(type, member, prelude, &b)
|
|
1562
|
+
if try_static_assert("sizeof(*#{var}) == 1", prelude)
|
|
1563
|
+
return "string"
|
|
1564
|
+
end
|
|
1565
|
+
ptr = "*"
|
|
1566
|
+
elsif scalar_type?(type, member, prelude, &b)
|
|
1567
|
+
unless member and !typeof or try_static_assert("(#{type})-1 < 0", prelude)
|
|
1568
|
+
unsigned = "unsigned"
|
|
1569
|
+
end
|
|
1570
|
+
ptr = ""
|
|
1571
|
+
else
|
|
1572
|
+
next
|
|
1573
|
+
end
|
|
1574
|
+
type = UNIVERSAL_INTS.find do |t|
|
|
1575
|
+
pre = prelude
|
|
1576
|
+
unless member
|
|
1577
|
+
pre += [["#{unsigned} #{t} #{ptr}#{var};\n",
|
|
1578
|
+
"extern #{unsigned} #{t} #{ptr}*#{func};\n"]]
|
|
1579
|
+
end
|
|
1580
|
+
try_static_assert("sizeof(#{ptr}#{val}) == sizeof(#{unsigned} #{t})", pre)
|
|
1581
|
+
end
|
|
1582
|
+
type or next
|
|
1583
|
+
[unsigned, type, ptr].join(" ").strip
|
|
1584
|
+
end
|
|
1585
|
+
end
|
|
1586
|
+
|
|
1587
|
+
# This method is used internally by the find_executable method.
|
|
1588
|
+
#
|
|
1589
|
+
# Internal use only.
|
|
1590
|
+
#
|
|
1591
|
+
def find_executable0(bin, path = nil)
|
|
1592
|
+
executable_file = proc do |name|
|
|
1593
|
+
begin
|
|
1594
|
+
stat = File.stat(name)
|
|
1595
|
+
rescue SystemCallError
|
|
1596
|
+
else
|
|
1597
|
+
next name if stat.file? and stat.executable?
|
|
1598
|
+
end
|
|
1599
|
+
end
|
|
1600
|
+
|
|
1601
|
+
exts = config_string('EXECUTABLE_EXTS') {|s| s.split} || config_string('EXEEXT') {|s| [s]}
|
|
1602
|
+
if File.expand_path(bin) == bin
|
|
1603
|
+
return bin if executable_file.call(bin)
|
|
1604
|
+
if exts
|
|
1605
|
+
exts.each {|ext| executable_file.call(file = bin + ext) and return file}
|
|
1606
|
+
end
|
|
1607
|
+
return nil
|
|
1608
|
+
end
|
|
1609
|
+
if path ||= ENV['PATH']
|
|
1610
|
+
path = path.split(File::PATH_SEPARATOR)
|
|
1611
|
+
else
|
|
1612
|
+
path = %w[/usr/local/bin /usr/ucb /usr/bin /bin]
|
|
1613
|
+
end
|
|
1614
|
+
file = nil
|
|
1615
|
+
path.each do |dir|
|
|
1616
|
+
dir.sub!(/\A"(.*)"\z/m, '\1') if $mswin or $mingw
|
|
1617
|
+
return file if executable_file.call(file = File.join(dir, bin))
|
|
1618
|
+
if exts
|
|
1619
|
+
exts.each {|ext| executable_file.call(ext = file + ext) and return ext}
|
|
1620
|
+
end
|
|
1621
|
+
end
|
|
1622
|
+
nil
|
|
1623
|
+
end
|
|
1624
|
+
|
|
1625
|
+
# :startdoc:
|
|
1626
|
+
|
|
1627
|
+
# Searches for the executable +bin+ on +path+. The default path is your
|
|
1628
|
+
# +PATH+ environment variable. If that isn't defined, it will resort to
|
|
1629
|
+
# searching /usr/local/bin, /usr/ucb, /usr/bin and /bin.
|
|
1630
|
+
#
|
|
1631
|
+
# If found, it will return the full path, including the executable name, of
|
|
1632
|
+
# where it was found.
|
|
1633
|
+
#
|
|
1634
|
+
# Note that this method does not actually affect the generated Makefile.
|
|
1635
|
+
#
|
|
1636
|
+
def find_executable(bin, path = nil)
|
|
1637
|
+
checking_for checking_message(bin, path) do
|
|
1638
|
+
find_executable0(bin, path)
|
|
1639
|
+
end
|
|
1640
|
+
end
|
|
1641
|
+
|
|
1642
|
+
# :stopdoc:
|
|
1643
|
+
|
|
1644
|
+
def arg_config(config, default=nil, &block)
|
|
1645
|
+
$arg_config << [config, default]
|
|
1646
|
+
defaults = []
|
|
1647
|
+
if default
|
|
1648
|
+
defaults << default
|
|
1649
|
+
elsif !block
|
|
1650
|
+
defaults << nil
|
|
1651
|
+
end
|
|
1652
|
+
$configure_args.fetch(config.tr('_', '-'), *defaults, &block)
|
|
1653
|
+
end
|
|
1654
|
+
|
|
1655
|
+
# :startdoc:
|
|
1656
|
+
|
|
1657
|
+
# Tests for the presence of a <tt>--with-</tt>_config_ or
|
|
1658
|
+
# <tt>--without-</tt>_config_ option. Returns +true+ if the with option is
|
|
1659
|
+
# given, +false+ if the without option is given, and the default value
|
|
1660
|
+
# otherwise.
|
|
1661
|
+
#
|
|
1662
|
+
# This can be useful for adding custom definitions, such as debug
|
|
1663
|
+
# information.
|
|
1664
|
+
#
|
|
1665
|
+
# Example:
|
|
1666
|
+
#
|
|
1667
|
+
# if with_config("debug")
|
|
1668
|
+
# $defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
|
|
1669
|
+
# end
|
|
1670
|
+
#
|
|
1671
|
+
def with_config(config, default=nil)
|
|
1672
|
+
config = config.sub(/^--with[-_]/, '')
|
|
1673
|
+
val = arg_config("--with-"+config) do
|
|
1674
|
+
if arg_config("--without-"+config)
|
|
1675
|
+
false
|
|
1676
|
+
elsif block_given?
|
|
1677
|
+
yield(config, default)
|
|
1678
|
+
else
|
|
1679
|
+
break default
|
|
1680
|
+
end
|
|
1681
|
+
end
|
|
1682
|
+
case val
|
|
1683
|
+
when "yes"
|
|
1684
|
+
true
|
|
1685
|
+
when "no"
|
|
1686
|
+
false
|
|
1687
|
+
else
|
|
1688
|
+
val
|
|
1689
|
+
end
|
|
1690
|
+
end
|
|
1691
|
+
|
|
1692
|
+
# Tests for the presence of an <tt>--enable-</tt>_config_ or
|
|
1693
|
+
# <tt>--disable-</tt>_config_ option. Returns +true+ if the enable option is
|
|
1694
|
+
# given, +false+ if the disable option is given, and the default value
|
|
1695
|
+
# otherwise.
|
|
1696
|
+
#
|
|
1697
|
+
# This can be useful for adding custom definitions, such as debug
|
|
1698
|
+
# information.
|
|
1699
|
+
#
|
|
1700
|
+
# Example:
|
|
1701
|
+
#
|
|
1702
|
+
# if enable_config("debug")
|
|
1703
|
+
# $defs.push("-DOSSL_DEBUG") unless $defs.include? "-DOSSL_DEBUG"
|
|
1704
|
+
# end
|
|
1705
|
+
#
|
|
1706
|
+
def enable_config(config, default=nil)
|
|
1707
|
+
if arg_config("--enable-"+config)
|
|
1708
|
+
true
|
|
1709
|
+
elsif arg_config("--disable-"+config)
|
|
1710
|
+
false
|
|
1711
|
+
elsif block_given?
|
|
1712
|
+
yield(config, default)
|
|
1713
|
+
else
|
|
1714
|
+
return default
|
|
1715
|
+
end
|
|
1716
|
+
end
|
|
1717
|
+
|
|
1718
|
+
# Generates a header file consisting of the various macro definitions
|
|
1719
|
+
# generated by other methods such as have_func and have_header. These are
|
|
1720
|
+
# then wrapped in a custom <code>#ifndef</code> based on the +header+ file
|
|
1721
|
+
# name, which defaults to "extconf.h".
|
|
1722
|
+
#
|
|
1723
|
+
# For example:
|
|
1724
|
+
#
|
|
1725
|
+
# # extconf.rb
|
|
1726
|
+
# require 'mkmf'
|
|
1727
|
+
# have_func('realpath')
|
|
1728
|
+
# have_header('sys/utime.h')
|
|
1729
|
+
# create_header
|
|
1730
|
+
# create_makefile('foo')
|
|
1731
|
+
#
|
|
1732
|
+
# The above script would generate the following extconf.h file:
|
|
1733
|
+
#
|
|
1734
|
+
# #ifndef EXTCONF_H
|
|
1735
|
+
# #define EXTCONF_H
|
|
1736
|
+
# #define HAVE_REALPATH 1
|
|
1737
|
+
# #define HAVE_SYS_UTIME_H 1
|
|
1738
|
+
# #endif
|
|
1739
|
+
#
|
|
1740
|
+
# Given that the create_header method generates a file based on definitions
|
|
1741
|
+
# set earlier in your extconf.rb file, you will probably want to make this
|
|
1742
|
+
# one of the last methods you call in your script.
|
|
1743
|
+
#
|
|
1744
|
+
def create_header(header = "extconf.h")
|
|
1745
|
+
message "creating %s\n", header
|
|
1746
|
+
sym = header.tr_cpp
|
|
1747
|
+
hdr = ["#ifndef #{sym}\n#define #{sym}\n"]
|
|
1748
|
+
for line in $defs
|
|
1749
|
+
case line
|
|
1750
|
+
when /^-D([^=]+)(?:=(.*))?/
|
|
1751
|
+
hdr << "#define #$1 #{$2 ? Shellwords.shellwords($2)[0].gsub(/(?=\t+)/, "\\\n") : 1}\n"
|
|
1752
|
+
when /^-U(.*)/
|
|
1753
|
+
hdr << "#undef #$1\n"
|
|
1754
|
+
end
|
|
1755
|
+
end
|
|
1756
|
+
hdr << "#endif\n"
|
|
1757
|
+
hdr = hdr.join("")
|
|
1758
|
+
log_src(hdr, "#{header} is")
|
|
1759
|
+
unless (File.read(header) == hdr rescue false)
|
|
1760
|
+
File.open(header, "wb") do |hfile|
|
|
1761
|
+
hfile.write(hdr)
|
|
1762
|
+
end
|
|
1763
|
+
end
|
|
1764
|
+
$extconf_h = header
|
|
1765
|
+
end
|
|
1766
|
+
|
|
1767
|
+
# call-seq:
|
|
1768
|
+
# dir_config(target)
|
|
1769
|
+
# dir_config(target, prefix)
|
|
1770
|
+
# dir_config(target, idefault, ldefault)
|
|
1771
|
+
#
|
|
1772
|
+
# Sets a +target+ name that the user can then use to configure
|
|
1773
|
+
# various "with" options with on the command line by using that
|
|
1774
|
+
# name. For example, if the target is set to "foo", then the user
|
|
1775
|
+
# could use the <code>--with-foo-dir=prefix</code>,
|
|
1776
|
+
# <code>--with-foo-include=dir</code> and
|
|
1777
|
+
# <code>--with-foo-lib=dir</code> command line options to tell where
|
|
1778
|
+
# to search for header/library files.
|
|
1779
|
+
#
|
|
1780
|
+
# You may pass along additional parameters to specify default
|
|
1781
|
+
# values. If one is given it is taken as default +prefix+, and if
|
|
1782
|
+
# two are given they are taken as "include" and "lib" defaults in
|
|
1783
|
+
# that order.
|
|
1784
|
+
#
|
|
1785
|
+
# In any case, the return value will be an array of determined
|
|
1786
|
+
# "include" and "lib" directories, either of which can be nil if no
|
|
1787
|
+
# corresponding command line option is given when no default value
|
|
1788
|
+
# is specified.
|
|
1789
|
+
#
|
|
1790
|
+
# Note that dir_config only adds to the list of places to search for
|
|
1791
|
+
# libraries and include files. It does not link the libraries into your
|
|
1792
|
+
# application.
|
|
1793
|
+
#
|
|
1794
|
+
def dir_config(target, idefault=nil, ldefault=nil)
|
|
1795
|
+
key = [target, idefault, ldefault].compact.join("\0")
|
|
1796
|
+
if conf = $config_dirs[key]
|
|
1797
|
+
return conf
|
|
1798
|
+
end
|
|
1799
|
+
|
|
1800
|
+
if dir = with_config(target + "-dir", (idefault unless ldefault))
|
|
1801
|
+
defaults = Array === dir ? dir : dir.split(File::PATH_SEPARATOR)
|
|
1802
|
+
idefault = ldefault = nil
|
|
1803
|
+
end
|
|
1804
|
+
|
|
1805
|
+
idir = with_config(target + "-include", idefault)
|
|
1806
|
+
if conf = $arg_config.assoc("--with-#{target}-include")
|
|
1807
|
+
conf[1] ||= "${#{target}-dir}/include"
|
|
1808
|
+
end
|
|
1809
|
+
ldir = with_config(target + "-lib", ldefault)
|
|
1810
|
+
if conf = $arg_config.assoc("--with-#{target}-lib")
|
|
1811
|
+
conf[1] ||= "${#{target}-dir}/#{_libdir_basename}"
|
|
1812
|
+
end
|
|
1813
|
+
|
|
1814
|
+
idirs = idir ? Array === idir ? idir.dup : idir.split(File::PATH_SEPARATOR) : []
|
|
1815
|
+
if defaults
|
|
1816
|
+
idirs.concat(defaults.collect {|d| d + "/include"})
|
|
1817
|
+
idir = ([idir] + idirs).compact.join(File::PATH_SEPARATOR)
|
|
1818
|
+
end
|
|
1819
|
+
unless idirs.empty?
|
|
1820
|
+
idirs.collect! {|d| "-I" + d}
|
|
1821
|
+
idirs -= Shellwords.shellwords($CPPFLAGS)
|
|
1822
|
+
unless idirs.empty?
|
|
1823
|
+
$CPPFLAGS = (idirs.quote << $CPPFLAGS).join(" ")
|
|
1824
|
+
end
|
|
1825
|
+
end
|
|
1826
|
+
|
|
1827
|
+
ldirs = ldir ? Array === ldir ? ldir.dup : ldir.split(File::PATH_SEPARATOR) : []
|
|
1828
|
+
if defaults
|
|
1829
|
+
ldirs.concat(defaults.collect {|d| "#{d}/#{_libdir_basename}"})
|
|
1830
|
+
ldir = ([ldir] + ldirs).compact.join(File::PATH_SEPARATOR)
|
|
1831
|
+
end
|
|
1832
|
+
$LIBPATH = ldirs | $LIBPATH
|
|
1833
|
+
|
|
1834
|
+
$config_dirs[key] = [idir, ldir]
|
|
1835
|
+
end
|
|
1836
|
+
|
|
1837
|
+
# Returns compile/link information about an installed library in a tuple of <code>[cflags,
|
|
1838
|
+
# ldflags, libs]</code>, by using the command found first in the following commands:
|
|
1839
|
+
#
|
|
1840
|
+
# 1. If <code>--with-{pkg}-config={command}</code> is given via
|
|
1841
|
+
# command line option: <code>{command} {options}</code>
|
|
1842
|
+
#
|
|
1843
|
+
# 2. <code>{pkg}-config {options}</code>
|
|
1844
|
+
#
|
|
1845
|
+
# 3. <code>pkg-config {options} {pkg}</code>
|
|
1846
|
+
#
|
|
1847
|
+
# Where +options+ is the option name without dashes, for instance <code>"cflags"</code> for the
|
|
1848
|
+
# <code>--cflags</code> flag.
|
|
1849
|
+
#
|
|
1850
|
+
# The values obtained are appended to <code>$INCFLAGS</code>, <code>$CFLAGS</code>,
|
|
1851
|
+
# <code>$LDFLAGS</code> and <code>$libs</code>.
|
|
1852
|
+
#
|
|
1853
|
+
# If one or more <code>options</code> argument is given, the config command is
|
|
1854
|
+
# invoked with the options and a stripped output string is returned without
|
|
1855
|
+
# modifying any of the global values mentioned above.
|
|
1856
|
+
def pkg_config(pkg, *options)
|
|
1857
|
+
fmt = "not found"
|
|
1858
|
+
def fmt.%(x)
|
|
1859
|
+
x ? x.inspect : self
|
|
1860
|
+
end
|
|
1861
|
+
|
|
1862
|
+
checking_for "pkg-config for #{pkg}", fmt do
|
|
1863
|
+
_, ldir = dir_config(pkg)
|
|
1864
|
+
if ldir
|
|
1865
|
+
pkg_config_path = "#{ldir}/pkgconfig"
|
|
1866
|
+
if File.directory?(pkg_config_path)
|
|
1867
|
+
Logging.message("PKG_CONFIG_PATH = %s\n", pkg_config_path)
|
|
1868
|
+
envs = ["PKG_CONFIG_PATH"=>[pkg_config_path, ENV["PKG_CONFIG_PATH"]].compact.join(File::PATH_SEPARATOR)]
|
|
1869
|
+
end
|
|
1870
|
+
end
|
|
1871
|
+
if pkgconfig = with_config("#{pkg}-config") and find_executable0(pkgconfig)
|
|
1872
|
+
# if and only if package specific config command is given
|
|
1873
|
+
elsif ($PKGCONFIG ||=
|
|
1874
|
+
(pkgconfig = with_config("pkg-config") {config_string("PKG_CONFIG") || "pkg-config"}) &&
|
|
1875
|
+
find_executable0(pkgconfig) && pkgconfig) and
|
|
1876
|
+
xsystem([*envs, $PKGCONFIG, "--exists", pkg])
|
|
1877
|
+
# default to pkg-config command
|
|
1878
|
+
pkgconfig = $PKGCONFIG
|
|
1879
|
+
args = [pkg]
|
|
1880
|
+
elsif find_executable0(pkgconfig = "#{pkg}-config")
|
|
1881
|
+
# default to package specific config command, as a last resort.
|
|
1882
|
+
else
|
|
1883
|
+
pkgconfig = nil
|
|
1884
|
+
end
|
|
1885
|
+
if pkgconfig
|
|
1886
|
+
get = proc {|opts|
|
|
1887
|
+
opts = Array(opts).map { |o| "--#{o}" }
|
|
1888
|
+
opts = xpopen([*envs, pkgconfig, *opts, *args], err:[:child, :out], &:read)
|
|
1889
|
+
Logging.open {puts opts.each_line.map{|s|"=> #{s.inspect}"}}
|
|
1890
|
+
opts.strip if $?.success?
|
|
1891
|
+
}
|
|
1892
|
+
end
|
|
1893
|
+
orig_ldflags = $LDFLAGS
|
|
1894
|
+
if get and !options.empty?
|
|
1895
|
+
get[options]
|
|
1896
|
+
elsif get and try_ldflags(ldflags = get['libs'])
|
|
1897
|
+
if incflags = get['cflags-only-I']
|
|
1898
|
+
$INCFLAGS << " " << incflags
|
|
1899
|
+
cflags = get['cflags-only-other']
|
|
1900
|
+
else
|
|
1901
|
+
cflags = get['cflags']
|
|
1902
|
+
end
|
|
1903
|
+
libs = get['libs-only-l']
|
|
1904
|
+
if cflags
|
|
1905
|
+
$CFLAGS += " " << cflags
|
|
1906
|
+
$CXXFLAGS += " " << cflags
|
|
1907
|
+
end
|
|
1908
|
+
if libs
|
|
1909
|
+
ldflags = (Shellwords.shellwords(ldflags) - Shellwords.shellwords(libs)).quote.join(" ")
|
|
1910
|
+
else
|
|
1911
|
+
libs, ldflags = Shellwords.shellwords(ldflags).partition {|s| s =~ /-l([^ ]+)/ }.map {|l|l.quote.join(" ")}
|
|
1912
|
+
end
|
|
1913
|
+
$libs += " " << libs
|
|
1914
|
+
|
|
1915
|
+
$LDFLAGS = [orig_ldflags, ldflags].join(' ')
|
|
1916
|
+
Logging::message "package configuration for %s\n", pkg
|
|
1917
|
+
Logging::message "incflags: %s\ncflags: %s\nldflags: %s\nlibs: %s\n\n",
|
|
1918
|
+
incflags, cflags, ldflags, libs
|
|
1919
|
+
[[incflags, cflags].join(' '), ldflags, libs]
|
|
1920
|
+
else
|
|
1921
|
+
Logging::message "package configuration for %s is not found\n", pkg
|
|
1922
|
+
nil
|
|
1923
|
+
end
|
|
1924
|
+
end
|
|
1925
|
+
end
|
|
1926
|
+
|
|
1927
|
+
# :stopdoc:
|
|
1928
|
+
|
|
1929
|
+
def with_destdir(dir)
|
|
1930
|
+
dir = dir.sub($dest_prefix_pattern, '')
|
|
1931
|
+
/\A\$[\(\{]/ =~ dir ? dir : "$(DESTDIR)"+dir
|
|
1932
|
+
end
|
|
1933
|
+
|
|
1934
|
+
# Converts forward slashes to backslashes. Aimed at MS Windows.
|
|
1935
|
+
#
|
|
1936
|
+
# Internal use only.
|
|
1937
|
+
#
|
|
1938
|
+
def winsep(s)
|
|
1939
|
+
s.tr('/', '\\')
|
|
1940
|
+
end
|
|
1941
|
+
|
|
1942
|
+
# Converts native path to format acceptable in Makefile
|
|
1943
|
+
#
|
|
1944
|
+
# Internal use only.
|
|
1945
|
+
#
|
|
1946
|
+
if !CROSS_COMPILING
|
|
1947
|
+
case CONFIG['build_os']
|
|
1948
|
+
when 'mingw32'
|
|
1949
|
+
def mkintpath(path)
|
|
1950
|
+
# mingw uses make from msys and it needs special care
|
|
1951
|
+
# converts from C:\some\path to /C/some/path
|
|
1952
|
+
path = path.dup
|
|
1953
|
+
path.tr!('\\', '/')
|
|
1954
|
+
path.sub!(/\A([A-Za-z]):(?=\/)/, '/\1')
|
|
1955
|
+
path
|
|
1956
|
+
end
|
|
1957
|
+
when 'cygwin', 'msys'
|
|
1958
|
+
if CONFIG['target_os'] != 'cygwin'
|
|
1959
|
+
def mkintpath(path)
|
|
1960
|
+
IO.popen(["cygpath", "-u", path], &:read).chomp
|
|
1961
|
+
end
|
|
1962
|
+
end
|
|
1963
|
+
end
|
|
1964
|
+
end
|
|
1965
|
+
unless method_defined?(:mkintpath)
|
|
1966
|
+
def mkintpath(path)
|
|
1967
|
+
path
|
|
1968
|
+
end
|
|
1969
|
+
end
|
|
1970
|
+
|
|
1971
|
+
def configuration(srcdir)
|
|
1972
|
+
mk = []
|
|
1973
|
+
verbose = with_config('verbose') ? "1" : (CONFIG['MKMF_VERBOSE'] || "0")
|
|
1974
|
+
vpath = $VPATH.dup
|
|
1975
|
+
CONFIG["hdrdir"] ||= $hdrdir
|
|
1976
|
+
mk << %{
|
|
1977
|
+
SHELL = /bin/sh
|
|
1978
|
+
|
|
1979
|
+
# V=0 quiet, V=1 verbose. other values don't work.
|
|
1980
|
+
V = #{verbose}
|
|
1981
|
+
V0 = $(V:0=)
|
|
1982
|
+
Q1 = $(V:1=)
|
|
1983
|
+
Q = $(Q1:0=@)
|
|
1984
|
+
ECHO1 = $(V:1=@ #{CONFIG['NULLCMD']})
|
|
1985
|
+
ECHO = $(ECHO1:0=@ echo)
|
|
1986
|
+
NULLCMD = #{CONFIG['NULLCMD']}
|
|
1987
|
+
|
|
1988
|
+
#### Start of system configuration section. ####
|
|
1989
|
+
#{"top_srcdir = " + $top_srcdir.sub(%r"\A#{Regexp.quote($topdir)}/", "$(topdir)/") if $extmk}
|
|
1990
|
+
srcdir = #{srcdir.gsub(/\$\((srcdir)\)|\$\{(srcdir)\}/) {mkintpath(CONFIG[$1||$2]).unspace}}
|
|
1991
|
+
topdir = #{mkintpath(topdir = $extmk ? CONFIG["topdir"] : $topdir).unspace}
|
|
1992
|
+
hdrdir = #{(hdrdir = CONFIG["hdrdir"]) == topdir ? "$(topdir)" : mkintpath(hdrdir).unspace}
|
|
1993
|
+
arch_hdrdir = #{mkintpath($arch_hdrdir).unspace}
|
|
1994
|
+
PATH_SEPARATOR = #{CONFIG['PATH_SEPARATOR']}
|
|
1995
|
+
VPATH = #{vpath.join(CONFIG['PATH_SEPARATOR'])}
|
|
1996
|
+
}
|
|
1997
|
+
if $extmk
|
|
1998
|
+
mk << "RUBYLIB =\n""RUBYOPT = -\n"
|
|
1999
|
+
end
|
|
2000
|
+
prefix = mkintpath(CONFIG["prefix"])
|
|
2001
|
+
if destdir = prefix[$dest_prefix_pattern, 1]
|
|
2002
|
+
mk << "\nDESTDIR = #{destdir}\n"
|
|
2003
|
+
prefix = prefix[destdir.size..-1]
|
|
2004
|
+
end
|
|
2005
|
+
mk << "prefix = #{with_destdir(prefix).unspace}\n"
|
|
2006
|
+
CONFIG.each do |key, var|
|
|
2007
|
+
mk << "#{key} = #{with_destdir(mkintpath(var)).unspace}\n" if /.prefix$/ =~ key
|
|
2008
|
+
end
|
|
2009
|
+
CONFIG.each do |key, var|
|
|
2010
|
+
next if /^abs_/ =~ key
|
|
2011
|
+
next if /^(?:src|top(?:_src)?|build|hdr)dir$/ =~ key
|
|
2012
|
+
next unless /dir$/ =~ key
|
|
2013
|
+
mk << "#{key} = #{with_destdir(var)}\n"
|
|
2014
|
+
end
|
|
2015
|
+
if !$extmk and !$configure_args.has_key?('--ruby') and
|
|
2016
|
+
sep = config_string('BUILD_FILE_SEPARATOR')
|
|
2017
|
+
sep = ":/=#{sep}"
|
|
2018
|
+
else
|
|
2019
|
+
sep = ""
|
|
2020
|
+
end
|
|
2021
|
+
possible_command = (proc {|s| s if /top_srcdir|tooldir/ !~ s} unless $extmk)
|
|
2022
|
+
extconf_h = $extconf_h ? "-DRUBY_EXTCONF_H=\\\"$(RUBY_EXTCONF_H)\\\" " : $defs.join(" ") << " "
|
|
2023
|
+
headers = %w[
|
|
2024
|
+
$(hdrdir)/ruby.h
|
|
2025
|
+
$(hdrdir)/ruby/backward.h
|
|
2026
|
+
$(hdrdir)/ruby/ruby.h
|
|
2027
|
+
$(hdrdir)/ruby/defines.h
|
|
2028
|
+
$(hdrdir)/ruby/missing.h
|
|
2029
|
+
$(hdrdir)/ruby/intern.h
|
|
2030
|
+
$(hdrdir)/ruby/st.h
|
|
2031
|
+
$(hdrdir)/ruby/subst.h
|
|
2032
|
+
]
|
|
2033
|
+
headers += $headers
|
|
2034
|
+
if RULE_SUBST
|
|
2035
|
+
headers.each {|h| h.sub!(/.*/, &RULE_SUBST.method(:%))}
|
|
2036
|
+
end
|
|
2037
|
+
headers << $config_h
|
|
2038
|
+
headers << '$(RUBY_EXTCONF_H)' if $extconf_h
|
|
2039
|
+
mk << %{
|
|
2040
|
+
|
|
2041
|
+
CC_WRAPPER = #{CONFIG['CC_WRAPPER']}
|
|
2042
|
+
CC = #{CONFIG['CC']}
|
|
2043
|
+
CXX = #{CONFIG['CXX']}
|
|
2044
|
+
LIBRUBY = #{CONFIG['LIBRUBY']}
|
|
2045
|
+
LIBRUBY_A = #{CONFIG['LIBRUBY_A']}
|
|
2046
|
+
LIBRUBYARG_SHARED = #$LIBRUBYARG_SHARED
|
|
2047
|
+
LIBRUBYARG_STATIC = #$LIBRUBYARG_STATIC
|
|
2048
|
+
empty =
|
|
2049
|
+
OUTFLAG = #{OUTFLAG}$(empty)
|
|
2050
|
+
COUTFLAG = #{COUTFLAG}$(empty)
|
|
2051
|
+
CSRCFLAG = #{CSRCFLAG}$(empty)
|
|
2052
|
+
|
|
2053
|
+
RUBY_EXTCONF_H = #{$extconf_h}
|
|
2054
|
+
cflags = #{CONFIG['cflags']}
|
|
2055
|
+
cxxflags = #{CONFIG['cxxflags']}
|
|
2056
|
+
optflags = #{CONFIG['optflags']}
|
|
2057
|
+
debugflags = #{CONFIG['debugflags']}
|
|
2058
|
+
warnflags = #{$warnflags}
|
|
2059
|
+
cppflags = #{CONFIG['cppflags']}
|
|
2060
|
+
CCDLFLAGS = #{$static ? '' : CONFIG['CCDLFLAGS']}
|
|
2061
|
+
CFLAGS = $(CCDLFLAGS) #$CFLAGS $(ARCH_FLAG)
|
|
2062
|
+
INCFLAGS = -I. #$INCFLAGS
|
|
2063
|
+
DEFS = #{CONFIG['DEFS']}
|
|
2064
|
+
CPPFLAGS = #{extconf_h}#{$CPPFLAGS}
|
|
2065
|
+
CXXFLAGS = $(CCDLFLAGS) #$CXXFLAGS $(ARCH_FLAG)
|
|
2066
|
+
ldflags = #{$LDFLAGS}
|
|
2067
|
+
dldflags = #{$DLDFLAGS} #{CONFIG['EXTDLDFLAGS']}
|
|
2068
|
+
ARCH_FLAG = #{$ARCH_FLAG}
|
|
2069
|
+
DLDFLAGS = $(ldflags) $(dldflags) $(ARCH_FLAG)
|
|
2070
|
+
LDSHARED = #{CONFIG['LDSHARED']}
|
|
2071
|
+
LDSHAREDXX = #{config_string('LDSHAREDXX') || '$(LDSHARED)'}
|
|
2072
|
+
AR = #{CONFIG['AR']}
|
|
2073
|
+
EXEEXT = #{CONFIG['EXEEXT']}
|
|
2074
|
+
|
|
2075
|
+
}
|
|
2076
|
+
CONFIG.each do |key, val|
|
|
2077
|
+
mk << "#{key} = #{val}\n" if /^RUBY.*NAME/ =~ key
|
|
2078
|
+
end
|
|
2079
|
+
mk << %{
|
|
2080
|
+
arch = #{CONFIG['arch']}
|
|
2081
|
+
sitearch = #{CONFIG['sitearch']}
|
|
2082
|
+
ruby_version = #{RbConfig::CONFIG['ruby_version']}
|
|
2083
|
+
ruby = #{$ruby.sub(%r[\A#{Regexp.quote(RbConfig::CONFIG['bindir'])}(?=/|\z)]) {'$(bindir)'}}
|
|
2084
|
+
RUBY = $(ruby#{sep})
|
|
2085
|
+
BUILTRUBY = #{if defined?($builtruby) && $builtruby
|
|
2086
|
+
$builtruby
|
|
2087
|
+
else
|
|
2088
|
+
File.join('$(bindir)', CONFIG["RUBY_INSTALL_NAME"] + CONFIG['EXEEXT'])
|
|
2089
|
+
end}
|
|
2090
|
+
ruby_headers = #{headers.join(' ')}
|
|
2091
|
+
|
|
2092
|
+
RM = #{config_string('RM', &possible_command) || '$(RUBY) -run -e rm -- -f'}
|
|
2093
|
+
RM_RF = #{config_string('RMALL', &possible_command) || '$(RUBY) -run -e rm -- -rf'}
|
|
2094
|
+
RMDIRS = #{config_string('RMDIRS', &possible_command) || '$(RUBY) -run -e rmdir -- -p'}
|
|
2095
|
+
MAKEDIRS = #{config_string('MAKEDIRS', &possible_command) || '@$(RUBY) -run -e mkdir -- -p'}
|
|
2096
|
+
INSTALL = #{config_string('INSTALL', &possible_command) || '@$(RUBY) -run -e install -- -vp'}
|
|
2097
|
+
INSTALL_PROG = #{config_string('INSTALL_PROG') || '$(INSTALL) -m 0755'}
|
|
2098
|
+
INSTALL_DATA = #{config_string('INSTALL_DATA') || '$(INSTALL) -m 0644'}
|
|
2099
|
+
COPY = #{config_string('CP', &possible_command) || '@$(RUBY) -run -e cp -- -v'}
|
|
2100
|
+
TOUCH = exit >
|
|
2101
|
+
|
|
2102
|
+
#### End of system configuration section. ####
|
|
2103
|
+
|
|
2104
|
+
preload = #{defined?($preload) && $preload ? $preload.join(' ') : ''}
|
|
2105
|
+
}
|
|
2106
|
+
mk
|
|
2107
|
+
end
|
|
2108
|
+
|
|
2109
|
+
def timestamp_file(name, target_prefix = nil)
|
|
2110
|
+
pat = {}
|
|
2111
|
+
name = '$(RUBYARCHDIR)' if name == '$(TARGET_SO_DIR)'
|
|
2112
|
+
install_dirs.each do |n, d|
|
|
2113
|
+
pat[n] = $` if /\$\(target_prefix\)\z/ =~ d
|
|
2114
|
+
end
|
|
2115
|
+
name = name.gsub(/\$\((#{pat.keys.join("|")})\)/) {pat[$1]+target_prefix}
|
|
2116
|
+
name.sub!(/(\$\((?:site)?arch\))\/*/, '')
|
|
2117
|
+
arch = $1 || ''
|
|
2118
|
+
name.chomp!('/')
|
|
2119
|
+
name = name.gsub(/(\$[({]|[})])|(\/+)|[^-.\w]+/) {$1 ? "" : $2 ? ".-." : "_"}
|
|
2120
|
+
File.join("$(TIMESTAMP_DIR)", arch, "#{name.sub(/\A(?=.)/, '.')}.time")
|
|
2121
|
+
end
|
|
2122
|
+
# :startdoc:
|
|
2123
|
+
|
|
2124
|
+
# Creates a stub Makefile.
|
|
2125
|
+
#
|
|
2126
|
+
def dummy_makefile(srcdir)
|
|
2127
|
+
configuration(srcdir) << <<RULES << CLEANINGS
|
|
2128
|
+
CLEANFILES = #{$cleanfiles.join(' ')}
|
|
2129
|
+
DISTCLEANFILES = #{$distcleanfiles.join(' ')}
|
|
2130
|
+
|
|
2131
|
+
all install static install-so install-rb: Makefile
|
|
2132
|
+
@$(NULLCMD)
|
|
2133
|
+
.PHONY: all install static install-so install-rb
|
|
2134
|
+
.PHONY: clean clean-so clean-static clean-rb
|
|
2135
|
+
|
|
2136
|
+
RULES
|
|
2137
|
+
end
|
|
2138
|
+
|
|
2139
|
+
def each_compile_rules # :nodoc:
|
|
2140
|
+
vpath_splat = /\$\(\*VPATH\*\)/
|
|
2141
|
+
COMPILE_RULES.each do |rule|
|
|
2142
|
+
if vpath_splat =~ rule
|
|
2143
|
+
$VPATH.each do |path|
|
|
2144
|
+
yield rule.sub(vpath_splat) {path}
|
|
2145
|
+
end
|
|
2146
|
+
else
|
|
2147
|
+
yield rule
|
|
2148
|
+
end
|
|
2149
|
+
end
|
|
2150
|
+
end
|
|
2151
|
+
|
|
2152
|
+
# Processes the data contents of the "depend" file. Each line of this file
|
|
2153
|
+
# is expected to be a file name.
|
|
2154
|
+
#
|
|
2155
|
+
# Returns the output of findings, in Makefile format.
|
|
2156
|
+
#
|
|
2157
|
+
def depend_rules(depend)
|
|
2158
|
+
suffixes = []
|
|
2159
|
+
depout = []
|
|
2160
|
+
cont = implicit = nil
|
|
2161
|
+
impconv = proc do
|
|
2162
|
+
each_compile_rules {|rule| depout << (rule % implicit[0]) << implicit[1]}
|
|
2163
|
+
implicit = nil
|
|
2164
|
+
end
|
|
2165
|
+
ruleconv = proc do |line|
|
|
2166
|
+
if implicit
|
|
2167
|
+
if /\A\t/ =~ line
|
|
2168
|
+
implicit[1] << line
|
|
2169
|
+
next
|
|
2170
|
+
else
|
|
2171
|
+
impconv[]
|
|
2172
|
+
end
|
|
2173
|
+
end
|
|
2174
|
+
if m = /\A\.(\w+)\.(\w+)(?:\s*:)/.match(line)
|
|
2175
|
+
suffixes << m[1] << m[2]
|
|
2176
|
+
implicit = [[m[1], m[2]], [m.post_match]]
|
|
2177
|
+
next
|
|
2178
|
+
elsif RULE_SUBST and /\A(?!\s*\w+\s*=)[$\w][^#]*:/ =~ line
|
|
2179
|
+
line.sub!(/\s*\#.*$/, '')
|
|
2180
|
+
comment = $&
|
|
2181
|
+
line.gsub!(%r"(\s)(?!\.)([^$(){}+=:\s\\,]+)(?=\s|\z)") {$1 + RULE_SUBST % $2}
|
|
2182
|
+
line = line.chomp + comment + "\n" if comment
|
|
2183
|
+
end
|
|
2184
|
+
depout << line
|
|
2185
|
+
end
|
|
2186
|
+
depend.each_line do |line|
|
|
2187
|
+
line.gsub!(/\.o\b/, ".#{$OBJEXT}")
|
|
2188
|
+
line.gsub!(/\{\$\(VPATH\)\}/, "") unless $nmake
|
|
2189
|
+
line.gsub!(/\$\((?:hdr|top)dir\)\/config.h/, $config_h)
|
|
2190
|
+
if $nmake && /\A\s*\$\(RM|COPY\)/ =~ line
|
|
2191
|
+
line.gsub!(%r"[-\w\./]{2,}"){$&.tr("/", "\\")}
|
|
2192
|
+
line.gsub!(/(\$\((?!RM|COPY)[^:)]+)(?=\))/, '\1:/=\\')
|
|
2193
|
+
end
|
|
2194
|
+
if /(?:^|[^\\])(?:\\\\)*\\$/ =~ line
|
|
2195
|
+
(cont ||= []) << line
|
|
2196
|
+
next
|
|
2197
|
+
elsif cont
|
|
2198
|
+
line = (cont << line).join
|
|
2199
|
+
cont = nil
|
|
2200
|
+
end
|
|
2201
|
+
ruleconv.call(line)
|
|
2202
|
+
end
|
|
2203
|
+
if cont
|
|
2204
|
+
ruleconv.call(cont.join)
|
|
2205
|
+
elsif implicit
|
|
2206
|
+
impconv.call
|
|
2207
|
+
end
|
|
2208
|
+
unless suffixes.empty?
|
|
2209
|
+
depout.unshift(".SUFFIXES: ." + suffixes.uniq.join(" .") + "\n\n")
|
|
2210
|
+
end
|
|
2211
|
+
if $extconf_h
|
|
2212
|
+
depout.unshift("$(OBJS): $(RUBY_EXTCONF_H)\n\n")
|
|
2213
|
+
depout.unshift("$(OBJS): $(hdrdir)/ruby/win32.h\n\n") if $mswin or $mingw
|
|
2214
|
+
end
|
|
2215
|
+
depout.flatten!
|
|
2216
|
+
depout
|
|
2217
|
+
end
|
|
2218
|
+
|
|
2219
|
+
# Generates the Makefile for your extension, passing along any options and
|
|
2220
|
+
# preprocessor constants that you may have generated through other methods.
|
|
2221
|
+
#
|
|
2222
|
+
# The +target+ name should correspond the name of the global function name
|
|
2223
|
+
# defined within your C extension, minus the +Init_+. For example, if your
|
|
2224
|
+
# C extension is defined as +Init_foo+, then your target would simply be
|
|
2225
|
+
# "foo".
|
|
2226
|
+
#
|
|
2227
|
+
# If any "/" characters are present in the target name, only the last name
|
|
2228
|
+
# is interpreted as the target name, and the rest are considered toplevel
|
|
2229
|
+
# directory names, and the generated Makefile will be altered accordingly to
|
|
2230
|
+
# follow that directory structure.
|
|
2231
|
+
#
|
|
2232
|
+
# For example, if you pass "test/foo" as a target name, your extension will
|
|
2233
|
+
# be installed under the "test" directory. This means that in order to
|
|
2234
|
+
# load the file within a Ruby program later, that directory structure will
|
|
2235
|
+
# have to be followed, e.g. <code>require 'test/foo'</code>.
|
|
2236
|
+
#
|
|
2237
|
+
# The +srcprefix+ should be used when your source files are not in the same
|
|
2238
|
+
# directory as your build script. This will not only eliminate the need for
|
|
2239
|
+
# you to manually copy the source files into the same directory as your
|
|
2240
|
+
# build script, but it also sets the proper +target_prefix+ in the generated
|
|
2241
|
+
# Makefile.
|
|
2242
|
+
#
|
|
2243
|
+
# Setting the +target_prefix+ will, in turn, install the generated binary in
|
|
2244
|
+
# a directory under your <code>RbConfig::CONFIG['sitearchdir']</code> that
|
|
2245
|
+
# mimics your local filesystem when you run <code>make install</code>.
|
|
2246
|
+
#
|
|
2247
|
+
# For example, given the following file tree:
|
|
2248
|
+
#
|
|
2249
|
+
# ext/
|
|
2250
|
+
# extconf.rb
|
|
2251
|
+
# test/
|
|
2252
|
+
# foo.c
|
|
2253
|
+
#
|
|
2254
|
+
# And given the following code:
|
|
2255
|
+
#
|
|
2256
|
+
# create_makefile('test/foo', 'test')
|
|
2257
|
+
#
|
|
2258
|
+
# That will set the +target_prefix+ in the generated Makefile to "test".
|
|
2259
|
+
# That, in turn, will create the following file tree when installed via the
|
|
2260
|
+
# <code>make install</code> command:
|
|
2261
|
+
#
|
|
2262
|
+
# /path/to/ruby/sitearchdir/test/foo.so
|
|
2263
|
+
#
|
|
2264
|
+
# It is recommended that you use this approach to generate your makefiles,
|
|
2265
|
+
# instead of copying files around manually, because some third party
|
|
2266
|
+
# libraries may depend on the +target_prefix+ being set properly.
|
|
2267
|
+
#
|
|
2268
|
+
# The +srcprefix+ argument can be used to override the default source
|
|
2269
|
+
# directory, i.e. the current directory. It is included as part of the
|
|
2270
|
+
# +VPATH+ and added to the list of +INCFLAGS+.
|
|
2271
|
+
#
|
|
2272
|
+
def create_makefile(target, srcprefix = nil)
|
|
2273
|
+
$target = target
|
|
2274
|
+
libpath = $DEFLIBPATH|$LIBPATH
|
|
2275
|
+
message "creating Makefile\n"
|
|
2276
|
+
MakeMakefile.rm_f "#{CONFTEST}*"
|
|
2277
|
+
if CONFIG["DLEXT"] == $OBJEXT
|
|
2278
|
+
for lib in libs = $libs.split(' ')
|
|
2279
|
+
lib.sub!(/-l(.*)/, %%"lib\\1.#{$LIBEXT}"%)
|
|
2280
|
+
end
|
|
2281
|
+
$defs.push(format("-DEXTLIB='%s'", libs.join(",")))
|
|
2282
|
+
end
|
|
2283
|
+
|
|
2284
|
+
if target.include?('/')
|
|
2285
|
+
target_prefix, target = File.split(target)
|
|
2286
|
+
target_prefix[0,0] = '/'
|
|
2287
|
+
else
|
|
2288
|
+
target_prefix = ""
|
|
2289
|
+
end
|
|
2290
|
+
|
|
2291
|
+
srcprefix ||= "$(srcdir)/#{srcprefix}".chomp('/')
|
|
2292
|
+
RbConfig.expand(srcdir = srcprefix.dup)
|
|
2293
|
+
|
|
2294
|
+
ext = ".#{$OBJEXT}"
|
|
2295
|
+
orig_srcs = Dir[File.join(srcdir, "*.{#{SRC_EXT.join(%q{,})}}")]
|
|
2296
|
+
if not $objs
|
|
2297
|
+
srcs = $srcs || orig_srcs
|
|
2298
|
+
$objs = []
|
|
2299
|
+
objs = srcs.inject(Hash.new {[]}) {|h, f|
|
|
2300
|
+
h.key?(o = File.basename(f, ".*") << ext) or $objs << o
|
|
2301
|
+
h[o] <<= f
|
|
2302
|
+
h
|
|
2303
|
+
}
|
|
2304
|
+
unless objs.delete_if {|b, f| f.size == 1}.empty?
|
|
2305
|
+
dups = objs.map {|b, f|
|
|
2306
|
+
"#{b[/.*\./]}{#{f.collect {|n| n[/([^.]+)\z/]}.join(',')}}"
|
|
2307
|
+
}
|
|
2308
|
+
abort "source files duplication - #{dups.join(", ")}"
|
|
2309
|
+
end
|
|
2310
|
+
else
|
|
2311
|
+
$objs.collect! {|o| File.basename(o, ".*") << ext} unless $OBJEXT == "o"
|
|
2312
|
+
srcs = $srcs || $objs.collect {|o| o.chomp(ext) << ".c"}
|
|
2313
|
+
end
|
|
2314
|
+
$srcs = srcs
|
|
2315
|
+
|
|
2316
|
+
hdrs = Dir[File.join(srcdir, "*.{#{HDR_EXT.join(%q{,})}}")]
|
|
2317
|
+
|
|
2318
|
+
target = nil if $objs.empty?
|
|
2319
|
+
|
|
2320
|
+
if target and EXPORT_PREFIX
|
|
2321
|
+
if File.exist?(File.join(srcdir, target + '.def'))
|
|
2322
|
+
deffile = "$(srcdir)/$(TARGET).def"
|
|
2323
|
+
unless EXPORT_PREFIX.empty?
|
|
2324
|
+
makedef = %{$(RUBY) -pe "$$_.sub!(/^(?=\\w)/,'#{EXPORT_PREFIX}') unless 1../^EXPORTS$/i" #{deffile}}
|
|
2325
|
+
end
|
|
2326
|
+
else
|
|
2327
|
+
makedef = %{(echo EXPORTS && echo $(TARGET_ENTRY))}
|
|
2328
|
+
end
|
|
2329
|
+
if makedef
|
|
2330
|
+
$cleanfiles << '$(DEFFILE)'
|
|
2331
|
+
origdef = deffile
|
|
2332
|
+
deffile = "$(TARGET)-$(arch).def"
|
|
2333
|
+
end
|
|
2334
|
+
end
|
|
2335
|
+
origdef ||= ''
|
|
2336
|
+
|
|
2337
|
+
if $extout and $INSTALLFILES
|
|
2338
|
+
$cleanfiles.concat($INSTALLFILES.collect {|files, dir|File.join(dir, files.delete_prefix('./'))})
|
|
2339
|
+
$distcleandirs.concat($INSTALLFILES.collect {|files, dir| dir})
|
|
2340
|
+
end
|
|
2341
|
+
|
|
2342
|
+
if $extmk and $static
|
|
2343
|
+
$defs << "-DRUBY_EXPORT=1"
|
|
2344
|
+
end
|
|
2345
|
+
|
|
2346
|
+
if $extmk and not $extconf_h
|
|
2347
|
+
create_header
|
|
2348
|
+
end
|
|
2349
|
+
|
|
2350
|
+
libpath = libpathflag(libpath)
|
|
2351
|
+
|
|
2352
|
+
dllib = target ? "$(TARGET).#{CONFIG['DLEXT']}" : ""
|
|
2353
|
+
staticlib = target ? "$(TARGET).#$LIBEXT" : ""
|
|
2354
|
+
conf = configuration(srcprefix)
|
|
2355
|
+
conf << "\
|
|
2356
|
+
libpath = #{($DEFLIBPATH|$LIBPATH).join(" ")}
|
|
2357
|
+
LIBPATH = #{libpath}
|
|
2358
|
+
DEFFILE = #{deffile}
|
|
2359
|
+
|
|
2360
|
+
CLEANFILES = #{$cleanfiles.join(' ')}
|
|
2361
|
+
DISTCLEANFILES = #{$distcleanfiles.join(' ')}
|
|
2362
|
+
DISTCLEANDIRS = #{$distcleandirs.join(' ')}
|
|
2363
|
+
|
|
2364
|
+
extout = #{$extout && $extout.quote}
|
|
2365
|
+
extout_prefix = #{$extout_prefix}
|
|
2366
|
+
target_prefix = #{target_prefix}
|
|
2367
|
+
LOCAL_LIBS = #{$LOCAL_LIBS}
|
|
2368
|
+
LIBS = #{$LIBRUBYARG} #{$libs} #{$LIBS}
|
|
2369
|
+
ORIG_SRCS = #{orig_srcs.collect(&File.method(:basename)).join(' ')}
|
|
2370
|
+
SRCS = $(ORIG_SRCS) #{(srcs - orig_srcs).collect(&File.method(:basename)).join(' ')}
|
|
2371
|
+
OBJS = #{$objs.join(" ")}
|
|
2372
|
+
HDRS = #{hdrs.map{|h| '$(srcdir)/' + File.basename(h)}.join(' ')}
|
|
2373
|
+
LOCAL_HDRS = #{$headers.join(' ')}
|
|
2374
|
+
TARGET = #{target}
|
|
2375
|
+
TARGET_NAME = #{target && target[/\A\w+/]}
|
|
2376
|
+
TARGET_ENTRY = #{EXPORT_PREFIX || ''}Init_$(TARGET_NAME)
|
|
2377
|
+
DLLIB = #{dllib}
|
|
2378
|
+
EXTSTATIC = #{$static || ""}
|
|
2379
|
+
STATIC_LIB = #{staticlib unless $static.nil?}
|
|
2380
|
+
#{!$extout && defined?($installed_list) ? "INSTALLED_LIST = #{$installed_list}\n" : ""}
|
|
2381
|
+
TIMESTAMP_DIR = #{$extout && $extmk ? '$(extout)/.timestamp' : '.'}
|
|
2382
|
+
" #"
|
|
2383
|
+
# TODO: fixme
|
|
2384
|
+
install_dirs.each {|d| conf << ("%-14s= %s\n" % d) if /^[[:upper:]]/ =~ d[0]}
|
|
2385
|
+
sodir = $extout ? '$(TARGET_SO_DIR)' : '$(RUBYARCHDIR)'
|
|
2386
|
+
n = '$(TARGET_SO_DIR)$(TARGET)'
|
|
2387
|
+
cleanobjs = ["$(OBJS)"]
|
|
2388
|
+
if $extmk
|
|
2389
|
+
%w[bc i s].each {|ex| cleanobjs << "$(OBJS:.#{$OBJEXT}=.#{ex})"}
|
|
2390
|
+
end
|
|
2391
|
+
if target
|
|
2392
|
+
config_string('cleanobjs') {|t| cleanobjs << t.gsub(/\$\*/, "$(TARGET)#{deffile ? '-$(arch)': ''}")}
|
|
2393
|
+
end
|
|
2394
|
+
conf << "\
|
|
2395
|
+
TARGET_SO_DIR =#{$extout ? " $(RUBYARCHDIR)/" : ''}
|
|
2396
|
+
TARGET_SO = $(TARGET_SO_DIR)$(DLLIB)
|
|
2397
|
+
CLEANLIBS = #{'$(TARGET_SO) ' if target}#{config_string('cleanlibs') {|t| t.gsub(/\$\*/) {n}}}
|
|
2398
|
+
CLEANOBJS = #{cleanobjs.join(' ')} *.bak
|
|
2399
|
+
TARGET_SO_DIR_TIMESTAMP = #{timestamp_file(sodir, target_prefix)}
|
|
2400
|
+
" #"
|
|
2401
|
+
|
|
2402
|
+
conf = yield(conf) if block_given?
|
|
2403
|
+
mfile = File.open("Makefile", "wb")
|
|
2404
|
+
mfile.puts(conf)
|
|
2405
|
+
mfile.print "
|
|
2406
|
+
all: #{$extout ? "install" : target ? "$(DLLIB)" : "Makefile"}
|
|
2407
|
+
static: #{$extmk && !$static ? "all" : "$(STATIC_LIB)#{$extout ? " install-rb" : ""}"}
|
|
2408
|
+
.PHONY: all install static install-so install-rb
|
|
2409
|
+
.PHONY: clean clean-so clean-static clean-rb
|
|
2410
|
+
" #"
|
|
2411
|
+
mfile.print CLEANINGS
|
|
2412
|
+
fsep = config_string('BUILD_FILE_SEPARATOR') {|s| s unless s == "/"}
|
|
2413
|
+
if fsep
|
|
2414
|
+
sep = ":/=#{fsep}"
|
|
2415
|
+
fseprepl = proc {|s|
|
|
2416
|
+
s = s.gsub("/", fsep)
|
|
2417
|
+
s = s.gsub(/(\$\(\w+)(\))/) {$1+sep+$2}
|
|
2418
|
+
s.gsub(/(\$\{\w+)(\})/) {$1+sep+$2}
|
|
2419
|
+
}
|
|
2420
|
+
rsep = ":#{fsep}=/"
|
|
2421
|
+
else
|
|
2422
|
+
fseprepl = proc {|s| s}
|
|
2423
|
+
sep = ""
|
|
2424
|
+
rsep = ""
|
|
2425
|
+
end
|
|
2426
|
+
dirs = []
|
|
2427
|
+
mfile.print "install: install-so install-rb\n\n"
|
|
2428
|
+
dir = sodir.dup
|
|
2429
|
+
mfile.print("install-so: ")
|
|
2430
|
+
if target
|
|
2431
|
+
f = "$(DLLIB)"
|
|
2432
|
+
dest = "$(TARGET_SO)"
|
|
2433
|
+
stamp = '$(TARGET_SO_DIR_TIMESTAMP)'
|
|
2434
|
+
if $extout
|
|
2435
|
+
mfile.puts dest
|
|
2436
|
+
mfile.print "clean-so::\n"
|
|
2437
|
+
mfile.print "\t-$(Q)$(RM) #{fseprepl[dest]} #{fseprepl[stamp]}\n"
|
|
2438
|
+
mfile.print "\t-$(Q)$(RMDIRS) #{fseprepl[dir]}#{$ignore_error}\n"
|
|
2439
|
+
else
|
|
2440
|
+
mfile.print "#{f} #{stamp}\n"
|
|
2441
|
+
mfile.print "\t$(INSTALL_PROG) #{fseprepl[f]} #{dir}\n"
|
|
2442
|
+
if defined?($installed_list)
|
|
2443
|
+
mfile.print "\t@echo #{dir}/#{File.basename(f)}>>$(INSTALLED_LIST)\n"
|
|
2444
|
+
end
|
|
2445
|
+
end
|
|
2446
|
+
mfile.print "clean-static::\n"
|
|
2447
|
+
mfile.print "\t-$(Q)$(RM) $(STATIC_LIB)\n"
|
|
2448
|
+
else
|
|
2449
|
+
mfile.puts "Makefile"
|
|
2450
|
+
end
|
|
2451
|
+
mfile.print("install-rb: pre-install-rb do-install-rb install-rb-default\n")
|
|
2452
|
+
mfile.print("install-rb-default: pre-install-rb-default do-install-rb-default\n")
|
|
2453
|
+
mfile.print("pre-install-rb: Makefile\n")
|
|
2454
|
+
mfile.print("pre-install-rb-default: Makefile\n")
|
|
2455
|
+
mfile.print("do-install-rb:\n")
|
|
2456
|
+
mfile.print("do-install-rb-default:\n")
|
|
2457
|
+
for sfx, i in [["-default", [["lib/**/*.rb", "$(RUBYLIBDIR)", "lib"]]], ["", $INSTALLFILES]]
|
|
2458
|
+
files = install_files(mfile, i, nil, srcprefix) or next
|
|
2459
|
+
for dir, *files in files
|
|
2460
|
+
unless dirs.include?(dir)
|
|
2461
|
+
dirs << dir
|
|
2462
|
+
mfile.print "pre-install-rb#{sfx}: #{timestamp_file(dir, target_prefix)}\n"
|
|
2463
|
+
end
|
|
2464
|
+
for f in files
|
|
2465
|
+
dest = "#{dir}/#{File.basename(f)}"
|
|
2466
|
+
mfile.print("do-install-rb#{sfx}: #{dest}\n")
|
|
2467
|
+
mfile.print("#{dest}: #{f} #{timestamp_file(dir, target_prefix)}\n")
|
|
2468
|
+
mfile.print("\t$(Q) $(#{$extout ? 'COPY' : 'INSTALL_DATA'}) #{f} $(@D)\n")
|
|
2469
|
+
if defined?($installed_list) and !$extout
|
|
2470
|
+
mfile.print("\t@echo #{dest}>>$(INSTALLED_LIST)\n")
|
|
2471
|
+
end
|
|
2472
|
+
if $extout
|
|
2473
|
+
mfile.print("clean-rb#{sfx}::\n")
|
|
2474
|
+
mfile.print("\t-$(Q)$(RM) #{fseprepl[dest]}\n")
|
|
2475
|
+
end
|
|
2476
|
+
end
|
|
2477
|
+
end
|
|
2478
|
+
mfile.print "pre-install-rb#{sfx}:\n"
|
|
2479
|
+
if files.empty?
|
|
2480
|
+
mfile.print("\t@$(NULLCMD)\n")
|
|
2481
|
+
else
|
|
2482
|
+
q = "$(MAKE) -q do-install-rb#{sfx}"
|
|
2483
|
+
if $nmake
|
|
2484
|
+
mfile.print "!if \"$(Q)\" == \"@\"\n\t@#{q} || \\\n!endif\n\t"
|
|
2485
|
+
else
|
|
2486
|
+
mfile.print "\t$(Q1:0=@#{q} || )"
|
|
2487
|
+
end
|
|
2488
|
+
mfile.print "$(ECHO1:0=echo) installing#{sfx.sub(/^-/, " ")} #{target} libraries\n"
|
|
2489
|
+
end
|
|
2490
|
+
if $extout
|
|
2491
|
+
dirs.uniq!
|
|
2492
|
+
unless dirs.empty?
|
|
2493
|
+
mfile.print("clean-rb#{sfx}::\n")
|
|
2494
|
+
for dir in dirs.sort_by {|d| -d.count('/')}
|
|
2495
|
+
stamp = timestamp_file(dir, target_prefix)
|
|
2496
|
+
mfile.print("\t-$(Q)$(RM) #{fseprepl[stamp]}\n")
|
|
2497
|
+
mfile.print("\t-$(Q)$(RMDIRS) #{fseprepl[dir]}#{$ignore_error}\n")
|
|
2498
|
+
end
|
|
2499
|
+
end
|
|
2500
|
+
end
|
|
2501
|
+
end
|
|
2502
|
+
if target and !dirs.include?(sodir)
|
|
2503
|
+
mfile.print "$(TARGET_SO_DIR_TIMESTAMP):\n\t$(Q) $(MAKEDIRS) $(@D) #{sodir}\n\t$(Q) $(TOUCH) $@\n"
|
|
2504
|
+
end
|
|
2505
|
+
dirs.each do |d|
|
|
2506
|
+
t = timestamp_file(d, target_prefix)
|
|
2507
|
+
mfile.print "#{t}:\n\t$(Q) $(MAKEDIRS) $(@D) #{d}\n\t$(Q) $(TOUCH) $@\n"
|
|
2508
|
+
end
|
|
2509
|
+
|
|
2510
|
+
mfile.print <<-SITEINSTALL
|
|
2511
|
+
|
|
2512
|
+
site-install: site-install-so site-install-rb
|
|
2513
|
+
site-install-so: install-so
|
|
2514
|
+
site-install-rb: install-rb
|
|
2515
|
+
|
|
2516
|
+
SITEINSTALL
|
|
2517
|
+
|
|
2518
|
+
return unless target
|
|
2519
|
+
|
|
2520
|
+
mfile.print ".SUFFIXES: .#{(SRC_EXT + [$OBJEXT, $ASMEXT]).compact.join(' .')}\n"
|
|
2521
|
+
mfile.print "\n"
|
|
2522
|
+
|
|
2523
|
+
compile_command = "\n\t$(ECHO) compiling $(<#{rsep})\n\t$(Q) %s\n\n"
|
|
2524
|
+
command = compile_command % COMPILE_CXX
|
|
2525
|
+
asm_command = compile_command.sub(/compiling/, 'translating') % ASSEMBLE_CXX
|
|
2526
|
+
CXX_EXT.each do |e|
|
|
2527
|
+
each_compile_rules do |rule|
|
|
2528
|
+
mfile.printf(rule, e, $OBJEXT)
|
|
2529
|
+
mfile.print(command)
|
|
2530
|
+
mfile.printf(rule, e, $ASMEXT)
|
|
2531
|
+
mfile.print(asm_command)
|
|
2532
|
+
end
|
|
2533
|
+
end
|
|
2534
|
+
command = compile_command % COMPILE_C
|
|
2535
|
+
asm_command = compile_command.sub(/compiling/, 'translating') % ASSEMBLE_C
|
|
2536
|
+
C_EXT.each do |e|
|
|
2537
|
+
each_compile_rules do |rule|
|
|
2538
|
+
mfile.printf(rule, e, $OBJEXT)
|
|
2539
|
+
mfile.print(command)
|
|
2540
|
+
mfile.printf(rule, e, $ASMEXT)
|
|
2541
|
+
mfile.print(asm_command)
|
|
2542
|
+
end
|
|
2543
|
+
end
|
|
2544
|
+
|
|
2545
|
+
mfile.print "$(TARGET_SO): "
|
|
2546
|
+
mfile.print "$(DEFFILE) " if makedef
|
|
2547
|
+
mfile.print "$(OBJS) Makefile"
|
|
2548
|
+
mfile.print " $(TARGET_SO_DIR_TIMESTAMP)" if $extout
|
|
2549
|
+
mfile.print "\n"
|
|
2550
|
+
mfile.print "\t$(ECHO) linking shared-object #{target_prefix.sub(/\A\/(.*)/, '\1/')}$(DLLIB)\n"
|
|
2551
|
+
mfile.print "\t-$(Q)$(RM) $(@#{sep})\n"
|
|
2552
|
+
link_so = LINK_SO.gsub(/^/, "\t$(Q) ")
|
|
2553
|
+
if srcs.any?(&%r"\.(?:#{CXX_EXT.join('|')})\z".method(:===))
|
|
2554
|
+
link_so = link_so.sub(/\bLDSHARED\b/, '\&XX')
|
|
2555
|
+
end
|
|
2556
|
+
mfile.print link_so, "\n\n"
|
|
2557
|
+
unless $static.nil?
|
|
2558
|
+
mfile.print "$(STATIC_LIB): $(OBJS)\n\t-$(Q)$(RM) $(@#{sep})\n\t"
|
|
2559
|
+
mfile.print "$(ECHO) linking static-library $(@#{rsep})\n\t$(Q) "
|
|
2560
|
+
mfile.print "$(AR) #{config_string('ARFLAGS') || 'cru '}$@ $(OBJS)"
|
|
2561
|
+
config_string('RANLIB') do |ranlib|
|
|
2562
|
+
mfile.print "\n\t-$(Q)#{ranlib} $(@)#{$ignore_error}"
|
|
2563
|
+
end
|
|
2564
|
+
end
|
|
2565
|
+
mfile.print "\n\n"
|
|
2566
|
+
if makedef
|
|
2567
|
+
mfile.print "$(DEFFILE): #{origdef}\n"
|
|
2568
|
+
mfile.print "\t$(ECHO) generating $(@#{rsep})\n"
|
|
2569
|
+
mfile.print "\t$(Q) #{makedef} > $@\n\n"
|
|
2570
|
+
end
|
|
2571
|
+
|
|
2572
|
+
depend = File.join(srcdir, "depend")
|
|
2573
|
+
if File.exist?(depend)
|
|
2574
|
+
mfile.print("###\n", *depend_rules(File.read(depend)))
|
|
2575
|
+
else
|
|
2576
|
+
mfile.print "$(OBJS): $(HDRS) $(ruby_headers)\n"
|
|
2577
|
+
end
|
|
2578
|
+
|
|
2579
|
+
$makefile_created = true
|
|
2580
|
+
ensure
|
|
2581
|
+
mfile.close if mfile
|
|
2582
|
+
end
|
|
2583
|
+
|
|
2584
|
+
# :stopdoc:
|
|
2585
|
+
|
|
2586
|
+
def init_mkmf(config = CONFIG, rbconfig = RbConfig::CONFIG)
|
|
2587
|
+
$makefile_created = false
|
|
2588
|
+
$arg_config = []
|
|
2589
|
+
$enable_shared = config['ENABLE_SHARED'] == 'yes'
|
|
2590
|
+
$defs = []
|
|
2591
|
+
$extconf_h = nil
|
|
2592
|
+
$config_dirs = {}
|
|
2593
|
+
|
|
2594
|
+
if $warnflags = CONFIG['warnflags'] and CONFIG['GCC'] == 'yes'
|
|
2595
|
+
# turn warnings into errors only for bundled extensions.
|
|
2596
|
+
config['warnflags'] = $warnflags.gsub(/(?:\A|\s)-W\Kerror[-=](?!implicit-function-declaration)/, '')
|
|
2597
|
+
if /icc\z/ =~ config['CC']
|
|
2598
|
+
config['warnflags'].gsub!(/(\A|\s)-W(?:division-by-zero|deprecated-declarations)/, '\1')
|
|
2599
|
+
end
|
|
2600
|
+
RbConfig.expand(rbconfig['warnflags'] = config['warnflags'].dup)
|
|
2601
|
+
config.each do |key, val|
|
|
2602
|
+
RbConfig.expand(rbconfig[key] = val.dup) if /warnflags/ =~ val
|
|
2603
|
+
end
|
|
2604
|
+
$warnflags = config['warnflags'] unless $extmk
|
|
2605
|
+
end
|
|
2606
|
+
if (w = rbconfig['CC_WRAPPER']) and !w.empty? and !File.executable?(w)
|
|
2607
|
+
rbconfig['CC_WRAPPER'] = config['CC_WRAPPER'] = ''
|
|
2608
|
+
end
|
|
2609
|
+
$CFLAGS = with_config("cflags", arg_config("CFLAGS", config["CFLAGS"])).dup
|
|
2610
|
+
$CXXFLAGS = (with_config("cxxflags", arg_config("CXXFLAGS", config["CXXFLAGS"]))||'').dup
|
|
2611
|
+
$ARCH_FLAG = with_config("arch_flag", arg_config("ARCH_FLAG", config["ARCH_FLAG"])).dup
|
|
2612
|
+
$CPPFLAGS = with_config("cppflags", arg_config("CPPFLAGS", config["CPPFLAGS"])).dup
|
|
2613
|
+
$LDFLAGS = with_config("ldflags", arg_config("LDFLAGS", config["LDFLAGS"])).dup
|
|
2614
|
+
$INCFLAGS = "-I$(arch_hdrdir)"
|
|
2615
|
+
$INCFLAGS << " -I$(hdrdir)/ruby/backward" unless $extmk
|
|
2616
|
+
$INCFLAGS << " -I$(hdrdir) -I$(srcdir)"
|
|
2617
|
+
$DLDFLAGS = with_config("dldflags", arg_config("DLDFLAGS", config["DLDFLAGS"])).dup
|
|
2618
|
+
config_string("ADDITIONAL_DLDFLAGS") {|flags| $DLDFLAGS << " " << flags} unless $extmk
|
|
2619
|
+
$LIBEXT = config['LIBEXT'].dup
|
|
2620
|
+
$OBJEXT = config["OBJEXT"].dup
|
|
2621
|
+
$EXEEXT = config["EXEEXT"].dup
|
|
2622
|
+
$ASMEXT = config_string('ASMEXT', &:dup) || 'S'
|
|
2623
|
+
$LIBS = "#{config['LIBS']} #{config['DLDLIBS']}"
|
|
2624
|
+
$LIBRUBYARG = ""
|
|
2625
|
+
$LIBRUBYARG_STATIC = config['LIBRUBYARG_STATIC']
|
|
2626
|
+
$LIBRUBYARG_SHARED = config['LIBRUBYARG_SHARED']
|
|
2627
|
+
$DEFLIBPATH = [$extmk ? "$(topdir)" : "$(#{config["libdirname"] || "libdir"})"]
|
|
2628
|
+
$DEFLIBPATH.unshift(".")
|
|
2629
|
+
$LIBPATH = []
|
|
2630
|
+
$INSTALLFILES = []
|
|
2631
|
+
$NONINSTALLFILES = [/~\z/, /\A#.*#\z/, /\A\.#/, /\.bak\z/i, /\.orig\z/, /\.rej\z/, /\.l[ao]\z/, /\.o\z/]
|
|
2632
|
+
$VPATH = %w[$(srcdir) $(arch_hdrdir)/ruby $(hdrdir)/ruby]
|
|
2633
|
+
|
|
2634
|
+
$objs = nil
|
|
2635
|
+
$srcs = nil
|
|
2636
|
+
$headers = []
|
|
2637
|
+
$libs = ""
|
|
2638
|
+
if $enable_shared or RbConfig.expand(config["LIBRUBY"].dup) != RbConfig.expand(config["LIBRUBY_A"].dup)
|
|
2639
|
+
$LIBRUBYARG = config['LIBRUBYARG']
|
|
2640
|
+
end
|
|
2641
|
+
|
|
2642
|
+
$LOCAL_LIBS = ""
|
|
2643
|
+
|
|
2644
|
+
$cleanfiles = config_string('CLEANFILES') {|s| Shellwords.shellwords(s)} || []
|
|
2645
|
+
$cleanfiles << "mkmf.log"
|
|
2646
|
+
$distcleanfiles = config_string('DISTCLEANFILES') {|s| Shellwords.shellwords(s)} || []
|
|
2647
|
+
$distcleandirs = config_string('DISTCLEANDIRS') {|s| Shellwords.shellwords(s)} || []
|
|
2648
|
+
|
|
2649
|
+
$extout ||= nil
|
|
2650
|
+
$extout_prefix ||= nil
|
|
2651
|
+
|
|
2652
|
+
$arg_config.clear
|
|
2653
|
+
$config_dirs.clear
|
|
2654
|
+
dir_config("opt")
|
|
2655
|
+
end
|
|
2656
|
+
|
|
2657
|
+
FailedMessage = <<MESSAGE
|
|
2658
|
+
Could not create Makefile due to some reason, probably lack of necessary
|
|
2659
|
+
libraries and/or headers. Check the mkmf.log file for more details. You may
|
|
2660
|
+
need configuration options.
|
|
2661
|
+
|
|
2662
|
+
Provided configuration options:
|
|
2663
|
+
MESSAGE
|
|
2664
|
+
|
|
2665
|
+
# Returns whether or not the Makefile was successfully generated. If not,
|
|
2666
|
+
# the script will abort with an error message.
|
|
2667
|
+
#
|
|
2668
|
+
# Internal use only.
|
|
2669
|
+
#
|
|
2670
|
+
def mkmf_failed(path)
|
|
2671
|
+
unless $makefile_created or File.exist?("Makefile")
|
|
2672
|
+
opts = $arg_config.collect {|t, n| "\t#{t}#{n ? "=#{n}" : ""}\n"}
|
|
2673
|
+
abort "*** #{path} failed ***\n" + FailedMessage + opts.join
|
|
2674
|
+
end
|
|
2675
|
+
end
|
|
2676
|
+
|
|
2677
|
+
private
|
|
2678
|
+
|
|
2679
|
+
def _libdir_basename
|
|
2680
|
+
@libdir_basename ||= config_string("libdir") {|name| name[/\A\$\(exec_prefix\)\/(.*)/, 1]} || "lib"
|
|
2681
|
+
end
|
|
2682
|
+
|
|
2683
|
+
def MAIN_DOES_NOTHING(*refs)
|
|
2684
|
+
src = MAIN_DOES_NOTHING
|
|
2685
|
+
unless refs.empty?
|
|
2686
|
+
src = src.sub(/\{/) do
|
|
2687
|
+
$& +
|
|
2688
|
+
"\n if (argc > 1000000) {\n" +
|
|
2689
|
+
refs.map {|n|" int (* volatile #{n}p)(void)=(int (*)(void))&#{n};\n"}.join("") +
|
|
2690
|
+
refs.map {|n|" printf(\"%d\", (*#{n}p)());\n"}.join("") +
|
|
2691
|
+
" }\n"
|
|
2692
|
+
end
|
|
2693
|
+
end
|
|
2694
|
+
src
|
|
2695
|
+
end
|
|
2696
|
+
|
|
2697
|
+
extend self
|
|
2698
|
+
init_mkmf
|
|
2699
|
+
|
|
2700
|
+
$make = with_config("make-prog", ENV["MAKE"] || "make")
|
|
2701
|
+
make, = Shellwords.shellwords($make)
|
|
2702
|
+
$nmake = nil
|
|
2703
|
+
case
|
|
2704
|
+
when $mswin
|
|
2705
|
+
$nmake = ?m if /nmake/i =~ make
|
|
2706
|
+
end
|
|
2707
|
+
$ignore_error = " 2> #{File::NULL} || #{$mswin ? 'exit /b0' : 'true'}"
|
|
2708
|
+
|
|
2709
|
+
RbConfig::CONFIG["srcdir"] = CONFIG["srcdir"] =
|
|
2710
|
+
$srcdir = arg_config("--srcdir", File.dirname($0))
|
|
2711
|
+
$configure_args["--topsrcdir"] ||= $srcdir
|
|
2712
|
+
if $curdir = arg_config("--curdir")
|
|
2713
|
+
RbConfig.expand(curdir = $curdir.dup)
|
|
2714
|
+
else
|
|
2715
|
+
curdir = $curdir = "."
|
|
2716
|
+
end
|
|
2717
|
+
unless File.expand_path(RbConfig::CONFIG["topdir"]) == File.expand_path(curdir)
|
|
2718
|
+
CONFIG["topdir"] = $curdir
|
|
2719
|
+
RbConfig::CONFIG["topdir"] = curdir
|
|
2720
|
+
end
|
|
2721
|
+
$configure_args["--topdir"] ||= $curdir
|
|
2722
|
+
$ruby = arg_config("--ruby", File.join(RbConfig::CONFIG["bindir"], CONFIG["ruby_install_name"]))
|
|
2723
|
+
|
|
2724
|
+
RbConfig.expand(CONFIG["RUBY_SO_NAME"])
|
|
2725
|
+
|
|
2726
|
+
# :startdoc:
|
|
2727
|
+
|
|
2728
|
+
split = Shellwords.method(:shellwords).to_proc
|
|
2729
|
+
|
|
2730
|
+
EXPORT_PREFIX = config_string('EXPORT_PREFIX') {|s| s.strip}
|
|
2731
|
+
|
|
2732
|
+
hdr = ['#include "ruby.h"' "\n"]
|
|
2733
|
+
config_string('COMMON_MACROS') do |s|
|
|
2734
|
+
Shellwords.shellwords(s).each do |w|
|
|
2735
|
+
w, v = w.split(/=/, 2)
|
|
2736
|
+
hdr << "#ifndef #{w}"
|
|
2737
|
+
hdr << "#define #{[w, v].compact.join(" ")}"
|
|
2738
|
+
hdr << "#endif /* #{w} */"
|
|
2739
|
+
end
|
|
2740
|
+
end
|
|
2741
|
+
config_string('COMMON_HEADERS') do |s|
|
|
2742
|
+
Shellwords.shellwords(s).each {|w| hdr << "#include <#{w}>"}
|
|
2743
|
+
end
|
|
2744
|
+
|
|
2745
|
+
##
|
|
2746
|
+
# Common headers for Ruby C extensions
|
|
2747
|
+
|
|
2748
|
+
COMMON_HEADERS = hdr.join("\n")
|
|
2749
|
+
|
|
2750
|
+
##
|
|
2751
|
+
# Common libraries for Ruby C extensions
|
|
2752
|
+
|
|
2753
|
+
COMMON_LIBS = config_string('COMMON_LIBS', &split) || []
|
|
2754
|
+
|
|
2755
|
+
##
|
|
2756
|
+
# make compile rules
|
|
2757
|
+
|
|
2758
|
+
COMPILE_RULES = config_string('COMPILE_RULES', &split) || %w[.%s.%s:]
|
|
2759
|
+
RULE_SUBST = config_string('RULE_SUBST')
|
|
2760
|
+
|
|
2761
|
+
##
|
|
2762
|
+
# Command which will compile C files in the generated Makefile
|
|
2763
|
+
|
|
2764
|
+
COMPILE_C = config_string('COMPILE_C') || '$(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<'
|
|
2765
|
+
|
|
2766
|
+
##
|
|
2767
|
+
# Command which will compile C++ files in the generated Makefile
|
|
2768
|
+
|
|
2769
|
+
COMPILE_CXX = config_string('COMPILE_CXX') || '$(CXX) $(INCFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<'
|
|
2770
|
+
|
|
2771
|
+
##
|
|
2772
|
+
# Command which will translate C files to assembler sources in the generated Makefile
|
|
2773
|
+
|
|
2774
|
+
ASSEMBLE_C = config_string('ASSEMBLE_C') || COMPILE_C.sub(/(?<=\s)-c(?=\s)/, '-S')
|
|
2775
|
+
|
|
2776
|
+
##
|
|
2777
|
+
# Command which will translate C++ files to assembler sources in the generated Makefile
|
|
2778
|
+
|
|
2779
|
+
ASSEMBLE_CXX = config_string('ASSEMBLE_CXX') || COMPILE_CXX.sub(/(?<=\s)-c(?=\s)/, '-S')
|
|
2780
|
+
|
|
2781
|
+
##
|
|
2782
|
+
# Command which will compile a program in order to test linking a library
|
|
2783
|
+
|
|
2784
|
+
TRY_LINK = config_string('TRY_LINK') ||
|
|
2785
|
+
"$(CC) #{OUTFLAG}#{CONFTEST}#{$EXEEXT} $(INCFLAGS) $(CPPFLAGS) " \
|
|
2786
|
+
"$(CFLAGS) $(src) $(LIBPATH) $(LDFLAGS) $(ARCH_FLAG) $(LOCAL_LIBS) $(LIBS)"
|
|
2787
|
+
|
|
2788
|
+
##
|
|
2789
|
+
# Command which will link a shared library
|
|
2790
|
+
|
|
2791
|
+
LINK_SO = (config_string('LINK_SO') || "").sub(/^$/) do
|
|
2792
|
+
if CONFIG["DLEXT"] == $OBJEXT
|
|
2793
|
+
"ld $(DLDFLAGS) -r -o $@ $(OBJS)\n"
|
|
2794
|
+
else
|
|
2795
|
+
"$(LDSHARED) #{OUTFLAG}$@ $(OBJS) " \
|
|
2796
|
+
"$(LIBPATH) $(DLDFLAGS) $(LOCAL_LIBS) $(LIBS)"
|
|
2797
|
+
end
|
|
2798
|
+
end
|
|
2799
|
+
|
|
2800
|
+
##
|
|
2801
|
+
# Argument which will add a library path to the linker
|
|
2802
|
+
|
|
2803
|
+
LIBPATHFLAG = config_string('LIBPATHFLAG') || ' -L%s'
|
|
2804
|
+
RPATHFLAG = config_string('RPATHFLAG') || ''
|
|
2805
|
+
|
|
2806
|
+
##
|
|
2807
|
+
# Argument which will add a library to the linker
|
|
2808
|
+
|
|
2809
|
+
LIBARG = config_string('LIBARG') || '-l%s'
|
|
2810
|
+
|
|
2811
|
+
##
|
|
2812
|
+
# A C main function which does no work
|
|
2813
|
+
|
|
2814
|
+
MAIN_DOES_NOTHING = config_string('MAIN_DOES_NOTHING') || "int main(int argc, char **argv)\n{\n return !!argv[argc];\n}"
|
|
2815
|
+
UNIVERSAL_INTS = config_string('UNIVERSAL_INTS') {|s| Shellwords.shellwords(s)} ||
|
|
2816
|
+
%w[int short long long\ long]
|
|
2817
|
+
|
|
2818
|
+
sep = config_string('BUILD_FILE_SEPARATOR') {|s| ":/=#{s}" if s != "/"} || ""
|
|
2819
|
+
|
|
2820
|
+
##
|
|
2821
|
+
# Makefile rules that will clean the extension build directory
|
|
2822
|
+
|
|
2823
|
+
CLEANINGS = "
|
|
2824
|
+
clean-static::
|
|
2825
|
+
clean-rb-default::
|
|
2826
|
+
clean-rb::
|
|
2827
|
+
clean-so::
|
|
2828
|
+
clean: clean-so clean-static clean-rb-default clean-rb
|
|
2829
|
+
\t\t-$(Q)$(RM_RF) $(CLEANLIBS#{sep}) $(CLEANOBJS#{sep}) $(CLEANFILES#{sep}) .*.time
|
|
2830
|
+
|
|
2831
|
+
distclean-rb-default::
|
|
2832
|
+
distclean-rb::
|
|
2833
|
+
distclean-so::
|
|
2834
|
+
distclean-static::
|
|
2835
|
+
distclean: clean distclean-so distclean-static distclean-rb-default distclean-rb
|
|
2836
|
+
\t\t-$(Q)$(RM) Makefile $(RUBY_EXTCONF_H) #{CONFTEST}.* mkmf.log#{' exts.mk' if $extmk}
|
|
2837
|
+
\t\t-$(Q)$(RM) core ruby$(EXEEXT) *~ $(DISTCLEANFILES#{sep})
|
|
2838
|
+
\t\t-$(Q)$(RMDIRS) $(DISTCLEANDIRS#{sep})#{$ignore_error}
|
|
2839
|
+
|
|
2840
|
+
realclean: distclean
|
|
2841
|
+
"
|
|
2842
|
+
|
|
2843
|
+
@lang = Hash.new(self)
|
|
2844
|
+
|
|
2845
|
+
def self.[](name)
|
|
2846
|
+
@lang.fetch(name)
|
|
2847
|
+
end
|
|
2848
|
+
|
|
2849
|
+
def self.[]=(name, mod)
|
|
2850
|
+
@lang[name] = mod
|
|
2851
|
+
end
|
|
2852
|
+
|
|
2853
|
+
self["C++"] = Module.new do
|
|
2854
|
+
include MakeMakefile
|
|
2855
|
+
extend self
|
|
2856
|
+
|
|
2857
|
+
CONFTEST_CXX = "#{CONFTEST}.#{config_string('CXX_EXT') || CXX_EXT[0]}"
|
|
2858
|
+
|
|
2859
|
+
TRY_LINK_CXX = config_string('TRY_LINK_CXX') ||
|
|
2860
|
+
((cmd = TRY_LINK.gsub(/\$\(C(?:C|(FLAGS))\)/, '$(CXX\1)')) != TRY_LINK && cmd) ||
|
|
2861
|
+
"$(CXX) #{OUTFLAG}#{CONFTEST}#{$EXEEXT} $(INCFLAGS) $(CPPFLAGS) " \
|
|
2862
|
+
"$(CXXFLAGS) $(src) $(LIBPATH) $(LDFLAGS) $(ARCH_FLAG) $(LOCAL_LIBS) $(LIBS)"
|
|
2863
|
+
|
|
2864
|
+
def have_devel?
|
|
2865
|
+
unless defined? @have_devel
|
|
2866
|
+
@have_devel = true
|
|
2867
|
+
@have_devel = try_link(MAIN_DOES_NOTHING)
|
|
2868
|
+
end
|
|
2869
|
+
@have_devel
|
|
2870
|
+
end
|
|
2871
|
+
|
|
2872
|
+
def conftest_source
|
|
2873
|
+
CONFTEST_CXX
|
|
2874
|
+
end
|
|
2875
|
+
|
|
2876
|
+
def cc_command(opt="")
|
|
2877
|
+
conf = cc_config(opt)
|
|
2878
|
+
RbConfig::expand("$(CXX) #$INCFLAGS #$CPPFLAGS #$CXXFLAGS #$ARCH_FLAG #{opt} -c #{CONFTEST_CXX}",
|
|
2879
|
+
conf)
|
|
2880
|
+
end
|
|
2881
|
+
|
|
2882
|
+
def link_command(ldflags, *opts)
|
|
2883
|
+
conf = link_config(ldflags, *opts)
|
|
2884
|
+
RbConfig::expand(TRY_LINK_CXX.dup, conf)
|
|
2885
|
+
end
|
|
2886
|
+
end
|
|
2887
|
+
end
|
|
2888
|
+
|
|
2889
|
+
# MakeMakefile::Global = #
|
|
2890
|
+
m = Module.new {
|
|
2891
|
+
include(MakeMakefile)
|
|
2892
|
+
private(*MakeMakefile.public_instance_methods(false))
|
|
2893
|
+
}
|
|
2894
|
+
include m
|
|
2895
|
+
|
|
2896
|
+
if not $extmk and /\A(extconf|makefile).rb\z/ =~ File.basename($0)
|
|
2897
|
+
END {mkmf_failed($0)}
|
|
2898
|
+
end
|