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
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bigdecimal.h
RENAMED
@@ -17,7 +17,7 @@
|
|
17
17
|
# include <float.h>
|
18
18
|
#endif
|
19
19
|
|
20
|
-
#
|
20
|
+
#if defined(HAVE_INT64_T) && !defined(BIGDECIMAL_USE_DECDIG_UINT16_T)
|
21
21
|
# define DECDIG uint32_t
|
22
22
|
# define DECDIG_DBL uint64_t
|
23
23
|
# define DECDIG_DBL_SIGNED int64_t
|
@@ -167,7 +167,6 @@ enum rbd_rounding_mode {
|
|
167
167
|
* r = 0.xxxxxxxxx *BASE**exponent
|
168
168
|
*/
|
169
169
|
typedef struct {
|
170
|
-
VALUE obj; /* Back pointer(VALUE) for Ruby object. */
|
171
170
|
size_t MaxPrec; /* Maximum precision size */
|
172
171
|
/* This is the actual size of frac[] */
|
173
172
|
/*(frac[0] to frac[MaxPrec] are available). */
|
@@ -195,13 +194,7 @@ typedef struct {
|
|
195
194
|
* ------------------
|
196
195
|
*/
|
197
196
|
|
198
|
-
VP_EXPORT Real *VpNewRbClass(size_t mx, char const *str, VALUE klass, bool strict_p, bool raise_exception);
|
199
|
-
|
200
|
-
VP_EXPORT Real *VpCreateRbObject(size_t mx, const char *str, bool raise_exception);
|
201
|
-
|
202
197
|
#define VpBaseFig() BIGDECIMAL_COMPONENT_FIGURES
|
203
|
-
#define VpDblFig() BIGDECIMAL_DOUBLE_FIGURES
|
204
|
-
#define VpBaseVal() BIGDECIMAL_BASE
|
205
198
|
|
206
199
|
/* Zero,Inf,NaN (isinf(),isnan() used to check) */
|
207
200
|
VP_EXPORT double VpGetDoubleNaN(void);
|
@@ -211,7 +204,7 @@ VP_EXPORT double VpGetDoubleNegZero(void);
|
|
211
204
|
|
212
205
|
/* These 2 functions added at v1.1.7 */
|
213
206
|
VP_EXPORT size_t VpGetPrecLimit(void);
|
214
|
-
VP_EXPORT
|
207
|
+
VP_EXPORT void VpSetPrecLimit(size_t n);
|
215
208
|
|
216
209
|
/* Round mode */
|
217
210
|
VP_EXPORT int VpIsRoundMode(unsigned short n);
|
@@ -219,16 +212,14 @@ VP_EXPORT unsigned short VpGetRoundMode(void);
|
|
219
212
|
VP_EXPORT unsigned short VpSetRoundMode(unsigned short n);
|
220
213
|
|
221
214
|
VP_EXPORT int VpException(unsigned short f,const char *str,int always);
|
222
|
-
#if 0 /* unused */
|
223
|
-
VP_EXPORT int VpIsNegDoubleZero(double v);
|
224
|
-
#endif
|
225
215
|
VP_EXPORT size_t VpNumOfChars(Real *vp,const char *pszFmt);
|
226
216
|
VP_EXPORT size_t VpInit(DECDIG BaseVal);
|
227
|
-
VP_EXPORT Real *VpAlloc(
|
217
|
+
VP_EXPORT Real *VpAlloc(const char *szVal, int strict_p, int exc);
|
228
218
|
VP_EXPORT size_t VpAsgn(Real *c, Real *a, int isw);
|
229
219
|
VP_EXPORT size_t VpAddSub(Real *c,Real *a,Real *b,int operation);
|
230
220
|
VP_EXPORT size_t VpMult(Real *c,Real *a,Real *b);
|
231
221
|
VP_EXPORT size_t VpDivd(Real *c,Real *r,Real *a,Real *b);
|
222
|
+
VP_EXPORT int VpNmlz(Real *a);
|
232
223
|
VP_EXPORT int VpComp(Real *a,Real *b);
|
233
224
|
VP_EXPORT ssize_t VpExponent10(Real *a);
|
234
225
|
VP_EXPORT void VpSzMantissa(Real *a, char *buf, size_t bufsize);
|
@@ -237,17 +228,10 @@ VP_EXPORT void VpToString(Real *a, char *buf, size_t bufsize, size_t fFmt, int f
|
|
237
228
|
VP_EXPORT void VpToFString(Real *a, char *buf, size_t bufsize, size_t fFmt, int fPlus);
|
238
229
|
VP_EXPORT int VpCtoV(Real *a, const char *int_chr, size_t ni, const char *frac, size_t nf, const char *exp_chr, size_t ne);
|
239
230
|
VP_EXPORT int VpVtoD(double *d, SIGNED_VALUE *e, Real *m);
|
240
|
-
VP_EXPORT void VpDtoV(Real *m,double d);
|
241
|
-
#if 0 /* unused */
|
242
|
-
VP_EXPORT void VpItoV(Real *m,S_INT ival);
|
243
|
-
#endif
|
244
|
-
VP_EXPORT int VpSqrt(Real *y,Real *x);
|
245
231
|
VP_EXPORT int VpActiveRound(Real *y, Real *x, unsigned short f, ssize_t il);
|
246
232
|
VP_EXPORT int VpMidRound(Real *y, unsigned short f, ssize_t nf);
|
247
233
|
VP_EXPORT int VpLeftRound(Real *y, unsigned short f, ssize_t nf);
|
248
234
|
VP_EXPORT void VpFrac(Real *y, Real *x);
|
249
|
-
VP_EXPORT int VpPowerByInt(Real *y, Real *x, SIGNED_VALUE n);
|
250
|
-
#define VpPower VpPowerByInt
|
251
235
|
|
252
236
|
/* VP constants */
|
253
237
|
VP_EXPORT Real *VpOne(void);
|
@@ -261,10 +245,6 @@ VP_EXPORT Real *VpOne(void);
|
|
261
245
|
#define Max(a, b) (((a)>(b))?(a):(b))
|
262
246
|
#define Min(a, b) (((a)>(b))?(b):(a))
|
263
247
|
|
264
|
-
#define VpMaxPrec(a) ((a)->MaxPrec)
|
265
|
-
#define VpPrec(a) ((a)->Prec)
|
266
|
-
#define VpGetFlag(a) ((a)->flag)
|
267
|
-
|
268
248
|
/* Sign */
|
269
249
|
|
270
250
|
/* VpGetSign(a) returns 1,-1 if a>0,a<0 respectively */
|
@@ -299,7 +279,6 @@ VP_EXPORT Real *VpOne(void);
|
|
299
279
|
#define VpSetInf(a,s) (void)(((s)>0)?VpSetPosInf(a):VpSetNegInf(a))
|
300
280
|
#define VpHasVal(a) (a->frac[0])
|
301
281
|
#define VpIsOne(a) ((a->Prec==1)&&(a->frac[0]==1)&&(a->exponent==1))
|
302
|
-
#define VpExponent(a) (a->exponent)
|
303
282
|
#ifdef BIGDECIMAL_DEBUG
|
304
283
|
int VpVarCheck(Real * v);
|
305
284
|
#endif /* BIGDECIMAL_DEBUG */
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/bits.h
RENAMED
@@ -26,6 +26,9 @@
|
|
26
26
|
((b) > 0 ? (max) / (a) < (b) : (min) / (a) > (b)) : \
|
27
27
|
((b) > 0 ? (min) / (a) < (b) : (max) / (a) > (b)))
|
28
28
|
|
29
|
+
#define ADD_OVERFLOW_SIGNED_INTEGER_P(a, b, min, max) ( \
|
30
|
+
((a) > 0) == ((b) > 0) && ((a) > 0 ? (max) - (a) < (b) : (min) - (a) > (b)))
|
31
|
+
|
29
32
|
#ifdef HAVE_UINT128_T
|
30
33
|
# define bit_length(x) \
|
31
34
|
(unsigned int) \
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/extconf.rb
RENAMED
@@ -36,17 +36,10 @@ if have_header("intrin.h")
|
|
36
36
|
have_func("_BitScanReverse64", "intrin.h")
|
37
37
|
end
|
38
38
|
|
39
|
-
have_func("labs", "stdlib.h")
|
40
|
-
have_func("llabs", "stdlib.h")
|
41
|
-
have_func("finite", "math.h")
|
42
|
-
have_func("isfinite", "math.h")
|
43
|
-
|
44
39
|
have_header("ruby/atomic.h")
|
45
40
|
have_header("ruby/internal/has/builtin.h")
|
46
41
|
have_header("ruby/internal/static_assert.h")
|
47
42
|
|
48
|
-
have_func("rb_rational_num", "ruby.h")
|
49
|
-
have_func("rb_rational_den", "ruby.h")
|
50
43
|
have_func("rb_complex_real", "ruby.h")
|
51
44
|
have_func("rb_complex_imag", "ruby.h")
|
52
45
|
have_func("rb_opts_exception_p", "ruby.h")
|
@@ -59,6 +52,9 @@ else
|
|
59
52
|
bigdecimal_rb = "$(srcdir)/../../lib/bigdecimal.rb"
|
60
53
|
end
|
61
54
|
|
55
|
+
$defs.push '-DBIGDECIMAL_USE_DECDIG_UINT16_T' if ENV['BIGDECIMAL_USE_DECDIG_UINT16_T'] == 'true'
|
56
|
+
$defs.push '-DBIGDECIMAL_USE_VP_TEST_METHODS' if ENV['BIGDECIMAL_USE_VP_TEST_METHODS'] == 'true'
|
57
|
+
|
62
58
|
create_makefile('bigdecimal') {|mf|
|
63
59
|
mf << "BIGDECIMAL_RB = #{bigdecimal_rb}\n"
|
64
60
|
}
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.h
RENAMED
@@ -8,14 +8,6 @@ extern "C" {
|
|
8
8
|
#endif
|
9
9
|
#endif
|
10
10
|
|
11
|
-
#ifdef HAVE_STDLIB_H
|
12
|
-
# include <stdlib.h>
|
13
|
-
#endif
|
14
|
-
|
15
|
-
#ifdef HAVE_MATH_H
|
16
|
-
# include <math.h>
|
17
|
-
#endif
|
18
|
-
|
19
11
|
#ifndef RB_UNUSED_VAR
|
20
12
|
# if defined(_MSC_VER) && _MSC_VER >= 1911
|
21
13
|
# define RB_UNUSED_VAR(x) x [[maybe_unused]]
|
@@ -55,97 +47,13 @@ extern "C" {
|
|
55
47
|
|
56
48
|
/* bool */
|
57
49
|
|
58
|
-
#
|
59
|
-
# /* Take that. */
|
60
|
-
|
61
|
-
#elif defined(HAVE_STDBOOL_H)
|
50
|
+
#ifndef __bool_true_false_are_defined
|
62
51
|
# include <stdbool.h>
|
63
|
-
|
64
|
-
#else
|
65
|
-
typedef unsigned char _Bool;
|
66
|
-
# define bool _Bool
|
67
|
-
# define true ((_Bool)+1)
|
68
|
-
# define false ((_Bool)-1)
|
69
|
-
# define __bool_true_false_are_defined
|
70
|
-
#endif
|
71
|
-
|
72
|
-
/* abs */
|
73
|
-
|
74
|
-
#ifndef HAVE_LABS
|
75
|
-
static inline long
|
76
|
-
labs(long const x)
|
77
|
-
{
|
78
|
-
if (x < 0) return -x;
|
79
|
-
return x;
|
80
|
-
}
|
81
|
-
#endif
|
82
|
-
|
83
|
-
#ifndef HAVE_LLABS
|
84
|
-
static inline LONG_LONG
|
85
|
-
llabs(LONG_LONG const x)
|
86
|
-
{
|
87
|
-
if (x < 0) return -x;
|
88
|
-
return x;
|
89
|
-
}
|
90
|
-
#endif
|
91
|
-
|
92
|
-
#ifdef vabs
|
93
|
-
# undef vabs
|
94
|
-
#endif
|
95
|
-
#if SIZEOF_VALUE <= SIZEOF_INT
|
96
|
-
# define vabs abs
|
97
|
-
#elif SIZEOF_VALUE <= SIZEOF_LONG
|
98
|
-
# define vabs labs
|
99
|
-
#elif SIZEOF_VALUE <= SIZEOF_LONG_LONG
|
100
|
-
# define vabs llabs
|
101
|
-
#endif
|
102
|
-
|
103
|
-
/* finite */
|
104
|
-
|
105
|
-
#ifndef HAVE_FINITE
|
106
|
-
static int
|
107
|
-
finite(double)
|
108
|
-
{
|
109
|
-
return !isnan(n) && !isinf(n);
|
110
|
-
}
|
111
|
-
#endif
|
112
|
-
|
113
|
-
#ifndef isfinite
|
114
|
-
# ifndef HAVE_ISFINITE
|
115
|
-
# define HAVE_ISFINITE 1
|
116
|
-
# define isfinite(x) finite(x)
|
117
|
-
# endif
|
118
52
|
#endif
|
119
53
|
|
120
54
|
/* dtoa */
|
121
55
|
char *BigDecimal_dtoa(double d_, int mode, int ndigits, int *decpt, int *sign, char **rve);
|
122
56
|
|
123
|
-
/* rational */
|
124
|
-
|
125
|
-
#ifndef HAVE_RB_RATIONAL_NUM
|
126
|
-
static inline VALUE
|
127
|
-
rb_rational_num(VALUE rat)
|
128
|
-
{
|
129
|
-
#ifdef RRATIONAL
|
130
|
-
return RRATIONAL(rat)->num;
|
131
|
-
#else
|
132
|
-
return rb_funcall(rat, rb_intern("numerator"), 0);
|
133
|
-
#endif
|
134
|
-
}
|
135
|
-
#endif
|
136
|
-
|
137
|
-
#ifndef HAVE_RB_RATIONAL_DEN
|
138
|
-
static inline VALUE
|
139
|
-
rb_rational_den(VALUE rat)
|
140
|
-
{
|
141
|
-
#ifdef RRATIONAL
|
142
|
-
return RRATIONAL(rat)->den;
|
143
|
-
#else
|
144
|
-
return rb_funcall(rat, rb_intern("denominator"), 0);
|
145
|
-
#endif
|
146
|
-
}
|
147
|
-
#endif
|
148
|
-
|
149
57
|
/* complex */
|
150
58
|
|
151
59
|
#ifndef HAVE_RB_COMPLEX_REAL
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/ext/bigdecimal/missing.o
RENAMED
Binary file
|
data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-3.2.3}/lib/bigdecimal/math.rb
RENAMED
@@ -61,7 +61,8 @@ module BigMath
|
|
61
61
|
one = BigDecimal("1")
|
62
62
|
two = BigDecimal("2")
|
63
63
|
x = -x if neg = x < 0
|
64
|
-
if x >
|
64
|
+
if x > 6
|
65
|
+
twopi = two * BigMath.PI(prec + x.exponent)
|
65
66
|
if x > 30
|
66
67
|
x %= twopi
|
67
68
|
else
|
@@ -84,6 +85,7 @@ module BigMath
|
|
84
85
|
d = sign * x1.div(z,m)
|
85
86
|
y += d
|
86
87
|
end
|
88
|
+
y = BigDecimal("1") if y > 1
|
87
89
|
neg ? -y : y
|
88
90
|
end
|
89
91
|
|
@@ -105,7 +107,8 @@ module BigMath
|
|
105
107
|
one = BigDecimal("1")
|
106
108
|
two = BigDecimal("2")
|
107
109
|
x = -x if x < 0
|
108
|
-
if x >
|
110
|
+
if x > 6
|
111
|
+
twopi = two * BigMath.PI(prec + x.exponent)
|
109
112
|
if x > 30
|
110
113
|
x %= twopi
|
111
114
|
else
|
@@ -128,7 +131,7 @@ module BigMath
|
|
128
131
|
d = sign * x1.div(z,m)
|
129
132
|
y += d
|
130
133
|
end
|
131
|
-
y
|
134
|
+
y < -1 ? BigDecimal("-1") : y > 1 ? BigDecimal("1") : y
|
132
135
|
end
|
133
136
|
|
134
137
|
# call-seq:
|
@@ -149,9 +152,9 @@ module BigMath
|
|
149
152
|
x = -x if neg = x < 0
|
150
153
|
return pi.div(neg ? -2 : 2, prec) if x.infinite?
|
151
154
|
return pi / (neg ? -4 : 4) if x.round(prec) == 1
|
152
|
-
|
153
|
-
x = (
|
154
|
-
|
155
|
+
n = prec + BigDecimal.double_fig
|
156
|
+
x = BigDecimal("1").div(x, n) if inv = x > 1
|
157
|
+
x = (-1 + sqrt(1 + x.mult(x, n), n)).div(x, n) if dbl = x > 0.5
|
155
158
|
y = x
|
156
159
|
d = y
|
157
160
|
t = x
|
@@ -0,0 +1,329 @@
|
|
1
|
+
if RUBY_ENGINE == 'jruby'
|
2
|
+
JRuby::Util.load_ext("org.jruby.ext.bigdecimal.BigDecimalLibrary")
|
3
|
+
return
|
4
|
+
else
|
5
|
+
require 'bigdecimal.so'
|
6
|
+
end
|
7
|
+
|
8
|
+
class BigDecimal
|
9
|
+
module Internal # :nodoc:
|
10
|
+
|
11
|
+
# Coerce x to BigDecimal with the specified precision.
|
12
|
+
# TODO: some methods (example: BigMath.exp) require more precision than specified to coerce.
|
13
|
+
def self.coerce_to_bigdecimal(x, prec, method_name) # :nodoc:
|
14
|
+
case x
|
15
|
+
when BigDecimal
|
16
|
+
return x
|
17
|
+
when Integer, Float
|
18
|
+
return BigDecimal(x)
|
19
|
+
when Rational
|
20
|
+
return BigDecimal(x, [prec, 2 * BigDecimal.double_fig].max)
|
21
|
+
end
|
22
|
+
raise ArgumentError, "#{x.inspect} can't be coerced into BigDecimal"
|
23
|
+
end
|
24
|
+
|
25
|
+
def self.validate_prec(prec, method_name, accept_zero: false) # :nodoc:
|
26
|
+
raise ArgumentError, 'precision must be an Integer' unless Integer === prec
|
27
|
+
if accept_zero
|
28
|
+
raise ArgumentError, "Negative precision for #{method_name}" if prec < 0
|
29
|
+
else
|
30
|
+
raise ArgumentError, "Zero or negative precision for #{method_name}" if prec <= 0
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
def self.infinity_computation_result # :nodoc:
|
35
|
+
if BigDecimal.mode(BigDecimal::EXCEPTION_ALL).anybits?(BigDecimal::EXCEPTION_INFINITY)
|
36
|
+
raise FloatDomainError, "Computation results in 'Infinity'"
|
37
|
+
end
|
38
|
+
BigDecimal::INFINITY
|
39
|
+
end
|
40
|
+
|
41
|
+
def self.nan_computation_result # :nodoc:
|
42
|
+
if BigDecimal.mode(BigDecimal::EXCEPTION_ALL).anybits?(BigDecimal::EXCEPTION_NaN)
|
43
|
+
raise FloatDomainError, "Computation results to 'NaN'"
|
44
|
+
end
|
45
|
+
BigDecimal::NAN
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
# call-seq:
|
50
|
+
# self ** other -> bigdecimal
|
51
|
+
#
|
52
|
+
# Returns the \BigDecimal value of +self+ raised to power +other+:
|
53
|
+
#
|
54
|
+
# b = BigDecimal('3.14')
|
55
|
+
# b ** 2 # => 0.98596e1
|
56
|
+
# b ** 2.0 # => 0.98596e1
|
57
|
+
# b ** Rational(2, 1) # => 0.98596e1
|
58
|
+
#
|
59
|
+
# Related: BigDecimal#power.
|
60
|
+
#
|
61
|
+
def **(y)
|
62
|
+
case y
|
63
|
+
when BigDecimal, Integer, Float, Rational
|
64
|
+
power(y)
|
65
|
+
when nil
|
66
|
+
raise TypeError, 'wrong argument type NilClass'
|
67
|
+
else
|
68
|
+
x, y = y.coerce(self)
|
69
|
+
x**y
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
# call-seq:
|
74
|
+
# power(n)
|
75
|
+
# power(n, prec)
|
76
|
+
#
|
77
|
+
# Returns the value raised to the power of n.
|
78
|
+
#
|
79
|
+
# Also available as the operator **.
|
80
|
+
#
|
81
|
+
def power(y, prec = nil)
|
82
|
+
Internal.validate_prec(prec, :power) if prec
|
83
|
+
x = self
|
84
|
+
y = Internal.coerce_to_bigdecimal(y, prec || n_significant_digits, :power)
|
85
|
+
|
86
|
+
return Internal.nan_computation_result if x.nan? || y.nan?
|
87
|
+
return BigDecimal(1) if y.zero?
|
88
|
+
|
89
|
+
if y.infinite?
|
90
|
+
if x < 0
|
91
|
+
return BigDecimal(0) if x < -1 && y.negative?
|
92
|
+
return BigDecimal(0) if x > -1 && y.positive?
|
93
|
+
raise Math::DomainError, 'Result undefined for negative base raised to infinite power'
|
94
|
+
elsif x < 1
|
95
|
+
return y.positive? ? BigDecimal(0) : BigDecimal::Internal.infinity_computation_result
|
96
|
+
elsif x == 1
|
97
|
+
return BigDecimal(1)
|
98
|
+
else
|
99
|
+
return y.positive? ? BigDecimal::Internal.infinity_computation_result : BigDecimal(0)
|
100
|
+
end
|
101
|
+
end
|
102
|
+
|
103
|
+
if x.infinite? && y < 0
|
104
|
+
# Computation result will be +0 or -0. Avoid overflow.
|
105
|
+
neg = x < 0 && y.frac.zero? && y % 2 == 1
|
106
|
+
return neg ? -BigDecimal(0) : BigDecimal(0)
|
107
|
+
end
|
108
|
+
|
109
|
+
if x.zero?
|
110
|
+
return BigDecimal(1) if y.zero?
|
111
|
+
return BigDecimal(0) if y > 0
|
112
|
+
if y.frac.zero? && y % 2 == 1 && x.sign == -1
|
113
|
+
return -BigDecimal::Internal.infinity_computation_result
|
114
|
+
else
|
115
|
+
return BigDecimal::Internal.infinity_computation_result
|
116
|
+
end
|
117
|
+
elsif x < 0
|
118
|
+
if y.frac.zero?
|
119
|
+
if y % 2 == 0
|
120
|
+
return (-x).power(y, prec)
|
121
|
+
else
|
122
|
+
return -(-x).power(y, prec)
|
123
|
+
end
|
124
|
+
else
|
125
|
+
raise Math::DomainError, 'Computation results in complex number'
|
126
|
+
end
|
127
|
+
elsif x == 1
|
128
|
+
return BigDecimal(1)
|
129
|
+
end
|
130
|
+
|
131
|
+
prec ||= BigDecimal.limit.nonzero?
|
132
|
+
frac_part = y.frac
|
133
|
+
|
134
|
+
if frac_part.zero? && !prec
|
135
|
+
# Infinite precision calculation for `x ** int` and `x.power(int)`
|
136
|
+
int_part = y.fix.to_i
|
137
|
+
int_part = -int_part if (neg = int_part < 0)
|
138
|
+
ans = BigDecimal(1)
|
139
|
+
n = 1
|
140
|
+
xn = x
|
141
|
+
while true
|
142
|
+
ans *= xn if int_part.allbits?(n)
|
143
|
+
n <<= 1
|
144
|
+
break if n > int_part
|
145
|
+
xn *= xn
|
146
|
+
# Detect overflow/underflow before consuming infinite memory
|
147
|
+
if (xn.exponent.abs - 1) * int_part / n >= 0x7FFFFFFFFFFFFFFF
|
148
|
+
return ((xn.exponent > 0) ^ neg ? BigDecimal::Internal.infinity_computation_result : BigDecimal(0)) * (int_part.even? || x > 0 ? 1 : -1)
|
149
|
+
end
|
150
|
+
end
|
151
|
+
return neg ? BigDecimal(1) / ans : ans
|
152
|
+
end
|
153
|
+
|
154
|
+
prec ||= [x.n_significant_digits, y.n_significant_digits, BigDecimal.double_fig].max + BigDecimal.double_fig
|
155
|
+
|
156
|
+
if y < 0
|
157
|
+
inv = x.power(-y, prec)
|
158
|
+
return BigDecimal(0) if inv.infinite?
|
159
|
+
return BigDecimal::Internal.infinity_computation_result if inv.zero?
|
160
|
+
return BigDecimal(1).div(inv, prec)
|
161
|
+
end
|
162
|
+
|
163
|
+
int_part = y.fix.to_i
|
164
|
+
prec2 = prec + BigDecimal.double_fig
|
165
|
+
pow_prec = prec2 + (int_part > 0 ? y.exponent : 0)
|
166
|
+
ans = BigDecimal(1)
|
167
|
+
n = 1
|
168
|
+
xn = x
|
169
|
+
while true
|
170
|
+
ans = ans.mult(xn, pow_prec) if int_part.allbits?(n)
|
171
|
+
n <<= 1
|
172
|
+
break if n > int_part
|
173
|
+
xn = xn.mult(xn, pow_prec)
|
174
|
+
end
|
175
|
+
unless frac_part.zero?
|
176
|
+
ans = ans.mult(BigMath.exp(BigMath.log(x, prec2).mult(frac_part, prec2), prec2), prec2)
|
177
|
+
end
|
178
|
+
ans.mult(1, prec)
|
179
|
+
end
|
180
|
+
|
181
|
+
# Returns the square root of the value.
|
182
|
+
#
|
183
|
+
# Result has at least prec significant digits.
|
184
|
+
#
|
185
|
+
def sqrt(prec)
|
186
|
+
Internal.validate_prec(prec, :sqrt, accept_zero: true)
|
187
|
+
return Internal.infinity_computation_result if infinite? == 1
|
188
|
+
|
189
|
+
raise FloatDomainError, 'sqrt of negative value' if self < 0
|
190
|
+
raise FloatDomainError, "sqrt of 'NaN'(Not a Number)" if nan?
|
191
|
+
return self if zero?
|
192
|
+
|
193
|
+
limit = BigDecimal.limit.nonzero? if prec == 0
|
194
|
+
|
195
|
+
# BigDecimal#sqrt calculates at least n_significant_digits precision.
|
196
|
+
# This feature maybe problematic for some cases.
|
197
|
+
n_digits = n_significant_digits
|
198
|
+
prec = [prec, n_digits].max
|
199
|
+
|
200
|
+
ex = exponent / 2
|
201
|
+
x = _decimal_shift(-2 * ex)
|
202
|
+
y = BigDecimal(Math.sqrt(x.to_f))
|
203
|
+
precs = [prec + BigDecimal.double_fig]
|
204
|
+
precs << 2 + precs.last / 2 while precs.last > BigDecimal.double_fig
|
205
|
+
precs.reverse_each do |p|
|
206
|
+
y = y.add(x.div(y, p), p).div(2, p)
|
207
|
+
end
|
208
|
+
y = y.mult(1, limit) if limit
|
209
|
+
y._decimal_shift(ex)
|
210
|
+
end
|
211
|
+
end
|
212
|
+
|
213
|
+
# Core BigMath methods for BigDecimal (log, exp) are defined here.
|
214
|
+
# Other methods (sin, cos, atan) are defined in 'bigdecimal/math.rb'.
|
215
|
+
module BigMath
|
216
|
+
|
217
|
+
# call-seq:
|
218
|
+
# BigMath.log(decimal, numeric) -> BigDecimal
|
219
|
+
#
|
220
|
+
# Computes the natural logarithm of +decimal+ to the specified number of
|
221
|
+
# digits of precision, +numeric+.
|
222
|
+
#
|
223
|
+
# If +decimal+ is zero or negative, raises Math::DomainError.
|
224
|
+
#
|
225
|
+
# If +decimal+ is positive infinity, returns Infinity.
|
226
|
+
#
|
227
|
+
# If +decimal+ is NaN, returns NaN.
|
228
|
+
#
|
229
|
+
def self.log(x, prec)
|
230
|
+
BigDecimal::Internal.validate_prec(prec, :log)
|
231
|
+
raise Math::DomainError, 'Complex argument for BigMath.log' if Complex === x
|
232
|
+
|
233
|
+
x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :log)
|
234
|
+
return BigDecimal::Internal.nan_computation_result if x.nan?
|
235
|
+
raise Math::DomainError, 'Zero or negative argument for log' if x <= 0
|
236
|
+
return BigDecimal::Internal.infinity_computation_result if x.infinite?
|
237
|
+
return BigDecimal(0) if x == 1
|
238
|
+
|
239
|
+
BigDecimal.save_limit do
|
240
|
+
BigDecimal.limit(0)
|
241
|
+
if x > 10 || x < 0.1
|
242
|
+
log10 = log(BigDecimal(10), prec)
|
243
|
+
exponent = x.exponent
|
244
|
+
x = x._decimal_shift(-exponent)
|
245
|
+
if x < 0.3
|
246
|
+
x *= 10
|
247
|
+
exponent -= 1
|
248
|
+
end
|
249
|
+
return log10 * exponent + log(x, prec)
|
250
|
+
end
|
251
|
+
|
252
|
+
x_minus_one_exponent = (x - 1).exponent
|
253
|
+
prec += BigDecimal.double_fig
|
254
|
+
|
255
|
+
# log(x) = log(sqrt(sqrt(sqrt(sqrt(x))))) * 2**sqrt_steps
|
256
|
+
sqrt_steps = [Integer.sqrt(prec) + 3 * x_minus_one_exponent, 0].max
|
257
|
+
|
258
|
+
lg2 = 0.3010299956639812
|
259
|
+
prec2 = prec + [-x_minus_one_exponent, 0].max + (sqrt_steps * lg2).ceil
|
260
|
+
|
261
|
+
sqrt_steps.times do
|
262
|
+
x = x.sqrt(prec2)
|
263
|
+
|
264
|
+
# Workaround for https://github.com/ruby/bigdecimal/issues/354
|
265
|
+
x = x.mult(1, prec2 + BigDecimal.double_fig)
|
266
|
+
end
|
267
|
+
|
268
|
+
# Taylor series for log(x) around 1
|
269
|
+
# log(x) = -log((1 + X) / (1 - X)) where X = (x - 1) / (x + 1)
|
270
|
+
# log(x) = 2 * (X + X**3 / 3 + X**5 / 5 + X**7 / 7 + ...)
|
271
|
+
x = (x - 1).div(x + 1, prec2)
|
272
|
+
y = x
|
273
|
+
x2 = x.mult(x, prec)
|
274
|
+
1.step do |i|
|
275
|
+
n = prec + x.exponent - y.exponent + x2.exponent
|
276
|
+
break if n <= 0 || x.zero?
|
277
|
+
x = x.mult(x2.round(n - x2.exponent), n)
|
278
|
+
y = y.add(x.div(2 * i + 1, n), prec)
|
279
|
+
end
|
280
|
+
|
281
|
+
y.mult(2 ** (sqrt_steps + 1), prec)
|
282
|
+
end
|
283
|
+
end
|
284
|
+
|
285
|
+
# call-seq:
|
286
|
+
# BigMath.exp(decimal, numeric) -> BigDecimal
|
287
|
+
#
|
288
|
+
# Computes the value of e (the base of natural logarithms) raised to the
|
289
|
+
# power of +decimal+, to the specified number of digits of precision.
|
290
|
+
#
|
291
|
+
# If +decimal+ is infinity, returns Infinity.
|
292
|
+
#
|
293
|
+
# If +decimal+ is NaN, returns NaN.
|
294
|
+
#
|
295
|
+
def self.exp(x, prec)
|
296
|
+
BigDecimal::Internal.validate_prec(prec, :exp)
|
297
|
+
x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :exp)
|
298
|
+
return BigDecimal::Internal.nan_computation_result if x.nan?
|
299
|
+
return x.positive? ? BigDecimal::Internal.infinity_computation_result : BigDecimal(0) if x.infinite?
|
300
|
+
return BigDecimal(1) if x.zero?
|
301
|
+
return BigDecimal(1).div(exp(-x, prec), prec) if x < 0
|
302
|
+
|
303
|
+
# exp(x * 10**cnt) = exp(x)**(10**cnt)
|
304
|
+
cnt = x > 1 ? x.exponent : 0
|
305
|
+
prec2 = prec + BigDecimal.double_fig + cnt
|
306
|
+
x = x._decimal_shift(-cnt)
|
307
|
+
xn = BigDecimal(1)
|
308
|
+
y = BigDecimal(1)
|
309
|
+
|
310
|
+
# Taylor series for exp(x) around 0
|
311
|
+
1.step do |i|
|
312
|
+
n = prec2 + xn.exponent
|
313
|
+
break if n <= 0 || xn.zero?
|
314
|
+
x = x.mult(1, n)
|
315
|
+
xn = xn.mult(x, n).div(i, n)
|
316
|
+
y = y.add(xn, prec2)
|
317
|
+
end
|
318
|
+
|
319
|
+
# calculate exp(x * 10**cnt) from exp(x)
|
320
|
+
# exp(x * 10**k) = exp(x * 10**(k - 1)) ** 10
|
321
|
+
cnt.times do
|
322
|
+
y2 = y.mult(y, prec2)
|
323
|
+
y5 = y2.mult(y2, prec2).mult(y, prec2)
|
324
|
+
y = y5.mult(y5, prec2)
|
325
|
+
end
|
326
|
+
|
327
|
+
y.mult(1, prec)
|
328
|
+
end
|
329
|
+
end
|
Binary file
|
@@ -20,7 +20,7 @@ jobs:
|
|
20
20
|
fail-fast: false
|
21
21
|
matrix:
|
22
22
|
os: [ubuntu, macos]
|
23
|
-
ruby-version: [2.5, 2.6, 2.7, 3.0, head, debug, truffleruby]
|
23
|
+
ruby-version: [2.5, 2.6, 2.7, 3.0, head, debug, truffleruby, truffleruby-head]
|
24
24
|
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
|
25
25
|
steps:
|
26
26
|
- uses: actions/checkout@v2
|
@@ -30,7 +30,7 @@ jobs:
|
|
30
30
|
then
|
31
31
|
brew install curl
|
32
32
|
else
|
33
|
-
sudo apt
|
33
|
+
sudo apt install -y libcurl4-openssl-dev
|
34
34
|
fi
|
35
35
|
- name: Set up Ruby
|
36
36
|
uses: ruby/setup-ruby@v1
|
@@ -4,9 +4,6 @@
|
|
4
4
|
|
5
5
|
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.15.0...master)
|
6
6
|
|
7
|
-
* Added `redirect_url` value to available informations and `Easy::Mirror`.
|
8
|
-
([Adrien Rey-Jarthon](https://github.com/jarthod)
|
9
|
-
|
10
7
|
## 0.15.0
|
11
8
|
|
12
9
|
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.14.0...v0.15.0)
|
@@ -70,29 +70,6 @@ easy.perform
|
|
70
70
|
This is really handy when making requests since you don't have to care about setting
|
71
71
|
everything up correctly.
|
72
72
|
|
73
|
-
## Http2
|
74
|
-
Standard http2 servers require the client to connect once and create a session (multi) and then add simple requests to the multi handler.
|
75
|
-
The `perform` method then takes all the requests in the multi handler and sends them to the server.
|
76
|
-
|
77
|
-
See the following example
|
78
|
-
```ruby
|
79
|
-
multi = Ethon::Multi.new
|
80
|
-
easy = Ethon::Easy.new
|
81
|
-
|
82
|
-
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_0 })
|
83
|
-
|
84
|
-
# Sending a request with http version 2 will send an Upgrade header to the server, which many older servers will not support
|
85
|
-
# See below for more info: https://everything.curl.dev/http/http2
|
86
|
-
# If this is a problem, send the below:
|
87
|
-
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_prior_knowledge })
|
88
|
-
|
89
|
-
# To set the server to use http2 with https and http1 with http, send the following:
|
90
|
-
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_tls }
|
91
|
-
|
92
|
-
multi.add(easy)
|
93
|
-
multi.perform
|
94
|
-
```
|
95
|
-
|
96
73
|
## LICENSE
|
97
74
|
|
98
75
|
(The MIT License)
|