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
@@ -0,0 +1,972 @@
|
|
1
|
+
=begin
|
2
|
+
#Cloudsmith API (v1)
|
3
|
+
|
4
|
+
#The API to the Cloudsmith Service
|
5
|
+
|
6
|
+
OpenAPI spec version: v1
|
7
|
+
Contact: support@cloudsmith.io
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.43
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
module CloudsmithApi
|
16
|
+
class HuggingfacePackageUpload
|
17
|
+
attr_accessor :architectures
|
18
|
+
|
19
|
+
attr_accessor :cdn_url
|
20
|
+
|
21
|
+
attr_accessor :checksum_md5
|
22
|
+
|
23
|
+
attr_accessor :checksum_sha1
|
24
|
+
|
25
|
+
attr_accessor :checksum_sha256
|
26
|
+
|
27
|
+
attr_accessor :checksum_sha512
|
28
|
+
|
29
|
+
# A checksum of all of the package's dependencies.
|
30
|
+
attr_accessor :dependencies_checksum_md5
|
31
|
+
|
32
|
+
attr_accessor :dependencies_url
|
33
|
+
|
34
|
+
# A textual description of this package.
|
35
|
+
attr_accessor :description
|
36
|
+
|
37
|
+
attr_accessor :display_name
|
38
|
+
|
39
|
+
attr_accessor :distro
|
40
|
+
|
41
|
+
attr_accessor :distro_version
|
42
|
+
|
43
|
+
attr_accessor :downloads
|
44
|
+
|
45
|
+
# The epoch of the package version (if any).
|
46
|
+
attr_accessor :epoch
|
47
|
+
|
48
|
+
attr_accessor :extension
|
49
|
+
|
50
|
+
attr_accessor :filename
|
51
|
+
|
52
|
+
attr_accessor :files
|
53
|
+
|
54
|
+
attr_accessor :format
|
55
|
+
|
56
|
+
attr_accessor :format_url
|
57
|
+
|
58
|
+
# Amount of storage that will be freed if this package is deleted
|
59
|
+
attr_accessor :freeable_storage
|
60
|
+
|
61
|
+
attr_accessor :fully_qualified_name
|
62
|
+
|
63
|
+
# Unique and permanent identifier for the package.
|
64
|
+
attr_accessor :identifier_perm
|
65
|
+
|
66
|
+
# Return a map of identifier field names and their values.
|
67
|
+
attr_accessor :identifiers
|
68
|
+
|
69
|
+
attr_accessor :indexed
|
70
|
+
|
71
|
+
attr_accessor :is_cancellable
|
72
|
+
|
73
|
+
attr_accessor :is_copyable
|
74
|
+
|
75
|
+
attr_accessor :is_deleteable
|
76
|
+
|
77
|
+
attr_accessor :is_downloadable
|
78
|
+
|
79
|
+
attr_accessor :is_moveable
|
80
|
+
|
81
|
+
attr_accessor :is_quarantinable
|
82
|
+
|
83
|
+
attr_accessor :is_quarantined
|
84
|
+
|
85
|
+
attr_accessor :is_resyncable
|
86
|
+
|
87
|
+
attr_accessor :is_security_scannable
|
88
|
+
|
89
|
+
attr_accessor :is_sync_awaiting
|
90
|
+
|
91
|
+
attr_accessor :is_sync_completed
|
92
|
+
|
93
|
+
attr_accessor :is_sync_failed
|
94
|
+
|
95
|
+
attr_accessor :is_sync_in_flight
|
96
|
+
|
97
|
+
attr_accessor :is_sync_in_progress
|
98
|
+
|
99
|
+
# The license of this package.
|
100
|
+
attr_accessor :license
|
101
|
+
|
102
|
+
# The name of this package.
|
103
|
+
attr_accessor :name
|
104
|
+
|
105
|
+
attr_accessor :namespace
|
106
|
+
|
107
|
+
attr_accessor :namespace_url
|
108
|
+
|
109
|
+
attr_accessor :num_files
|
110
|
+
|
111
|
+
attr_accessor :origin_repository
|
112
|
+
|
113
|
+
attr_accessor :origin_repository_url
|
114
|
+
|
115
|
+
# The type of package contents.
|
116
|
+
attr_accessor :package_type
|
117
|
+
|
118
|
+
# Whether or not the package has violated any policy.
|
119
|
+
attr_accessor :policy_violated
|
120
|
+
|
121
|
+
# The release of the package version (if any).
|
122
|
+
attr_accessor :release
|
123
|
+
|
124
|
+
attr_accessor :repository
|
125
|
+
|
126
|
+
attr_accessor :repository_url
|
127
|
+
|
128
|
+
# The datetime the security scanning was completed.
|
129
|
+
attr_accessor :security_scan_completed_at
|
130
|
+
|
131
|
+
# The datetime the security scanning was started.
|
132
|
+
attr_accessor :security_scan_started_at
|
133
|
+
|
134
|
+
attr_accessor :security_scan_status
|
135
|
+
|
136
|
+
# The datetime the security scanning status was updated.
|
137
|
+
attr_accessor :security_scan_status_updated_at
|
138
|
+
|
139
|
+
attr_accessor :self_html_url
|
140
|
+
|
141
|
+
attr_accessor :self_url
|
142
|
+
|
143
|
+
attr_accessor :signature_url
|
144
|
+
|
145
|
+
# The calculated size of the package.
|
146
|
+
attr_accessor :size
|
147
|
+
|
148
|
+
# The public unique identifier for the package.
|
149
|
+
attr_accessor :slug
|
150
|
+
|
151
|
+
attr_accessor :slug_perm
|
152
|
+
|
153
|
+
# The synchronisation (in progress) stage of the package.
|
154
|
+
attr_accessor :stage
|
155
|
+
|
156
|
+
attr_accessor :stage_str
|
157
|
+
|
158
|
+
# The datetime the package stage was updated at.
|
159
|
+
attr_accessor :stage_updated_at
|
160
|
+
|
161
|
+
# The synchronisation status of the package.
|
162
|
+
attr_accessor :status
|
163
|
+
|
164
|
+
# A textual description for the synchronous status reason (if any
|
165
|
+
attr_accessor :status_reason
|
166
|
+
|
167
|
+
attr_accessor :status_str
|
168
|
+
|
169
|
+
# The datetime the package status was updated at.
|
170
|
+
attr_accessor :status_updated_at
|
171
|
+
|
172
|
+
attr_accessor :status_url
|
173
|
+
|
174
|
+
attr_accessor :subtype
|
175
|
+
|
176
|
+
# A one-liner synopsis of this package.
|
177
|
+
attr_accessor :summary
|
178
|
+
|
179
|
+
# The datetime the package sync was finished at.
|
180
|
+
attr_accessor :sync_finished_at
|
181
|
+
|
182
|
+
# Synchronisation progress (from 0-100)
|
183
|
+
attr_accessor :sync_progress
|
184
|
+
|
185
|
+
attr_accessor :tags_automatic
|
186
|
+
|
187
|
+
attr_accessor :tags_immutable
|
188
|
+
|
189
|
+
attr_accessor :type_display
|
190
|
+
|
191
|
+
# The date this package was uploaded.
|
192
|
+
attr_accessor :uploaded_at
|
193
|
+
|
194
|
+
attr_accessor :uploader
|
195
|
+
|
196
|
+
attr_accessor :uploader_url
|
197
|
+
|
198
|
+
# The raw version for this package.
|
199
|
+
attr_accessor :version
|
200
|
+
|
201
|
+
attr_accessor :version_orig
|
202
|
+
|
203
|
+
attr_accessor :vulnerability_scan_results_url
|
204
|
+
|
205
|
+
class EnumAttributeValidator
|
206
|
+
attr_reader :datatype
|
207
|
+
attr_reader :allowable_values
|
208
|
+
|
209
|
+
def initialize(datatype, allowable_values)
|
210
|
+
@allowable_values = allowable_values.map do |value|
|
211
|
+
case datatype.to_s
|
212
|
+
when /Integer/i
|
213
|
+
value.to_i
|
214
|
+
when /Float/i
|
215
|
+
value.to_f
|
216
|
+
else
|
217
|
+
value
|
218
|
+
end
|
219
|
+
end
|
220
|
+
end
|
221
|
+
|
222
|
+
def valid?(value)
|
223
|
+
!value || allowable_values.include?(value)
|
224
|
+
end
|
225
|
+
end
|
226
|
+
|
227
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
228
|
+
def self.attribute_map
|
229
|
+
{
|
230
|
+
:'architectures' => :'architectures',
|
231
|
+
:'cdn_url' => :'cdn_url',
|
232
|
+
:'checksum_md5' => :'checksum_md5',
|
233
|
+
:'checksum_sha1' => :'checksum_sha1',
|
234
|
+
:'checksum_sha256' => :'checksum_sha256',
|
235
|
+
:'checksum_sha512' => :'checksum_sha512',
|
236
|
+
:'dependencies_checksum_md5' => :'dependencies_checksum_md5',
|
237
|
+
:'dependencies_url' => :'dependencies_url',
|
238
|
+
:'description' => :'description',
|
239
|
+
:'display_name' => :'display_name',
|
240
|
+
:'distro' => :'distro',
|
241
|
+
:'distro_version' => :'distro_version',
|
242
|
+
:'downloads' => :'downloads',
|
243
|
+
:'epoch' => :'epoch',
|
244
|
+
:'extension' => :'extension',
|
245
|
+
:'filename' => :'filename',
|
246
|
+
:'files' => :'files',
|
247
|
+
:'format' => :'format',
|
248
|
+
:'format_url' => :'format_url',
|
249
|
+
:'freeable_storage' => :'freeable_storage',
|
250
|
+
:'fully_qualified_name' => :'fully_qualified_name',
|
251
|
+
:'identifier_perm' => :'identifier_perm',
|
252
|
+
:'identifiers' => :'identifiers',
|
253
|
+
:'indexed' => :'indexed',
|
254
|
+
:'is_cancellable' => :'is_cancellable',
|
255
|
+
:'is_copyable' => :'is_copyable',
|
256
|
+
:'is_deleteable' => :'is_deleteable',
|
257
|
+
:'is_downloadable' => :'is_downloadable',
|
258
|
+
:'is_moveable' => :'is_moveable',
|
259
|
+
:'is_quarantinable' => :'is_quarantinable',
|
260
|
+
:'is_quarantined' => :'is_quarantined',
|
261
|
+
:'is_resyncable' => :'is_resyncable',
|
262
|
+
:'is_security_scannable' => :'is_security_scannable',
|
263
|
+
:'is_sync_awaiting' => :'is_sync_awaiting',
|
264
|
+
:'is_sync_completed' => :'is_sync_completed',
|
265
|
+
:'is_sync_failed' => :'is_sync_failed',
|
266
|
+
:'is_sync_in_flight' => :'is_sync_in_flight',
|
267
|
+
:'is_sync_in_progress' => :'is_sync_in_progress',
|
268
|
+
:'license' => :'license',
|
269
|
+
:'name' => :'name',
|
270
|
+
:'namespace' => :'namespace',
|
271
|
+
:'namespace_url' => :'namespace_url',
|
272
|
+
:'num_files' => :'num_files',
|
273
|
+
:'origin_repository' => :'origin_repository',
|
274
|
+
:'origin_repository_url' => :'origin_repository_url',
|
275
|
+
:'package_type' => :'package_type',
|
276
|
+
:'policy_violated' => :'policy_violated',
|
277
|
+
:'release' => :'release',
|
278
|
+
:'repository' => :'repository',
|
279
|
+
:'repository_url' => :'repository_url',
|
280
|
+
:'security_scan_completed_at' => :'security_scan_completed_at',
|
281
|
+
:'security_scan_started_at' => :'security_scan_started_at',
|
282
|
+
:'security_scan_status' => :'security_scan_status',
|
283
|
+
:'security_scan_status_updated_at' => :'security_scan_status_updated_at',
|
284
|
+
:'self_html_url' => :'self_html_url',
|
285
|
+
:'self_url' => :'self_url',
|
286
|
+
:'signature_url' => :'signature_url',
|
287
|
+
:'size' => :'size',
|
288
|
+
:'slug' => :'slug',
|
289
|
+
:'slug_perm' => :'slug_perm',
|
290
|
+
:'stage' => :'stage',
|
291
|
+
:'stage_str' => :'stage_str',
|
292
|
+
:'stage_updated_at' => :'stage_updated_at',
|
293
|
+
:'status' => :'status',
|
294
|
+
:'status_reason' => :'status_reason',
|
295
|
+
:'status_str' => :'status_str',
|
296
|
+
:'status_updated_at' => :'status_updated_at',
|
297
|
+
:'status_url' => :'status_url',
|
298
|
+
:'subtype' => :'subtype',
|
299
|
+
:'summary' => :'summary',
|
300
|
+
:'sync_finished_at' => :'sync_finished_at',
|
301
|
+
:'sync_progress' => :'sync_progress',
|
302
|
+
:'tags_automatic' => :'tags_automatic',
|
303
|
+
:'tags_immutable' => :'tags_immutable',
|
304
|
+
:'type_display' => :'type_display',
|
305
|
+
:'uploaded_at' => :'uploaded_at',
|
306
|
+
:'uploader' => :'uploader',
|
307
|
+
:'uploader_url' => :'uploader_url',
|
308
|
+
:'version' => :'version',
|
309
|
+
:'version_orig' => :'version_orig',
|
310
|
+
:'vulnerability_scan_results_url' => :'vulnerability_scan_results_url'
|
311
|
+
}
|
312
|
+
end
|
313
|
+
|
314
|
+
# Attribute type mapping.
|
315
|
+
def self.swagger_types
|
316
|
+
{
|
317
|
+
:'architectures' => :'Array<Architecture>',
|
318
|
+
:'cdn_url' => :'String',
|
319
|
+
:'checksum_md5' => :'String',
|
320
|
+
:'checksum_sha1' => :'String',
|
321
|
+
:'checksum_sha256' => :'String',
|
322
|
+
:'checksum_sha512' => :'String',
|
323
|
+
:'dependencies_checksum_md5' => :'String',
|
324
|
+
:'dependencies_url' => :'String',
|
325
|
+
:'description' => :'String',
|
326
|
+
:'display_name' => :'String',
|
327
|
+
:'distro' => :'Distribution',
|
328
|
+
:'distro_version' => :'DistributionVersion',
|
329
|
+
:'downloads' => :'Integer',
|
330
|
+
:'epoch' => :'Integer',
|
331
|
+
:'extension' => :'String',
|
332
|
+
:'filename' => :'String',
|
333
|
+
:'files' => :'Array<PackageFile>',
|
334
|
+
:'format' => :'String',
|
335
|
+
:'format_url' => :'String',
|
336
|
+
:'freeable_storage' => :'Integer',
|
337
|
+
:'fully_qualified_name' => :'String',
|
338
|
+
:'identifier_perm' => :'String',
|
339
|
+
:'identifiers' => :'Hash<String, String>',
|
340
|
+
:'indexed' => :'BOOLEAN',
|
341
|
+
:'is_cancellable' => :'BOOLEAN',
|
342
|
+
:'is_copyable' => :'BOOLEAN',
|
343
|
+
:'is_deleteable' => :'BOOLEAN',
|
344
|
+
:'is_downloadable' => :'BOOLEAN',
|
345
|
+
:'is_moveable' => :'BOOLEAN',
|
346
|
+
:'is_quarantinable' => :'BOOLEAN',
|
347
|
+
:'is_quarantined' => :'BOOLEAN',
|
348
|
+
:'is_resyncable' => :'BOOLEAN',
|
349
|
+
:'is_security_scannable' => :'BOOLEAN',
|
350
|
+
:'is_sync_awaiting' => :'BOOLEAN',
|
351
|
+
:'is_sync_completed' => :'BOOLEAN',
|
352
|
+
:'is_sync_failed' => :'BOOLEAN',
|
353
|
+
:'is_sync_in_flight' => :'BOOLEAN',
|
354
|
+
:'is_sync_in_progress' => :'BOOLEAN',
|
355
|
+
:'license' => :'String',
|
356
|
+
:'name' => :'String',
|
357
|
+
:'namespace' => :'String',
|
358
|
+
:'namespace_url' => :'String',
|
359
|
+
:'num_files' => :'Integer',
|
360
|
+
:'origin_repository' => :'String',
|
361
|
+
:'origin_repository_url' => :'String',
|
362
|
+
:'package_type' => :'Integer',
|
363
|
+
:'policy_violated' => :'BOOLEAN',
|
364
|
+
:'release' => :'String',
|
365
|
+
:'repository' => :'String',
|
366
|
+
:'repository_url' => :'String',
|
367
|
+
:'security_scan_completed_at' => :'DateTime',
|
368
|
+
:'security_scan_started_at' => :'DateTime',
|
369
|
+
:'security_scan_status' => :'String',
|
370
|
+
:'security_scan_status_updated_at' => :'DateTime',
|
371
|
+
:'self_html_url' => :'String',
|
372
|
+
:'self_url' => :'String',
|
373
|
+
:'signature_url' => :'String',
|
374
|
+
:'size' => :'Integer',
|
375
|
+
:'slug' => :'String',
|
376
|
+
:'slug_perm' => :'String',
|
377
|
+
:'stage' => :'Integer',
|
378
|
+
:'stage_str' => :'String',
|
379
|
+
:'stage_updated_at' => :'DateTime',
|
380
|
+
:'status' => :'Integer',
|
381
|
+
:'status_reason' => :'String',
|
382
|
+
:'status_str' => :'String',
|
383
|
+
:'status_updated_at' => :'DateTime',
|
384
|
+
:'status_url' => :'String',
|
385
|
+
:'subtype' => :'String',
|
386
|
+
:'summary' => :'String',
|
387
|
+
:'sync_finished_at' => :'DateTime',
|
388
|
+
:'sync_progress' => :'Integer',
|
389
|
+
:'tags_automatic' => :'Tags',
|
390
|
+
:'tags_immutable' => :'Tags',
|
391
|
+
:'type_display' => :'String',
|
392
|
+
:'uploaded_at' => :'DateTime',
|
393
|
+
:'uploader' => :'String',
|
394
|
+
:'uploader_url' => :'String',
|
395
|
+
:'version' => :'String',
|
396
|
+
:'version_orig' => :'String',
|
397
|
+
:'vulnerability_scan_results_url' => :'String'
|
398
|
+
}
|
399
|
+
end
|
400
|
+
|
401
|
+
# Initializes the object
|
402
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
403
|
+
def initialize(attributes = {})
|
404
|
+
return unless attributes.is_a?(Hash)
|
405
|
+
|
406
|
+
# convert string to symbol for hash key
|
407
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
408
|
+
|
409
|
+
if attributes.has_key?(:'architectures')
|
410
|
+
if (value = attributes[:'architectures']).is_a?(Array)
|
411
|
+
self.architectures = value
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
415
|
+
if attributes.has_key?(:'cdn_url')
|
416
|
+
self.cdn_url = attributes[:'cdn_url']
|
417
|
+
end
|
418
|
+
|
419
|
+
if attributes.has_key?(:'checksum_md5')
|
420
|
+
self.checksum_md5 = attributes[:'checksum_md5']
|
421
|
+
end
|
422
|
+
|
423
|
+
if attributes.has_key?(:'checksum_sha1')
|
424
|
+
self.checksum_sha1 = attributes[:'checksum_sha1']
|
425
|
+
end
|
426
|
+
|
427
|
+
if attributes.has_key?(:'checksum_sha256')
|
428
|
+
self.checksum_sha256 = attributes[:'checksum_sha256']
|
429
|
+
end
|
430
|
+
|
431
|
+
if attributes.has_key?(:'checksum_sha512')
|
432
|
+
self.checksum_sha512 = attributes[:'checksum_sha512']
|
433
|
+
end
|
434
|
+
|
435
|
+
if attributes.has_key?(:'dependencies_checksum_md5')
|
436
|
+
self.dependencies_checksum_md5 = attributes[:'dependencies_checksum_md5']
|
437
|
+
end
|
438
|
+
|
439
|
+
if attributes.has_key?(:'dependencies_url')
|
440
|
+
self.dependencies_url = attributes[:'dependencies_url']
|
441
|
+
end
|
442
|
+
|
443
|
+
if attributes.has_key?(:'description')
|
444
|
+
self.description = attributes[:'description']
|
445
|
+
end
|
446
|
+
|
447
|
+
if attributes.has_key?(:'display_name')
|
448
|
+
self.display_name = attributes[:'display_name']
|
449
|
+
end
|
450
|
+
|
451
|
+
if attributes.has_key?(:'distro')
|
452
|
+
self.distro = attributes[:'distro']
|
453
|
+
end
|
454
|
+
|
455
|
+
if attributes.has_key?(:'distro_version')
|
456
|
+
self.distro_version = attributes[:'distro_version']
|
457
|
+
end
|
458
|
+
|
459
|
+
if attributes.has_key?(:'downloads')
|
460
|
+
self.downloads = attributes[:'downloads']
|
461
|
+
end
|
462
|
+
|
463
|
+
if attributes.has_key?(:'epoch')
|
464
|
+
self.epoch = attributes[:'epoch']
|
465
|
+
end
|
466
|
+
|
467
|
+
if attributes.has_key?(:'extension')
|
468
|
+
self.extension = attributes[:'extension']
|
469
|
+
end
|
470
|
+
|
471
|
+
if attributes.has_key?(:'filename')
|
472
|
+
self.filename = attributes[:'filename']
|
473
|
+
end
|
474
|
+
|
475
|
+
if attributes.has_key?(:'files')
|
476
|
+
if (value = attributes[:'files']).is_a?(Array)
|
477
|
+
self.files = value
|
478
|
+
end
|
479
|
+
end
|
480
|
+
|
481
|
+
if attributes.has_key?(:'format')
|
482
|
+
self.format = attributes[:'format']
|
483
|
+
end
|
484
|
+
|
485
|
+
if attributes.has_key?(:'format_url')
|
486
|
+
self.format_url = attributes[:'format_url']
|
487
|
+
end
|
488
|
+
|
489
|
+
if attributes.has_key?(:'freeable_storage')
|
490
|
+
self.freeable_storage = attributes[:'freeable_storage']
|
491
|
+
end
|
492
|
+
|
493
|
+
if attributes.has_key?(:'fully_qualified_name')
|
494
|
+
self.fully_qualified_name = attributes[:'fully_qualified_name']
|
495
|
+
end
|
496
|
+
|
497
|
+
if attributes.has_key?(:'identifier_perm')
|
498
|
+
self.identifier_perm = attributes[:'identifier_perm']
|
499
|
+
end
|
500
|
+
|
501
|
+
if attributes.has_key?(:'identifiers')
|
502
|
+
if (value = attributes[:'identifiers']).is_a?(Hash)
|
503
|
+
self.identifiers = value
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
507
|
+
if attributes.has_key?(:'indexed')
|
508
|
+
self.indexed = attributes[:'indexed']
|
509
|
+
end
|
510
|
+
|
511
|
+
if attributes.has_key?(:'is_cancellable')
|
512
|
+
self.is_cancellable = attributes[:'is_cancellable']
|
513
|
+
end
|
514
|
+
|
515
|
+
if attributes.has_key?(:'is_copyable')
|
516
|
+
self.is_copyable = attributes[:'is_copyable']
|
517
|
+
end
|
518
|
+
|
519
|
+
if attributes.has_key?(:'is_deleteable')
|
520
|
+
self.is_deleteable = attributes[:'is_deleteable']
|
521
|
+
end
|
522
|
+
|
523
|
+
if attributes.has_key?(:'is_downloadable')
|
524
|
+
self.is_downloadable = attributes[:'is_downloadable']
|
525
|
+
end
|
526
|
+
|
527
|
+
if attributes.has_key?(:'is_moveable')
|
528
|
+
self.is_moveable = attributes[:'is_moveable']
|
529
|
+
end
|
530
|
+
|
531
|
+
if attributes.has_key?(:'is_quarantinable')
|
532
|
+
self.is_quarantinable = attributes[:'is_quarantinable']
|
533
|
+
end
|
534
|
+
|
535
|
+
if attributes.has_key?(:'is_quarantined')
|
536
|
+
self.is_quarantined = attributes[:'is_quarantined']
|
537
|
+
end
|
538
|
+
|
539
|
+
if attributes.has_key?(:'is_resyncable')
|
540
|
+
self.is_resyncable = attributes[:'is_resyncable']
|
541
|
+
end
|
542
|
+
|
543
|
+
if attributes.has_key?(:'is_security_scannable')
|
544
|
+
self.is_security_scannable = attributes[:'is_security_scannable']
|
545
|
+
end
|
546
|
+
|
547
|
+
if attributes.has_key?(:'is_sync_awaiting')
|
548
|
+
self.is_sync_awaiting = attributes[:'is_sync_awaiting']
|
549
|
+
end
|
550
|
+
|
551
|
+
if attributes.has_key?(:'is_sync_completed')
|
552
|
+
self.is_sync_completed = attributes[:'is_sync_completed']
|
553
|
+
end
|
554
|
+
|
555
|
+
if attributes.has_key?(:'is_sync_failed')
|
556
|
+
self.is_sync_failed = attributes[:'is_sync_failed']
|
557
|
+
end
|
558
|
+
|
559
|
+
if attributes.has_key?(:'is_sync_in_flight')
|
560
|
+
self.is_sync_in_flight = attributes[:'is_sync_in_flight']
|
561
|
+
end
|
562
|
+
|
563
|
+
if attributes.has_key?(:'is_sync_in_progress')
|
564
|
+
self.is_sync_in_progress = attributes[:'is_sync_in_progress']
|
565
|
+
end
|
566
|
+
|
567
|
+
if attributes.has_key?(:'license')
|
568
|
+
self.license = attributes[:'license']
|
569
|
+
end
|
570
|
+
|
571
|
+
if attributes.has_key?(:'name')
|
572
|
+
self.name = attributes[:'name']
|
573
|
+
end
|
574
|
+
|
575
|
+
if attributes.has_key?(:'namespace')
|
576
|
+
self.namespace = attributes[:'namespace']
|
577
|
+
end
|
578
|
+
|
579
|
+
if attributes.has_key?(:'namespace_url')
|
580
|
+
self.namespace_url = attributes[:'namespace_url']
|
581
|
+
end
|
582
|
+
|
583
|
+
if attributes.has_key?(:'num_files')
|
584
|
+
self.num_files = attributes[:'num_files']
|
585
|
+
end
|
586
|
+
|
587
|
+
if attributes.has_key?(:'origin_repository')
|
588
|
+
self.origin_repository = attributes[:'origin_repository']
|
589
|
+
end
|
590
|
+
|
591
|
+
if attributes.has_key?(:'origin_repository_url')
|
592
|
+
self.origin_repository_url = attributes[:'origin_repository_url']
|
593
|
+
end
|
594
|
+
|
595
|
+
if attributes.has_key?(:'package_type')
|
596
|
+
self.package_type = attributes[:'package_type']
|
597
|
+
end
|
598
|
+
|
599
|
+
if attributes.has_key?(:'policy_violated')
|
600
|
+
self.policy_violated = attributes[:'policy_violated']
|
601
|
+
end
|
602
|
+
|
603
|
+
if attributes.has_key?(:'release')
|
604
|
+
self.release = attributes[:'release']
|
605
|
+
end
|
606
|
+
|
607
|
+
if attributes.has_key?(:'repository')
|
608
|
+
self.repository = attributes[:'repository']
|
609
|
+
end
|
610
|
+
|
611
|
+
if attributes.has_key?(:'repository_url')
|
612
|
+
self.repository_url = attributes[:'repository_url']
|
613
|
+
end
|
614
|
+
|
615
|
+
if attributes.has_key?(:'security_scan_completed_at')
|
616
|
+
self.security_scan_completed_at = attributes[:'security_scan_completed_at']
|
617
|
+
end
|
618
|
+
|
619
|
+
if attributes.has_key?(:'security_scan_started_at')
|
620
|
+
self.security_scan_started_at = attributes[:'security_scan_started_at']
|
621
|
+
end
|
622
|
+
|
623
|
+
if attributes.has_key?(:'security_scan_status')
|
624
|
+
self.security_scan_status = attributes[:'security_scan_status']
|
625
|
+
else
|
626
|
+
self.security_scan_status = 'Awaiting Security Scan'
|
627
|
+
end
|
628
|
+
|
629
|
+
if attributes.has_key?(:'security_scan_status_updated_at')
|
630
|
+
self.security_scan_status_updated_at = attributes[:'security_scan_status_updated_at']
|
631
|
+
end
|
632
|
+
|
633
|
+
if attributes.has_key?(:'self_html_url')
|
634
|
+
self.self_html_url = attributes[:'self_html_url']
|
635
|
+
end
|
636
|
+
|
637
|
+
if attributes.has_key?(:'self_url')
|
638
|
+
self.self_url = attributes[:'self_url']
|
639
|
+
end
|
640
|
+
|
641
|
+
if attributes.has_key?(:'signature_url')
|
642
|
+
self.signature_url = attributes[:'signature_url']
|
643
|
+
end
|
644
|
+
|
645
|
+
if attributes.has_key?(:'size')
|
646
|
+
self.size = attributes[:'size']
|
647
|
+
end
|
648
|
+
|
649
|
+
if attributes.has_key?(:'slug')
|
650
|
+
self.slug = attributes[:'slug']
|
651
|
+
end
|
652
|
+
|
653
|
+
if attributes.has_key?(:'slug_perm')
|
654
|
+
self.slug_perm = attributes[:'slug_perm']
|
655
|
+
end
|
656
|
+
|
657
|
+
if attributes.has_key?(:'stage')
|
658
|
+
self.stage = attributes[:'stage']
|
659
|
+
end
|
660
|
+
|
661
|
+
if attributes.has_key?(:'stage_str')
|
662
|
+
self.stage_str = attributes[:'stage_str']
|
663
|
+
end
|
664
|
+
|
665
|
+
if attributes.has_key?(:'stage_updated_at')
|
666
|
+
self.stage_updated_at = attributes[:'stage_updated_at']
|
667
|
+
end
|
668
|
+
|
669
|
+
if attributes.has_key?(:'status')
|
670
|
+
self.status = attributes[:'status']
|
671
|
+
end
|
672
|
+
|
673
|
+
if attributes.has_key?(:'status_reason')
|
674
|
+
self.status_reason = attributes[:'status_reason']
|
675
|
+
end
|
676
|
+
|
677
|
+
if attributes.has_key?(:'status_str')
|
678
|
+
self.status_str = attributes[:'status_str']
|
679
|
+
end
|
680
|
+
|
681
|
+
if attributes.has_key?(:'status_updated_at')
|
682
|
+
self.status_updated_at = attributes[:'status_updated_at']
|
683
|
+
end
|
684
|
+
|
685
|
+
if attributes.has_key?(:'status_url')
|
686
|
+
self.status_url = attributes[:'status_url']
|
687
|
+
end
|
688
|
+
|
689
|
+
if attributes.has_key?(:'subtype')
|
690
|
+
self.subtype = attributes[:'subtype']
|
691
|
+
end
|
692
|
+
|
693
|
+
if attributes.has_key?(:'summary')
|
694
|
+
self.summary = attributes[:'summary']
|
695
|
+
end
|
696
|
+
|
697
|
+
if attributes.has_key?(:'sync_finished_at')
|
698
|
+
self.sync_finished_at = attributes[:'sync_finished_at']
|
699
|
+
end
|
700
|
+
|
701
|
+
if attributes.has_key?(:'sync_progress')
|
702
|
+
self.sync_progress = attributes[:'sync_progress']
|
703
|
+
end
|
704
|
+
|
705
|
+
if attributes.has_key?(:'tags_automatic')
|
706
|
+
self.tags_automatic = attributes[:'tags_automatic']
|
707
|
+
end
|
708
|
+
|
709
|
+
if attributes.has_key?(:'tags_immutable')
|
710
|
+
self.tags_immutable = attributes[:'tags_immutable']
|
711
|
+
end
|
712
|
+
|
713
|
+
if attributes.has_key?(:'type_display')
|
714
|
+
self.type_display = attributes[:'type_display']
|
715
|
+
end
|
716
|
+
|
717
|
+
if attributes.has_key?(:'uploaded_at')
|
718
|
+
self.uploaded_at = attributes[:'uploaded_at']
|
719
|
+
end
|
720
|
+
|
721
|
+
if attributes.has_key?(:'uploader')
|
722
|
+
self.uploader = attributes[:'uploader']
|
723
|
+
end
|
724
|
+
|
725
|
+
if attributes.has_key?(:'uploader_url')
|
726
|
+
self.uploader_url = attributes[:'uploader_url']
|
727
|
+
end
|
728
|
+
|
729
|
+
if attributes.has_key?(:'version')
|
730
|
+
self.version = attributes[:'version']
|
731
|
+
end
|
732
|
+
|
733
|
+
if attributes.has_key?(:'version_orig')
|
734
|
+
self.version_orig = attributes[:'version_orig']
|
735
|
+
end
|
736
|
+
|
737
|
+
if attributes.has_key?(:'vulnerability_scan_results_url')
|
738
|
+
self.vulnerability_scan_results_url = attributes[:'vulnerability_scan_results_url']
|
739
|
+
end
|
740
|
+
end
|
741
|
+
|
742
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
743
|
+
# @return Array for valid properties with the reasons
|
744
|
+
def list_invalid_properties
|
745
|
+
invalid_properties = Array.new
|
746
|
+
invalid_properties
|
747
|
+
end
|
748
|
+
|
749
|
+
# Check to see if the all the properties in the model are valid
|
750
|
+
# @return true if the model is valid
|
751
|
+
def valid?
|
752
|
+
security_scan_status_validator = EnumAttributeValidator.new('String', ['Awaiting Security Scan', 'Security Scanning in Progress', 'Scan Detected Vulnerabilities', 'Scan Detected No Vulnerabilities', 'Security Scanning Disabled', 'Security Scanning Failed', 'Security Scanning Skipped', 'Security Scanning Not Supported'])
|
753
|
+
return false unless security_scan_status_validator.valid?(@security_scan_status)
|
754
|
+
true
|
755
|
+
end
|
756
|
+
|
757
|
+
# Custom attribute writer method checking allowed values (enum).
|
758
|
+
# @param [Object] security_scan_status Object to be assigned
|
759
|
+
def security_scan_status=(security_scan_status)
|
760
|
+
validator = EnumAttributeValidator.new('String', ['Awaiting Security Scan', 'Security Scanning in Progress', 'Scan Detected Vulnerabilities', 'Scan Detected No Vulnerabilities', 'Security Scanning Disabled', 'Security Scanning Failed', 'Security Scanning Skipped', 'Security Scanning Not Supported'])
|
761
|
+
unless validator.valid?(security_scan_status)
|
762
|
+
fail ArgumentError, 'invalid value for "security_scan_status", must be one of #{validator.allowable_values}.'
|
763
|
+
end
|
764
|
+
@security_scan_status = security_scan_status
|
765
|
+
end
|
766
|
+
|
767
|
+
# Checks equality by comparing each attribute.
|
768
|
+
# @param [Object] Object to be compared
|
769
|
+
def ==(o)
|
770
|
+
return true if self.equal?(o)
|
771
|
+
self.class == o.class &&
|
772
|
+
architectures == o.architectures &&
|
773
|
+
cdn_url == o.cdn_url &&
|
774
|
+
checksum_md5 == o.checksum_md5 &&
|
775
|
+
checksum_sha1 == o.checksum_sha1 &&
|
776
|
+
checksum_sha256 == o.checksum_sha256 &&
|
777
|
+
checksum_sha512 == o.checksum_sha512 &&
|
778
|
+
dependencies_checksum_md5 == o.dependencies_checksum_md5 &&
|
779
|
+
dependencies_url == o.dependencies_url &&
|
780
|
+
description == o.description &&
|
781
|
+
display_name == o.display_name &&
|
782
|
+
distro == o.distro &&
|
783
|
+
distro_version == o.distro_version &&
|
784
|
+
downloads == o.downloads &&
|
785
|
+
epoch == o.epoch &&
|
786
|
+
extension == o.extension &&
|
787
|
+
filename == o.filename &&
|
788
|
+
files == o.files &&
|
789
|
+
format == o.format &&
|
790
|
+
format_url == o.format_url &&
|
791
|
+
freeable_storage == o.freeable_storage &&
|
792
|
+
fully_qualified_name == o.fully_qualified_name &&
|
793
|
+
identifier_perm == o.identifier_perm &&
|
794
|
+
identifiers == o.identifiers &&
|
795
|
+
indexed == o.indexed &&
|
796
|
+
is_cancellable == o.is_cancellable &&
|
797
|
+
is_copyable == o.is_copyable &&
|
798
|
+
is_deleteable == o.is_deleteable &&
|
799
|
+
is_downloadable == o.is_downloadable &&
|
800
|
+
is_moveable == o.is_moveable &&
|
801
|
+
is_quarantinable == o.is_quarantinable &&
|
802
|
+
is_quarantined == o.is_quarantined &&
|
803
|
+
is_resyncable == o.is_resyncable &&
|
804
|
+
is_security_scannable == o.is_security_scannable &&
|
805
|
+
is_sync_awaiting == o.is_sync_awaiting &&
|
806
|
+
is_sync_completed == o.is_sync_completed &&
|
807
|
+
is_sync_failed == o.is_sync_failed &&
|
808
|
+
is_sync_in_flight == o.is_sync_in_flight &&
|
809
|
+
is_sync_in_progress == o.is_sync_in_progress &&
|
810
|
+
license == o.license &&
|
811
|
+
name == o.name &&
|
812
|
+
namespace == o.namespace &&
|
813
|
+
namespace_url == o.namespace_url &&
|
814
|
+
num_files == o.num_files &&
|
815
|
+
origin_repository == o.origin_repository &&
|
816
|
+
origin_repository_url == o.origin_repository_url &&
|
817
|
+
package_type == o.package_type &&
|
818
|
+
policy_violated == o.policy_violated &&
|
819
|
+
release == o.release &&
|
820
|
+
repository == o.repository &&
|
821
|
+
repository_url == o.repository_url &&
|
822
|
+
security_scan_completed_at == o.security_scan_completed_at &&
|
823
|
+
security_scan_started_at == o.security_scan_started_at &&
|
824
|
+
security_scan_status == o.security_scan_status &&
|
825
|
+
security_scan_status_updated_at == o.security_scan_status_updated_at &&
|
826
|
+
self_html_url == o.self_html_url &&
|
827
|
+
self_url == o.self_url &&
|
828
|
+
signature_url == o.signature_url &&
|
829
|
+
size == o.size &&
|
830
|
+
slug == o.slug &&
|
831
|
+
slug_perm == o.slug_perm &&
|
832
|
+
stage == o.stage &&
|
833
|
+
stage_str == o.stage_str &&
|
834
|
+
stage_updated_at == o.stage_updated_at &&
|
835
|
+
status == o.status &&
|
836
|
+
status_reason == o.status_reason &&
|
837
|
+
status_str == o.status_str &&
|
838
|
+
status_updated_at == o.status_updated_at &&
|
839
|
+
status_url == o.status_url &&
|
840
|
+
subtype == o.subtype &&
|
841
|
+
summary == o.summary &&
|
842
|
+
sync_finished_at == o.sync_finished_at &&
|
843
|
+
sync_progress == o.sync_progress &&
|
844
|
+
tags_automatic == o.tags_automatic &&
|
845
|
+
tags_immutable == o.tags_immutable &&
|
846
|
+
type_display == o.type_display &&
|
847
|
+
uploaded_at == o.uploaded_at &&
|
848
|
+
uploader == o.uploader &&
|
849
|
+
uploader_url == o.uploader_url &&
|
850
|
+
version == o.version &&
|
851
|
+
version_orig == o.version_orig &&
|
852
|
+
vulnerability_scan_results_url == o.vulnerability_scan_results_url
|
853
|
+
end
|
854
|
+
|
855
|
+
# @see the `==` method
|
856
|
+
# @param [Object] Object to be compared
|
857
|
+
def eql?(o)
|
858
|
+
self == o
|
859
|
+
end
|
860
|
+
|
861
|
+
# Calculates hash code according to all attributes.
|
862
|
+
# @return [Fixnum] Hash code
|
863
|
+
def hash
|
864
|
+
[architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, display_name, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, freeable_storage, fully_qualified_name, identifier_perm, identifiers, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, policy_violated, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_automatic, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
|
865
|
+
end
|
866
|
+
|
867
|
+
# Builds the object from hash
|
868
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
869
|
+
# @return [Object] Returns the model itself
|
870
|
+
def build_from_hash(attributes)
|
871
|
+
return nil unless attributes.is_a?(Hash)
|
872
|
+
self.class.swagger_types.each_pair do |key, type|
|
873
|
+
if type =~ /\AArray<(.*)>/i
|
874
|
+
# check to ensure the input is an array given that the attribute
|
875
|
+
# is documented as an array but the input is not
|
876
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
877
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
878
|
+
end
|
879
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
880
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
881
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
882
|
+
end
|
883
|
+
|
884
|
+
self
|
885
|
+
end
|
886
|
+
|
887
|
+
# Deserializes the data based on type
|
888
|
+
# @param string type Data type
|
889
|
+
# @param string value Value to be deserialized
|
890
|
+
# @return [Object] Deserialized data
|
891
|
+
def _deserialize(type, value)
|
892
|
+
case type.to_sym
|
893
|
+
when :DateTime
|
894
|
+
DateTime.parse(value)
|
895
|
+
when :Date
|
896
|
+
Date.parse(value)
|
897
|
+
when :String
|
898
|
+
value.to_s
|
899
|
+
when :Integer
|
900
|
+
value.to_i
|
901
|
+
when :Float
|
902
|
+
value.to_f
|
903
|
+
when :BOOLEAN
|
904
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
905
|
+
true
|
906
|
+
else
|
907
|
+
false
|
908
|
+
end
|
909
|
+
when :Object
|
910
|
+
# generic object (usually a Hash), return directly
|
911
|
+
value
|
912
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
913
|
+
inner_type = Regexp.last_match[:inner_type]
|
914
|
+
value.map { |v| _deserialize(inner_type, v) }
|
915
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
916
|
+
k_type = Regexp.last_match[:k_type]
|
917
|
+
v_type = Regexp.last_match[:v_type]
|
918
|
+
{}.tap do |hash|
|
919
|
+
value.each do |k, v|
|
920
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
921
|
+
end
|
922
|
+
end
|
923
|
+
else # model
|
924
|
+
temp_model = CloudsmithApi.const_get(type).new
|
925
|
+
temp_model.build_from_hash(value)
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
# Returns the string representation of the object
|
930
|
+
# @return [String] String presentation of the object
|
931
|
+
def to_s
|
932
|
+
to_hash.to_s
|
933
|
+
end
|
934
|
+
|
935
|
+
# to_body is an alias to to_hash (backward compatibility)
|
936
|
+
# @return [Hash] Returns the object in the form of hash
|
937
|
+
def to_body
|
938
|
+
to_hash
|
939
|
+
end
|
940
|
+
|
941
|
+
# Returns the object in the form of hash
|
942
|
+
# @return [Hash] Returns the object in the form of hash
|
943
|
+
def to_hash
|
944
|
+
hash = {}
|
945
|
+
self.class.attribute_map.each_pair do |attr, param|
|
946
|
+
value = self.send(attr)
|
947
|
+
next if value.nil?
|
948
|
+
hash[param] = _to_hash(value)
|
949
|
+
end
|
950
|
+
hash
|
951
|
+
end
|
952
|
+
|
953
|
+
# Outputs non-array value in the form of hash
|
954
|
+
# For object, use to_hash. Otherwise, just return the value
|
955
|
+
# @param [Object] value Any valid value
|
956
|
+
# @return [Hash] Returns the value in the form of hash
|
957
|
+
def _to_hash(value)
|
958
|
+
if value.is_a?(Array)
|
959
|
+
value.compact.map { |v| _to_hash(v) }
|
960
|
+
elsif value.is_a?(Hash)
|
961
|
+
{}.tap do |hash|
|
962
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
963
|
+
end
|
964
|
+
elsif value.respond_to? :to_hash
|
965
|
+
value.to_hash
|
966
|
+
else
|
967
|
+
value
|
968
|
+
end
|
969
|
+
end
|
970
|
+
|
971
|
+
end
|
972
|
+
end
|