cloudsmith-api 2.0.21 → 2.0.22
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +12 -10
- data/README.md +35 -6
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +1 -0
- data/docs/CargoPackageUpload.md +1 -0
- data/docs/CocoapodsPackageUpload.md +1 -0
- data/docs/ComposerPackageUpload.md +1 -0
- data/docs/ConanPackageUpload.md +1 -0
- data/docs/CondaPackageUpload.md +1 -0
- data/docs/CondaUpstream.md +25 -0
- data/docs/CondaUpstreamRequest.md +20 -0
- data/docs/CondaUpstreamRequestPatch.md +20 -0
- data/docs/CranPackageUpload.md +1 -0
- data/docs/DartPackageUpload.md +1 -0
- data/docs/DebPackageUpload.md +1 -0
- data/docs/DockerPackageUpload.md +1 -0
- data/docs/DynamicMapping.md +9 -0
- data/docs/GoPackageUpload.md +1 -0
- data/docs/HelmPackageUpload.md +1 -0
- data/docs/HexPackageUpload.md +1 -0
- data/docs/HuggingfacePackageUpload.md +88 -0
- data/docs/HuggingfacePackageUploadRequest.md +10 -0
- data/docs/HuggingfaceUpstream.md +25 -0
- data/docs/HuggingfaceUpstreamRequest.md +20 -0
- data/docs/HuggingfaceUpstreamRequestPatch.md +20 -0
- data/docs/LuarocksPackageUpload.md +1 -0
- data/docs/MavenPackageUpload.md +1 -0
- data/docs/NpmPackageUpload.md +1 -0
- data/docs/NugetPackageUpload.md +1 -0
- data/docs/OrgsApi.md +151 -14
- data/docs/P2PackageUpload.md +1 -0
- data/docs/Package.md +1 -0
- data/docs/PackageCopy.md +1 -0
- data/docs/PackageLicense.md +11 -0
- data/docs/PackageLicenseRequestPatch.md +12 -0
- data/docs/PackageMove.md +1 -0
- data/docs/PackageQuarantine.md +1 -0
- data/docs/PackageResync.md +1 -0
- data/docs/PackageTag.md +1 -0
- data/docs/PackagesApi.md +202 -0
- data/docs/ProviderSettings.md +2 -1
- data/docs/ProviderSettingsWrite.md +16 -0
- data/docs/ProviderSettingsWriteRequest.md +14 -0
- data/docs/ProviderSettingsWriteRequestPatch.md +14 -0
- data/docs/PythonPackageUpload.md +1 -0
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposApi.md +1169 -367
- data/docs/RpmPackageUpload.md +1 -0
- data/docs/RubyPackageUpload.md +1 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +1 -0
- data/docs/TerraformPackageUpload.md +1 -0
- data/docs/VagrantPackageUpload.md +1 -0
- data/docs/Vulnerability.md +1 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +150 -15
- data/lib/cloudsmith-api/api/packages_api.rb +194 -0
- data/lib/cloudsmith-api/api/repos_api.rb +1469 -679
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/conda_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/conda_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/dynamic_mapping.rb +206 -0
- data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +972 -0
- data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +210 -0
- data/lib/cloudsmith-api/models/huggingface_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/huggingface_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/huggingface_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/package.rb +10 -1
- data/lib/cloudsmith-api/models/package_copy.rb +10 -1
- data/lib/cloudsmith-api/models/package_license.rb +252 -0
- data/lib/cloudsmith-api/models/package_license_request_patch.rb +270 -0
- data/lib/cloudsmith-api/models/package_move.rb +10 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
- data/lib/cloudsmith-api/models/package_resync.rb +10 -1
- data/lib/cloudsmith-api/models/package_tag.rb +10 -1
- data/lib/cloudsmith-api/models/provider_settings.rb +12 -7
- data/lib/cloudsmith-api/models/provider_settings_write.rb +289 -0
- data/lib/cloudsmith-api/models/{provider_settings_request.rb → provider_settings_write_request.rb} +25 -8
- data/lib/cloudsmith-api/models/{provider_settings_request_patch.rb → provider_settings_write_request_patch.rb} +25 -3
- data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vulnerability.rb +13 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +14 -2
- data/spec/api/orgs_api_spec.rb +36 -6
- data/spec/api/packages_api_spec.rb +44 -0
- data/spec/api/repos_api_spec.rb +174 -0
- data/spec/models/alpine_package_upload_spec.rb +6 -0
- data/spec/models/cargo_package_upload_spec.rb +6 -0
- data/spec/models/cocoapods_package_upload_spec.rb +6 -0
- data/spec/models/composer_package_upload_spec.rb +6 -0
- data/spec/models/conan_package_upload_spec.rb +6 -0
- data/spec/models/conda_package_upload_spec.rb +6 -0
- data/spec/models/conda_upstream_request_patch_spec.rb +121 -0
- data/spec/models/conda_upstream_request_spec.rb +121 -0
- data/spec/models/conda_upstream_spec.rb +155 -0
- data/spec/models/cran_package_upload_spec.rb +6 -0
- data/spec/models/dart_package_upload_spec.rb +6 -0
- data/spec/models/deb_package_upload_spec.rb +6 -0
- data/spec/models/docker_package_upload_spec.rb +6 -0
- data/spec/models/dynamic_mapping_spec.rb +47 -0
- data/spec/models/go_package_upload_spec.rb +6 -0
- data/spec/models/helm_package_upload_spec.rb +6 -0
- data/spec/models/hex_package_upload_spec.rb +6 -0
- data/spec/models/huggingface_package_upload_request_spec.rb +53 -0
- data/spec/models/huggingface_package_upload_spec.rb +525 -0
- data/spec/models/huggingface_upstream_request_patch_spec.rb +121 -0
- data/spec/models/huggingface_upstream_request_spec.rb +121 -0
- data/spec/models/huggingface_upstream_spec.rb +155 -0
- data/spec/models/luarocks_package_upload_spec.rb +6 -0
- data/spec/models/maven_package_upload_spec.rb +6 -0
- data/spec/models/npm_package_upload_spec.rb +6 -0
- data/spec/models/nuget_package_upload_spec.rb +6 -0
- data/spec/models/p2_package_upload_spec.rb +6 -0
- data/spec/models/package_copy_spec.rb +6 -0
- data/spec/models/package_license_request_patch_spec.rb +73 -0
- data/spec/models/package_license_spec.rb +63 -0
- data/spec/models/package_move_spec.rb +6 -0
- data/spec/models/package_quarantine_spec.rb +6 -0
- data/spec/models/package_resync_spec.rb +6 -0
- data/spec/models/package_spec.rb +6 -0
- data/spec/models/package_tag_spec.rb +6 -0
- data/spec/models/provider_settings_spec.rb +6 -0
- data/spec/models/{provider_settings_request_spec.rb → provider_settings_write_request_patch_spec.rb} +18 -6
- data/spec/models/{provider_settings_request_patch_spec.rb → provider_settings_write_request_spec.rb} +18 -6
- data/spec/models/provider_settings_write_spec.rb +89 -0
- data/spec/models/python_package_upload_spec.rb +6 -0
- data/spec/models/raw_package_upload_spec.rb +6 -0
- data/spec/models/rpm_package_upload_spec.rb +6 -0
- data/spec/models/ruby_package_upload_spec.rb +6 -0
- data/spec/models/swift_package_upload_spec.rb +6 -0
- data/spec/models/terraform_package_upload_spec.rb +6 -0
- data/spec/models/vagrant_package_upload_spec.rb +6 -0
- data/spec/models/vulnerability_spec.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/memoist-0.16.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.4.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem_make.out +5 -5
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem_make.out +67 -72
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/mkmf.log +8 -193
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/CHANGELOG.md +35 -29
- data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/README.md +1 -7
- data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.c +721 -2269
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.h +4 -25
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bits.h +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/extconf.rb +3 -7
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.h +1 -93
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/math.rb +9 -6
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.rb +329 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Gemfile +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/changelog.md +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.gitignore +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.travis.yml +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/CHANGELOG.md +130 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Gemfile +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/LICENSE.md +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/README.md +157 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Rakefile +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist.rb +238 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/memoist.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/script/benchmark.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/memoist_test.rb +563 -0
- data/vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/test_helper.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/NEWS.md +145 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attribute.rb +7 -8
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/cdata.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/child.rb +2 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/comment.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/doctype.rb +3 -8
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/document.rb +21 -5
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/element.rb +53 -59
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/encoding.rb +3 -6
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/functions.rb +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/instruction.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/namespace.rb +4 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/node.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/baseparser.rb +143 -81
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/xpathparser.rb +4 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/quickpath.rb +19 -18
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/rexml.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/security.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/source.rb +7 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/text.rb +14 -17
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/relaxng.rb +27 -26
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validation.rb +8 -8
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath.rb +2 -13
- data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xpath_parser.rb +44 -42
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/Changelog.md +18 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/differ.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/method_signature_verifier.rb +35 -10
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/CHANGES.md +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/README.md +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Rakefile +4 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/doc/uname.rdoc +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/uname.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/unix/uname.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/windows/uname.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_platform_spec.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/sys_uname_spec.rb +75 -3
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/sys-uname.gemspec +5 -2
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{autotest-fsevent-0.2.22.gemspec → autotest-fsevent-0.3.0.gemspec} +4 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{bigdecimal-3.2.2.gemspec → bigdecimal-3.2.3.gemspec} +2 -2
- data/vendor/bundle/ruby/2.6.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/{hashdiff-1.2.0.gemspec → hashdiff-1.2.1.gemspec} +3 -3
- data/vendor/bundle/ruby/2.6.0/specifications/memoist-0.16.2.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/{rexml-3.4.1.gemspec → rexml-3.4.4.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.13.4.gemspec → rspec-support-3.13.6.gemspec} +4 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.3.1.gemspec → sys-uname-1.4.0.gemspec} +6 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +8 -6
- metadata +431 -416
- data/docs/ProviderSettingsRequest.md +0 -12
- data/docs/ProviderSettingsRequestPatch.md +0 -12
- data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +0 -123
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.gitignore +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.rspec +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Guardfile +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Rakefile +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.dll +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent.so +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/fsevent_sleep.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/make +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/ext/fsevent/nmake.bat +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest/fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/lib/autotest-fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/post-install.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.0}/prebuilt/fsevent_sleep +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.github/workflows/ci.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.rubocop.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.travis.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/hashdiff.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/compare_hashes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/diff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/linear_compare_array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.2.0 → hashdiff-1.2.1}/lib/hashdiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/context.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/doc/rexml/tutorial.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/dtd.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/elementdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/entitydecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/dtd/notationdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/entity.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/default.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/pretty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/formatters/transitive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/light/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parseexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/lightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/pullparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/sax2parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/streamparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/treeparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/parsers/ultralightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/sax2listener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/streamlistener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/undefinednamespaceexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/validation/validationexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmldecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml/xmltokens.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.4.1 → rexml-3.4.4}/lib/rexml.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/caller_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/comparable_version.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/directory_maker.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/encoded_string.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/hunk_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/matcher_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/object_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/recursive_const_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/reentrant_mutex.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/ruby_features.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/location.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source/token.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/source.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/formatting_support.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/shell_out.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/string_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.4 → rspec-support-3.13.6}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/MANIFEST.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/certs/djberg96_pub.pem +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/examples/uname_test.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/lib/sys-uname.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.3.1 → sys-uname-1.4.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudsmith-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cloudsmith Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -251,6 +251,9 @@ files:
|
|
251
251
|
- docs/ConanPackageUploadRequest.md
|
252
252
|
- docs/CondaPackageUpload.md
|
253
253
|
- docs/CondaPackageUploadRequest.md
|
254
|
+
- docs/CondaUpstream.md
|
255
|
+
- docs/CondaUpstreamRequest.md
|
256
|
+
- docs/CondaUpstreamRequestPatch.md
|
254
257
|
- docs/CranPackageUpload.md
|
255
258
|
- docs/CranPackageUploadRequest.md
|
256
259
|
- docs/CranUpstream.md
|
@@ -275,6 +278,7 @@ files:
|
|
275
278
|
- docs/DockerUpstream.md
|
276
279
|
- docs/DockerUpstreamRequest.md
|
277
280
|
- docs/DockerUpstreamRequestPatch.md
|
281
|
+
- docs/DynamicMapping.md
|
278
282
|
- docs/EntitlementUsageMetrics.md
|
279
283
|
- docs/EntitlementsApi.md
|
280
284
|
- docs/ErrorDetail.md
|
@@ -303,6 +307,11 @@ files:
|
|
303
307
|
- docs/History.md
|
304
308
|
- docs/HistoryFieldset.md
|
305
309
|
- docs/HistoryFieldsetRaw.md
|
310
|
+
- docs/HuggingfacePackageUpload.md
|
311
|
+
- docs/HuggingfacePackageUploadRequest.md
|
312
|
+
- docs/HuggingfaceUpstream.md
|
313
|
+
- docs/HuggingfaceUpstreamRequest.md
|
314
|
+
- docs/HuggingfaceUpstreamRequestPatch.md
|
306
315
|
- docs/InlineResponse200.md
|
307
316
|
- docs/InlineResponse2001.md
|
308
317
|
- docs/LuarocksPackageUpload.md
|
@@ -374,10 +383,12 @@ files:
|
|
374
383
|
- docs/PackageFileUpload.md
|
375
384
|
- docs/PackageFileUploadRequest.md
|
376
385
|
- docs/PackageGroup.md
|
386
|
+
- docs/PackageLicense.md
|
377
387
|
- docs/PackageLicensePolicyEvaluationRequest.md
|
378
388
|
- docs/PackageLicensePolicyEvaluationRequestRequest.md
|
379
389
|
- docs/PackageLicensePolicyViolationLog.md
|
380
390
|
- docs/PackageLicensePolicyViolationLogCursorPage.md
|
391
|
+
- docs/PackageLicenseRequestPatch.md
|
381
392
|
- docs/PackageMove.md
|
382
393
|
- docs/PackageMoveRequest.md
|
383
394
|
- docs/PackageQuarantine.md
|
@@ -395,8 +406,9 @@ files:
|
|
395
406
|
- docs/PackageVulnerabilityPolicyViolationLogCursorPage.md
|
396
407
|
- docs/PackagesApi.md
|
397
408
|
- docs/ProviderSettings.md
|
398
|
-
- docs/
|
399
|
-
- docs/
|
409
|
+
- docs/ProviderSettingsWrite.md
|
410
|
+
- docs/ProviderSettingsWriteRequest.md
|
411
|
+
- docs/ProviderSettingsWriteRequestPatch.md
|
400
412
|
- docs/PythonPackageUpload.md
|
401
413
|
- docs/PythonPackageUploadRequest.md
|
402
414
|
- docs/PythonUpstream.md
|
@@ -556,6 +568,9 @@ files:
|
|
556
568
|
- lib/cloudsmith-api/models/conan_package_upload_request.rb
|
557
569
|
- lib/cloudsmith-api/models/conda_package_upload.rb
|
558
570
|
- lib/cloudsmith-api/models/conda_package_upload_request.rb
|
571
|
+
- lib/cloudsmith-api/models/conda_upstream.rb
|
572
|
+
- lib/cloudsmith-api/models/conda_upstream_request.rb
|
573
|
+
- lib/cloudsmith-api/models/conda_upstream_request_patch.rb
|
559
574
|
- lib/cloudsmith-api/models/cran_package_upload.rb
|
560
575
|
- lib/cloudsmith-api/models/cran_package_upload_request.rb
|
561
576
|
- lib/cloudsmith-api/models/cran_upstream.rb
|
@@ -579,6 +594,7 @@ files:
|
|
579
594
|
- lib/cloudsmith-api/models/docker_upstream.rb
|
580
595
|
- lib/cloudsmith-api/models/docker_upstream_request.rb
|
581
596
|
- lib/cloudsmith-api/models/docker_upstream_request_patch.rb
|
597
|
+
- lib/cloudsmith-api/models/dynamic_mapping.rb
|
582
598
|
- lib/cloudsmith-api/models/entitlement_usage_metrics.rb
|
583
599
|
- lib/cloudsmith-api/models/error_detail.rb
|
584
600
|
- lib/cloudsmith-api/models/eula.rb
|
@@ -604,6 +620,11 @@ files:
|
|
604
620
|
- lib/cloudsmith-api/models/history.rb
|
605
621
|
- lib/cloudsmith-api/models/history_fieldset.rb
|
606
622
|
- lib/cloudsmith-api/models/history_fieldset_raw.rb
|
623
|
+
- lib/cloudsmith-api/models/huggingface_package_upload.rb
|
624
|
+
- lib/cloudsmith-api/models/huggingface_package_upload_request.rb
|
625
|
+
- lib/cloudsmith-api/models/huggingface_upstream.rb
|
626
|
+
- lib/cloudsmith-api/models/huggingface_upstream_request.rb
|
627
|
+
- lib/cloudsmith-api/models/huggingface_upstream_request_patch.rb
|
607
628
|
- lib/cloudsmith-api/models/inline_response_200.rb
|
608
629
|
- lib/cloudsmith-api/models/inline_response_200_1.rb
|
609
630
|
- lib/cloudsmith-api/models/luarocks_package_upload.rb
|
@@ -672,10 +693,12 @@ files:
|
|
672
693
|
- lib/cloudsmith-api/models/package_file_upload.rb
|
673
694
|
- lib/cloudsmith-api/models/package_file_upload_request.rb
|
674
695
|
- lib/cloudsmith-api/models/package_group.rb
|
696
|
+
- lib/cloudsmith-api/models/package_license.rb
|
675
697
|
- lib/cloudsmith-api/models/package_license_policy_evaluation_request.rb
|
676
698
|
- lib/cloudsmith-api/models/package_license_policy_evaluation_request_request.rb
|
677
699
|
- lib/cloudsmith-api/models/package_license_policy_violation_log.rb
|
678
700
|
- lib/cloudsmith-api/models/package_license_policy_violation_log_cursor_page.rb
|
701
|
+
- lib/cloudsmith-api/models/package_license_request_patch.rb
|
679
702
|
- lib/cloudsmith-api/models/package_move.rb
|
680
703
|
- lib/cloudsmith-api/models/package_move_request.rb
|
681
704
|
- lib/cloudsmith-api/models/package_quarantine.rb
|
@@ -692,8 +715,9 @@ files:
|
|
692
715
|
- lib/cloudsmith-api/models/package_vulnerability_policy_violation_log.rb
|
693
716
|
- lib/cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page.rb
|
694
717
|
- lib/cloudsmith-api/models/provider_settings.rb
|
695
|
-
- lib/cloudsmith-api/models/
|
696
|
-
- lib/cloudsmith-api/models/
|
718
|
+
- lib/cloudsmith-api/models/provider_settings_write.rb
|
719
|
+
- lib/cloudsmith-api/models/provider_settings_write_request.rb
|
720
|
+
- lib/cloudsmith-api/models/provider_settings_write_request_patch.rb
|
697
721
|
- lib/cloudsmith-api/models/python_package_upload.rb
|
698
722
|
- lib/cloudsmith-api/models/python_package_upload_request.rb
|
699
723
|
- lib/cloudsmith-api/models/python_upstream.rb
|
@@ -842,6 +866,9 @@ files:
|
|
842
866
|
- spec/models/conan_package_upload_spec.rb
|
843
867
|
- spec/models/conda_package_upload_request_spec.rb
|
844
868
|
- spec/models/conda_package_upload_spec.rb
|
869
|
+
- spec/models/conda_upstream_request_patch_spec.rb
|
870
|
+
- spec/models/conda_upstream_request_spec.rb
|
871
|
+
- spec/models/conda_upstream_spec.rb
|
845
872
|
- spec/models/cran_package_upload_request_spec.rb
|
846
873
|
- spec/models/cran_package_upload_spec.rb
|
847
874
|
- spec/models/cran_upstream_request_patch_spec.rb
|
@@ -865,6 +892,7 @@ files:
|
|
865
892
|
- spec/models/docker_upstream_request_patch_spec.rb
|
866
893
|
- spec/models/docker_upstream_request_spec.rb
|
867
894
|
- spec/models/docker_upstream_spec.rb
|
895
|
+
- spec/models/dynamic_mapping_spec.rb
|
868
896
|
- spec/models/entitlement_usage_metrics_spec.rb
|
869
897
|
- spec/models/error_detail_spec.rb
|
870
898
|
- spec/models/eula_spec.rb
|
@@ -890,6 +918,11 @@ files:
|
|
890
918
|
- spec/models/history_fieldset_raw_spec.rb
|
891
919
|
- spec/models/history_fieldset_spec.rb
|
892
920
|
- spec/models/history_spec.rb
|
921
|
+
- spec/models/huggingface_package_upload_request_spec.rb
|
922
|
+
- spec/models/huggingface_package_upload_spec.rb
|
923
|
+
- spec/models/huggingface_upstream_request_patch_spec.rb
|
924
|
+
- spec/models/huggingface_upstream_request_spec.rb
|
925
|
+
- spec/models/huggingface_upstream_spec.rb
|
893
926
|
- spec/models/inline_response_200_1_spec.rb
|
894
927
|
- spec/models/inline_response_200_spec.rb
|
895
928
|
- spec/models/luarocks_package_upload_request_spec.rb
|
@@ -961,6 +994,8 @@ files:
|
|
961
994
|
- spec/models/package_license_policy_evaluation_request_spec.rb
|
962
995
|
- spec/models/package_license_policy_violation_log_cursor_page_spec.rb
|
963
996
|
- spec/models/package_license_policy_violation_log_spec.rb
|
997
|
+
- spec/models/package_license_request_patch_spec.rb
|
998
|
+
- spec/models/package_license_spec.rb
|
964
999
|
- spec/models/package_move_request_spec.rb
|
965
1000
|
- spec/models/package_move_spec.rb
|
966
1001
|
- spec/models/package_quarantine_request_spec.rb
|
@@ -977,9 +1012,10 @@ files:
|
|
977
1012
|
- spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb
|
978
1013
|
- spec/models/package_vulnerability_policy_violation_log_spec.rb
|
979
1014
|
- spec/models/package_vulnerability_spec.rb
|
980
|
-
- spec/models/provider_settings_request_patch_spec.rb
|
981
|
-
- spec/models/provider_settings_request_spec.rb
|
982
1015
|
- spec/models/provider_settings_spec.rb
|
1016
|
+
- spec/models/provider_settings_write_request_patch_spec.rb
|
1017
|
+
- spec/models/provider_settings_write_request_spec.rb
|
1018
|
+
- spec/models/provider_settings_write_spec.rb
|
983
1019
|
- spec/models/python_package_upload_request_spec.rb
|
984
1020
|
- spec/models/python_package_upload_spec.rb
|
985
1021
|
- spec/models/python_upstream_request_patch_spec.rb
|
@@ -1092,34 +1128,35 @@ files:
|
|
1092
1128
|
- vendor/bundle/ruby/2.6.0/cache/ZenTest-4.12.2.gem
|
1093
1129
|
- vendor/bundle/ruby/2.6.0/cache/addressable-2.8.7.gem
|
1094
1130
|
- vendor/bundle/ruby/2.6.0/cache/autotest-4.4.6.gem
|
1095
|
-
- vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.
|
1131
|
+
- vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.0.gem
|
1096
1132
|
- vendor/bundle/ruby/2.6.0/cache/autotest-growl-0.2.16.gem
|
1097
1133
|
- vendor/bundle/ruby/2.6.0/cache/autotest-rails-pure-4.1.2.gem
|
1098
|
-
- vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.
|
1134
|
+
- vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.3.gem
|
1099
1135
|
- vendor/bundle/ruby/2.6.0/cache/crack-1.0.0.gem
|
1100
1136
|
- vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.2.gem
|
1101
|
-
- vendor/bundle/ruby/2.6.0/cache/ethon-0.
|
1137
|
+
- vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem
|
1102
1138
|
- vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2.gem
|
1103
|
-
- vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.
|
1139
|
+
- vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.1.gem
|
1104
1140
|
- vendor/bundle/ruby/2.6.0/cache/json-2.7.6.gem
|
1141
|
+
- vendor/bundle/ruby/2.6.0/cache/memoist-0.16.2.gem
|
1105
1142
|
- vendor/bundle/ruby/2.6.0/cache/public_suffix-5.1.1.gem
|
1106
1143
|
- vendor/bundle/ruby/2.6.0/cache/rake-12.3.3.gem
|
1107
|
-
- vendor/bundle/ruby/2.6.0/cache/rexml-3.4.
|
1144
|
+
- vendor/bundle/ruby/2.6.0/cache/rexml-3.4.4.gem
|
1108
1145
|
- vendor/bundle/ruby/2.6.0/cache/rspec-3.13.1.gem
|
1109
1146
|
- vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.5.gem
|
1110
1147
|
- vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.5.gem
|
1111
1148
|
- vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.gem
|
1112
|
-
- vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.
|
1113
|
-
- vendor/bundle/ruby/2.6.0/cache/sys-uname-1.
|
1114
|
-
- vendor/bundle/ruby/2.6.0/cache/typhoeus-1.
|
1149
|
+
- vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem
|
1150
|
+
- vendor/bundle/ruby/2.6.0/cache/sys-uname-1.4.0.gem
|
1151
|
+
- vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem
|
1115
1152
|
- vendor/bundle/ruby/2.6.0/cache/vcr-3.0.3.gem
|
1116
1153
|
- vendor/bundle/ruby/2.6.0/cache/webmock-1.24.6.gem
|
1117
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.
|
1118
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.
|
1119
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.
|
1120
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.
|
1121
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.
|
1122
|
-
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.
|
1154
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.0/gem.build_complete
|
1155
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.0/gem_make.out
|
1156
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/bigdecimal.so
|
1157
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/gem.build_complete
|
1158
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/gem_make.out
|
1159
|
+
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.3/mkmf.log
|
1123
1160
|
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/ffi_c.so
|
1124
1161
|
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem.build_complete
|
1125
1162
|
- vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out
|
@@ -1183,21 +1220,21 @@ files:
|
|
1183
1220
|
- vendor/bundle/ruby/2.6.0/gems/autotest-4.4.6/Manifest.txt
|
1184
1221
|
- vendor/bundle/ruby/2.6.0/gems/autotest-4.4.6/README.txt
|
1185
1222
|
- vendor/bundle/ruby/2.6.0/gems/autotest-4.4.6/Rakefile
|
1186
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1187
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1188
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1189
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1190
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1191
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1192
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1193
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1194
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1195
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1196
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1197
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1198
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1199
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1200
|
-
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.
|
1223
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/CHANGELOG.md
|
1224
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/LICENSE.txt
|
1225
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/README.md
|
1226
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/Makefile
|
1227
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/extconf.rb
|
1228
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/fsevent.dll
|
1229
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/fsevent.so
|
1230
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/fsevent_sleep.c
|
1231
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/make
|
1232
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/ext/fsevent/nmake.bat
|
1233
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/lib/autotest-fsevent.rb
|
1234
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/lib/autotest-fsevent/version.rb
|
1235
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/lib/autotest/fsevent.rb
|
1236
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/post-install.txt
|
1237
|
+
- vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.0/prebuilt/fsevent_sleep
|
1201
1238
|
- vendor/bundle/ruby/2.6.0/gems/autotest-growl-0.2.16/.gitignore
|
1202
1239
|
- vendor/bundle/ruby/2.6.0/gems/autotest-growl-0.2.16/.rvmrc
|
1203
1240
|
- vendor/bundle/ruby/2.6.0/gems/autotest-growl-0.2.16/CHANGELOG.txt
|
@@ -1239,32 +1276,32 @@ files:
|
|
1239
1276
|
- vendor/bundle/ruby/2.6.0/gems/autotest-rails-pure-4.1.2/lib/autotest/migrate.rb
|
1240
1277
|
- vendor/bundle/ruby/2.6.0/gems/autotest-rails-pure-4.1.2/lib/autotest/rails.rb
|
1241
1278
|
- vendor/bundle/ruby/2.6.0/gems/autotest-rails-pure-4.1.2/test/rails_test.rb
|
1242
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1243
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1244
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1245
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1246
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1247
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1248
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1249
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1250
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1251
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1252
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1253
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1254
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1255
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1256
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1257
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1258
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1259
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1260
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1261
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1262
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1263
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1264
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1265
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1266
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1267
|
-
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.
|
1279
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/LICENSE
|
1280
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/bigdecimal.gemspec
|
1281
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/.sitearchdir.time
|
1282
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/Makefile
|
1283
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.c
|
1284
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.h
|
1285
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.o
|
1286
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bigdecimal.so
|
1287
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/bits.h
|
1288
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/extconf.rb
|
1289
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/feature.h
|
1290
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/missing.c
|
1291
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/missing.h
|
1292
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/missing.o
|
1293
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/missing/dtoa.c
|
1294
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/ext/bigdecimal/static_assert.h
|
1295
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.rb
|
1296
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal.so
|
1297
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal/jacobian.rb
|
1298
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal/ludcmp.rb
|
1299
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal/math.rb
|
1300
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal/newton.rb
|
1301
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/lib/bigdecimal/util.rb
|
1302
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/sample/linear.rb
|
1303
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/sample/nlsolve.rb
|
1304
|
+
- vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.3/sample/pi.rb
|
1268
1305
|
- vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/History
|
1269
1306
|
- vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/LICENSE
|
1270
1307
|
- vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/README.md
|
@@ -1388,108 +1425,108 @@ files:
|
|
1388
1425
|
- vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/spec/spec_helper.rb
|
1389
1426
|
- vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/spec/traverse_balanced_spec.rb
|
1390
1427
|
- vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/spec/traverse_sequences_spec.rb
|
1391
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1392
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1393
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1394
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1395
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1396
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1397
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1398
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1399
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1400
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1401
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1402
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1403
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1404
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1405
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1406
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1407
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1408
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1409
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1410
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1411
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1412
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1413
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1414
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1415
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1416
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1417
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1418
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1419
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1420
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1421
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1422
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1423
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1424
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1425
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1426
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1427
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1428
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1429
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1430
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1431
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1432
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1433
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1434
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1435
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1436
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1437
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1438
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1439
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1440
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1441
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1442
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1443
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1444
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1445
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1446
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1447
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1448
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1449
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1450
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1451
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1452
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1453
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1454
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1455
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1456
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1457
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1458
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1459
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1460
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1461
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1462
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1463
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1464
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1465
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1466
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1467
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1468
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1469
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1470
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1471
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1472
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1473
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1474
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1475
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1476
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1477
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1478
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1479
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1480
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1481
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1482
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1483
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1484
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1485
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1486
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1487
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1488
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1489
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1490
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1491
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1492
|
-
- vendor/bundle/ruby/2.6.0/gems/ethon-0.
|
1428
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml
|
1429
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.gitignore
|
1430
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.rspec
|
1431
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/CHANGELOG.md
|
1432
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Gemfile
|
1433
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Guardfile
|
1434
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/LICENSE
|
1435
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/README.md
|
1436
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Rakefile
|
1437
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/ethon.gemspec
|
1438
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon.rb
|
1439
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curl.rb
|
1440
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb
|
1441
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/codes.rb
|
1442
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/constants.rb
|
1443
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/form_options.rb
|
1444
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/functions.rb
|
1445
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/infos.rb
|
1446
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/messages.rb
|
1447
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb
|
1448
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/settings.rb
|
1449
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy.rb
|
1450
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb
|
1451
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/debug_info.rb
|
1452
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/features.rb
|
1453
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/form.rb
|
1454
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/header.rb
|
1455
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http.rb
|
1456
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/actionable.rb
|
1457
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/custom.rb
|
1458
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/delete.rb
|
1459
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/get.rb
|
1460
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/head.rb
|
1461
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/options.rb
|
1462
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/patch.rb
|
1463
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/post.rb
|
1464
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/postable.rb
|
1465
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/put.rb
|
1466
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/http/putable.rb
|
1467
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb
|
1468
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/mirror.rb
|
1469
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/operations.rb
|
1470
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/options.rb
|
1471
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/params.rb
|
1472
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/queryable.rb
|
1473
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb
|
1474
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/util.rb
|
1475
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors.rb
|
1476
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/ethon_error.rb
|
1477
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/global_init.rb
|
1478
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_option.rb
|
1479
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_value.rb
|
1480
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/multi_add.rb
|
1481
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/multi_fdset.rb
|
1482
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/multi_remove.rb
|
1483
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/multi_timeout.rb
|
1484
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/errors/select.rb
|
1485
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb
|
1486
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/loggable.rb
|
1487
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/multi.rb
|
1488
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/multi/operations.rb
|
1489
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/multi/options.rb
|
1490
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/multi/stack.rb
|
1491
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/version.rb
|
1492
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/benchmarks.rb
|
1493
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/memory_leaks.rb
|
1494
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb
|
1495
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb
|
1496
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb
|
1497
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb
|
1498
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb
|
1499
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb
|
1500
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb
|
1501
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb
|
1502
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb
|
1503
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb
|
1504
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb
|
1505
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb
|
1506
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb
|
1507
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb
|
1508
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb
|
1509
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb
|
1510
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb
|
1511
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb
|
1512
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb
|
1513
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb
|
1514
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb
|
1515
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb
|
1516
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb
|
1517
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb
|
1518
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb
|
1519
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb
|
1520
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb
|
1521
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb
|
1522
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
|
1523
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb
|
1524
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb
|
1525
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb
|
1526
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb
|
1527
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/spec_helper.rb
|
1528
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/localhost_server.rb
|
1529
|
+
- vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/server.rb
|
1493
1530
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/CHANGELOG.md
|
1494
1531
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/COPYING
|
1495
1532
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Gemfile
|
@@ -2159,27 +2196,27 @@ files:
|
|
2159
2196
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/struct_layout.rbs
|
2160
2197
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/struct_layout_builder.rbs
|
2161
2198
|
- vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/type.rbs
|
2162
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2163
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2164
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2165
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2166
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2167
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2168
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2169
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2170
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2171
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2172
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2173
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2174
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2175
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2176
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2177
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2178
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2179
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2180
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2181
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2182
|
-
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.
|
2199
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.github/workflows/ci.yml
|
2200
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.gitignore
|
2201
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.rspec
|
2202
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.rubocop.yml
|
2203
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.travis.yml
|
2204
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/.yardopts
|
2205
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/Gemfile
|
2206
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/LICENSE
|
2207
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/README.md
|
2208
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/Rakefile
|
2209
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/changelog.md
|
2210
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/hashdiff.gemspec
|
2211
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff.rb
|
2212
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/compare_hashes.rb
|
2213
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/diff.rb
|
2214
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/lcs.rb
|
2215
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/lcs_compare_arrays.rb
|
2216
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/linear_compare_array.rb
|
2217
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/patch.rb
|
2218
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/util.rb
|
2219
|
+
- vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/lib/hashdiff/version.rb
|
2183
2220
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/BSDL
|
2184
2221
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/CHANGES.md
|
2185
2222
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/COPYING
|
@@ -2227,6 +2264,19 @@ files:
|
|
2227
2264
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/pure/generator.rb
|
2228
2265
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/pure/parser.rb
|
2229
2266
|
- vendor/bundle/ruby/2.6.0/gems/json-2.7.6/lib/json/version.rb
|
2267
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.gitignore
|
2268
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/.travis.yml
|
2269
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/CHANGELOG.md
|
2270
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Gemfile
|
2271
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/LICENSE.md
|
2272
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/README.md
|
2273
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/Rakefile
|
2274
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist.rb
|
2275
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/lib/memoist/version.rb
|
2276
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/memoist.gemspec
|
2277
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/script/benchmark.rb
|
2278
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/memoist_test.rb
|
2279
|
+
- vendor/bundle/ruby/2.6.0/gems/memoist-0.16.2/test/test_helper.rb
|
2230
2280
|
- vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/.yardopts
|
2231
2281
|
- vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/2.0-Upgrade.md
|
2232
2282
|
- vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/CHANGELOG.md
|
@@ -2310,72 +2360,72 @@ files:
|
|
2310
2360
|
- vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/version.rb
|
2311
2361
|
- vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/win32.rb
|
2312
2362
|
- vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/rake.gemspec
|
2313
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2314
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2315
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2316
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2317
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2318
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2319
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2320
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2321
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2322
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2323
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2324
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2325
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2326
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2327
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2328
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2329
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2330
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2331
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2332
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2333
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2334
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2335
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2336
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2337
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2338
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2339
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2340
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2341
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2342
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2343
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2344
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2345
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2346
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2347
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2348
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2349
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2350
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2351
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2352
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2353
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2354
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2355
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2356
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2357
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2358
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2359
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2360
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2361
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2362
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2363
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2364
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2365
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2366
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2367
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2368
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2369
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2370
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2371
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2372
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2373
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2374
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2375
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2376
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2377
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2378
|
-
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.
|
2363
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/LICENSE.txt
|
2364
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/NEWS.md
|
2365
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/README.md
|
2366
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/context.rdoc
|
2367
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/child.rdoc
|
2368
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/document.rdoc
|
2369
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/element.rdoc
|
2370
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/node.rdoc
|
2371
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/parent.rdoc
|
2372
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/child_toc.rdoc
|
2373
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/document_toc.rdoc
|
2374
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/element_toc.rdoc
|
2375
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/master_toc.rdoc
|
2376
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/node_toc.rdoc
|
2377
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/parent_toc.rdoc
|
2378
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/doc/rexml/tutorial.rdoc
|
2379
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml.rb
|
2380
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/attlistdecl.rb
|
2381
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/attribute.rb
|
2382
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/cdata.rb
|
2383
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/child.rb
|
2384
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/comment.rb
|
2385
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/doctype.rb
|
2386
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/document.rb
|
2387
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/dtd/attlistdecl.rb
|
2388
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/dtd/dtd.rb
|
2389
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/dtd/elementdecl.rb
|
2390
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/dtd/entitydecl.rb
|
2391
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/dtd/notationdecl.rb
|
2392
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/element.rb
|
2393
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/encoding.rb
|
2394
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/entity.rb
|
2395
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/formatters/default.rb
|
2396
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/formatters/pretty.rb
|
2397
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/formatters/transitive.rb
|
2398
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/functions.rb
|
2399
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/instruction.rb
|
2400
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/light/node.rb
|
2401
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/namespace.rb
|
2402
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/node.rb
|
2403
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/output.rb
|
2404
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parent.rb
|
2405
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parseexception.rb
|
2406
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb
|
2407
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/lightparser.rb
|
2408
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/pullparser.rb
|
2409
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/sax2parser.rb
|
2410
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/streamparser.rb
|
2411
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/treeparser.rb
|
2412
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/ultralightparser.rb
|
2413
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb
|
2414
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/quickpath.rb
|
2415
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/rexml.rb
|
2416
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/sax2listener.rb
|
2417
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/security.rb
|
2418
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/source.rb
|
2419
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/streamlistener.rb
|
2420
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/text.rb
|
2421
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/undefinednamespaceexception.rb
|
2422
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb
|
2423
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/validation/validation.rb
|
2424
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/validation/validationexception.rb
|
2425
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xmldecl.rb
|
2426
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xmltokens.rb
|
2427
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xpath.rb
|
2428
|
+
- vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb
|
2379
2429
|
- vendor/bundle/ruby/2.6.0/gems/rspec-3.13.1/LICENSE.md
|
2380
2430
|
- vendor/bundle/ruby/2.6.0/gems/rspec-3.13.1/README.md
|
2381
2431
|
- vendor/bundle/ruby/2.6.0/gems/rspec-3.13.1/lib/rspec.rb
|
@@ -2561,157 +2611,109 @@ files:
|
|
2561
2611
|
- vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/verifying_message_expectation.rb
|
2562
2612
|
- vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/verifying_proxy.rb
|
2563
2613
|
- vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/version.rb
|
2564
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2565
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2566
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2567
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2568
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2569
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2570
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2571
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2572
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2573
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2574
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2575
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2576
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2577
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2578
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2579
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2580
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2581
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2582
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2583
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2584
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2585
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2586
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2587
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2588
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2589
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2590
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2591
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2592
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2593
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2594
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2595
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2596
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2597
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2598
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2599
|
-
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.
|
2600
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2601
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2602
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2603
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2604
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2605
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2606
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2607
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2608
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2609
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2610
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2611
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2612
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2613
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2614
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2615
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2616
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2617
|
-
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.
|
2618
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2619
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2620
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2621
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2622
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2623
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2624
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2625
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2626
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2627
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2628
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2629
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2630
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2631
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2632
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2633
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2634
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2635
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2636
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2637
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2638
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2639
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2640
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2641
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2642
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2643
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2644
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2645
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2646
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2647
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2648
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2649
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2650
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2651
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2652
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2653
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2654
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2655
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2656
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2657
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2658
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2659
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2660
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2661
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2662
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2663
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2664
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2665
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2666
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.
|
2667
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb
|
2668
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb
|
2669
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb
|
2670
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb
|
2671
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb
|
2672
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb
|
2673
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/profile.rb
|
2674
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb
|
2675
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
|
2676
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb
|
2677
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
|
2678
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb
|
2679
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb
|
2680
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/support/server.rb
|
2681
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb
|
2682
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb
|
2683
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb
|
2684
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb
|
2685
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb
|
2686
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb
|
2687
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb
|
2688
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb
|
2689
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb
|
2690
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb
|
2691
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb
|
2692
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb
|
2693
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb
|
2694
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb
|
2695
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb
|
2696
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb
|
2697
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb
|
2698
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb
|
2699
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb
|
2700
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb
|
2701
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb
|
2702
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb
|
2703
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb
|
2704
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb
|
2705
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb
|
2706
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb
|
2707
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb
|
2708
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb
|
2709
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb
|
2710
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb
|
2711
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb
|
2712
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb
|
2713
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb
|
2714
|
-
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/typhoeus.gemspec
|
2614
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/Changelog.md
|
2615
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/LICENSE.md
|
2616
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/README.md
|
2617
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support.rb
|
2618
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/caller_filter.rb
|
2619
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/comparable_version.rb
|
2620
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/differ.rb
|
2621
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/directory_maker.rb
|
2622
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/encoded_string.rb
|
2623
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/fuzzy_matcher.rb
|
2624
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/hunk_generator.rb
|
2625
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/matcher_definition.rb
|
2626
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/method_signature_verifier.rb
|
2627
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/mutex.rb
|
2628
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/object_formatter.rb
|
2629
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/recursive_const_methods.rb
|
2630
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/reentrant_mutex.rb
|
2631
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/ruby_features.rb
|
2632
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/source.rb
|
2633
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/source/location.rb
|
2634
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/source/node.rb
|
2635
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/source/token.rb
|
2636
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec.rb
|
2637
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/deprecation_helpers.rb
|
2638
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/diff_helpers.rb
|
2639
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/formatting_support.rb
|
2640
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/in_sub_process.rb
|
2641
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/library_wide_checks.rb
|
2642
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/shell_out.rb
|
2643
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/stderr_splitter.rb
|
2644
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/string_matcher.rb
|
2645
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/with_isolated_directory.rb
|
2646
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/spec/with_isolated_stderr.rb
|
2647
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/version.rb
|
2648
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/warnings.rb
|
2649
|
+
- vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/with_keywords_when_needed.rb
|
2650
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/CHANGES.md
|
2651
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/Gemfile
|
2652
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/LICENSE
|
2653
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/MANIFEST.md
|
2654
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/README.md
|
2655
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/Rakefile
|
2656
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/certs/djberg96_pub.pem
|
2657
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/doc/uname.rdoc
|
2658
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/examples/uname_test.rb
|
2659
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys-uname.rb
|
2660
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/platform.rb
|
2661
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/uname.rb
|
2662
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/unix/uname.rb
|
2663
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/windows/uname.rb
|
2664
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/spec/spec_helper.rb
|
2665
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/spec/sys_platform_spec.rb
|
2666
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/spec/sys_uname_spec.rb
|
2667
|
+
- vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/sys-uname.gemspec
|
2668
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/CHANGELOG.md
|
2669
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/CONTRIBUTING.md
|
2670
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/LICENSE
|
2671
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/README.md
|
2672
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/UPGRADE.md
|
2673
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/rack/typhoeus.rb
|
2674
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder.rb
|
2675
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb
|
2676
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus.rb
|
2677
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/adapters/faraday.rb
|
2678
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/dalli.rb
|
2679
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/rails.rb
|
2680
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/redis.rb
|
2681
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/config.rb
|
2682
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/easy_factory.rb
|
2683
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/errors.rb
|
2684
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/no_stub.rb
|
2685
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/typhoeus_error.rb
|
2686
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/expectation.rb
|
2687
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra.rb
|
2688
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/addable.rb
|
2689
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/before.rb
|
2690
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/block_connection.rb
|
2691
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/cacheable.rb
|
2692
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/memoizable.rb
|
2693
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/queueable.rb
|
2694
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/runnable.rb
|
2695
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/stubbable.rb
|
2696
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/pool.rb
|
2697
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/railtie.rb
|
2698
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request.rb
|
2699
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/actions.rb
|
2700
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/before.rb
|
2701
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/block_connection.rb
|
2702
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/cacheable.rb
|
2703
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/callbacks.rb
|
2704
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/marshal.rb
|
2705
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/memoizable.rb
|
2706
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/operations.rb
|
2707
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/responseable.rb
|
2708
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/streamable.rb
|
2709
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/stubbable.rb
|
2710
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/response.rb
|
2711
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/response/cacheable.rb
|
2712
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/response/header.rb
|
2713
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/response/informations.rb
|
2714
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/response/status.rb
|
2715
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb
|
2716
|
+
- vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/typhoeus.gemspec
|
2715
2717
|
- vendor/bundle/ruby/2.6.0/gems/vcr-3.0.3/features/CHANGELOG.md
|
2716
2718
|
- vendor/bundle/ruby/2.6.0/gems/vcr-3.0.3/features/CONTRIBUTING.md
|
2717
2719
|
- vendor/bundle/ruby/2.6.0/gems/vcr-3.0.3/features/LICENSE.md
|
@@ -3005,26 +3007,27 @@ files:
|
|
3005
3007
|
- vendor/bundle/ruby/2.6.0/specifications/ZenTest-4.12.2.gemspec
|
3006
3008
|
- vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.7.gemspec
|
3007
3009
|
- vendor/bundle/ruby/2.6.0/specifications/autotest-4.4.6.gemspec
|
3008
|
-
- vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.
|
3010
|
+
- vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.3.0.gemspec
|
3009
3011
|
- vendor/bundle/ruby/2.6.0/specifications/autotest-growl-0.2.16.gemspec
|
3010
3012
|
- vendor/bundle/ruby/2.6.0/specifications/autotest-rails-pure-4.1.2.gemspec
|
3011
|
-
- vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.2.
|
3013
|
+
- vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.2.3.gemspec
|
3012
3014
|
- vendor/bundle/ruby/2.6.0/specifications/crack-1.0.0.gemspec
|
3013
3015
|
- vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.6.2.gemspec
|
3014
|
-
- vendor/bundle/ruby/2.6.0/specifications/ethon-0.
|
3016
|
+
- vendor/bundle/ruby/2.6.0/specifications/ethon-0.15.0.gemspec
|
3015
3017
|
- vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.2.gemspec
|
3016
|
-
- vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.2.
|
3018
|
+
- vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.2.1.gemspec
|
3017
3019
|
- vendor/bundle/ruby/2.6.0/specifications/json-2.7.6.gemspec
|
3020
|
+
- vendor/bundle/ruby/2.6.0/specifications/memoist-0.16.2.gemspec
|
3018
3021
|
- vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.1.1.gemspec
|
3019
3022
|
- vendor/bundle/ruby/2.6.0/specifications/rake-12.3.3.gemspec
|
3020
|
-
- vendor/bundle/ruby/2.6.0/specifications/rexml-3.4.
|
3023
|
+
- vendor/bundle/ruby/2.6.0/specifications/rexml-3.4.4.gemspec
|
3021
3024
|
- vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.1.gemspec
|
3022
3025
|
- vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.5.gemspec
|
3023
3026
|
- vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.5.gemspec
|
3024
3027
|
- vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec
|
3025
|
-
- vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.
|
3026
|
-
- vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.
|
3027
|
-
- vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.
|
3028
|
+
- vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.6.gemspec
|
3029
|
+
- vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.4.0.gemspec
|
3030
|
+
- vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.5.0.gemspec
|
3028
3031
|
- vendor/bundle/ruby/2.6.0/specifications/vcr-3.0.3.gemspec
|
3029
3032
|
- vendor/bundle/ruby/2.6.0/specifications/webmock-1.24.6.gemspec
|
3030
3033
|
homepage: https://api.cloudsmith.io/?format=openapi
|
@@ -3098,6 +3101,9 @@ test_files:
|
|
3098
3101
|
- spec/models/conan_package_upload_spec.rb
|
3099
3102
|
- spec/models/conda_package_upload_request_spec.rb
|
3100
3103
|
- spec/models/conda_package_upload_spec.rb
|
3104
|
+
- spec/models/conda_upstream_request_patch_spec.rb
|
3105
|
+
- spec/models/conda_upstream_request_spec.rb
|
3106
|
+
- spec/models/conda_upstream_spec.rb
|
3101
3107
|
- spec/models/cran_package_upload_request_spec.rb
|
3102
3108
|
- spec/models/cran_package_upload_spec.rb
|
3103
3109
|
- spec/models/cran_upstream_request_patch_spec.rb
|
@@ -3121,6 +3127,7 @@ test_files:
|
|
3121
3127
|
- spec/models/docker_upstream_request_patch_spec.rb
|
3122
3128
|
- spec/models/docker_upstream_request_spec.rb
|
3123
3129
|
- spec/models/docker_upstream_spec.rb
|
3130
|
+
- spec/models/dynamic_mapping_spec.rb
|
3124
3131
|
- spec/models/entitlement_usage_metrics_spec.rb
|
3125
3132
|
- spec/models/error_detail_spec.rb
|
3126
3133
|
- spec/models/eula_spec.rb
|
@@ -3146,6 +3153,11 @@ test_files:
|
|
3146
3153
|
- spec/models/history_fieldset_raw_spec.rb
|
3147
3154
|
- spec/models/history_fieldset_spec.rb
|
3148
3155
|
- spec/models/history_spec.rb
|
3156
|
+
- spec/models/huggingface_package_upload_request_spec.rb
|
3157
|
+
- spec/models/huggingface_package_upload_spec.rb
|
3158
|
+
- spec/models/huggingface_upstream_request_patch_spec.rb
|
3159
|
+
- spec/models/huggingface_upstream_request_spec.rb
|
3160
|
+
- spec/models/huggingface_upstream_spec.rb
|
3149
3161
|
- spec/models/inline_response_200_1_spec.rb
|
3150
3162
|
- spec/models/inline_response_200_spec.rb
|
3151
3163
|
- spec/models/luarocks_package_upload_request_spec.rb
|
@@ -3162,7 +3174,6 @@ test_files:
|
|
3162
3174
|
- spec/models/nested_vulnerability_scan_results_spec.rb
|
3163
3175
|
- spec/models/npm_package_upload_request_spec.rb
|
3164
3176
|
- spec/models/npm_package_upload_spec.rb
|
3165
|
-
- spec/models/tags_spec.rb
|
3166
3177
|
- spec/models/npm_upstream_request_patch_spec.rb
|
3167
3178
|
- spec/models/npm_upstream_request_spec.rb
|
3168
3179
|
- spec/models/npm_upstream_spec.rb
|
@@ -3218,6 +3229,8 @@ test_files:
|
|
3218
3229
|
- spec/models/package_license_policy_evaluation_request_spec.rb
|
3219
3230
|
- spec/models/package_license_policy_violation_log_cursor_page_spec.rb
|
3220
3231
|
- spec/models/package_license_policy_violation_log_spec.rb
|
3232
|
+
- spec/models/package_license_request_patch_spec.rb
|
3233
|
+
- spec/models/package_license_spec.rb
|
3221
3234
|
- spec/models/package_move_request_spec.rb
|
3222
3235
|
- spec/models/package_move_spec.rb
|
3223
3236
|
- spec/models/package_quarantine_request_spec.rb
|
@@ -3232,18 +3245,19 @@ test_files:
|
|
3232
3245
|
- spec/models/package_vulnerability_policy_evaluation_request_request_spec.rb
|
3233
3246
|
- spec/models/package_vulnerability_policy_evaluation_request_spec.rb
|
3234
3247
|
- spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb
|
3248
|
+
- spec/models/provider_settings_spec.rb
|
3235
3249
|
- spec/models/package_vulnerability_policy_violation_log_spec.rb
|
3236
3250
|
- spec/models/package_vulnerability_spec.rb
|
3237
|
-
- spec/models/
|
3238
|
-
- spec/models/
|
3239
|
-
- spec/models/
|
3251
|
+
- spec/models/provider_settings_write_request_patch_spec.rb
|
3252
|
+
- spec/models/provider_settings_write_request_spec.rb
|
3253
|
+
- spec/models/provider_settings_write_spec.rb
|
3240
3254
|
- spec/models/python_package_upload_request_spec.rb
|
3241
3255
|
- spec/models/python_package_upload_spec.rb
|
3242
3256
|
- spec/models/python_upstream_request_patch_spec.rb
|
3243
3257
|
- spec/models/python_upstream_request_spec.rb
|
3244
3258
|
- spec/models/python_upstream_spec.rb
|
3245
|
-
- spec/models/quota_spec.rb
|
3246
3259
|
- spec/models/quota_history_spec.rb
|
3260
|
+
- spec/models/quota_spec.rb
|
3247
3261
|
- spec/models/rate_check_spec.rb
|
3248
3262
|
- spec/models/raw_package_upload_request_spec.rb
|
3249
3263
|
- spec/models/raw_package_upload_spec.rb
|
@@ -3316,6 +3330,7 @@ test_files:
|
|
3316
3330
|
- spec/models/swift_upstream_request_patch_spec.rb
|
3317
3331
|
- spec/models/swift_upstream_request_spec.rb
|
3318
3332
|
- spec/models/swift_upstream_spec.rb
|
3333
|
+
- spec/models/tags_spec.rb
|
3319
3334
|
- spec/models/terraform_package_upload_request_spec.rb
|
3320
3335
|
- spec/models/terraform_package_upload_spec.rb
|
3321
3336
|
- spec/models/usage_fieldset_spec.rb
|