cloudsmith-api 2.0.21 → 2.0.23
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 +19 -17
- data/README.md +38 -6
- data/build.json +1 -1
- data/cloudsmith-api.gemspec +1 -1
- data/docs/AlpinePackageUpload.md +3 -0
- data/docs/BroadcastToken.md +9 -0
- data/docs/BroadcastTokenInput.md +9 -0
- data/docs/BroadcastsApi.md +71 -0
- data/docs/CargoPackageUpload.md +3 -0
- data/docs/CargoUpstream.md +7 -0
- data/docs/CocoapodsPackageUpload.md +3 -0
- data/docs/ComposerPackageUpload.md +3 -0
- data/docs/ComposerUpstream.md +7 -0
- data/docs/ConanPackageUpload.md +3 -0
- data/docs/CondaPackageUpload.md +3 -0
- data/docs/CondaUpstream.md +32 -0
- data/docs/CondaUpstreamRequest.md +20 -0
- data/docs/CondaUpstreamRequestPatch.md +20 -0
- data/docs/CranPackageUpload.md +3 -0
- data/docs/CranUpstream.md +7 -0
- data/docs/DartPackageUpload.md +3 -0
- data/docs/DartUpstream.md +7 -0
- data/docs/DebPackageUpload.md +3 -0
- data/docs/DebUpstream.md +8 -0
- data/docs/DockerPackageUpload.md +3 -0
- data/docs/DockerUpstream.md +3 -0
- data/docs/DynamicMapping.md +9 -0
- data/docs/GoPackageUpload.md +3 -0
- data/docs/GoUpstream.md +7 -0
- data/docs/HelmPackageUpload.md +3 -0
- data/docs/HelmUpstream.md +7 -0
- data/docs/HexPackageUpload.md +3 -0
- data/docs/HexUpstream.md +7 -0
- data/docs/HuggingfacePackageUpload.md +90 -0
- data/docs/HuggingfacePackageUploadRequest.md +10 -0
- data/docs/HuggingfaceUpstream.md +32 -0
- data/docs/HuggingfaceUpstreamRequest.md +20 -0
- data/docs/HuggingfaceUpstreamRequestPatch.md +20 -0
- data/docs/LuarocksPackageUpload.md +3 -0
- data/docs/MavenPackageUpload.md +3 -0
- data/docs/MavenUpstream.md +8 -0
- data/docs/NpmPackageUpload.md +3 -0
- data/docs/NpmUpstream.md +7 -0
- data/docs/NugetPackageUpload.md +3 -0
- data/docs/NugetUpstream.md +7 -0
- data/docs/OrganizationTeam.md +1 -1
- data/docs/OrganizationTeamRequest.md +1 -1
- data/docs/OrganizationTeamRequestPatch.md +1 -1
- data/docs/OrgsApi.md +151 -14
- data/docs/P2PackageUpload.md +3 -0
- data/docs/Package.md +3 -0
- data/docs/PackageCopy.md +3 -0
- data/docs/PackageLicense.md +11 -0
- data/docs/PackageLicenseRequestPatch.md +12 -0
- data/docs/PackageMove.md +3 -0
- data/docs/PackageQuarantine.md +3 -0
- data/docs/PackageResync.md +3 -0
- data/docs/PackageTag.md +3 -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 +3 -0
- data/docs/PythonUpstream.md +8 -0
- data/docs/PythonUpstreamRequest.md +1 -0
- data/docs/PythonUpstreamRequestPatch.md +1 -0
- data/docs/RawPackageUpload.md +3 -0
- data/docs/ReposApi.md +1169 -367
- data/docs/Repository.md +3 -0
- data/docs/RepositoryCreate.md +3 -0
- data/docs/RepositoryCreateRequest.md +2 -0
- data/docs/RepositoryRequestPatch.md +2 -0
- data/docs/RepositoryToken.md +1 -0
- data/docs/RepositoryTokenRefresh.md +1 -0
- data/docs/RepositoryTokenRefreshRequest.md +1 -0
- data/docs/RepositoryTokenRequest.md +1 -0
- data/docs/RepositoryTokenRequestPatch.md +1 -0
- data/docs/RpmPackageUpload.md +3 -0
- data/docs/RpmUpstream.md +8 -0
- data/docs/RubyPackageUpload.md +3 -0
- data/docs/RubyUpstream.md +7 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/SwiftPackageUpload.md +3 -0
- data/docs/SwiftUpstream.md +7 -0
- data/docs/TerraformPackageUpload.md +3 -0
- data/docs/VagrantPackageUpload.md +3 -0
- data/docs/Vulnerability.md +1 -0
- data/lib/cloudsmith-api/api/audit_log_api.rb +1 -1
- data/lib/cloudsmith-api/api/badges_api.rb +1 -1
- data/lib/cloudsmith-api/api/broadcasts_api.rb +79 -0
- data/lib/cloudsmith-api/api/distros_api.rb +1 -1
- data/lib/cloudsmith-api/api/entitlements_api.rb +1 -1
- data/lib/cloudsmith-api/api/files_api.rb +1 -1
- data/lib/cloudsmith-api/api/formats_api.rb +1 -1
- data/lib/cloudsmith-api/api/metrics_api.rb +1 -1
- data/lib/cloudsmith-api/api/namespaces_api.rb +1 -1
- data/lib/cloudsmith-api/api/orgs_api.rb +151 -16
- data/lib/cloudsmith-api/api/packages_api.rb +195 -1
- data/lib/cloudsmith-api/api/quota_api.rb +1 -1
- data/lib/cloudsmith-api/api/rates_api.rb +1 -1
- data/lib/cloudsmith-api/api/repos_api.rb +1470 -680
- data/lib/cloudsmith-api/api/status_api.rb +1 -1
- data/lib/cloudsmith-api/api/storage_regions_api.rb +1 -1
- data/lib/cloudsmith-api/api/user_api.rb +1 -1
- data/lib/cloudsmith-api/api/users_api.rb +1 -1
- data/lib/cloudsmith-api/api/vulnerabilities_api.rb +1 -1
- data/lib/cloudsmith-api/api/webhooks_api.rb +1 -1
- data/lib/cloudsmith-api/api_client.rb +1 -1
- data/lib/cloudsmith-api/api_error.rb +1 -1
- data/lib/cloudsmith-api/configuration.rb +1 -1
- data/lib/cloudsmith-api/models/allocated_limit.rb +1 -1
- data/lib/cloudsmith-api/models/allocated_limit_raw.rb +1 -1
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/alpine_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/architecture.rb +1 -1
- data/lib/cloudsmith-api/models/broadcast_token.rb +193 -0
- data/lib/cloudsmith-api/models/broadcast_token_input.rb +200 -0
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/cargo_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/cargo_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/cargo_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/cocoapods_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/common_bandwidth_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/common_bandwidth_metrics_value.rb +1 -1
- data/lib/cloudsmith-api/models/common_downloads_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/common_downloads_metrics_value.rb +1 -1
- data/lib/cloudsmith-api/models/common_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/composer_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/composer_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/composer_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/composer_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/conan_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/conan_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/conda_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/conda_upstream.rb +493 -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 +31 -2
- data/lib/cloudsmith-api/models/cran_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/cran_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/cran_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/dart_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/dart_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/dart_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/deb_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/deb_upstream.rb +78 -2
- data/lib/cloudsmith-api/models/deb_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/distribution.rb +1 -1
- data/lib/cloudsmith-api/models/distribution_full.rb +1 -1
- data/lib/cloudsmith-api/models/distribution_version.rb +1 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/docker_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/docker_upstream.rb +30 -2
- data/lib/cloudsmith-api/models/docker_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/docker_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/dynamic_mapping.rb +206 -0
- data/lib/cloudsmith-api/models/entitlement_usage_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/error_detail.rb +1 -1
- data/lib/cloudsmith-api/models/eula.rb +1 -1
- data/lib/cloudsmith-api/models/format.rb +1 -1
- data/lib/cloudsmith-api/models/format_support.rb +1 -1
- data/lib/cloudsmith-api/models/format_support_upstream.rb +1 -1
- data/lib/cloudsmith-api/models/geo_ip_location.rb +1 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/go_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/go_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/go_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/helm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/helm_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/helm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/helm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/hex_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/hex_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/hex_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/hex_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/history.rb +1 -1
- data/lib/cloudsmith-api/models/history_fieldset.rb +1 -1
- data/lib/cloudsmith-api/models/history_fieldset_raw.rb +1 -1
- data/lib/cloudsmith-api/models/huggingface_package_upload.rb +992 -0
- data/lib/cloudsmith-api/models/huggingface_package_upload_request.rb +210 -0
- data/lib/cloudsmith-api/models/huggingface_upstream.rb +493 -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/inline_response_200.rb +1 -1
- data/lib/cloudsmith-api/models/inline_response_200_1.rb +1 -1
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/luarocks_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/maven_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/maven_upstream.rb +78 -2
- data/lib/cloudsmith-api/models/maven_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/namespace.rb +1 -1
- data/lib/cloudsmith-api/models/namespace_audit_log.rb +1 -1
- data/lib/cloudsmith-api/models/nested_license_policy.rb +1 -1
- data/lib/cloudsmith-api/models/nested_vulnerability_policy.rb +1 -1
- data/lib/cloudsmith-api/models/nested_vulnerability_scan_results.rb +1 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/npm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/npm_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/npm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/nuget_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/nuget_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_group_sync_status.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_extend.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_update.rb +1 -1
- data/lib/cloudsmith-api/models/organization_invite_update_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_role_update.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_role_update_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_visibility_update.rb +1 -1
- data/lib/cloudsmith-api/models/organization_membership_visibility_update_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_license_policy.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_license_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_license_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_saml_auth.rb +1 -1
- data/lib/cloudsmith-api/models/organization_saml_auth_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team.rb +2 -1
- data/lib/cloudsmith-api/models/organization_team_invite.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_membership.rb +1 -1
- data/lib/cloudsmith-api/models/organization_team_request.rb +2 -1
- data/lib/cloudsmith-api/models/organization_team_request_patch.rb +2 -1
- data/lib/cloudsmith-api/models/p2_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/p2_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/package.rb +31 -2
- data/lib/cloudsmith-api/models/package_copy.rb +31 -2
- data/lib/cloudsmith-api/models/package_copy_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_deny_policy_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/package_dependencies.rb +1 -1
- data/lib/cloudsmith-api/models/package_dependency.rb +1 -1
- data/lib/cloudsmith-api/models/package_file.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_parts_upload.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_upload.rb +1 -1
- data/lib/cloudsmith-api/models/package_file_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_group.rb +1 -1
- data/lib/cloudsmith-api/models/package_license.rb +252 -0
- data/lib/cloudsmith-api/models/package_license_policy_evaluation_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_evaluation_request_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_violation_log.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_policy_violation_log_cursor_page.rb +1 -1
- data/lib/cloudsmith-api/models/package_license_request_patch.rb +270 -0
- data/lib/cloudsmith-api/models/package_move.rb +31 -2
- data/lib/cloudsmith-api/models/package_move_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +31 -2
- data/lib/cloudsmith-api/models/package_quarantine_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_resync.rb +31 -2
- data/lib/cloudsmith-api/models/package_status.rb +1 -1
- data/lib/cloudsmith-api/models/package_tag.rb +31 -2
- data/lib/cloudsmith-api/models/package_tag_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_usage_metrics.rb +1 -1
- data/lib/cloudsmith-api/models/package_version_badge.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_evaluation_request_request.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log.rb +1 -1
- data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page.rb +1 -1
- data/lib/cloudsmith-api/models/provider_settings.rb +13 -8
- data/lib/cloudsmith-api/models/provider_settings_write.rb +289 -0
- data/lib/cloudsmith-api/models/provider_settings_write_request.rb +269 -0
- data/lib/cloudsmith-api/models/provider_settings_write_request_patch.rb +249 -0
- data/lib/cloudsmith-api/models/python_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/python_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/python_upstream.rb +93 -2
- data/lib/cloudsmith-api/models/python_upstream_request.rb +26 -2
- data/lib/cloudsmith-api/models/python_upstream_request_patch.rb +26 -2
- data/lib/cloudsmith-api/models/quota.rb +1 -1
- data/lib/cloudsmith-api/models/quota_history.rb +1 -1
- data/lib/cloudsmith-api/models/rate_check.rb +1 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/raw_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository.rb +46 -2
- data/lib/cloudsmith-api/models/repository_audit_log.rb +1 -1
- data/lib/cloudsmith-api/models/repository_create.rb +46 -2
- data/lib/cloudsmith-api/models/repository_create_request.rb +36 -2
- data/lib/cloudsmith-api/models/repository_ecdsa_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_ecdsa_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_cidr.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_country_code.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_rules_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_status.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response.rb +1 -1
- data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response_dict.rb +1 -1
- data/lib/cloudsmith-api/models/repository_gpg_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_gpg_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_dict.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_privilege_input_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_request_patch.rb +36 -2
- data/lib/cloudsmith-api/models/repository_retention_rules.rb +1 -1
- data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_rsa_key.rb +1 -1
- data/lib/cloudsmith-api/models/repository_rsa_key_create.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token.rb +12 -2
- data/lib/cloudsmith-api/models/repository_token_action.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_refresh.rb +12 -2
- data/lib/cloudsmith-api/models/repository_token_refresh_request.rb +12 -2
- data/lib/cloudsmith-api/models/repository_token_request.rb +12 -2
- data/lib/cloudsmith-api/models/repository_token_request_patch.rb +12 -2
- data/lib/cloudsmith-api/models/repository_token_sync.rb +1 -1
- data/lib/cloudsmith-api/models/repository_token_sync_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_transfer_region.rb +1 -1
- data/lib/cloudsmith-api/models/repository_transfer_region_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook_request.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/repository_x509_ecdsa_certificate.rb +1 -1
- data/lib/cloudsmith-api/models/repository_x509_rsa_certificate.rb +1 -1
- data/lib/cloudsmith-api/models/resources_rate_check.rb +1 -1
- data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable.rb +1 -1
- data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/rpm_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_upstream.rb +78 -2
- data/lib/cloudsmith-api/models/rpm_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/rpm_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/ruby_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/ruby_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/ruby_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/service.rb +1 -1
- data/lib/cloudsmith-api/models/service_request.rb +1 -1
- data/lib/cloudsmith-api/models/service_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/service_teams.rb +1 -1
- data/lib/cloudsmith-api/models/status_basic.rb +2 -2
- data/lib/cloudsmith-api/models/storage_allocated_limit.rb +1 -1
- data/lib/cloudsmith-api/models/storage_allocated_limit_raw.rb +1 -1
- data/lib/cloudsmith-api/models/storage_region.rb +1 -1
- data/lib/cloudsmith-api/models/storage_usage.rb +1 -1
- data/lib/cloudsmith-api/models/storage_usage_raw.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/swift_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +69 -2
- data/lib/cloudsmith-api/models/swift_upstream_request.rb +1 -1
- data/lib/cloudsmith-api/models/swift_upstream_request_patch.rb +1 -1
- data/lib/cloudsmith-api/models/tags.rb +1 -1
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/terraform_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/usage.rb +1 -1
- data/lib/cloudsmith-api/models/usage_fieldset.rb +1 -1
- data/lib/cloudsmith-api/models/usage_limits.rb +1 -1
- data/lib/cloudsmith-api/models/usage_limits_raw.rb +1 -1
- data/lib/cloudsmith-api/models/usage_raw.rb +1 -1
- data/lib/cloudsmith-api/models/user_auth_token.rb +1 -1
- data/lib/cloudsmith-api/models/user_auth_token_request.rb +1 -1
- data/lib/cloudsmith-api/models/user_authentication_token.rb +1 -1
- data/lib/cloudsmith-api/models/user_brief.rb +1 -1
- data/lib/cloudsmith-api/models/user_profile.rb +1 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +31 -2
- data/lib/cloudsmith-api/models/vagrant_package_upload_request.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability.rb +14 -2
- data/lib/cloudsmith-api/models/vulnerability_scan.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +1 -1
- data/lib/cloudsmith-api/models/vulnerability_scan_version.rb +1 -1
- data/lib/cloudsmith-api/models/webhook_template.rb +1 -1
- data/lib/cloudsmith-api/version.rb +2 -2
- data/lib/cloudsmith-api.rb +18 -3
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/badges_api_spec.rb +1 -1
- data/spec/api/broadcasts_api_spec.rb +48 -0
- data/spec/api/distros_api_spec.rb +1 -1
- data/spec/api/entitlements_api_spec.rb +1 -1
- data/spec/api/files_api_spec.rb +1 -1
- data/spec/api/formats_api_spec.rb +1 -1
- data/spec/api/metrics_api_spec.rb +1 -1
- data/spec/api/namespaces_api_spec.rb +1 -1
- data/spec/api/orgs_api_spec.rb +37 -7
- data/spec/api/packages_api_spec.rb +45 -1
- data/spec/api/quota_api_spec.rb +1 -1
- data/spec/api/rates_api_spec.rb +1 -1
- data/spec/api/repos_api_spec.rb +175 -1
- data/spec/api/status_api_spec.rb +1 -1
- data/spec/api/storage_regions_api_spec.rb +1 -1
- data/spec/api/user_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/vulnerabilities_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/allocated_limit_raw_spec.rb +1 -1
- data/spec/models/allocated_limit_spec.rb +1 -1
- data/spec/models/alpine_package_upload_request_spec.rb +1 -1
- data/spec/models/alpine_package_upload_spec.rb +19 -1
- data/spec/models/architecture_spec.rb +1 -1
- data/spec/models/broadcast_token_input_spec.rb +47 -0
- data/spec/models/broadcast_token_spec.rb +47 -0
- data/spec/models/cargo_package_upload_request_spec.rb +1 -1
- data/spec/models/cargo_package_upload_spec.rb +19 -1
- data/spec/models/cargo_upstream_request_patch_spec.rb +1 -1
- data/spec/models/cargo_upstream_request_spec.rb +1 -1
- data/spec/models/cargo_upstream_spec.rb +43 -1
- data/spec/models/cocoapods_package_upload_request_spec.rb +1 -1
- data/spec/models/cocoapods_package_upload_spec.rb +19 -1
- data/spec/models/common_bandwidth_metrics_spec.rb +1 -1
- data/spec/models/common_bandwidth_metrics_value_spec.rb +1 -1
- data/spec/models/common_downloads_metrics_spec.rb +1 -1
- data/spec/models/common_downloads_metrics_value_spec.rb +1 -1
- data/spec/models/common_metrics_spec.rb +1 -1
- data/spec/models/composer_package_upload_request_spec.rb +1 -1
- data/spec/models/composer_package_upload_spec.rb +19 -1
- data/spec/models/composer_upstream_request_patch_spec.rb +1 -1
- data/spec/models/composer_upstream_request_spec.rb +1 -1
- data/spec/models/composer_upstream_spec.rb +43 -1
- data/spec/models/conan_package_upload_request_spec.rb +1 -1
- data/spec/models/conan_package_upload_spec.rb +19 -1
- data/spec/models/conda_package_upload_request_spec.rb +1 -1
- data/spec/models/conda_package_upload_spec.rb +19 -1
- 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 +197 -0
- data/spec/models/cran_package_upload_request_spec.rb +1 -1
- data/spec/models/cran_package_upload_spec.rb +19 -1
- data/spec/models/cran_upstream_request_patch_spec.rb +1 -1
- data/spec/models/cran_upstream_request_spec.rb +1 -1
- data/spec/models/cran_upstream_spec.rb +43 -1
- data/spec/models/dart_package_upload_request_spec.rb +1 -1
- data/spec/models/dart_package_upload_spec.rb +19 -1
- data/spec/models/dart_upstream_request_patch_spec.rb +1 -1
- data/spec/models/dart_upstream_request_spec.rb +1 -1
- data/spec/models/dart_upstream_spec.rb +43 -1
- data/spec/models/deb_package_upload_request_spec.rb +1 -1
- data/spec/models/deb_package_upload_spec.rb +19 -1
- data/spec/models/deb_upstream_request_patch_spec.rb +1 -1
- data/spec/models/deb_upstream_request_spec.rb +1 -1
- data/spec/models/deb_upstream_spec.rb +49 -1
- data/spec/models/distribution_full_spec.rb +1 -1
- data/spec/models/distribution_spec.rb +1 -1
- data/spec/models/distribution_version_spec.rb +1 -1
- data/spec/models/docker_package_upload_request_spec.rb +1 -1
- data/spec/models/docker_package_upload_spec.rb +19 -1
- data/spec/models/docker_upstream_request_patch_spec.rb +1 -1
- data/spec/models/docker_upstream_request_spec.rb +1 -1
- data/spec/models/docker_upstream_spec.rb +19 -1
- data/spec/models/dynamic_mapping_spec.rb +47 -0
- data/spec/models/entitlement_usage_metrics_spec.rb +1 -1
- data/spec/models/error_detail_spec.rb +1 -1
- data/spec/models/eula_spec.rb +1 -1
- data/spec/models/format_spec.rb +1 -1
- data/spec/models/format_support_spec.rb +1 -1
- data/spec/models/format_support_upstream_spec.rb +1 -1
- data/spec/models/geo_ip_location_spec.rb +1 -1
- data/spec/models/go_package_upload_request_spec.rb +1 -1
- data/spec/models/go_package_upload_spec.rb +19 -1
- data/spec/models/go_upstream_request_patch_spec.rb +1 -1
- data/spec/models/go_upstream_request_spec.rb +1 -1
- data/spec/models/go_upstream_spec.rb +43 -1
- data/spec/models/helm_package_upload_request_spec.rb +1 -1
- data/spec/models/helm_package_upload_spec.rb +19 -1
- data/spec/models/helm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/helm_upstream_request_spec.rb +1 -1
- data/spec/models/helm_upstream_spec.rb +43 -1
- data/spec/models/hex_package_upload_request_spec.rb +1 -1
- data/spec/models/hex_package_upload_spec.rb +19 -1
- data/spec/models/hex_upstream_request_patch_spec.rb +1 -1
- data/spec/models/hex_upstream_request_spec.rb +1 -1
- data/spec/models/hex_upstream_spec.rb +43 -1
- data/spec/models/history_fieldset_raw_spec.rb +1 -1
- data/spec/models/history_fieldset_spec.rb +1 -1
- data/spec/models/history_spec.rb +1 -1
- data/spec/models/huggingface_package_upload_request_spec.rb +53 -0
- data/spec/models/huggingface_package_upload_spec.rb +537 -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 +197 -0
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_spec.rb +1 -1
- data/spec/models/luarocks_package_upload_request_spec.rb +1 -1
- data/spec/models/luarocks_package_upload_spec.rb +19 -1
- data/spec/models/maven_package_upload_request_spec.rb +1 -1
- data/spec/models/maven_package_upload_spec.rb +19 -1
- data/spec/models/maven_upstream_request_patch_spec.rb +1 -1
- data/spec/models/maven_upstream_request_spec.rb +1 -1
- data/spec/models/maven_upstream_spec.rb +49 -1
- data/spec/models/namespace_audit_log_spec.rb +1 -1
- data/spec/models/namespace_spec.rb +1 -1
- data/spec/models/nested_license_policy_spec.rb +1 -1
- data/spec/models/nested_vulnerability_policy_spec.rb +1 -1
- data/spec/models/nested_vulnerability_scan_results_spec.rb +1 -1
- data/spec/models/npm_package_upload_request_spec.rb +1 -1
- data/spec/models/npm_package_upload_spec.rb +19 -1
- data/spec/models/npm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/npm_upstream_request_spec.rb +1 -1
- data/spec/models/npm_upstream_spec.rb +43 -1
- data/spec/models/nuget_package_upload_request_spec.rb +1 -1
- data/spec/models/nuget_package_upload_spec.rb +19 -1
- data/spec/models/nuget_upstream_request_patch_spec.rb +1 -1
- data/spec/models/nuget_upstream_request_spec.rb +1 -1
- data/spec/models/nuget_upstream_spec.rb +43 -1
- data/spec/models/organization_group_sync_request_spec.rb +1 -1
- data/spec/models/organization_group_sync_spec.rb +1 -1
- data/spec/models/organization_group_sync_status_spec.rb +1 -1
- data/spec/models/organization_invite_extend_spec.rb +1 -1
- data/spec/models/organization_invite_request_spec.rb +1 -1
- data/spec/models/organization_invite_spec.rb +1 -1
- data/spec/models/organization_invite_update_request_patch_spec.rb +1 -1
- data/spec/models/organization_invite_update_spec.rb +1 -1
- data/spec/models/organization_membership_request_patch_spec.rb +1 -1
- data/spec/models/organization_membership_role_update_request_patch_spec.rb +1 -1
- data/spec/models/organization_membership_role_update_spec.rb +1 -1
- data/spec/models/organization_membership_spec.rb +1 -1
- data/spec/models/organization_membership_visibility_update_request_patch_spec.rb +1 -1
- data/spec/models/organization_membership_visibility_update_spec.rb +1 -1
- data/spec/models/organization_package_license_policy_request_patch_spec.rb +1 -1
- data/spec/models/organization_package_license_policy_request_spec.rb +1 -1
- data/spec/models/organization_package_license_policy_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_request_patch_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_request_spec.rb +1 -1
- data/spec/models/organization_package_vulnerability_policy_spec.rb +1 -1
- data/spec/models/organization_saml_auth_request_patch_spec.rb +1 -1
- data/spec/models/organization_saml_auth_spec.rb +1 -1
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/organization_team_invite_spec.rb +1 -1
- data/spec/models/organization_team_members_spec.rb +1 -1
- data/spec/models/organization_team_membership_spec.rb +1 -1
- data/spec/models/organization_team_request_patch_spec.rb +1 -1
- data/spec/models/organization_team_request_spec.rb +1 -1
- data/spec/models/organization_team_spec.rb +1 -1
- data/spec/models/p2_package_upload_request_spec.rb +1 -1
- data/spec/models/p2_package_upload_spec.rb +19 -1
- data/spec/models/package_copy_request_spec.rb +1 -1
- data/spec/models/package_copy_spec.rb +19 -1
- data/spec/models/package_deny_policy_request_patch_spec.rb +1 -1
- data/spec/models/package_deny_policy_request_spec.rb +1 -1
- data/spec/models/package_deny_policy_spec.rb +1 -1
- data/spec/models/package_dependencies_spec.rb +1 -1
- data/spec/models/package_dependency_spec.rb +1 -1
- data/spec/models/package_file_parts_upload_spec.rb +1 -1
- data/spec/models/package_file_spec.rb +1 -1
- data/spec/models/package_file_upload_request_spec.rb +1 -1
- data/spec/models/package_file_upload_spec.rb +1 -1
- data/spec/models/package_group_spec.rb +1 -1
- data/spec/models/package_license_policy_evaluation_request_request_spec.rb +1 -1
- data/spec/models/package_license_policy_evaluation_request_spec.rb +1 -1
- data/spec/models/package_license_policy_violation_log_cursor_page_spec.rb +1 -1
- data/spec/models/package_license_policy_violation_log_spec.rb +1 -1
- 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_request_spec.rb +1 -1
- data/spec/models/package_move_spec.rb +19 -1
- data/spec/models/package_quarantine_request_spec.rb +1 -1
- data/spec/models/package_quarantine_spec.rb +19 -1
- data/spec/models/package_resync_spec.rb +19 -1
- data/spec/models/package_spec.rb +19 -1
- data/spec/models/package_status_spec.rb +1 -1
- data/spec/models/package_tag_request_spec.rb +1 -1
- data/spec/models/package_tag_spec.rb +19 -1
- data/spec/models/package_usage_metrics_spec.rb +1 -1
- data/spec/models/package_version_badge_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_evaluation_request_request_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_evaluation_request_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb +1 -1
- data/spec/models/package_vulnerability_policy_violation_log_spec.rb +1 -1
- data/spec/models/package_vulnerability_spec.rb +1 -1
- data/spec/models/provider_settings_spec.rb +7 -1
- data/spec/models/provider_settings_write_request_patch_spec.rb +77 -0
- data/spec/models/provider_settings_write_request_spec.rb +77 -0
- data/spec/models/provider_settings_write_spec.rb +89 -0
- data/spec/models/python_package_upload_request_spec.rb +1 -1
- data/spec/models/python_package_upload_spec.rb +19 -1
- data/spec/models/python_upstream_request_patch_spec.rb +11 -1
- data/spec/models/python_upstream_request_spec.rb +11 -1
- data/spec/models/python_upstream_spec.rb +53 -1
- data/spec/models/quota_history_spec.rb +1 -1
- data/spec/models/quota_spec.rb +1 -1
- data/spec/models/rate_check_spec.rb +1 -1
- data/spec/models/raw_package_upload_request_spec.rb +1 -1
- data/spec/models/raw_package_upload_spec.rb +19 -1
- data/spec/models/repository_audit_log_spec.rb +1 -1
- data/spec/models/repository_create_request_spec.rb +17 -1
- data/spec/models/repository_create_spec.rb +23 -1
- data/spec/models/repository_ecdsa_key_create_spec.rb +1 -1
- data/spec/models/repository_ecdsa_key_spec.rb +1 -1
- data/spec/models/repository_geo_ip_cidr_spec.rb +1 -1
- data/spec/models/repository_geo_ip_country_code_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_request_patch_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_request_spec.rb +1 -1
- data/spec/models/repository_geo_ip_rules_spec.rb +1 -1
- data/spec/models/repository_geo_ip_status_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_response_dict_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_response_spec.rb +1 -1
- data/spec/models/repository_geo_ip_test_address_spec.rb +1 -1
- data/spec/models/repository_gpg_key_create_spec.rb +1 -1
- data/spec/models/repository_gpg_key_spec.rb +1 -1
- data/spec/models/repository_privilege_dict_spec.rb +1 -1
- data/spec/models/repository_privilege_input_request_patch_spec.rb +1 -1
- data/spec/models/repository_privilege_input_request_spec.rb +1 -1
- data/spec/models/repository_privilege_input_spec.rb +1 -1
- data/spec/models/repository_request_patch_spec.rb +17 -1
- data/spec/models/repository_retention_rules_request_patch_spec.rb +1 -1
- data/spec/models/repository_retention_rules_spec.rb +1 -1
- data/spec/models/repository_rsa_key_create_spec.rb +1 -1
- data/spec/models/repository_rsa_key_spec.rb +1 -1
- data/spec/models/repository_spec.rb +23 -1
- data/spec/models/repository_token_action_spec.rb +1 -1
- data/spec/models/repository_token_refresh_request_spec.rb +7 -1
- data/spec/models/repository_token_refresh_spec.rb +7 -1
- data/spec/models/repository_token_request_patch_spec.rb +7 -1
- data/spec/models/repository_token_request_spec.rb +7 -1
- data/spec/models/repository_token_spec.rb +7 -1
- data/spec/models/repository_token_sync_request_spec.rb +1 -1
- data/spec/models/repository_token_sync_spec.rb +1 -1
- data/spec/models/repository_transfer_region_request_spec.rb +1 -1
- data/spec/models/repository_transfer_region_spec.rb +1 -1
- data/spec/models/repository_webhook_request_patch_spec.rb +1 -1
- data/spec/models/repository_webhook_request_spec.rb +1 -1
- data/spec/models/repository_webhook_spec.rb +1 -1
- data/spec/models/repository_x509_ecdsa_certificate_spec.rb +1 -1
- data/spec/models/repository_x509_rsa_certificate_spec.rb +1 -1
- data/spec/models/resources_rate_check_spec.rb +1 -1
- data/spec/models/respository_geo_ip_enable_disable_request_spec.rb +1 -1
- data/spec/models/respository_geo_ip_enable_disable_spec.rb +1 -1
- data/spec/models/rpm_package_upload_request_spec.rb +1 -1
- data/spec/models/rpm_package_upload_spec.rb +19 -1
- data/spec/models/rpm_upstream_request_patch_spec.rb +1 -1
- data/spec/models/rpm_upstream_request_spec.rb +1 -1
- data/spec/models/rpm_upstream_spec.rb +49 -1
- data/spec/models/ruby_package_upload_request_spec.rb +1 -1
- data/spec/models/ruby_package_upload_spec.rb +19 -1
- data/spec/models/ruby_upstream_request_patch_spec.rb +1 -1
- data/spec/models/ruby_upstream_request_spec.rb +1 -1
- data/spec/models/ruby_upstream_spec.rb +43 -1
- data/spec/models/service_request_patch_spec.rb +1 -1
- data/spec/models/service_request_spec.rb +1 -1
- data/spec/models/service_spec.rb +1 -1
- data/spec/models/service_teams_spec.rb +1 -1
- data/spec/models/status_basic_spec.rb +1 -1
- data/spec/models/storage_allocated_limit_raw_spec.rb +1 -1
- data/spec/models/storage_allocated_limit_spec.rb +1 -1
- data/spec/models/storage_region_spec.rb +1 -1
- data/spec/models/storage_usage_raw_spec.rb +1 -1
- data/spec/models/storage_usage_spec.rb +1 -1
- data/spec/models/swift_package_upload_request_spec.rb +1 -1
- data/spec/models/swift_package_upload_spec.rb +19 -1
- data/spec/models/swift_upstream_request_patch_spec.rb +1 -1
- data/spec/models/swift_upstream_request_spec.rb +1 -1
- data/spec/models/swift_upstream_spec.rb +43 -1
- data/spec/models/tags_spec.rb +1 -1
- data/spec/models/terraform_package_upload_request_spec.rb +1 -1
- data/spec/models/terraform_package_upload_spec.rb +19 -1
- data/spec/models/usage_fieldset_spec.rb +1 -1
- data/spec/models/usage_limits_raw_spec.rb +1 -1
- data/spec/models/usage_limits_spec.rb +1 -1
- data/spec/models/usage_raw_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/user_auth_token_request_spec.rb +1 -1
- data/spec/models/user_auth_token_spec.rb +1 -1
- data/spec/models/user_authentication_token_spec.rb +1 -1
- data/spec/models/user_brief_spec.rb +1 -1
- data/spec/models/user_profile_spec.rb +1 -1
- data/spec/models/vagrant_package_upload_request_spec.rb +1 -1
- data/spec/models/vagrant_package_upload_spec.rb +19 -1
- data/spec/models/vulnerability_scan_results_list_spec.rb +1 -1
- data/spec/models/vulnerability_scan_results_spec.rb +1 -1
- data/spec/models/vulnerability_scan_spec.rb +1 -1
- data/spec/models/vulnerability_scan_version_spec.rb +1 -1
- data/spec/models/vulnerability_spec.rb +7 -1
- data/spec/models/webhook_template_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-4.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/crack-1.0.1.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/ffi-1.17.3.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-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.7.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.3.1/gem_make.out +14 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/gem_make.out +145 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/mkmf.log +489 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/gem_make.out +44 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/mkmf.log +299 -0
- 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/addressable-2.8.8/CHANGELOG.md +310 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/README.md +121 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/idna/pure.rb +4720 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/uri.rb +2602 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/version.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/uri_spec.rb +6854 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/gem.rake +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/profile.rake +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.1/CHANGELOG.md +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.1/README.md +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.1/lib/autotest-fsevent/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/Makefile +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.c +6206 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.h +292 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bits.h +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/extconf.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/missing.h +104 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/jacobian.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/ludcmp.rb +91 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/math.rb +948 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/newton.rb +82 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/util.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal.rb +360 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.1/History +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.1/lib/crack/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.1/lib/crack/xml.rb +240 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/CHANGELOG.md +372 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/README.md +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb +502 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb +148 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb +131 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +59 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +268 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/CHANGELOG.md +498 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/Gemfile +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/README.md +138 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/Rakefile +209 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/Steepfile +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/DynamicLibrary.c +397 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Function.c +1083 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Makefile +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MethodHandle.c +352 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/Containerfile.ppc64le +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/build.sh +129 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/install.sh +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/site.exp +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.gail-labels +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/build.yml +358 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +215 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/label-new-issue.yaml +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/tarball.yml +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/Makefile.am +162 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/Makefile.in +2114 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/README.md +567 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/configure +22791 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/configure.ac +465 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/configure.host +337 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/doc/Makefile.in +822 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/doc/libffi.texi +1069 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/doc/version.texi +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +285 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/include/Makefile.in +613 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/include/ffi.h.in +536 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/libffi.map.in +93 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/m4/asmcfi.m4 +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/man/Makefile.in +569 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/aarch64/sysv.S +705 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/pa/linux.S +431 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/powerpc/ffi.c +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/riscv/ffi.c +537 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/riscv/internal.h +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/riscv/sysv.S +317 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/tramp.c +721 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/types.c +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/wasm/ffi.c +798 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/wasm/ffitarget.h +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/x86/ffitarget.h +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/x86/sysv.S +1270 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +996 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/Makefile.am +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/Makefile.in +622 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +695 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +747 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +166 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/longjmp.c +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +342 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +120 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/ffitest.h +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/threads.exp +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/tsan.c +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi.mk +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ffi.gemspec +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/autopointer.rb +186 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/compat.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/function.rb +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/library.rb +592 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/samples/hello_ractor.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/samples/qsort_ractor.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi/errno.rbs +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi/platform.rbs +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/sig/ffi.rbs +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.1/Gemfile +8 -0
- 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.1/lib/hashdiff/version.rb +5 -0
- 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.4/NEWS.md +843 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/attribute.rb +210 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/cdata.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/child.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/comment.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/doctype.rb +306 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/document.rb +471 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/element.rb +2578 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/encoding.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/functions.rb +446 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/instruction.rb +79 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/namespace.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/node.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb +949 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb +739 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/quickpath.rb +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/rexml.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/security.rb +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/source.rb +388 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/text.rb +420 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb +540 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/validation/validation.rb +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xpath.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb +980 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.2/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.6/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.6/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/Changelog.md +1343 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/proxy.rb +517 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/test_double.rb +174 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/Changelog.md +437 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/differ.rb +216 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/method_signature_verifier.rb +467 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/CHANGES.md +249 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/README.md +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/Rakefile +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/doc/uname.rdoc +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/uname.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/unix/uname.rb +275 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/lib/sys/windows/uname.rb +509 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/spec/sys_platform_spec.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/spec/sys_uname_spec.rb +471 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.4.0/sys-uname.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/CHANGELOG.md +452 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/expectation.rb +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/typhoeus.gemspec +35 -0
- data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.8.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.3.1.gemspec +43 -0
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-4.0.1.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/crack-1.0.1.gemspec +34 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.15.0.gemspec +30 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.3.gemspec +27 -0
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.2.1.gemspec +40 -0
- 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.4.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.2.gemspec +39 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.6.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.7.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.6.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.4.0.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.5.0.gemspec +32 -0
- metadata +1300 -1266
- data/docs/ProviderSettingsRequest.md +0 -12
- data/docs/ProviderSettingsRequestPatch.md +0 -12
- data/lib/cloudsmith-api/models/provider_settings_request.rb +0 -252
- data/lib/cloudsmith-api/models/provider_settings_request_patch.rb +0 -227
- data/spec/models/provider_settings_request_patch_spec.rb +0 -65
- data/spec/models/provider_settings_request_spec.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.7.gem +0 -0
- 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/crack-1.0.0.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/ffi-1.17.2.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-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.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/autotest-fsevent-0.2.22/gem_make.out +0 -14
- 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/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/gem_make.out +0 -150
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.2/mkmf.log +0 -674
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +0 -44
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +0 -299
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/CHANGELOG.md +0 -301
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/README.md +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/addressable.gemspec +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/data/unicode.data +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/idna/pure.rb +0 -505
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/uri.rb +0 -2602
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/version.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/spec/addressable/uri_spec.rb +0 -6840
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/tasks/gem.rake +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/tasks/profile.rake +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/CHANGELOG.md +0 -155
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/README.md +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/lib/autotest-fsevent/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/Makefile +0 -267
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.c +0 -7761
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.h +0 -313
- 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/ext/bigdecimal/bits.h +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/extconf.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/missing.h +0 -196
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal/jacobian.rb +0 -90
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal/ludcmp.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal/math.rb +0 -231
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal/newton.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.2/lib/bigdecimal/util.rb +0 -185
- 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/crack-1.0.0/History +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/xml.rb +0 -238
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/CHANGELOG.md +0 -375
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/README.md +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +0 -503
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +0 -149
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/lib/ethon/version.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +0 -271
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/CHANGELOG.md +0 -473
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Gemfile +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/README.md +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Rakefile +0 -206
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.c +0 -397
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Function.c +0 -1081
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.c +0 -350
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.appveyor/site.exp +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.appveyor.yml +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.ci/build.sh +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.ci/install.sh +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.ci/site.exp +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.github/workflows/build.yml +0 -479
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/LICENSE +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.am +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.in +0 -2107
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/README.md +0 -548
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure +0 -22807
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.ac +0 -452
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.host +0 -332
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/Makefile.in +0 -819
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -312
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/Makefile.in +0 -610
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi.h.in +0 -518
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libffi.map.in +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/libtool-version +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/Makefile.in +0 -566
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -699
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arm/sysv.S +0 -456
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/pa/linux.S +0 -427
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/riscv/ffi.c +0 -514
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/riscv/sysv.S +0 -293
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/tramp.c +0 -716
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/types.c +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -695
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -164
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/sysv.S +0 -1272
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -998
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.am +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.in +0 -618
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi.mk +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ffi.gemspec +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/autopointer.rb +0 -180
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/compat.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/function.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/library.rb +0 -576
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/struct_by_reference.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/tools/types_generator.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/rakelib/ffi_gem_helper.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/samples/hello_ractor.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/samples/qsort_ractor.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/auto_pointer.rbs +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/struct.rbs +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/struct_by_reference.rbs +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi.rbs +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/Gemfile +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +0 -123
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/NEWS.md +0 -699
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/attribute.rb +0 -211
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/cdata.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/child.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/comment.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/doctype.rb +0 -311
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/document.rb +0 -455
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/element.rb +0 -2584
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/encoding.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/functions.rb +0 -446
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/instruction.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/namespace.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/node.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/baseparser.rb +0 -887
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/xpathparser.rb +0 -739
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/quickpath.rb +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/rexml.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/security.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/source.rb +0 -383
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/text.rb +0 -423
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/validation/relaxng.rb +0 -539
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/validation/validation.rb +0 -144
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/xpath.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/xpath_parser.rb +0 -978
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.1/lib/rspec/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.5/Changelog.md +0 -2439
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.5/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.5/lib/rspec/core/world.rb +0 -287
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/Changelog.md +0 -1329
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/error_generator.rb +0 -390
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/proxy.rb +0 -517
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/test_double.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/Changelog.md +0 -420
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/differ.rb +0 -217
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/method_signature_verifier.rb +0 -442
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support.rb +0 -162
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/CHANGES.md +0 -244
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/README.md +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/Rakefile +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/doc/uname.rdoc +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/lib/sys/uname.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/lib/sys/unix/uname.rb +0 -265
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/lib/sys/windows/uname.rb +0 -499
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/spec/sys_platform_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/spec/sys_uname_spec.rb +0 -399
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.1/sys-uname.gemspec +0 -41
- 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/CHANGELOG.md +0 -410
- 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/lib/typhoeus/expectation.rb +0 -217
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +0 -5
- 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/gems/typhoeus-1.4.1/typhoeus.gemspec +0 -25
- data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.7.gemspec +0 -37
- data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.22.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.2.2.gemspec +0 -25
- data/vendor/bundle/ruby/2.6.0/specifications/crack-1.0.0.gemspec +0 -34
- data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.16.0.gemspec +0 -30
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.2.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.2.0.gemspec +0 -40
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.4.1.gemspec +0 -25
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.1.gemspec +0 -39
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.5.gemspec +0 -37
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec +0 -36
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.4.gemspec +0 -36
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.3.1.gemspec +0 -42
- data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.1.gemspec +0 -30
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.2 → ffi-1.17.3}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/lib/addressable/idna/native.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/lib/addressable/idna.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/lib/addressable/template.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/lib/addressable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/spec/addressable/idna_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/spec/addressable/net_http_compat_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/spec/addressable/security_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/spec/addressable/template_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/tasks/clobber.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/tasks/git.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/tasks/metrics.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/tasks/rspec.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.7 → addressable-2.8.8}/tasks/yard.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/fsevent.dll +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/fsevent.so +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/fsevent_sleep.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/make +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/ext/fsevent/nmake.bat +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/lib/autotest/fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/lib/autotest-fsevent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/post-install.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.22 → autotest-fsevent-0.3.1}/prebuilt/fsevent_sleep +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/bigdecimal.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.2.2 → bigdecimal-4.0.1}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{crack-1.0.0 → crack-1.0.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{crack-1.0.0 → crack-1.0.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{crack-1.0.0 → crack-1.0.1}/lib/crack/json.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{crack-1.0.0 → crack-1.0.1}/lib/crack/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{crack-1.0.0 → crack-1.0.1}/lib/crack.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/{ffi-1.17.2 → ffi-1.17.3}/COPYING +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/AbstractMemory.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/AbstractMemory.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/ArrayType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/ArrayType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Buffer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Call.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Call.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/ClosurePool.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/ClosurePool.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/DynamicLibrary.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Function.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/FunctionInfo.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/LastError.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/LastError.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/LongDouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/LongDouble.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/MappedType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/MappedType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/MemoryPointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/MemoryPointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/MethodHandle.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Platform.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Platform.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Pointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Struct.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/StructByValue.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/StructByValue.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/StructLayout.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Thread.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Thread.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Type.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Type.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Types.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Types.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/Variadic.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/compat.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/extconf.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.allow-ai-service +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2/ext/ffi_c/libffi/.appveyor → ffi-1.17.3/ext/ffi_c/libffi/.ci}/unix-noexec.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.gitattributes +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/ChangeLog.old +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/acinclude.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/autogen.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/config.guess +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/config.sub +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/fficonfig.h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/include/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/include/tramp.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/install-sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/libffi.pc.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/libtool-ldflags +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/ltmain.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/make_sunver.pl +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/man/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/man/ffi.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/missing +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/msvcc.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/closures.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/debug.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/raw_api.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/stamp-h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi.bsd.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi.darwin.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi.gnu.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi.vc.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/libffi.vc64.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/rbffi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/ext/ffi_c/rbffi_endian.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/library.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.2 → ffi-1.17.3}/sig/ffi/type.rbs +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-3.13.1 → rspec-3.13.2}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.1 → rspec-3.13.2}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.1 → rspec-3.13.2}/lib/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/configuration_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/did_you_mean.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/drb.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/filter_manager.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/hooks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/metadata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/option_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/pending.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/reporter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.5 → rspec-core-3.13.6}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/configuration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.5 → rspec-mocks-3.13.7}/lib/rspec/mocks.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/docs/ReposApi.md
CHANGED
|
@@ -43,6 +43,12 @@ Method | HTTP request | Description
|
|
|
43
43
|
[**repos_upstream_composer_partial_update**](ReposApi.md#repos_upstream_composer_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Partially update a Composer upstream config for this repository.
|
|
44
44
|
[**repos_upstream_composer_read**](ReposApi.md#repos_upstream_composer_read) | **GET** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Retrieve a Composer upstream config for this repository.
|
|
45
45
|
[**repos_upstream_composer_update**](ReposApi.md#repos_upstream_composer_update) | **PUT** /repos/{owner}/{identifier}/upstream/composer/{slug_perm}/ | Update a Composer upstream config for this repository.
|
|
46
|
+
[**repos_upstream_conda_create**](ReposApi.md#repos_upstream_conda_create) | **POST** /repos/{owner}/{identifier}/upstream/conda/ | Create a Conda upstream config for this repository.
|
|
47
|
+
[**repos_upstream_conda_delete**](ReposApi.md#repos_upstream_conda_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Delete a Conda upstream config for this repository.
|
|
48
|
+
[**repos_upstream_conda_list**](ReposApi.md#repos_upstream_conda_list) | **GET** /repos/{owner}/{identifier}/upstream/conda/ | List Conda upstream configs for this repository.
|
|
49
|
+
[**repos_upstream_conda_partial_update**](ReposApi.md#repos_upstream_conda_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Partially update a Conda upstream config for this repository.
|
|
50
|
+
[**repos_upstream_conda_read**](ReposApi.md#repos_upstream_conda_read) | **GET** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Retrieve a Conda upstream config for this repository.
|
|
51
|
+
[**repos_upstream_conda_update**](ReposApi.md#repos_upstream_conda_update) | **PUT** /repos/{owner}/{identifier}/upstream/conda/{slug_perm}/ | Update a Conda upstream config for this repository.
|
|
46
52
|
[**repos_upstream_cran_create**](ReposApi.md#repos_upstream_cran_create) | **POST** /repos/{owner}/{identifier}/upstream/cran/ | Create a CRAN upstream config for this repository.
|
|
47
53
|
[**repos_upstream_cran_delete**](ReposApi.md#repos_upstream_cran_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/cran/{slug_perm}/ | Delete a CRAN upstream config for this repository.
|
|
48
54
|
[**repos_upstream_cran_list**](ReposApi.md#repos_upstream_cran_list) | **GET** /repos/{owner}/{identifier}/upstream/cran/ | List CRAN upstream configs for this repository.
|
|
@@ -85,6 +91,12 @@ Method | HTTP request | Description
|
|
|
85
91
|
[**repos_upstream_hex_partial_update**](ReposApi.md#repos_upstream_hex_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Partially update a Hex upstream config for this repository.
|
|
86
92
|
[**repos_upstream_hex_read**](ReposApi.md#repos_upstream_hex_read) | **GET** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Retrieve a Hex upstream config for this repository.
|
|
87
93
|
[**repos_upstream_hex_update**](ReposApi.md#repos_upstream_hex_update) | **PUT** /repos/{owner}/{identifier}/upstream/hex/{slug_perm}/ | Update a Hex upstream config for this repository.
|
|
94
|
+
[**repos_upstream_huggingface_create**](ReposApi.md#repos_upstream_huggingface_create) | **POST** /repos/{owner}/{identifier}/upstream/huggingface/ | Create a HuggingFace upstream config for this repository.
|
|
95
|
+
[**repos_upstream_huggingface_delete**](ReposApi.md#repos_upstream_huggingface_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Delete a HuggingFace upstream config for this repository.
|
|
96
|
+
[**repos_upstream_huggingface_list**](ReposApi.md#repos_upstream_huggingface_list) | **GET** /repos/{owner}/{identifier}/upstream/huggingface/ | List HuggingFace upstream configs for this repository.
|
|
97
|
+
[**repos_upstream_huggingface_partial_update**](ReposApi.md#repos_upstream_huggingface_partial_update) | **PATCH** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Partially update a HuggingFace upstream config for this repository.
|
|
98
|
+
[**repos_upstream_huggingface_read**](ReposApi.md#repos_upstream_huggingface_read) | **GET** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Retrieve a HuggingFace upstream config for this repository.
|
|
99
|
+
[**repos_upstream_huggingface_update**](ReposApi.md#repos_upstream_huggingface_update) | **PUT** /repos/{owner}/{identifier}/upstream/huggingface/{slug_perm}/ | Update a HuggingFace upstream config for this repository.
|
|
88
100
|
[**repos_upstream_maven_create**](ReposApi.md#repos_upstream_maven_create) | **POST** /repos/{owner}/{identifier}/upstream/maven/ | Create a Maven upstream config for this repository.
|
|
89
101
|
[**repos_upstream_maven_delete**](ReposApi.md#repos_upstream_maven_delete) | **DELETE** /repos/{owner}/{identifier}/upstream/maven/{slug_perm}/ | Delete a Maven upstream config for this repository.
|
|
90
102
|
[**repos_upstream_maven_list**](ReposApi.md#repos_upstream_maven_list) | **GET** /repos/{owner}/{identifier}/upstream/maven/ | List Maven upstream configs for this repository.
|
|
@@ -2625,12 +2637,12 @@ Name | Type | Description | Notes
|
|
|
2625
2637
|
|
|
2626
2638
|
|
|
2627
2639
|
|
|
2628
|
-
# **
|
|
2629
|
-
>
|
|
2640
|
+
# **repos_upstream_conda_create**
|
|
2641
|
+
> CondaUpstream repos_upstream_conda_create(owner, identifier, opts)
|
|
2630
2642
|
|
|
2631
|
-
Create a
|
|
2643
|
+
Create a Conda upstream config for this repository.
|
|
2632
2644
|
|
|
2633
|
-
Create a
|
|
2645
|
+
Create a Conda upstream config for this repository.
|
|
2634
2646
|
|
|
2635
2647
|
### Example
|
|
2636
2648
|
```ruby
|
|
@@ -2655,15 +2667,15 @@ owner = 'owner_example' # String |
|
|
|
2655
2667
|
identifier = 'identifier_example' # String |
|
|
2656
2668
|
|
|
2657
2669
|
opts = {
|
|
2658
|
-
data: CloudsmithApi::
|
|
2670
|
+
data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
|
|
2659
2671
|
}
|
|
2660
2672
|
|
|
2661
2673
|
begin
|
|
2662
|
-
#Create a
|
|
2663
|
-
result = api_instance.
|
|
2674
|
+
#Create a Conda upstream config for this repository.
|
|
2675
|
+
result = api_instance.repos_upstream_conda_create(owner, identifier, opts)
|
|
2664
2676
|
p result
|
|
2665
2677
|
rescue CloudsmithApi::ApiError => e
|
|
2666
|
-
puts "Exception when calling ReposApi->
|
|
2678
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_create: #{e}"
|
|
2667
2679
|
end
|
|
2668
2680
|
```
|
|
2669
2681
|
|
|
@@ -2673,11 +2685,11 @@ Name | Type | Description | Notes
|
|
|
2673
2685
|
------------- | ------------- | ------------- | -------------
|
|
2674
2686
|
**owner** | **String**| |
|
|
2675
2687
|
**identifier** | **String**| |
|
|
2676
|
-
**data** | [**
|
|
2688
|
+
**data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
|
|
2677
2689
|
|
|
2678
2690
|
### Return type
|
|
2679
2691
|
|
|
2680
|
-
[**
|
|
2692
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
2681
2693
|
|
|
2682
2694
|
### Authorization
|
|
2683
2695
|
|
|
@@ -2690,12 +2702,12 @@ Name | Type | Description | Notes
|
|
|
2690
2702
|
|
|
2691
2703
|
|
|
2692
2704
|
|
|
2693
|
-
# **
|
|
2694
|
-
>
|
|
2705
|
+
# **repos_upstream_conda_delete**
|
|
2706
|
+
> repos_upstream_conda_delete(owner, identifier, slug_perm)
|
|
2695
2707
|
|
|
2696
|
-
Delete a
|
|
2708
|
+
Delete a Conda upstream config for this repository.
|
|
2697
2709
|
|
|
2698
|
-
Delete a
|
|
2710
|
+
Delete a Conda upstream config for this repository.
|
|
2699
2711
|
|
|
2700
2712
|
### Example
|
|
2701
2713
|
```ruby
|
|
@@ -2723,10 +2735,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2723
2735
|
|
|
2724
2736
|
|
|
2725
2737
|
begin
|
|
2726
|
-
#Delete a
|
|
2727
|
-
api_instance.
|
|
2738
|
+
#Delete a Conda upstream config for this repository.
|
|
2739
|
+
api_instance.repos_upstream_conda_delete(owner, identifier, slug_perm)
|
|
2728
2740
|
rescue CloudsmithApi::ApiError => e
|
|
2729
|
-
puts "Exception when calling ReposApi->
|
|
2741
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_delete: #{e}"
|
|
2730
2742
|
end
|
|
2731
2743
|
```
|
|
2732
2744
|
|
|
@@ -2753,12 +2765,12 @@ nil (empty response body)
|
|
|
2753
2765
|
|
|
2754
2766
|
|
|
2755
2767
|
|
|
2756
|
-
# **
|
|
2757
|
-
> Array<
|
|
2768
|
+
# **repos_upstream_conda_list**
|
|
2769
|
+
> Array<CondaUpstream> repos_upstream_conda_list(owner, identifier, opts)
|
|
2758
2770
|
|
|
2759
|
-
List
|
|
2771
|
+
List Conda upstream configs for this repository.
|
|
2760
2772
|
|
|
2761
|
-
List
|
|
2773
|
+
List Conda upstream configs for this repository.
|
|
2762
2774
|
|
|
2763
2775
|
### Example
|
|
2764
2776
|
```ruby
|
|
@@ -2788,11 +2800,11 @@ opts = {
|
|
|
2788
2800
|
}
|
|
2789
2801
|
|
|
2790
2802
|
begin
|
|
2791
|
-
#List
|
|
2792
|
-
result = api_instance.
|
|
2803
|
+
#List Conda upstream configs for this repository.
|
|
2804
|
+
result = api_instance.repos_upstream_conda_list(owner, identifier, opts)
|
|
2793
2805
|
p result
|
|
2794
2806
|
rescue CloudsmithApi::ApiError => e
|
|
2795
|
-
puts "Exception when calling ReposApi->
|
|
2807
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_list: #{e}"
|
|
2796
2808
|
end
|
|
2797
2809
|
```
|
|
2798
2810
|
|
|
@@ -2807,7 +2819,7 @@ Name | Type | Description | Notes
|
|
|
2807
2819
|
|
|
2808
2820
|
### Return type
|
|
2809
2821
|
|
|
2810
|
-
[**Array<
|
|
2822
|
+
[**Array<CondaUpstream>**](CondaUpstream.md)
|
|
2811
2823
|
|
|
2812
2824
|
### Authorization
|
|
2813
2825
|
|
|
@@ -2820,12 +2832,12 @@ Name | Type | Description | Notes
|
|
|
2820
2832
|
|
|
2821
2833
|
|
|
2822
2834
|
|
|
2823
|
-
# **
|
|
2824
|
-
>
|
|
2835
|
+
# **repos_upstream_conda_partial_update**
|
|
2836
|
+
> CondaUpstream repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
|
|
2825
2837
|
|
|
2826
|
-
Partially update a
|
|
2838
|
+
Partially update a Conda upstream config for this repository.
|
|
2827
2839
|
|
|
2828
|
-
Partially update a
|
|
2840
|
+
Partially update a Conda upstream config for this repository.
|
|
2829
2841
|
|
|
2830
2842
|
### Example
|
|
2831
2843
|
```ruby
|
|
@@ -2852,15 +2864,15 @@ identifier = 'identifier_example' # String |
|
|
|
2852
2864
|
slug_perm = 'slug_perm_example' # String |
|
|
2853
2865
|
|
|
2854
2866
|
opts = {
|
|
2855
|
-
data: CloudsmithApi::
|
|
2867
|
+
data: CloudsmithApi::CondaUpstreamRequestPatch.new # CondaUpstreamRequestPatch |
|
|
2856
2868
|
}
|
|
2857
2869
|
|
|
2858
2870
|
begin
|
|
2859
|
-
#Partially update a
|
|
2860
|
-
result = api_instance.
|
|
2871
|
+
#Partially update a Conda upstream config for this repository.
|
|
2872
|
+
result = api_instance.repos_upstream_conda_partial_update(owner, identifier, slug_perm, opts)
|
|
2861
2873
|
p result
|
|
2862
2874
|
rescue CloudsmithApi::ApiError => e
|
|
2863
|
-
puts "Exception when calling ReposApi->
|
|
2875
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_partial_update: #{e}"
|
|
2864
2876
|
end
|
|
2865
2877
|
```
|
|
2866
2878
|
|
|
@@ -2871,11 +2883,11 @@ Name | Type | Description | Notes
|
|
|
2871
2883
|
**owner** | **String**| |
|
|
2872
2884
|
**identifier** | **String**| |
|
|
2873
2885
|
**slug_perm** | **String**| |
|
|
2874
|
-
**data** | [**
|
|
2886
|
+
**data** | [**CondaUpstreamRequestPatch**](CondaUpstreamRequestPatch.md)| | [optional]
|
|
2875
2887
|
|
|
2876
2888
|
### Return type
|
|
2877
2889
|
|
|
2878
|
-
[**
|
|
2890
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
2879
2891
|
|
|
2880
2892
|
### Authorization
|
|
2881
2893
|
|
|
@@ -2888,12 +2900,12 @@ Name | Type | Description | Notes
|
|
|
2888
2900
|
|
|
2889
2901
|
|
|
2890
2902
|
|
|
2891
|
-
# **
|
|
2892
|
-
>
|
|
2903
|
+
# **repos_upstream_conda_read**
|
|
2904
|
+
> CondaUpstream repos_upstream_conda_read(owner, identifier, slug_perm)
|
|
2893
2905
|
|
|
2894
|
-
Retrieve a
|
|
2906
|
+
Retrieve a Conda upstream config for this repository.
|
|
2895
2907
|
|
|
2896
|
-
Retrieve a
|
|
2908
|
+
Retrieve a Conda upstream config for this repository.
|
|
2897
2909
|
|
|
2898
2910
|
### Example
|
|
2899
2911
|
```ruby
|
|
@@ -2921,11 +2933,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
2921
2933
|
|
|
2922
2934
|
|
|
2923
2935
|
begin
|
|
2924
|
-
#Retrieve a
|
|
2925
|
-
result = api_instance.
|
|
2936
|
+
#Retrieve a Conda upstream config for this repository.
|
|
2937
|
+
result = api_instance.repos_upstream_conda_read(owner, identifier, slug_perm)
|
|
2926
2938
|
p result
|
|
2927
2939
|
rescue CloudsmithApi::ApiError => e
|
|
2928
|
-
puts "Exception when calling ReposApi->
|
|
2940
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_read: #{e}"
|
|
2929
2941
|
end
|
|
2930
2942
|
```
|
|
2931
2943
|
|
|
@@ -2939,7 +2951,7 @@ Name | Type | Description | Notes
|
|
|
2939
2951
|
|
|
2940
2952
|
### Return type
|
|
2941
2953
|
|
|
2942
|
-
[**
|
|
2954
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
2943
2955
|
|
|
2944
2956
|
### Authorization
|
|
2945
2957
|
|
|
@@ -2952,12 +2964,12 @@ Name | Type | Description | Notes
|
|
|
2952
2964
|
|
|
2953
2965
|
|
|
2954
2966
|
|
|
2955
|
-
# **
|
|
2956
|
-
>
|
|
2967
|
+
# **repos_upstream_conda_update**
|
|
2968
|
+
> CondaUpstream repos_upstream_conda_update(owner, identifier, slug_perm, opts)
|
|
2957
2969
|
|
|
2958
|
-
Update a
|
|
2970
|
+
Update a Conda upstream config for this repository.
|
|
2959
2971
|
|
|
2960
|
-
Update a
|
|
2972
|
+
Update a Conda upstream config for this repository.
|
|
2961
2973
|
|
|
2962
2974
|
### Example
|
|
2963
2975
|
```ruby
|
|
@@ -2984,15 +2996,15 @@ identifier = 'identifier_example' # String |
|
|
|
2984
2996
|
slug_perm = 'slug_perm_example' # String |
|
|
2985
2997
|
|
|
2986
2998
|
opts = {
|
|
2987
|
-
data: CloudsmithApi::
|
|
2999
|
+
data: CloudsmithApi::CondaUpstreamRequest.new # CondaUpstreamRequest |
|
|
2988
3000
|
}
|
|
2989
3001
|
|
|
2990
3002
|
begin
|
|
2991
|
-
#Update a
|
|
2992
|
-
result = api_instance.
|
|
3003
|
+
#Update a Conda upstream config for this repository.
|
|
3004
|
+
result = api_instance.repos_upstream_conda_update(owner, identifier, slug_perm, opts)
|
|
2993
3005
|
p result
|
|
2994
3006
|
rescue CloudsmithApi::ApiError => e
|
|
2995
|
-
puts "Exception when calling ReposApi->
|
|
3007
|
+
puts "Exception when calling ReposApi->repos_upstream_conda_update: #{e}"
|
|
2996
3008
|
end
|
|
2997
3009
|
```
|
|
2998
3010
|
|
|
@@ -3003,11 +3015,11 @@ Name | Type | Description | Notes
|
|
|
3003
3015
|
**owner** | **String**| |
|
|
3004
3016
|
**identifier** | **String**| |
|
|
3005
3017
|
**slug_perm** | **String**| |
|
|
3006
|
-
**data** | [**
|
|
3018
|
+
**data** | [**CondaUpstreamRequest**](CondaUpstreamRequest.md)| | [optional]
|
|
3007
3019
|
|
|
3008
3020
|
### Return type
|
|
3009
3021
|
|
|
3010
|
-
[**
|
|
3022
|
+
[**CondaUpstream**](CondaUpstream.md)
|
|
3011
3023
|
|
|
3012
3024
|
### Authorization
|
|
3013
3025
|
|
|
@@ -3020,12 +3032,12 @@ Name | Type | Description | Notes
|
|
|
3020
3032
|
|
|
3021
3033
|
|
|
3022
3034
|
|
|
3023
|
-
# **
|
|
3024
|
-
>
|
|
3035
|
+
# **repos_upstream_cran_create**
|
|
3036
|
+
> CranUpstream repos_upstream_cran_create(owner, identifier, opts)
|
|
3025
3037
|
|
|
3026
|
-
Create a
|
|
3038
|
+
Create a CRAN upstream config for this repository.
|
|
3027
3039
|
|
|
3028
|
-
Create a
|
|
3040
|
+
Create a CRAN upstream config for this repository.
|
|
3029
3041
|
|
|
3030
3042
|
### Example
|
|
3031
3043
|
```ruby
|
|
@@ -3050,15 +3062,15 @@ owner = 'owner_example' # String |
|
|
|
3050
3062
|
identifier = 'identifier_example' # String |
|
|
3051
3063
|
|
|
3052
3064
|
opts = {
|
|
3053
|
-
data: CloudsmithApi::
|
|
3065
|
+
data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
|
|
3054
3066
|
}
|
|
3055
3067
|
|
|
3056
3068
|
begin
|
|
3057
|
-
#Create a
|
|
3058
|
-
result = api_instance.
|
|
3069
|
+
#Create a CRAN upstream config for this repository.
|
|
3070
|
+
result = api_instance.repos_upstream_cran_create(owner, identifier, opts)
|
|
3059
3071
|
p result
|
|
3060
3072
|
rescue CloudsmithApi::ApiError => e
|
|
3061
|
-
puts "Exception when calling ReposApi->
|
|
3073
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_create: #{e}"
|
|
3062
3074
|
end
|
|
3063
3075
|
```
|
|
3064
3076
|
|
|
@@ -3068,11 +3080,11 @@ Name | Type | Description | Notes
|
|
|
3068
3080
|
------------- | ------------- | ------------- | -------------
|
|
3069
3081
|
**owner** | **String**| |
|
|
3070
3082
|
**identifier** | **String**| |
|
|
3071
|
-
**data** | [**
|
|
3083
|
+
**data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
|
|
3072
3084
|
|
|
3073
3085
|
### Return type
|
|
3074
3086
|
|
|
3075
|
-
[**
|
|
3087
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3076
3088
|
|
|
3077
3089
|
### Authorization
|
|
3078
3090
|
|
|
@@ -3085,12 +3097,12 @@ Name | Type | Description | Notes
|
|
|
3085
3097
|
|
|
3086
3098
|
|
|
3087
3099
|
|
|
3088
|
-
# **
|
|
3089
|
-
>
|
|
3100
|
+
# **repos_upstream_cran_delete**
|
|
3101
|
+
> repos_upstream_cran_delete(owner, identifier, slug_perm)
|
|
3090
3102
|
|
|
3091
|
-
Delete a
|
|
3103
|
+
Delete a CRAN upstream config for this repository.
|
|
3092
3104
|
|
|
3093
|
-
Delete a
|
|
3105
|
+
Delete a CRAN upstream config for this repository.
|
|
3094
3106
|
|
|
3095
3107
|
### Example
|
|
3096
3108
|
```ruby
|
|
@@ -3118,10 +3130,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3118
3130
|
|
|
3119
3131
|
|
|
3120
3132
|
begin
|
|
3121
|
-
#Delete a
|
|
3122
|
-
api_instance.
|
|
3133
|
+
#Delete a CRAN upstream config for this repository.
|
|
3134
|
+
api_instance.repos_upstream_cran_delete(owner, identifier, slug_perm)
|
|
3123
3135
|
rescue CloudsmithApi::ApiError => e
|
|
3124
|
-
puts "Exception when calling ReposApi->
|
|
3136
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_delete: #{e}"
|
|
3125
3137
|
end
|
|
3126
3138
|
```
|
|
3127
3139
|
|
|
@@ -3148,12 +3160,12 @@ nil (empty response body)
|
|
|
3148
3160
|
|
|
3149
3161
|
|
|
3150
3162
|
|
|
3151
|
-
# **
|
|
3152
|
-
> Array<
|
|
3163
|
+
# **repos_upstream_cran_list**
|
|
3164
|
+
> Array<CranUpstream> repos_upstream_cran_list(owner, identifier, opts)
|
|
3153
3165
|
|
|
3154
|
-
List
|
|
3166
|
+
List CRAN upstream configs for this repository.
|
|
3155
3167
|
|
|
3156
|
-
List
|
|
3168
|
+
List CRAN upstream configs for this repository.
|
|
3157
3169
|
|
|
3158
3170
|
### Example
|
|
3159
3171
|
```ruby
|
|
@@ -3183,11 +3195,11 @@ opts = {
|
|
|
3183
3195
|
}
|
|
3184
3196
|
|
|
3185
3197
|
begin
|
|
3186
|
-
#List
|
|
3187
|
-
result = api_instance.
|
|
3198
|
+
#List CRAN upstream configs for this repository.
|
|
3199
|
+
result = api_instance.repos_upstream_cran_list(owner, identifier, opts)
|
|
3188
3200
|
p result
|
|
3189
3201
|
rescue CloudsmithApi::ApiError => e
|
|
3190
|
-
puts "Exception when calling ReposApi->
|
|
3202
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_list: #{e}"
|
|
3191
3203
|
end
|
|
3192
3204
|
```
|
|
3193
3205
|
|
|
@@ -3202,7 +3214,7 @@ Name | Type | Description | Notes
|
|
|
3202
3214
|
|
|
3203
3215
|
### Return type
|
|
3204
3216
|
|
|
3205
|
-
[**Array<
|
|
3217
|
+
[**Array<CranUpstream>**](CranUpstream.md)
|
|
3206
3218
|
|
|
3207
3219
|
### Authorization
|
|
3208
3220
|
|
|
@@ -3215,12 +3227,12 @@ Name | Type | Description | Notes
|
|
|
3215
3227
|
|
|
3216
3228
|
|
|
3217
3229
|
|
|
3218
|
-
# **
|
|
3219
|
-
>
|
|
3230
|
+
# **repos_upstream_cran_partial_update**
|
|
3231
|
+
> CranUpstream repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
|
|
3220
3232
|
|
|
3221
|
-
Partially update a
|
|
3233
|
+
Partially update a CRAN upstream config for this repository.
|
|
3222
3234
|
|
|
3223
|
-
Partially update a
|
|
3235
|
+
Partially update a CRAN upstream config for this repository.
|
|
3224
3236
|
|
|
3225
3237
|
### Example
|
|
3226
3238
|
```ruby
|
|
@@ -3247,15 +3259,15 @@ identifier = 'identifier_example' # String |
|
|
|
3247
3259
|
slug_perm = 'slug_perm_example' # String |
|
|
3248
3260
|
|
|
3249
3261
|
opts = {
|
|
3250
|
-
data: CloudsmithApi::
|
|
3262
|
+
data: CloudsmithApi::CranUpstreamRequestPatch.new # CranUpstreamRequestPatch |
|
|
3251
3263
|
}
|
|
3252
3264
|
|
|
3253
3265
|
begin
|
|
3254
|
-
#Partially update a
|
|
3255
|
-
result = api_instance.
|
|
3266
|
+
#Partially update a CRAN upstream config for this repository.
|
|
3267
|
+
result = api_instance.repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts)
|
|
3256
3268
|
p result
|
|
3257
3269
|
rescue CloudsmithApi::ApiError => e
|
|
3258
|
-
puts "Exception when calling ReposApi->
|
|
3270
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_partial_update: #{e}"
|
|
3259
3271
|
end
|
|
3260
3272
|
```
|
|
3261
3273
|
|
|
@@ -3266,11 +3278,11 @@ Name | Type | Description | Notes
|
|
|
3266
3278
|
**owner** | **String**| |
|
|
3267
3279
|
**identifier** | **String**| |
|
|
3268
3280
|
**slug_perm** | **String**| |
|
|
3269
|
-
**data** | [**
|
|
3281
|
+
**data** | [**CranUpstreamRequestPatch**](CranUpstreamRequestPatch.md)| | [optional]
|
|
3270
3282
|
|
|
3271
3283
|
### Return type
|
|
3272
3284
|
|
|
3273
|
-
[**
|
|
3285
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3274
3286
|
|
|
3275
3287
|
### Authorization
|
|
3276
3288
|
|
|
@@ -3283,12 +3295,12 @@ Name | Type | Description | Notes
|
|
|
3283
3295
|
|
|
3284
3296
|
|
|
3285
3297
|
|
|
3286
|
-
# **
|
|
3287
|
-
>
|
|
3298
|
+
# **repos_upstream_cran_read**
|
|
3299
|
+
> CranUpstream repos_upstream_cran_read(owner, identifier, slug_perm)
|
|
3288
3300
|
|
|
3289
|
-
Retrieve a
|
|
3301
|
+
Retrieve a CRAN upstream config for this repository.
|
|
3290
3302
|
|
|
3291
|
-
Retrieve a
|
|
3303
|
+
Retrieve a CRAN upstream config for this repository.
|
|
3292
3304
|
|
|
3293
3305
|
### Example
|
|
3294
3306
|
```ruby
|
|
@@ -3316,11 +3328,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3316
3328
|
|
|
3317
3329
|
|
|
3318
3330
|
begin
|
|
3319
|
-
#Retrieve a
|
|
3320
|
-
result = api_instance.
|
|
3331
|
+
#Retrieve a CRAN upstream config for this repository.
|
|
3332
|
+
result = api_instance.repos_upstream_cran_read(owner, identifier, slug_perm)
|
|
3321
3333
|
p result
|
|
3322
3334
|
rescue CloudsmithApi::ApiError => e
|
|
3323
|
-
puts "Exception when calling ReposApi->
|
|
3335
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_read: #{e}"
|
|
3324
3336
|
end
|
|
3325
3337
|
```
|
|
3326
3338
|
|
|
@@ -3334,7 +3346,7 @@ Name | Type | Description | Notes
|
|
|
3334
3346
|
|
|
3335
3347
|
### Return type
|
|
3336
3348
|
|
|
3337
|
-
[**
|
|
3349
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3338
3350
|
|
|
3339
3351
|
### Authorization
|
|
3340
3352
|
|
|
@@ -3347,12 +3359,12 @@ Name | Type | Description | Notes
|
|
|
3347
3359
|
|
|
3348
3360
|
|
|
3349
3361
|
|
|
3350
|
-
# **
|
|
3351
|
-
>
|
|
3362
|
+
# **repos_upstream_cran_update**
|
|
3363
|
+
> CranUpstream repos_upstream_cran_update(owner, identifier, slug_perm, opts)
|
|
3352
3364
|
|
|
3353
|
-
Update a
|
|
3365
|
+
Update a CRAN upstream config for this repository.
|
|
3354
3366
|
|
|
3355
|
-
Update a
|
|
3367
|
+
Update a CRAN upstream config for this repository.
|
|
3356
3368
|
|
|
3357
3369
|
### Example
|
|
3358
3370
|
```ruby
|
|
@@ -3379,15 +3391,15 @@ identifier = 'identifier_example' # String |
|
|
|
3379
3391
|
slug_perm = 'slug_perm_example' # String |
|
|
3380
3392
|
|
|
3381
3393
|
opts = {
|
|
3382
|
-
data: CloudsmithApi::
|
|
3394
|
+
data: CloudsmithApi::CranUpstreamRequest.new # CranUpstreamRequest |
|
|
3383
3395
|
}
|
|
3384
3396
|
|
|
3385
3397
|
begin
|
|
3386
|
-
#Update a
|
|
3387
|
-
result = api_instance.
|
|
3398
|
+
#Update a CRAN upstream config for this repository.
|
|
3399
|
+
result = api_instance.repos_upstream_cran_update(owner, identifier, slug_perm, opts)
|
|
3388
3400
|
p result
|
|
3389
3401
|
rescue CloudsmithApi::ApiError => e
|
|
3390
|
-
puts "Exception when calling ReposApi->
|
|
3402
|
+
puts "Exception when calling ReposApi->repos_upstream_cran_update: #{e}"
|
|
3391
3403
|
end
|
|
3392
3404
|
```
|
|
3393
3405
|
|
|
@@ -3398,11 +3410,11 @@ Name | Type | Description | Notes
|
|
|
3398
3410
|
**owner** | **String**| |
|
|
3399
3411
|
**identifier** | **String**| |
|
|
3400
3412
|
**slug_perm** | **String**| |
|
|
3401
|
-
**data** | [**
|
|
3413
|
+
**data** | [**CranUpstreamRequest**](CranUpstreamRequest.md)| | [optional]
|
|
3402
3414
|
|
|
3403
3415
|
### Return type
|
|
3404
3416
|
|
|
3405
|
-
[**
|
|
3417
|
+
[**CranUpstream**](CranUpstream.md)
|
|
3406
3418
|
|
|
3407
3419
|
### Authorization
|
|
3408
3420
|
|
|
@@ -3415,12 +3427,12 @@ Name | Type | Description | Notes
|
|
|
3415
3427
|
|
|
3416
3428
|
|
|
3417
3429
|
|
|
3418
|
-
# **
|
|
3419
|
-
>
|
|
3430
|
+
# **repos_upstream_dart_create**
|
|
3431
|
+
> DartUpstream repos_upstream_dart_create(owner, identifier, opts)
|
|
3420
3432
|
|
|
3421
|
-
Create a
|
|
3433
|
+
Create a Dart upstream config for this repository.
|
|
3422
3434
|
|
|
3423
|
-
Create a
|
|
3435
|
+
Create a Dart upstream config for this repository.
|
|
3424
3436
|
|
|
3425
3437
|
### Example
|
|
3426
3438
|
```ruby
|
|
@@ -3445,15 +3457,15 @@ owner = 'owner_example' # String |
|
|
|
3445
3457
|
identifier = 'identifier_example' # String |
|
|
3446
3458
|
|
|
3447
3459
|
opts = {
|
|
3448
|
-
data: CloudsmithApi::
|
|
3460
|
+
data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
|
|
3449
3461
|
}
|
|
3450
3462
|
|
|
3451
3463
|
begin
|
|
3452
|
-
#Create a
|
|
3453
|
-
result = api_instance.
|
|
3464
|
+
#Create a Dart upstream config for this repository.
|
|
3465
|
+
result = api_instance.repos_upstream_dart_create(owner, identifier, opts)
|
|
3454
3466
|
p result
|
|
3455
3467
|
rescue CloudsmithApi::ApiError => e
|
|
3456
|
-
puts "Exception when calling ReposApi->
|
|
3468
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_create: #{e}"
|
|
3457
3469
|
end
|
|
3458
3470
|
```
|
|
3459
3471
|
|
|
@@ -3463,11 +3475,11 @@ Name | Type | Description | Notes
|
|
|
3463
3475
|
------------- | ------------- | ------------- | -------------
|
|
3464
3476
|
**owner** | **String**| |
|
|
3465
3477
|
**identifier** | **String**| |
|
|
3466
|
-
**data** | [**
|
|
3478
|
+
**data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
|
|
3467
3479
|
|
|
3468
3480
|
### Return type
|
|
3469
3481
|
|
|
3470
|
-
[**
|
|
3482
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3471
3483
|
|
|
3472
3484
|
### Authorization
|
|
3473
3485
|
|
|
@@ -3480,12 +3492,12 @@ Name | Type | Description | Notes
|
|
|
3480
3492
|
|
|
3481
3493
|
|
|
3482
3494
|
|
|
3483
|
-
# **
|
|
3484
|
-
>
|
|
3495
|
+
# **repos_upstream_dart_delete**
|
|
3496
|
+
> repos_upstream_dart_delete(owner, identifier, slug_perm)
|
|
3485
3497
|
|
|
3486
|
-
Delete a
|
|
3498
|
+
Delete a Dart upstream config for this repository.
|
|
3487
3499
|
|
|
3488
|
-
Delete a
|
|
3500
|
+
Delete a Dart upstream config for this repository.
|
|
3489
3501
|
|
|
3490
3502
|
### Example
|
|
3491
3503
|
```ruby
|
|
@@ -3513,10 +3525,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3513
3525
|
|
|
3514
3526
|
|
|
3515
3527
|
begin
|
|
3516
|
-
#Delete a
|
|
3517
|
-
api_instance.
|
|
3528
|
+
#Delete a Dart upstream config for this repository.
|
|
3529
|
+
api_instance.repos_upstream_dart_delete(owner, identifier, slug_perm)
|
|
3518
3530
|
rescue CloudsmithApi::ApiError => e
|
|
3519
|
-
puts "Exception when calling ReposApi->
|
|
3531
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_delete: #{e}"
|
|
3520
3532
|
end
|
|
3521
3533
|
```
|
|
3522
3534
|
|
|
@@ -3543,12 +3555,12 @@ nil (empty response body)
|
|
|
3543
3555
|
|
|
3544
3556
|
|
|
3545
3557
|
|
|
3546
|
-
# **
|
|
3547
|
-
> Array<
|
|
3558
|
+
# **repos_upstream_dart_list**
|
|
3559
|
+
> Array<DartUpstream> repos_upstream_dart_list(owner, identifier, opts)
|
|
3548
3560
|
|
|
3549
|
-
List
|
|
3561
|
+
List Dart upstream configs for this repository.
|
|
3550
3562
|
|
|
3551
|
-
List
|
|
3563
|
+
List Dart upstream configs for this repository.
|
|
3552
3564
|
|
|
3553
3565
|
### Example
|
|
3554
3566
|
```ruby
|
|
@@ -3578,11 +3590,11 @@ opts = {
|
|
|
3578
3590
|
}
|
|
3579
3591
|
|
|
3580
3592
|
begin
|
|
3581
|
-
#List
|
|
3582
|
-
result = api_instance.
|
|
3593
|
+
#List Dart upstream configs for this repository.
|
|
3594
|
+
result = api_instance.repos_upstream_dart_list(owner, identifier, opts)
|
|
3583
3595
|
p result
|
|
3584
3596
|
rescue CloudsmithApi::ApiError => e
|
|
3585
|
-
puts "Exception when calling ReposApi->
|
|
3597
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_list: #{e}"
|
|
3586
3598
|
end
|
|
3587
3599
|
```
|
|
3588
3600
|
|
|
@@ -3597,7 +3609,7 @@ Name | Type | Description | Notes
|
|
|
3597
3609
|
|
|
3598
3610
|
### Return type
|
|
3599
3611
|
|
|
3600
|
-
[**Array<
|
|
3612
|
+
[**Array<DartUpstream>**](DartUpstream.md)
|
|
3601
3613
|
|
|
3602
3614
|
### Authorization
|
|
3603
3615
|
|
|
@@ -3610,12 +3622,12 @@ Name | Type | Description | Notes
|
|
|
3610
3622
|
|
|
3611
3623
|
|
|
3612
3624
|
|
|
3613
|
-
# **
|
|
3614
|
-
>
|
|
3625
|
+
# **repos_upstream_dart_partial_update**
|
|
3626
|
+
> DartUpstream repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
|
|
3615
3627
|
|
|
3616
|
-
Partially update a
|
|
3628
|
+
Partially update a Dart upstream config for this repository.
|
|
3617
3629
|
|
|
3618
|
-
Partially update a
|
|
3630
|
+
Partially update a Dart upstream config for this repository.
|
|
3619
3631
|
|
|
3620
3632
|
### Example
|
|
3621
3633
|
```ruby
|
|
@@ -3642,15 +3654,15 @@ identifier = 'identifier_example' # String |
|
|
|
3642
3654
|
slug_perm = 'slug_perm_example' # String |
|
|
3643
3655
|
|
|
3644
3656
|
opts = {
|
|
3645
|
-
data: CloudsmithApi::
|
|
3657
|
+
data: CloudsmithApi::DartUpstreamRequestPatch.new # DartUpstreamRequestPatch |
|
|
3646
3658
|
}
|
|
3647
3659
|
|
|
3648
3660
|
begin
|
|
3649
|
-
#Partially update a
|
|
3650
|
-
result = api_instance.
|
|
3661
|
+
#Partially update a Dart upstream config for this repository.
|
|
3662
|
+
result = api_instance.repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts)
|
|
3651
3663
|
p result
|
|
3652
3664
|
rescue CloudsmithApi::ApiError => e
|
|
3653
|
-
puts "Exception when calling ReposApi->
|
|
3665
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_partial_update: #{e}"
|
|
3654
3666
|
end
|
|
3655
3667
|
```
|
|
3656
3668
|
|
|
@@ -3661,11 +3673,11 @@ Name | Type | Description | Notes
|
|
|
3661
3673
|
**owner** | **String**| |
|
|
3662
3674
|
**identifier** | **String**| |
|
|
3663
3675
|
**slug_perm** | **String**| |
|
|
3664
|
-
**data** | [**
|
|
3676
|
+
**data** | [**DartUpstreamRequestPatch**](DartUpstreamRequestPatch.md)| | [optional]
|
|
3665
3677
|
|
|
3666
3678
|
### Return type
|
|
3667
3679
|
|
|
3668
|
-
[**
|
|
3680
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3669
3681
|
|
|
3670
3682
|
### Authorization
|
|
3671
3683
|
|
|
@@ -3678,12 +3690,12 @@ Name | Type | Description | Notes
|
|
|
3678
3690
|
|
|
3679
3691
|
|
|
3680
3692
|
|
|
3681
|
-
# **
|
|
3682
|
-
>
|
|
3693
|
+
# **repos_upstream_dart_read**
|
|
3694
|
+
> DartUpstream repos_upstream_dart_read(owner, identifier, slug_perm)
|
|
3683
3695
|
|
|
3684
|
-
Retrieve a
|
|
3696
|
+
Retrieve a Dart upstream config for this repository.
|
|
3685
3697
|
|
|
3686
|
-
Retrieve a
|
|
3698
|
+
Retrieve a Dart upstream config for this repository.
|
|
3687
3699
|
|
|
3688
3700
|
### Example
|
|
3689
3701
|
```ruby
|
|
@@ -3711,11 +3723,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3711
3723
|
|
|
3712
3724
|
|
|
3713
3725
|
begin
|
|
3714
|
-
#Retrieve a
|
|
3715
|
-
result = api_instance.
|
|
3726
|
+
#Retrieve a Dart upstream config for this repository.
|
|
3727
|
+
result = api_instance.repos_upstream_dart_read(owner, identifier, slug_perm)
|
|
3716
3728
|
p result
|
|
3717
3729
|
rescue CloudsmithApi::ApiError => e
|
|
3718
|
-
puts "Exception when calling ReposApi->
|
|
3730
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_read: #{e}"
|
|
3719
3731
|
end
|
|
3720
3732
|
```
|
|
3721
3733
|
|
|
@@ -3729,7 +3741,7 @@ Name | Type | Description | Notes
|
|
|
3729
3741
|
|
|
3730
3742
|
### Return type
|
|
3731
3743
|
|
|
3732
|
-
[**
|
|
3744
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3733
3745
|
|
|
3734
3746
|
### Authorization
|
|
3735
3747
|
|
|
@@ -3742,12 +3754,12 @@ Name | Type | Description | Notes
|
|
|
3742
3754
|
|
|
3743
3755
|
|
|
3744
3756
|
|
|
3745
|
-
# **
|
|
3746
|
-
>
|
|
3757
|
+
# **repos_upstream_dart_update**
|
|
3758
|
+
> DartUpstream repos_upstream_dart_update(owner, identifier, slug_perm, opts)
|
|
3747
3759
|
|
|
3748
|
-
Update a
|
|
3760
|
+
Update a Dart upstream config for this repository.
|
|
3749
3761
|
|
|
3750
|
-
Update a
|
|
3762
|
+
Update a Dart upstream config for this repository.
|
|
3751
3763
|
|
|
3752
3764
|
### Example
|
|
3753
3765
|
```ruby
|
|
@@ -3774,15 +3786,673 @@ identifier = 'identifier_example' # String |
|
|
|
3774
3786
|
slug_perm = 'slug_perm_example' # String |
|
|
3775
3787
|
|
|
3776
3788
|
opts = {
|
|
3777
|
-
data: CloudsmithApi::
|
|
3789
|
+
data: CloudsmithApi::DartUpstreamRequest.new # DartUpstreamRequest |
|
|
3778
3790
|
}
|
|
3779
3791
|
|
|
3780
3792
|
begin
|
|
3781
|
-
#Update a
|
|
3793
|
+
#Update a Dart upstream config for this repository.
|
|
3794
|
+
result = api_instance.repos_upstream_dart_update(owner, identifier, slug_perm, opts)
|
|
3795
|
+
p result
|
|
3796
|
+
rescue CloudsmithApi::ApiError => e
|
|
3797
|
+
puts "Exception when calling ReposApi->repos_upstream_dart_update: #{e}"
|
|
3798
|
+
end
|
|
3799
|
+
```
|
|
3800
|
+
|
|
3801
|
+
### Parameters
|
|
3802
|
+
|
|
3803
|
+
Name | Type | Description | Notes
|
|
3804
|
+
------------- | ------------- | ------------- | -------------
|
|
3805
|
+
**owner** | **String**| |
|
|
3806
|
+
**identifier** | **String**| |
|
|
3807
|
+
**slug_perm** | **String**| |
|
|
3808
|
+
**data** | [**DartUpstreamRequest**](DartUpstreamRequest.md)| | [optional]
|
|
3809
|
+
|
|
3810
|
+
### Return type
|
|
3811
|
+
|
|
3812
|
+
[**DartUpstream**](DartUpstream.md)
|
|
3813
|
+
|
|
3814
|
+
### Authorization
|
|
3815
|
+
|
|
3816
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3817
|
+
|
|
3818
|
+
### HTTP request headers
|
|
3819
|
+
|
|
3820
|
+
- **Content-Type**: application/json
|
|
3821
|
+
- **Accept**: application/json
|
|
3822
|
+
|
|
3823
|
+
|
|
3824
|
+
|
|
3825
|
+
# **repos_upstream_deb_create**
|
|
3826
|
+
> DebUpstream repos_upstream_deb_create(owner, identifier, opts)
|
|
3827
|
+
|
|
3828
|
+
Create a Debian upstream config for this repository.
|
|
3829
|
+
|
|
3830
|
+
Create a Debian upstream config for this repository.
|
|
3831
|
+
|
|
3832
|
+
### Example
|
|
3833
|
+
```ruby
|
|
3834
|
+
# load the gem
|
|
3835
|
+
require 'cloudsmith-api'
|
|
3836
|
+
# setup authorization
|
|
3837
|
+
CloudsmithApi.configure do |config|
|
|
3838
|
+
# Configure API key authorization: apikey
|
|
3839
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3840
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3841
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3842
|
+
|
|
3843
|
+
# Configure HTTP basic authorization: basic
|
|
3844
|
+
config.username = 'YOUR USERNAME'
|
|
3845
|
+
config.password = 'YOUR PASSWORD'
|
|
3846
|
+
end
|
|
3847
|
+
|
|
3848
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3849
|
+
|
|
3850
|
+
owner = 'owner_example' # String |
|
|
3851
|
+
|
|
3852
|
+
identifier = 'identifier_example' # String |
|
|
3853
|
+
|
|
3854
|
+
opts = {
|
|
3855
|
+
data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
|
|
3856
|
+
}
|
|
3857
|
+
|
|
3858
|
+
begin
|
|
3859
|
+
#Create a Debian upstream config for this repository.
|
|
3860
|
+
result = api_instance.repos_upstream_deb_create(owner, identifier, opts)
|
|
3861
|
+
p result
|
|
3862
|
+
rescue CloudsmithApi::ApiError => e
|
|
3863
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_create: #{e}"
|
|
3864
|
+
end
|
|
3865
|
+
```
|
|
3866
|
+
|
|
3867
|
+
### Parameters
|
|
3868
|
+
|
|
3869
|
+
Name | Type | Description | Notes
|
|
3870
|
+
------------- | ------------- | ------------- | -------------
|
|
3871
|
+
**owner** | **String**| |
|
|
3872
|
+
**identifier** | **String**| |
|
|
3873
|
+
**data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
|
|
3874
|
+
|
|
3875
|
+
### Return type
|
|
3876
|
+
|
|
3877
|
+
[**DebUpstream**](DebUpstream.md)
|
|
3878
|
+
|
|
3879
|
+
### Authorization
|
|
3880
|
+
|
|
3881
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3882
|
+
|
|
3883
|
+
### HTTP request headers
|
|
3884
|
+
|
|
3885
|
+
- **Content-Type**: application/json
|
|
3886
|
+
- **Accept**: application/json
|
|
3887
|
+
|
|
3888
|
+
|
|
3889
|
+
|
|
3890
|
+
# **repos_upstream_deb_delete**
|
|
3891
|
+
> repos_upstream_deb_delete(owner, identifier, slug_perm)
|
|
3892
|
+
|
|
3893
|
+
Delete a Debian upstream config for this repository.
|
|
3894
|
+
|
|
3895
|
+
Delete a Debian upstream config for this repository.
|
|
3896
|
+
|
|
3897
|
+
### Example
|
|
3898
|
+
```ruby
|
|
3899
|
+
# load the gem
|
|
3900
|
+
require 'cloudsmith-api'
|
|
3901
|
+
# setup authorization
|
|
3902
|
+
CloudsmithApi.configure do |config|
|
|
3903
|
+
# Configure API key authorization: apikey
|
|
3904
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3905
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3906
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3907
|
+
|
|
3908
|
+
# Configure HTTP basic authorization: basic
|
|
3909
|
+
config.username = 'YOUR USERNAME'
|
|
3910
|
+
config.password = 'YOUR PASSWORD'
|
|
3911
|
+
end
|
|
3912
|
+
|
|
3913
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3914
|
+
|
|
3915
|
+
owner = 'owner_example' # String |
|
|
3916
|
+
|
|
3917
|
+
identifier = 'identifier_example' # String |
|
|
3918
|
+
|
|
3919
|
+
slug_perm = 'slug_perm_example' # String |
|
|
3920
|
+
|
|
3921
|
+
|
|
3922
|
+
begin
|
|
3923
|
+
#Delete a Debian upstream config for this repository.
|
|
3924
|
+
api_instance.repos_upstream_deb_delete(owner, identifier, slug_perm)
|
|
3925
|
+
rescue CloudsmithApi::ApiError => e
|
|
3926
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_delete: #{e}"
|
|
3927
|
+
end
|
|
3928
|
+
```
|
|
3929
|
+
|
|
3930
|
+
### Parameters
|
|
3931
|
+
|
|
3932
|
+
Name | Type | Description | Notes
|
|
3933
|
+
------------- | ------------- | ------------- | -------------
|
|
3934
|
+
**owner** | **String**| |
|
|
3935
|
+
**identifier** | **String**| |
|
|
3936
|
+
**slug_perm** | **String**| |
|
|
3937
|
+
|
|
3938
|
+
### Return type
|
|
3939
|
+
|
|
3940
|
+
nil (empty response body)
|
|
3941
|
+
|
|
3942
|
+
### Authorization
|
|
3943
|
+
|
|
3944
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
3945
|
+
|
|
3946
|
+
### HTTP request headers
|
|
3947
|
+
|
|
3948
|
+
- **Content-Type**: application/json
|
|
3949
|
+
- **Accept**: application/json
|
|
3950
|
+
|
|
3951
|
+
|
|
3952
|
+
|
|
3953
|
+
# **repos_upstream_deb_list**
|
|
3954
|
+
> Array<DebUpstream> repos_upstream_deb_list(owner, identifier, opts)
|
|
3955
|
+
|
|
3956
|
+
List Debian upstream configs for this repository.
|
|
3957
|
+
|
|
3958
|
+
List Debian upstream configs for this repository.
|
|
3959
|
+
|
|
3960
|
+
### Example
|
|
3961
|
+
```ruby
|
|
3962
|
+
# load the gem
|
|
3963
|
+
require 'cloudsmith-api'
|
|
3964
|
+
# setup authorization
|
|
3965
|
+
CloudsmithApi.configure do |config|
|
|
3966
|
+
# Configure API key authorization: apikey
|
|
3967
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3968
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3969
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3970
|
+
|
|
3971
|
+
# Configure HTTP basic authorization: basic
|
|
3972
|
+
config.username = 'YOUR USERNAME'
|
|
3973
|
+
config.password = 'YOUR PASSWORD'
|
|
3974
|
+
end
|
|
3975
|
+
|
|
3976
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
3977
|
+
|
|
3978
|
+
owner = 'owner_example' # String |
|
|
3979
|
+
|
|
3980
|
+
identifier = 'identifier_example' # String |
|
|
3981
|
+
|
|
3982
|
+
opts = {
|
|
3983
|
+
page: 56, # Integer | A page number within the paginated result set.
|
|
3984
|
+
page_size: 56 # Integer | Number of results to return per page.
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
begin
|
|
3988
|
+
#List Debian upstream configs for this repository.
|
|
3989
|
+
result = api_instance.repos_upstream_deb_list(owner, identifier, opts)
|
|
3990
|
+
p result
|
|
3991
|
+
rescue CloudsmithApi::ApiError => e
|
|
3992
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_list: #{e}"
|
|
3993
|
+
end
|
|
3994
|
+
```
|
|
3995
|
+
|
|
3996
|
+
### Parameters
|
|
3997
|
+
|
|
3998
|
+
Name | Type | Description | Notes
|
|
3999
|
+
------------- | ------------- | ------------- | -------------
|
|
4000
|
+
**owner** | **String**| |
|
|
4001
|
+
**identifier** | **String**| |
|
|
4002
|
+
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
4003
|
+
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
|
4004
|
+
|
|
4005
|
+
### Return type
|
|
4006
|
+
|
|
4007
|
+
[**Array<DebUpstream>**](DebUpstream.md)
|
|
4008
|
+
|
|
4009
|
+
### Authorization
|
|
4010
|
+
|
|
4011
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4012
|
+
|
|
4013
|
+
### HTTP request headers
|
|
4014
|
+
|
|
4015
|
+
- **Content-Type**: application/json
|
|
4016
|
+
- **Accept**: application/json
|
|
4017
|
+
|
|
4018
|
+
|
|
4019
|
+
|
|
4020
|
+
# **repos_upstream_deb_partial_update**
|
|
4021
|
+
> DebUpstream repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
|
|
4022
|
+
|
|
4023
|
+
Partially update a Debian upstream config for this repository.
|
|
4024
|
+
|
|
4025
|
+
Partially update a Debian upstream config for this repository.
|
|
4026
|
+
|
|
4027
|
+
### Example
|
|
4028
|
+
```ruby
|
|
4029
|
+
# load the gem
|
|
4030
|
+
require 'cloudsmith-api'
|
|
4031
|
+
# setup authorization
|
|
4032
|
+
CloudsmithApi.configure do |config|
|
|
4033
|
+
# Configure API key authorization: apikey
|
|
4034
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4035
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4036
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4037
|
+
|
|
4038
|
+
# Configure HTTP basic authorization: basic
|
|
4039
|
+
config.username = 'YOUR USERNAME'
|
|
4040
|
+
config.password = 'YOUR PASSWORD'
|
|
4041
|
+
end
|
|
4042
|
+
|
|
4043
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4044
|
+
|
|
4045
|
+
owner = 'owner_example' # String |
|
|
4046
|
+
|
|
4047
|
+
identifier = 'identifier_example' # String |
|
|
4048
|
+
|
|
4049
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4050
|
+
|
|
4051
|
+
opts = {
|
|
4052
|
+
data: CloudsmithApi::DebUpstreamRequestPatch.new # DebUpstreamRequestPatch |
|
|
4053
|
+
}
|
|
4054
|
+
|
|
4055
|
+
begin
|
|
4056
|
+
#Partially update a Debian upstream config for this repository.
|
|
4057
|
+
result = api_instance.repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts)
|
|
4058
|
+
p result
|
|
4059
|
+
rescue CloudsmithApi::ApiError => e
|
|
4060
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_partial_update: #{e}"
|
|
4061
|
+
end
|
|
4062
|
+
```
|
|
4063
|
+
|
|
4064
|
+
### Parameters
|
|
4065
|
+
|
|
4066
|
+
Name | Type | Description | Notes
|
|
4067
|
+
------------- | ------------- | ------------- | -------------
|
|
4068
|
+
**owner** | **String**| |
|
|
4069
|
+
**identifier** | **String**| |
|
|
4070
|
+
**slug_perm** | **String**| |
|
|
4071
|
+
**data** | [**DebUpstreamRequestPatch**](DebUpstreamRequestPatch.md)| | [optional]
|
|
4072
|
+
|
|
4073
|
+
### Return type
|
|
4074
|
+
|
|
4075
|
+
[**DebUpstream**](DebUpstream.md)
|
|
4076
|
+
|
|
4077
|
+
### Authorization
|
|
4078
|
+
|
|
4079
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4080
|
+
|
|
4081
|
+
### HTTP request headers
|
|
4082
|
+
|
|
4083
|
+
- **Content-Type**: application/json
|
|
4084
|
+
- **Accept**: application/json
|
|
4085
|
+
|
|
4086
|
+
|
|
4087
|
+
|
|
4088
|
+
# **repos_upstream_deb_read**
|
|
4089
|
+
> DebUpstream repos_upstream_deb_read(owner, identifier, slug_perm)
|
|
4090
|
+
|
|
4091
|
+
Retrieve a Debian upstream config for this repository.
|
|
4092
|
+
|
|
4093
|
+
Retrieve a Debian upstream config for this repository.
|
|
4094
|
+
|
|
4095
|
+
### Example
|
|
4096
|
+
```ruby
|
|
4097
|
+
# load the gem
|
|
4098
|
+
require 'cloudsmith-api'
|
|
4099
|
+
# setup authorization
|
|
4100
|
+
CloudsmithApi.configure do |config|
|
|
4101
|
+
# Configure API key authorization: apikey
|
|
4102
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4103
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4104
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4105
|
+
|
|
4106
|
+
# Configure HTTP basic authorization: basic
|
|
4107
|
+
config.username = 'YOUR USERNAME'
|
|
4108
|
+
config.password = 'YOUR PASSWORD'
|
|
4109
|
+
end
|
|
4110
|
+
|
|
4111
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4112
|
+
|
|
4113
|
+
owner = 'owner_example' # String |
|
|
4114
|
+
|
|
4115
|
+
identifier = 'identifier_example' # String |
|
|
4116
|
+
|
|
4117
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4118
|
+
|
|
4119
|
+
|
|
4120
|
+
begin
|
|
4121
|
+
#Retrieve a Debian upstream config for this repository.
|
|
4122
|
+
result = api_instance.repos_upstream_deb_read(owner, identifier, slug_perm)
|
|
4123
|
+
p result
|
|
4124
|
+
rescue CloudsmithApi::ApiError => e
|
|
4125
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_read: #{e}"
|
|
4126
|
+
end
|
|
4127
|
+
```
|
|
4128
|
+
|
|
4129
|
+
### Parameters
|
|
4130
|
+
|
|
4131
|
+
Name | Type | Description | Notes
|
|
4132
|
+
------------- | ------------- | ------------- | -------------
|
|
4133
|
+
**owner** | **String**| |
|
|
4134
|
+
**identifier** | **String**| |
|
|
4135
|
+
**slug_perm** | **String**| |
|
|
4136
|
+
|
|
4137
|
+
### Return type
|
|
4138
|
+
|
|
4139
|
+
[**DebUpstream**](DebUpstream.md)
|
|
4140
|
+
|
|
4141
|
+
### Authorization
|
|
4142
|
+
|
|
4143
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4144
|
+
|
|
4145
|
+
### HTTP request headers
|
|
4146
|
+
|
|
4147
|
+
- **Content-Type**: application/json
|
|
4148
|
+
- **Accept**: application/json
|
|
4149
|
+
|
|
4150
|
+
|
|
4151
|
+
|
|
4152
|
+
# **repos_upstream_deb_update**
|
|
4153
|
+
> DebUpstream repos_upstream_deb_update(owner, identifier, slug_perm, opts)
|
|
4154
|
+
|
|
4155
|
+
Update a Debian upstream config for this repository.
|
|
4156
|
+
|
|
4157
|
+
Update a Debian upstream config for this repository.
|
|
4158
|
+
|
|
4159
|
+
### Example
|
|
4160
|
+
```ruby
|
|
4161
|
+
# load the gem
|
|
4162
|
+
require 'cloudsmith-api'
|
|
4163
|
+
# setup authorization
|
|
4164
|
+
CloudsmithApi.configure do |config|
|
|
4165
|
+
# Configure API key authorization: apikey
|
|
4166
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4167
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4168
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4169
|
+
|
|
4170
|
+
# Configure HTTP basic authorization: basic
|
|
4171
|
+
config.username = 'YOUR USERNAME'
|
|
4172
|
+
config.password = 'YOUR PASSWORD'
|
|
4173
|
+
end
|
|
4174
|
+
|
|
4175
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4176
|
+
|
|
4177
|
+
owner = 'owner_example' # String |
|
|
4178
|
+
|
|
4179
|
+
identifier = 'identifier_example' # String |
|
|
4180
|
+
|
|
4181
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4182
|
+
|
|
4183
|
+
opts = {
|
|
4184
|
+
data: CloudsmithApi::DebUpstreamRequest.new # DebUpstreamRequest |
|
|
4185
|
+
}
|
|
4186
|
+
|
|
4187
|
+
begin
|
|
4188
|
+
#Update a Debian upstream config for this repository.
|
|
3782
4189
|
result = api_instance.repos_upstream_deb_update(owner, identifier, slug_perm, opts)
|
|
3783
4190
|
p result
|
|
3784
4191
|
rescue CloudsmithApi::ApiError => e
|
|
3785
|
-
puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
|
|
4192
|
+
puts "Exception when calling ReposApi->repos_upstream_deb_update: #{e}"
|
|
4193
|
+
end
|
|
4194
|
+
```
|
|
4195
|
+
|
|
4196
|
+
### Parameters
|
|
4197
|
+
|
|
4198
|
+
Name | Type | Description | Notes
|
|
4199
|
+
------------- | ------------- | ------------- | -------------
|
|
4200
|
+
**owner** | **String**| |
|
|
4201
|
+
**identifier** | **String**| |
|
|
4202
|
+
**slug_perm** | **String**| |
|
|
4203
|
+
**data** | [**DebUpstreamRequest**](DebUpstreamRequest.md)| | [optional]
|
|
4204
|
+
|
|
4205
|
+
### Return type
|
|
4206
|
+
|
|
4207
|
+
[**DebUpstream**](DebUpstream.md)
|
|
4208
|
+
|
|
4209
|
+
### Authorization
|
|
4210
|
+
|
|
4211
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4212
|
+
|
|
4213
|
+
### HTTP request headers
|
|
4214
|
+
|
|
4215
|
+
- **Content-Type**: application/json
|
|
4216
|
+
- **Accept**: application/json
|
|
4217
|
+
|
|
4218
|
+
|
|
4219
|
+
|
|
4220
|
+
# **repos_upstream_docker_create**
|
|
4221
|
+
> DockerUpstream repos_upstream_docker_create(owner, identifier, opts)
|
|
4222
|
+
|
|
4223
|
+
Create a Docker upstream config for this repository.
|
|
4224
|
+
|
|
4225
|
+
Create a Docker upstream config for this repository.
|
|
4226
|
+
|
|
4227
|
+
### Example
|
|
4228
|
+
```ruby
|
|
4229
|
+
# load the gem
|
|
4230
|
+
require 'cloudsmith-api'
|
|
4231
|
+
# setup authorization
|
|
4232
|
+
CloudsmithApi.configure do |config|
|
|
4233
|
+
# Configure API key authorization: apikey
|
|
4234
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4235
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4236
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4237
|
+
|
|
4238
|
+
# Configure HTTP basic authorization: basic
|
|
4239
|
+
config.username = 'YOUR USERNAME'
|
|
4240
|
+
config.password = 'YOUR PASSWORD'
|
|
4241
|
+
end
|
|
4242
|
+
|
|
4243
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4244
|
+
|
|
4245
|
+
owner = 'owner_example' # String |
|
|
4246
|
+
|
|
4247
|
+
identifier = 'identifier_example' # String |
|
|
4248
|
+
|
|
4249
|
+
opts = {
|
|
4250
|
+
data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4253
|
+
begin
|
|
4254
|
+
#Create a Docker upstream config for this repository.
|
|
4255
|
+
result = api_instance.repos_upstream_docker_create(owner, identifier, opts)
|
|
4256
|
+
p result
|
|
4257
|
+
rescue CloudsmithApi::ApiError => e
|
|
4258
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_create: #{e}"
|
|
4259
|
+
end
|
|
4260
|
+
```
|
|
4261
|
+
|
|
4262
|
+
### Parameters
|
|
4263
|
+
|
|
4264
|
+
Name | Type | Description | Notes
|
|
4265
|
+
------------- | ------------- | ------------- | -------------
|
|
4266
|
+
**owner** | **String**| |
|
|
4267
|
+
**identifier** | **String**| |
|
|
4268
|
+
**data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
|
|
4269
|
+
|
|
4270
|
+
### Return type
|
|
4271
|
+
|
|
4272
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
4273
|
+
|
|
4274
|
+
### Authorization
|
|
4275
|
+
|
|
4276
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4277
|
+
|
|
4278
|
+
### HTTP request headers
|
|
4279
|
+
|
|
4280
|
+
- **Content-Type**: application/json
|
|
4281
|
+
- **Accept**: application/json
|
|
4282
|
+
|
|
4283
|
+
|
|
4284
|
+
|
|
4285
|
+
# **repos_upstream_docker_delete**
|
|
4286
|
+
> repos_upstream_docker_delete(owner, identifier, slug_perm)
|
|
4287
|
+
|
|
4288
|
+
Delete a Docker upstream config for this repository.
|
|
4289
|
+
|
|
4290
|
+
Delete a Docker upstream config for this repository.
|
|
4291
|
+
|
|
4292
|
+
### Example
|
|
4293
|
+
```ruby
|
|
4294
|
+
# load the gem
|
|
4295
|
+
require 'cloudsmith-api'
|
|
4296
|
+
# setup authorization
|
|
4297
|
+
CloudsmithApi.configure do |config|
|
|
4298
|
+
# Configure API key authorization: apikey
|
|
4299
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4300
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4301
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4302
|
+
|
|
4303
|
+
# Configure HTTP basic authorization: basic
|
|
4304
|
+
config.username = 'YOUR USERNAME'
|
|
4305
|
+
config.password = 'YOUR PASSWORD'
|
|
4306
|
+
end
|
|
4307
|
+
|
|
4308
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4309
|
+
|
|
4310
|
+
owner = 'owner_example' # String |
|
|
4311
|
+
|
|
4312
|
+
identifier = 'identifier_example' # String |
|
|
4313
|
+
|
|
4314
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4315
|
+
|
|
4316
|
+
|
|
4317
|
+
begin
|
|
4318
|
+
#Delete a Docker upstream config for this repository.
|
|
4319
|
+
api_instance.repos_upstream_docker_delete(owner, identifier, slug_perm)
|
|
4320
|
+
rescue CloudsmithApi::ApiError => e
|
|
4321
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_delete: #{e}"
|
|
4322
|
+
end
|
|
4323
|
+
```
|
|
4324
|
+
|
|
4325
|
+
### Parameters
|
|
4326
|
+
|
|
4327
|
+
Name | Type | Description | Notes
|
|
4328
|
+
------------- | ------------- | ------------- | -------------
|
|
4329
|
+
**owner** | **String**| |
|
|
4330
|
+
**identifier** | **String**| |
|
|
4331
|
+
**slug_perm** | **String**| |
|
|
4332
|
+
|
|
4333
|
+
### Return type
|
|
4334
|
+
|
|
4335
|
+
nil (empty response body)
|
|
4336
|
+
|
|
4337
|
+
### Authorization
|
|
4338
|
+
|
|
4339
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4340
|
+
|
|
4341
|
+
### HTTP request headers
|
|
4342
|
+
|
|
4343
|
+
- **Content-Type**: application/json
|
|
4344
|
+
- **Accept**: application/json
|
|
4345
|
+
|
|
4346
|
+
|
|
4347
|
+
|
|
4348
|
+
# **repos_upstream_docker_list**
|
|
4349
|
+
> Array<DockerUpstream> repos_upstream_docker_list(owner, identifier, opts)
|
|
4350
|
+
|
|
4351
|
+
List Docker upstream configs for this repository.
|
|
4352
|
+
|
|
4353
|
+
List Docker upstream configs for this repository.
|
|
4354
|
+
|
|
4355
|
+
### Example
|
|
4356
|
+
```ruby
|
|
4357
|
+
# load the gem
|
|
4358
|
+
require 'cloudsmith-api'
|
|
4359
|
+
# setup authorization
|
|
4360
|
+
CloudsmithApi.configure do |config|
|
|
4361
|
+
# Configure API key authorization: apikey
|
|
4362
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4363
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4364
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4365
|
+
|
|
4366
|
+
# Configure HTTP basic authorization: basic
|
|
4367
|
+
config.username = 'YOUR USERNAME'
|
|
4368
|
+
config.password = 'YOUR PASSWORD'
|
|
4369
|
+
end
|
|
4370
|
+
|
|
4371
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4372
|
+
|
|
4373
|
+
owner = 'owner_example' # String |
|
|
4374
|
+
|
|
4375
|
+
identifier = 'identifier_example' # String |
|
|
4376
|
+
|
|
4377
|
+
opts = {
|
|
4378
|
+
page: 56, # Integer | A page number within the paginated result set.
|
|
4379
|
+
page_size: 56 # Integer | Number of results to return per page.
|
|
4380
|
+
}
|
|
4381
|
+
|
|
4382
|
+
begin
|
|
4383
|
+
#List Docker upstream configs for this repository.
|
|
4384
|
+
result = api_instance.repos_upstream_docker_list(owner, identifier, opts)
|
|
4385
|
+
p result
|
|
4386
|
+
rescue CloudsmithApi::ApiError => e
|
|
4387
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_list: #{e}"
|
|
4388
|
+
end
|
|
4389
|
+
```
|
|
4390
|
+
|
|
4391
|
+
### Parameters
|
|
4392
|
+
|
|
4393
|
+
Name | Type | Description | Notes
|
|
4394
|
+
------------- | ------------- | ------------- | -------------
|
|
4395
|
+
**owner** | **String**| |
|
|
4396
|
+
**identifier** | **String**| |
|
|
4397
|
+
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
|
4398
|
+
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
|
4399
|
+
|
|
4400
|
+
### Return type
|
|
4401
|
+
|
|
4402
|
+
[**Array<DockerUpstream>**](DockerUpstream.md)
|
|
4403
|
+
|
|
4404
|
+
### Authorization
|
|
4405
|
+
|
|
4406
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4407
|
+
|
|
4408
|
+
### HTTP request headers
|
|
4409
|
+
|
|
4410
|
+
- **Content-Type**: application/json
|
|
4411
|
+
- **Accept**: application/json
|
|
4412
|
+
|
|
4413
|
+
|
|
4414
|
+
|
|
4415
|
+
# **repos_upstream_docker_partial_update**
|
|
4416
|
+
> DockerUpstream repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
|
|
4417
|
+
|
|
4418
|
+
Partially update a Docker upstream config for this repository.
|
|
4419
|
+
|
|
4420
|
+
Partially update a Docker upstream config for this repository.
|
|
4421
|
+
|
|
4422
|
+
### Example
|
|
4423
|
+
```ruby
|
|
4424
|
+
# load the gem
|
|
4425
|
+
require 'cloudsmith-api'
|
|
4426
|
+
# setup authorization
|
|
4427
|
+
CloudsmithApi.configure do |config|
|
|
4428
|
+
# Configure API key authorization: apikey
|
|
4429
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4430
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4431
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4432
|
+
|
|
4433
|
+
# Configure HTTP basic authorization: basic
|
|
4434
|
+
config.username = 'YOUR USERNAME'
|
|
4435
|
+
config.password = 'YOUR PASSWORD'
|
|
4436
|
+
end
|
|
4437
|
+
|
|
4438
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4439
|
+
|
|
4440
|
+
owner = 'owner_example' # String |
|
|
4441
|
+
|
|
4442
|
+
identifier = 'identifier_example' # String |
|
|
4443
|
+
|
|
4444
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4445
|
+
|
|
4446
|
+
opts = {
|
|
4447
|
+
data: CloudsmithApi::DockerUpstreamRequestPatch.new # DockerUpstreamRequestPatch |
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
begin
|
|
4451
|
+
#Partially update a Docker upstream config for this repository.
|
|
4452
|
+
result = api_instance.repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts)
|
|
4453
|
+
p result
|
|
4454
|
+
rescue CloudsmithApi::ApiError => e
|
|
4455
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_partial_update: #{e}"
|
|
3786
4456
|
end
|
|
3787
4457
|
```
|
|
3788
4458
|
|
|
@@ -3793,11 +4463,11 @@ Name | Type | Description | Notes
|
|
|
3793
4463
|
**owner** | **String**| |
|
|
3794
4464
|
**identifier** | **String**| |
|
|
3795
4465
|
**slug_perm** | **String**| |
|
|
3796
|
-
**data** | [**
|
|
4466
|
+
**data** | [**DockerUpstreamRequestPatch**](DockerUpstreamRequestPatch.md)| | [optional]
|
|
3797
4467
|
|
|
3798
4468
|
### Return type
|
|
3799
4469
|
|
|
3800
|
-
[**
|
|
4470
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
3801
4471
|
|
|
3802
4472
|
### Authorization
|
|
3803
4473
|
|
|
@@ -3810,12 +4480,76 @@ Name | Type | Description | Notes
|
|
|
3810
4480
|
|
|
3811
4481
|
|
|
3812
4482
|
|
|
3813
|
-
# **
|
|
3814
|
-
> DockerUpstream
|
|
4483
|
+
# **repos_upstream_docker_read**
|
|
4484
|
+
> DockerUpstream repos_upstream_docker_read(owner, identifier, slug_perm)
|
|
4485
|
+
|
|
4486
|
+
Retrieve a Docker upstream config for this repository.
|
|
4487
|
+
|
|
4488
|
+
Retrieve a Docker upstream config for this repository.
|
|
4489
|
+
|
|
4490
|
+
### Example
|
|
4491
|
+
```ruby
|
|
4492
|
+
# load the gem
|
|
4493
|
+
require 'cloudsmith-api'
|
|
4494
|
+
# setup authorization
|
|
4495
|
+
CloudsmithApi.configure do |config|
|
|
4496
|
+
# Configure API key authorization: apikey
|
|
4497
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4498
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4499
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4500
|
+
|
|
4501
|
+
# Configure HTTP basic authorization: basic
|
|
4502
|
+
config.username = 'YOUR USERNAME'
|
|
4503
|
+
config.password = 'YOUR PASSWORD'
|
|
4504
|
+
end
|
|
4505
|
+
|
|
4506
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4507
|
+
|
|
4508
|
+
owner = 'owner_example' # String |
|
|
4509
|
+
|
|
4510
|
+
identifier = 'identifier_example' # String |
|
|
4511
|
+
|
|
4512
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4513
|
+
|
|
4514
|
+
|
|
4515
|
+
begin
|
|
4516
|
+
#Retrieve a Docker upstream config for this repository.
|
|
4517
|
+
result = api_instance.repos_upstream_docker_read(owner, identifier, slug_perm)
|
|
4518
|
+
p result
|
|
4519
|
+
rescue CloudsmithApi::ApiError => e
|
|
4520
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_read: #{e}"
|
|
4521
|
+
end
|
|
4522
|
+
```
|
|
4523
|
+
|
|
4524
|
+
### Parameters
|
|
4525
|
+
|
|
4526
|
+
Name | Type | Description | Notes
|
|
4527
|
+
------------- | ------------- | ------------- | -------------
|
|
4528
|
+
**owner** | **String**| |
|
|
4529
|
+
**identifier** | **String**| |
|
|
4530
|
+
**slug_perm** | **String**| |
|
|
4531
|
+
|
|
4532
|
+
### Return type
|
|
4533
|
+
|
|
4534
|
+
[**DockerUpstream**](DockerUpstream.md)
|
|
4535
|
+
|
|
4536
|
+
### Authorization
|
|
4537
|
+
|
|
4538
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4539
|
+
|
|
4540
|
+
### HTTP request headers
|
|
4541
|
+
|
|
4542
|
+
- **Content-Type**: application/json
|
|
4543
|
+
- **Accept**: application/json
|
|
3815
4544
|
|
|
3816
|
-
Create a Docker upstream config for this repository.
|
|
3817
4545
|
|
|
3818
|
-
|
|
4546
|
+
|
|
4547
|
+
# **repos_upstream_docker_update**
|
|
4548
|
+
> DockerUpstream repos_upstream_docker_update(owner, identifier, slug_perm, opts)
|
|
4549
|
+
|
|
4550
|
+
Update a Docker upstream config for this repository.
|
|
4551
|
+
|
|
4552
|
+
Update a Docker upstream config for this repository.
|
|
3819
4553
|
|
|
3820
4554
|
### Example
|
|
3821
4555
|
```ruby
|
|
@@ -3839,16 +4573,18 @@ owner = 'owner_example' # String |
|
|
|
3839
4573
|
|
|
3840
4574
|
identifier = 'identifier_example' # String |
|
|
3841
4575
|
|
|
4576
|
+
slug_perm = 'slug_perm_example' # String |
|
|
4577
|
+
|
|
3842
4578
|
opts = {
|
|
3843
4579
|
data: CloudsmithApi::DockerUpstreamRequest.new # DockerUpstreamRequest |
|
|
3844
4580
|
}
|
|
3845
4581
|
|
|
3846
4582
|
begin
|
|
3847
|
-
#
|
|
3848
|
-
result = api_instance.
|
|
4583
|
+
#Update a Docker upstream config for this repository.
|
|
4584
|
+
result = api_instance.repos_upstream_docker_update(owner, identifier, slug_perm, opts)
|
|
3849
4585
|
p result
|
|
3850
4586
|
rescue CloudsmithApi::ApiError => e
|
|
3851
|
-
puts "Exception when calling ReposApi->
|
|
4587
|
+
puts "Exception when calling ReposApi->repos_upstream_docker_update: #{e}"
|
|
3852
4588
|
end
|
|
3853
4589
|
```
|
|
3854
4590
|
|
|
@@ -3858,6 +4594,7 @@ Name | Type | Description | Notes
|
|
|
3858
4594
|
------------- | ------------- | ------------- | -------------
|
|
3859
4595
|
**owner** | **String**| |
|
|
3860
4596
|
**identifier** | **String**| |
|
|
4597
|
+
**slug_perm** | **String**| |
|
|
3861
4598
|
**data** | [**DockerUpstreamRequest**](DockerUpstreamRequest.md)| | [optional]
|
|
3862
4599
|
|
|
3863
4600
|
### Return type
|
|
@@ -3875,12 +4612,77 @@ Name | Type | Description | Notes
|
|
|
3875
4612
|
|
|
3876
4613
|
|
|
3877
4614
|
|
|
3878
|
-
# **
|
|
3879
|
-
>
|
|
4615
|
+
# **repos_upstream_go_create**
|
|
4616
|
+
> GoUpstream repos_upstream_go_create(owner, identifier, opts)
|
|
3880
4617
|
|
|
3881
|
-
|
|
4618
|
+
Create a Go upstream config for this repository.
|
|
3882
4619
|
|
|
3883
|
-
|
|
4620
|
+
Create a Go upstream config for this repository.
|
|
4621
|
+
|
|
4622
|
+
### Example
|
|
4623
|
+
```ruby
|
|
4624
|
+
# load the gem
|
|
4625
|
+
require 'cloudsmith-api'
|
|
4626
|
+
# setup authorization
|
|
4627
|
+
CloudsmithApi.configure do |config|
|
|
4628
|
+
# Configure API key authorization: apikey
|
|
4629
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
4630
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
4631
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
4632
|
+
|
|
4633
|
+
# Configure HTTP basic authorization: basic
|
|
4634
|
+
config.username = 'YOUR USERNAME'
|
|
4635
|
+
config.password = 'YOUR PASSWORD'
|
|
4636
|
+
end
|
|
4637
|
+
|
|
4638
|
+
api_instance = CloudsmithApi::ReposApi.new
|
|
4639
|
+
|
|
4640
|
+
owner = 'owner_example' # String |
|
|
4641
|
+
|
|
4642
|
+
identifier = 'identifier_example' # String |
|
|
4643
|
+
|
|
4644
|
+
opts = {
|
|
4645
|
+
data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
begin
|
|
4649
|
+
#Create a Go upstream config for this repository.
|
|
4650
|
+
result = api_instance.repos_upstream_go_create(owner, identifier, opts)
|
|
4651
|
+
p result
|
|
4652
|
+
rescue CloudsmithApi::ApiError => e
|
|
4653
|
+
puts "Exception when calling ReposApi->repos_upstream_go_create: #{e}"
|
|
4654
|
+
end
|
|
4655
|
+
```
|
|
4656
|
+
|
|
4657
|
+
### Parameters
|
|
4658
|
+
|
|
4659
|
+
Name | Type | Description | Notes
|
|
4660
|
+
------------- | ------------- | ------------- | -------------
|
|
4661
|
+
**owner** | **String**| |
|
|
4662
|
+
**identifier** | **String**| |
|
|
4663
|
+
**data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
|
|
4664
|
+
|
|
4665
|
+
### Return type
|
|
4666
|
+
|
|
4667
|
+
[**GoUpstream**](GoUpstream.md)
|
|
4668
|
+
|
|
4669
|
+
### Authorization
|
|
4670
|
+
|
|
4671
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
|
4672
|
+
|
|
4673
|
+
### HTTP request headers
|
|
4674
|
+
|
|
4675
|
+
- **Content-Type**: application/json
|
|
4676
|
+
- **Accept**: application/json
|
|
4677
|
+
|
|
4678
|
+
|
|
4679
|
+
|
|
4680
|
+
# **repos_upstream_go_delete**
|
|
4681
|
+
> repos_upstream_go_delete(owner, identifier, slug_perm)
|
|
4682
|
+
|
|
4683
|
+
Delete a Go upstream config for this repository.
|
|
4684
|
+
|
|
4685
|
+
Delete a Go upstream config for this repository.
|
|
3884
4686
|
|
|
3885
4687
|
### Example
|
|
3886
4688
|
```ruby
|
|
@@ -3908,10 +4710,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
3908
4710
|
|
|
3909
4711
|
|
|
3910
4712
|
begin
|
|
3911
|
-
#Delete a
|
|
3912
|
-
api_instance.
|
|
4713
|
+
#Delete a Go upstream config for this repository.
|
|
4714
|
+
api_instance.repos_upstream_go_delete(owner, identifier, slug_perm)
|
|
3913
4715
|
rescue CloudsmithApi::ApiError => e
|
|
3914
|
-
puts "Exception when calling ReposApi->
|
|
4716
|
+
puts "Exception when calling ReposApi->repos_upstream_go_delete: #{e}"
|
|
3915
4717
|
end
|
|
3916
4718
|
```
|
|
3917
4719
|
|
|
@@ -3938,12 +4740,12 @@ nil (empty response body)
|
|
|
3938
4740
|
|
|
3939
4741
|
|
|
3940
4742
|
|
|
3941
|
-
# **
|
|
3942
|
-
> Array<
|
|
4743
|
+
# **repos_upstream_go_list**
|
|
4744
|
+
> Array<GoUpstream> repos_upstream_go_list(owner, identifier, opts)
|
|
3943
4745
|
|
|
3944
|
-
List
|
|
4746
|
+
List Go upstream configs for this repository.
|
|
3945
4747
|
|
|
3946
|
-
List
|
|
4748
|
+
List Go upstream configs for this repository.
|
|
3947
4749
|
|
|
3948
4750
|
### Example
|
|
3949
4751
|
```ruby
|
|
@@ -3973,11 +4775,11 @@ opts = {
|
|
|
3973
4775
|
}
|
|
3974
4776
|
|
|
3975
4777
|
begin
|
|
3976
|
-
#List
|
|
3977
|
-
result = api_instance.
|
|
4778
|
+
#List Go upstream configs for this repository.
|
|
4779
|
+
result = api_instance.repos_upstream_go_list(owner, identifier, opts)
|
|
3978
4780
|
p result
|
|
3979
4781
|
rescue CloudsmithApi::ApiError => e
|
|
3980
|
-
puts "Exception when calling ReposApi->
|
|
4782
|
+
puts "Exception when calling ReposApi->repos_upstream_go_list: #{e}"
|
|
3981
4783
|
end
|
|
3982
4784
|
```
|
|
3983
4785
|
|
|
@@ -3992,7 +4794,7 @@ Name | Type | Description | Notes
|
|
|
3992
4794
|
|
|
3993
4795
|
### Return type
|
|
3994
4796
|
|
|
3995
|
-
[**Array<
|
|
4797
|
+
[**Array<GoUpstream>**](GoUpstream.md)
|
|
3996
4798
|
|
|
3997
4799
|
### Authorization
|
|
3998
4800
|
|
|
@@ -4005,12 +4807,12 @@ Name | Type | Description | Notes
|
|
|
4005
4807
|
|
|
4006
4808
|
|
|
4007
4809
|
|
|
4008
|
-
# **
|
|
4009
|
-
>
|
|
4810
|
+
# **repos_upstream_go_partial_update**
|
|
4811
|
+
> GoUpstream repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
|
|
4010
4812
|
|
|
4011
|
-
Partially update a
|
|
4813
|
+
Partially update a Go upstream config for this repository.
|
|
4012
4814
|
|
|
4013
|
-
Partially update a
|
|
4815
|
+
Partially update a Go upstream config for this repository.
|
|
4014
4816
|
|
|
4015
4817
|
### Example
|
|
4016
4818
|
```ruby
|
|
@@ -4037,15 +4839,15 @@ identifier = 'identifier_example' # String |
|
|
|
4037
4839
|
slug_perm = 'slug_perm_example' # String |
|
|
4038
4840
|
|
|
4039
4841
|
opts = {
|
|
4040
|
-
data: CloudsmithApi::
|
|
4842
|
+
data: CloudsmithApi::GoUpstreamRequestPatch.new # GoUpstreamRequestPatch |
|
|
4041
4843
|
}
|
|
4042
4844
|
|
|
4043
4845
|
begin
|
|
4044
|
-
#Partially update a
|
|
4045
|
-
result = api_instance.
|
|
4846
|
+
#Partially update a Go upstream config for this repository.
|
|
4847
|
+
result = api_instance.repos_upstream_go_partial_update(owner, identifier, slug_perm, opts)
|
|
4046
4848
|
p result
|
|
4047
4849
|
rescue CloudsmithApi::ApiError => e
|
|
4048
|
-
puts "Exception when calling ReposApi->
|
|
4850
|
+
puts "Exception when calling ReposApi->repos_upstream_go_partial_update: #{e}"
|
|
4049
4851
|
end
|
|
4050
4852
|
```
|
|
4051
4853
|
|
|
@@ -4056,11 +4858,11 @@ Name | Type | Description | Notes
|
|
|
4056
4858
|
**owner** | **String**| |
|
|
4057
4859
|
**identifier** | **String**| |
|
|
4058
4860
|
**slug_perm** | **String**| |
|
|
4059
|
-
**data** | [**
|
|
4861
|
+
**data** | [**GoUpstreamRequestPatch**](GoUpstreamRequestPatch.md)| | [optional]
|
|
4060
4862
|
|
|
4061
4863
|
### Return type
|
|
4062
4864
|
|
|
4063
|
-
[**
|
|
4865
|
+
[**GoUpstream**](GoUpstream.md)
|
|
4064
4866
|
|
|
4065
4867
|
### Authorization
|
|
4066
4868
|
|
|
@@ -4073,12 +4875,12 @@ Name | Type | Description | Notes
|
|
|
4073
4875
|
|
|
4074
4876
|
|
|
4075
4877
|
|
|
4076
|
-
# **
|
|
4077
|
-
>
|
|
4878
|
+
# **repos_upstream_go_read**
|
|
4879
|
+
> GoUpstream repos_upstream_go_read(owner, identifier, slug_perm)
|
|
4078
4880
|
|
|
4079
|
-
Retrieve a
|
|
4881
|
+
Retrieve a Go upstream config for this repository.
|
|
4080
4882
|
|
|
4081
|
-
Retrieve a
|
|
4883
|
+
Retrieve a Go upstream config for this repository.
|
|
4082
4884
|
|
|
4083
4885
|
### Example
|
|
4084
4886
|
```ruby
|
|
@@ -4106,11 +4908,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4106
4908
|
|
|
4107
4909
|
|
|
4108
4910
|
begin
|
|
4109
|
-
#Retrieve a
|
|
4110
|
-
result = api_instance.
|
|
4911
|
+
#Retrieve a Go upstream config for this repository.
|
|
4912
|
+
result = api_instance.repos_upstream_go_read(owner, identifier, slug_perm)
|
|
4111
4913
|
p result
|
|
4112
4914
|
rescue CloudsmithApi::ApiError => e
|
|
4113
|
-
puts "Exception when calling ReposApi->
|
|
4915
|
+
puts "Exception when calling ReposApi->repos_upstream_go_read: #{e}"
|
|
4114
4916
|
end
|
|
4115
4917
|
```
|
|
4116
4918
|
|
|
@@ -4124,7 +4926,7 @@ Name | Type | Description | Notes
|
|
|
4124
4926
|
|
|
4125
4927
|
### Return type
|
|
4126
4928
|
|
|
4127
|
-
[**
|
|
4929
|
+
[**GoUpstream**](GoUpstream.md)
|
|
4128
4930
|
|
|
4129
4931
|
### Authorization
|
|
4130
4932
|
|
|
@@ -4137,12 +4939,12 @@ Name | Type | Description | Notes
|
|
|
4137
4939
|
|
|
4138
4940
|
|
|
4139
4941
|
|
|
4140
|
-
# **
|
|
4141
|
-
>
|
|
4942
|
+
# **repos_upstream_go_update**
|
|
4943
|
+
> GoUpstream repos_upstream_go_update(owner, identifier, slug_perm, opts)
|
|
4142
4944
|
|
|
4143
|
-
Update a
|
|
4945
|
+
Update a Go upstream config for this repository.
|
|
4144
4946
|
|
|
4145
|
-
Update a
|
|
4947
|
+
Update a Go upstream config for this repository.
|
|
4146
4948
|
|
|
4147
4949
|
### Example
|
|
4148
4950
|
```ruby
|
|
@@ -4169,15 +4971,15 @@ identifier = 'identifier_example' # String |
|
|
|
4169
4971
|
slug_perm = 'slug_perm_example' # String |
|
|
4170
4972
|
|
|
4171
4973
|
opts = {
|
|
4172
|
-
data: CloudsmithApi::
|
|
4974
|
+
data: CloudsmithApi::GoUpstreamRequest.new # GoUpstreamRequest |
|
|
4173
4975
|
}
|
|
4174
4976
|
|
|
4175
4977
|
begin
|
|
4176
|
-
#Update a
|
|
4177
|
-
result = api_instance.
|
|
4978
|
+
#Update a Go upstream config for this repository.
|
|
4979
|
+
result = api_instance.repos_upstream_go_update(owner, identifier, slug_perm, opts)
|
|
4178
4980
|
p result
|
|
4179
4981
|
rescue CloudsmithApi::ApiError => e
|
|
4180
|
-
puts "Exception when calling ReposApi->
|
|
4982
|
+
puts "Exception when calling ReposApi->repos_upstream_go_update: #{e}"
|
|
4181
4983
|
end
|
|
4182
4984
|
```
|
|
4183
4985
|
|
|
@@ -4188,11 +4990,11 @@ Name | Type | Description | Notes
|
|
|
4188
4990
|
**owner** | **String**| |
|
|
4189
4991
|
**identifier** | **String**| |
|
|
4190
4992
|
**slug_perm** | **String**| |
|
|
4191
|
-
**data** | [**
|
|
4993
|
+
**data** | [**GoUpstreamRequest**](GoUpstreamRequest.md)| | [optional]
|
|
4192
4994
|
|
|
4193
4995
|
### Return type
|
|
4194
4996
|
|
|
4195
|
-
[**
|
|
4997
|
+
[**GoUpstream**](GoUpstream.md)
|
|
4196
4998
|
|
|
4197
4999
|
### Authorization
|
|
4198
5000
|
|
|
@@ -4205,12 +5007,12 @@ Name | Type | Description | Notes
|
|
|
4205
5007
|
|
|
4206
5008
|
|
|
4207
5009
|
|
|
4208
|
-
# **
|
|
4209
|
-
>
|
|
5010
|
+
# **repos_upstream_helm_create**
|
|
5011
|
+
> HelmUpstream repos_upstream_helm_create(owner, identifier, opts)
|
|
4210
5012
|
|
|
4211
|
-
Create a
|
|
5013
|
+
Create a Helm upstream config for this repository.
|
|
4212
5014
|
|
|
4213
|
-
Create a
|
|
5015
|
+
Create a Helm upstream config for this repository.
|
|
4214
5016
|
|
|
4215
5017
|
### Example
|
|
4216
5018
|
```ruby
|
|
@@ -4235,15 +5037,15 @@ owner = 'owner_example' # String |
|
|
|
4235
5037
|
identifier = 'identifier_example' # String |
|
|
4236
5038
|
|
|
4237
5039
|
opts = {
|
|
4238
|
-
data: CloudsmithApi::
|
|
5040
|
+
data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
|
|
4239
5041
|
}
|
|
4240
5042
|
|
|
4241
5043
|
begin
|
|
4242
|
-
#Create a
|
|
4243
|
-
result = api_instance.
|
|
5044
|
+
#Create a Helm upstream config for this repository.
|
|
5045
|
+
result = api_instance.repos_upstream_helm_create(owner, identifier, opts)
|
|
4244
5046
|
p result
|
|
4245
5047
|
rescue CloudsmithApi::ApiError => e
|
|
4246
|
-
puts "Exception when calling ReposApi->
|
|
5048
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_create: #{e}"
|
|
4247
5049
|
end
|
|
4248
5050
|
```
|
|
4249
5051
|
|
|
@@ -4253,11 +5055,11 @@ Name | Type | Description | Notes
|
|
|
4253
5055
|
------------- | ------------- | ------------- | -------------
|
|
4254
5056
|
**owner** | **String**| |
|
|
4255
5057
|
**identifier** | **String**| |
|
|
4256
|
-
**data** | [**
|
|
5058
|
+
**data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
|
|
4257
5059
|
|
|
4258
5060
|
### Return type
|
|
4259
5061
|
|
|
4260
|
-
[**
|
|
5062
|
+
[**HelmUpstream**](HelmUpstream.md)
|
|
4261
5063
|
|
|
4262
5064
|
### Authorization
|
|
4263
5065
|
|
|
@@ -4270,12 +5072,12 @@ Name | Type | Description | Notes
|
|
|
4270
5072
|
|
|
4271
5073
|
|
|
4272
5074
|
|
|
4273
|
-
# **
|
|
4274
|
-
>
|
|
5075
|
+
# **repos_upstream_helm_delete**
|
|
5076
|
+
> repos_upstream_helm_delete(owner, identifier, slug_perm)
|
|
4275
5077
|
|
|
4276
|
-
Delete a
|
|
5078
|
+
Delete a Helm upstream config for this repository.
|
|
4277
5079
|
|
|
4278
|
-
Delete a
|
|
5080
|
+
Delete a Helm upstream config for this repository.
|
|
4279
5081
|
|
|
4280
5082
|
### Example
|
|
4281
5083
|
```ruby
|
|
@@ -4303,10 +5105,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4303
5105
|
|
|
4304
5106
|
|
|
4305
5107
|
begin
|
|
4306
|
-
#Delete a
|
|
4307
|
-
api_instance.
|
|
5108
|
+
#Delete a Helm upstream config for this repository.
|
|
5109
|
+
api_instance.repos_upstream_helm_delete(owner, identifier, slug_perm)
|
|
4308
5110
|
rescue CloudsmithApi::ApiError => e
|
|
4309
|
-
puts "Exception when calling ReposApi->
|
|
5111
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_delete: #{e}"
|
|
4310
5112
|
end
|
|
4311
5113
|
```
|
|
4312
5114
|
|
|
@@ -4333,12 +5135,12 @@ nil (empty response body)
|
|
|
4333
5135
|
|
|
4334
5136
|
|
|
4335
5137
|
|
|
4336
|
-
# **
|
|
4337
|
-
> Array<
|
|
5138
|
+
# **repos_upstream_helm_list**
|
|
5139
|
+
> Array<HelmUpstream> repos_upstream_helm_list(owner, identifier, opts)
|
|
4338
5140
|
|
|
4339
|
-
List
|
|
5141
|
+
List Helm upstream configs for this repository.
|
|
4340
5142
|
|
|
4341
|
-
List
|
|
5143
|
+
List Helm upstream configs for this repository.
|
|
4342
5144
|
|
|
4343
5145
|
### Example
|
|
4344
5146
|
```ruby
|
|
@@ -4368,11 +5170,11 @@ opts = {
|
|
|
4368
5170
|
}
|
|
4369
5171
|
|
|
4370
5172
|
begin
|
|
4371
|
-
#List
|
|
4372
|
-
result = api_instance.
|
|
5173
|
+
#List Helm upstream configs for this repository.
|
|
5174
|
+
result = api_instance.repos_upstream_helm_list(owner, identifier, opts)
|
|
4373
5175
|
p result
|
|
4374
5176
|
rescue CloudsmithApi::ApiError => e
|
|
4375
|
-
puts "Exception when calling ReposApi->
|
|
5177
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_list: #{e}"
|
|
4376
5178
|
end
|
|
4377
5179
|
```
|
|
4378
5180
|
|
|
@@ -4387,7 +5189,7 @@ Name | Type | Description | Notes
|
|
|
4387
5189
|
|
|
4388
5190
|
### Return type
|
|
4389
5191
|
|
|
4390
|
-
[**Array<
|
|
5192
|
+
[**Array<HelmUpstream>**](HelmUpstream.md)
|
|
4391
5193
|
|
|
4392
5194
|
### Authorization
|
|
4393
5195
|
|
|
@@ -4400,12 +5202,12 @@ Name | Type | Description | Notes
|
|
|
4400
5202
|
|
|
4401
5203
|
|
|
4402
5204
|
|
|
4403
|
-
# **
|
|
4404
|
-
>
|
|
5205
|
+
# **repos_upstream_helm_partial_update**
|
|
5206
|
+
> HelmUpstream repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
|
|
4405
5207
|
|
|
4406
|
-
Partially update a
|
|
5208
|
+
Partially update a Helm upstream config for this repository.
|
|
4407
5209
|
|
|
4408
|
-
Partially update a
|
|
5210
|
+
Partially update a Helm upstream config for this repository.
|
|
4409
5211
|
|
|
4410
5212
|
### Example
|
|
4411
5213
|
```ruby
|
|
@@ -4432,15 +5234,15 @@ identifier = 'identifier_example' # String |
|
|
|
4432
5234
|
slug_perm = 'slug_perm_example' # String |
|
|
4433
5235
|
|
|
4434
5236
|
opts = {
|
|
4435
|
-
data: CloudsmithApi::
|
|
5237
|
+
data: CloudsmithApi::HelmUpstreamRequestPatch.new # HelmUpstreamRequestPatch |
|
|
4436
5238
|
}
|
|
4437
5239
|
|
|
4438
5240
|
begin
|
|
4439
|
-
#Partially update a
|
|
4440
|
-
result = api_instance.
|
|
5241
|
+
#Partially update a Helm upstream config for this repository.
|
|
5242
|
+
result = api_instance.repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts)
|
|
4441
5243
|
p result
|
|
4442
5244
|
rescue CloudsmithApi::ApiError => e
|
|
4443
|
-
puts "Exception when calling ReposApi->
|
|
5245
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_partial_update: #{e}"
|
|
4444
5246
|
end
|
|
4445
5247
|
```
|
|
4446
5248
|
|
|
@@ -4451,11 +5253,11 @@ Name | Type | Description | Notes
|
|
|
4451
5253
|
**owner** | **String**| |
|
|
4452
5254
|
**identifier** | **String**| |
|
|
4453
5255
|
**slug_perm** | **String**| |
|
|
4454
|
-
**data** | [**
|
|
5256
|
+
**data** | [**HelmUpstreamRequestPatch**](HelmUpstreamRequestPatch.md)| | [optional]
|
|
4455
5257
|
|
|
4456
5258
|
### Return type
|
|
4457
5259
|
|
|
4458
|
-
[**
|
|
5260
|
+
[**HelmUpstream**](HelmUpstream.md)
|
|
4459
5261
|
|
|
4460
5262
|
### Authorization
|
|
4461
5263
|
|
|
@@ -4468,12 +5270,12 @@ Name | Type | Description | Notes
|
|
|
4468
5270
|
|
|
4469
5271
|
|
|
4470
5272
|
|
|
4471
|
-
# **
|
|
4472
|
-
>
|
|
5273
|
+
# **repos_upstream_helm_read**
|
|
5274
|
+
> HelmUpstream repos_upstream_helm_read(owner, identifier, slug_perm)
|
|
4473
5275
|
|
|
4474
|
-
Retrieve a
|
|
5276
|
+
Retrieve a Helm upstream config for this repository.
|
|
4475
5277
|
|
|
4476
|
-
Retrieve a
|
|
5278
|
+
Retrieve a Helm upstream config for this repository.
|
|
4477
5279
|
|
|
4478
5280
|
### Example
|
|
4479
5281
|
```ruby
|
|
@@ -4501,11 +5303,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4501
5303
|
|
|
4502
5304
|
|
|
4503
5305
|
begin
|
|
4504
|
-
#Retrieve a
|
|
4505
|
-
result = api_instance.
|
|
5306
|
+
#Retrieve a Helm upstream config for this repository.
|
|
5307
|
+
result = api_instance.repos_upstream_helm_read(owner, identifier, slug_perm)
|
|
4506
5308
|
p result
|
|
4507
5309
|
rescue CloudsmithApi::ApiError => e
|
|
4508
|
-
puts "Exception when calling ReposApi->
|
|
5310
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_read: #{e}"
|
|
4509
5311
|
end
|
|
4510
5312
|
```
|
|
4511
5313
|
|
|
@@ -4519,7 +5321,7 @@ Name | Type | Description | Notes
|
|
|
4519
5321
|
|
|
4520
5322
|
### Return type
|
|
4521
5323
|
|
|
4522
|
-
[**
|
|
5324
|
+
[**HelmUpstream**](HelmUpstream.md)
|
|
4523
5325
|
|
|
4524
5326
|
### Authorization
|
|
4525
5327
|
|
|
@@ -4532,12 +5334,12 @@ Name | Type | Description | Notes
|
|
|
4532
5334
|
|
|
4533
5335
|
|
|
4534
5336
|
|
|
4535
|
-
# **
|
|
4536
|
-
>
|
|
5337
|
+
# **repos_upstream_helm_update**
|
|
5338
|
+
> HelmUpstream repos_upstream_helm_update(owner, identifier, slug_perm, opts)
|
|
4537
5339
|
|
|
4538
|
-
Update a
|
|
5340
|
+
Update a Helm upstream config for this repository.
|
|
4539
5341
|
|
|
4540
|
-
Update a
|
|
5342
|
+
Update a Helm upstream config for this repository.
|
|
4541
5343
|
|
|
4542
5344
|
### Example
|
|
4543
5345
|
```ruby
|
|
@@ -4564,15 +5366,15 @@ identifier = 'identifier_example' # String |
|
|
|
4564
5366
|
slug_perm = 'slug_perm_example' # String |
|
|
4565
5367
|
|
|
4566
5368
|
opts = {
|
|
4567
|
-
data: CloudsmithApi::
|
|
5369
|
+
data: CloudsmithApi::HelmUpstreamRequest.new # HelmUpstreamRequest |
|
|
4568
5370
|
}
|
|
4569
5371
|
|
|
4570
5372
|
begin
|
|
4571
|
-
#Update a
|
|
4572
|
-
result = api_instance.
|
|
5373
|
+
#Update a Helm upstream config for this repository.
|
|
5374
|
+
result = api_instance.repos_upstream_helm_update(owner, identifier, slug_perm, opts)
|
|
4573
5375
|
p result
|
|
4574
5376
|
rescue CloudsmithApi::ApiError => e
|
|
4575
|
-
puts "Exception when calling ReposApi->
|
|
5377
|
+
puts "Exception when calling ReposApi->repos_upstream_helm_update: #{e}"
|
|
4576
5378
|
end
|
|
4577
5379
|
```
|
|
4578
5380
|
|
|
@@ -4583,11 +5385,11 @@ Name | Type | Description | Notes
|
|
|
4583
5385
|
**owner** | **String**| |
|
|
4584
5386
|
**identifier** | **String**| |
|
|
4585
5387
|
**slug_perm** | **String**| |
|
|
4586
|
-
**data** | [**
|
|
5388
|
+
**data** | [**HelmUpstreamRequest**](HelmUpstreamRequest.md)| | [optional]
|
|
4587
5389
|
|
|
4588
5390
|
### Return type
|
|
4589
5391
|
|
|
4590
|
-
[**
|
|
5392
|
+
[**HelmUpstream**](HelmUpstream.md)
|
|
4591
5393
|
|
|
4592
5394
|
### Authorization
|
|
4593
5395
|
|
|
@@ -4600,12 +5402,12 @@ Name | Type | Description | Notes
|
|
|
4600
5402
|
|
|
4601
5403
|
|
|
4602
5404
|
|
|
4603
|
-
# **
|
|
4604
|
-
>
|
|
5405
|
+
# **repos_upstream_hex_create**
|
|
5406
|
+
> HexUpstream repos_upstream_hex_create(owner, identifier, opts)
|
|
4605
5407
|
|
|
4606
|
-
Create a
|
|
5408
|
+
Create a Hex upstream config for this repository.
|
|
4607
5409
|
|
|
4608
|
-
Create a
|
|
5410
|
+
Create a Hex upstream config for this repository.
|
|
4609
5411
|
|
|
4610
5412
|
### Example
|
|
4611
5413
|
```ruby
|
|
@@ -4630,15 +5432,15 @@ owner = 'owner_example' # String |
|
|
|
4630
5432
|
identifier = 'identifier_example' # String |
|
|
4631
5433
|
|
|
4632
5434
|
opts = {
|
|
4633
|
-
data: CloudsmithApi::
|
|
5435
|
+
data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
|
|
4634
5436
|
}
|
|
4635
5437
|
|
|
4636
5438
|
begin
|
|
4637
|
-
#Create a
|
|
4638
|
-
result = api_instance.
|
|
5439
|
+
#Create a Hex upstream config for this repository.
|
|
5440
|
+
result = api_instance.repos_upstream_hex_create(owner, identifier, opts)
|
|
4639
5441
|
p result
|
|
4640
5442
|
rescue CloudsmithApi::ApiError => e
|
|
4641
|
-
puts "Exception when calling ReposApi->
|
|
5443
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_create: #{e}"
|
|
4642
5444
|
end
|
|
4643
5445
|
```
|
|
4644
5446
|
|
|
@@ -4648,11 +5450,11 @@ Name | Type | Description | Notes
|
|
|
4648
5450
|
------------- | ------------- | ------------- | -------------
|
|
4649
5451
|
**owner** | **String**| |
|
|
4650
5452
|
**identifier** | **String**| |
|
|
4651
|
-
**data** | [**
|
|
5453
|
+
**data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
|
|
4652
5454
|
|
|
4653
5455
|
### Return type
|
|
4654
5456
|
|
|
4655
|
-
[**
|
|
5457
|
+
[**HexUpstream**](HexUpstream.md)
|
|
4656
5458
|
|
|
4657
5459
|
### Authorization
|
|
4658
5460
|
|
|
@@ -4665,12 +5467,12 @@ Name | Type | Description | Notes
|
|
|
4665
5467
|
|
|
4666
5468
|
|
|
4667
5469
|
|
|
4668
|
-
# **
|
|
4669
|
-
>
|
|
5470
|
+
# **repos_upstream_hex_delete**
|
|
5471
|
+
> repos_upstream_hex_delete(owner, identifier, slug_perm)
|
|
4670
5472
|
|
|
4671
|
-
Delete a
|
|
5473
|
+
Delete a Hex upstream config for this repository.
|
|
4672
5474
|
|
|
4673
|
-
Delete a
|
|
5475
|
+
Delete a Hex upstream config for this repository.
|
|
4674
5476
|
|
|
4675
5477
|
### Example
|
|
4676
5478
|
```ruby
|
|
@@ -4698,10 +5500,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4698
5500
|
|
|
4699
5501
|
|
|
4700
5502
|
begin
|
|
4701
|
-
#Delete a
|
|
4702
|
-
api_instance.
|
|
5503
|
+
#Delete a Hex upstream config for this repository.
|
|
5504
|
+
api_instance.repos_upstream_hex_delete(owner, identifier, slug_perm)
|
|
4703
5505
|
rescue CloudsmithApi::ApiError => e
|
|
4704
|
-
puts "Exception when calling ReposApi->
|
|
5506
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_delete: #{e}"
|
|
4705
5507
|
end
|
|
4706
5508
|
```
|
|
4707
5509
|
|
|
@@ -4728,12 +5530,12 @@ nil (empty response body)
|
|
|
4728
5530
|
|
|
4729
5531
|
|
|
4730
5532
|
|
|
4731
|
-
# **
|
|
4732
|
-
> Array<
|
|
5533
|
+
# **repos_upstream_hex_list**
|
|
5534
|
+
> Array<HexUpstream> repos_upstream_hex_list(owner, identifier, opts)
|
|
4733
5535
|
|
|
4734
|
-
List
|
|
5536
|
+
List Hex upstream configs for this repository.
|
|
4735
5537
|
|
|
4736
|
-
List
|
|
5538
|
+
List Hex upstream configs for this repository.
|
|
4737
5539
|
|
|
4738
5540
|
### Example
|
|
4739
5541
|
```ruby
|
|
@@ -4763,11 +5565,11 @@ opts = {
|
|
|
4763
5565
|
}
|
|
4764
5566
|
|
|
4765
5567
|
begin
|
|
4766
|
-
#List
|
|
4767
|
-
result = api_instance.
|
|
5568
|
+
#List Hex upstream configs for this repository.
|
|
5569
|
+
result = api_instance.repos_upstream_hex_list(owner, identifier, opts)
|
|
4768
5570
|
p result
|
|
4769
5571
|
rescue CloudsmithApi::ApiError => e
|
|
4770
|
-
puts "Exception when calling ReposApi->
|
|
5572
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_list: #{e}"
|
|
4771
5573
|
end
|
|
4772
5574
|
```
|
|
4773
5575
|
|
|
@@ -4782,7 +5584,7 @@ Name | Type | Description | Notes
|
|
|
4782
5584
|
|
|
4783
5585
|
### Return type
|
|
4784
5586
|
|
|
4785
|
-
[**Array<
|
|
5587
|
+
[**Array<HexUpstream>**](HexUpstream.md)
|
|
4786
5588
|
|
|
4787
5589
|
### Authorization
|
|
4788
5590
|
|
|
@@ -4795,12 +5597,12 @@ Name | Type | Description | Notes
|
|
|
4795
5597
|
|
|
4796
5598
|
|
|
4797
5599
|
|
|
4798
|
-
# **
|
|
4799
|
-
>
|
|
5600
|
+
# **repos_upstream_hex_partial_update**
|
|
5601
|
+
> HexUpstream repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
|
|
4800
5602
|
|
|
4801
|
-
Partially update a
|
|
5603
|
+
Partially update a Hex upstream config for this repository.
|
|
4802
5604
|
|
|
4803
|
-
Partially update a
|
|
5605
|
+
Partially update a Hex upstream config for this repository.
|
|
4804
5606
|
|
|
4805
5607
|
### Example
|
|
4806
5608
|
```ruby
|
|
@@ -4827,15 +5629,15 @@ identifier = 'identifier_example' # String |
|
|
|
4827
5629
|
slug_perm = 'slug_perm_example' # String |
|
|
4828
5630
|
|
|
4829
5631
|
opts = {
|
|
4830
|
-
data: CloudsmithApi::
|
|
5632
|
+
data: CloudsmithApi::HexUpstreamRequestPatch.new # HexUpstreamRequestPatch |
|
|
4831
5633
|
}
|
|
4832
5634
|
|
|
4833
5635
|
begin
|
|
4834
|
-
#Partially update a
|
|
4835
|
-
result = api_instance.
|
|
5636
|
+
#Partially update a Hex upstream config for this repository.
|
|
5637
|
+
result = api_instance.repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts)
|
|
4836
5638
|
p result
|
|
4837
5639
|
rescue CloudsmithApi::ApiError => e
|
|
4838
|
-
puts "Exception when calling ReposApi->
|
|
5640
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_partial_update: #{e}"
|
|
4839
5641
|
end
|
|
4840
5642
|
```
|
|
4841
5643
|
|
|
@@ -4846,11 +5648,11 @@ Name | Type | Description | Notes
|
|
|
4846
5648
|
**owner** | **String**| |
|
|
4847
5649
|
**identifier** | **String**| |
|
|
4848
5650
|
**slug_perm** | **String**| |
|
|
4849
|
-
**data** | [**
|
|
5651
|
+
**data** | [**HexUpstreamRequestPatch**](HexUpstreamRequestPatch.md)| | [optional]
|
|
4850
5652
|
|
|
4851
5653
|
### Return type
|
|
4852
5654
|
|
|
4853
|
-
[**
|
|
5655
|
+
[**HexUpstream**](HexUpstream.md)
|
|
4854
5656
|
|
|
4855
5657
|
### Authorization
|
|
4856
5658
|
|
|
@@ -4863,12 +5665,12 @@ Name | Type | Description | Notes
|
|
|
4863
5665
|
|
|
4864
5666
|
|
|
4865
5667
|
|
|
4866
|
-
# **
|
|
4867
|
-
>
|
|
5668
|
+
# **repos_upstream_hex_read**
|
|
5669
|
+
> HexUpstream repos_upstream_hex_read(owner, identifier, slug_perm)
|
|
4868
5670
|
|
|
4869
|
-
Retrieve a
|
|
5671
|
+
Retrieve a Hex upstream config for this repository.
|
|
4870
5672
|
|
|
4871
|
-
Retrieve a
|
|
5673
|
+
Retrieve a Hex upstream config for this repository.
|
|
4872
5674
|
|
|
4873
5675
|
### Example
|
|
4874
5676
|
```ruby
|
|
@@ -4896,11 +5698,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
4896
5698
|
|
|
4897
5699
|
|
|
4898
5700
|
begin
|
|
4899
|
-
#Retrieve a
|
|
4900
|
-
result = api_instance.
|
|
5701
|
+
#Retrieve a Hex upstream config for this repository.
|
|
5702
|
+
result = api_instance.repos_upstream_hex_read(owner, identifier, slug_perm)
|
|
4901
5703
|
p result
|
|
4902
5704
|
rescue CloudsmithApi::ApiError => e
|
|
4903
|
-
puts "Exception when calling ReposApi->
|
|
5705
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_read: #{e}"
|
|
4904
5706
|
end
|
|
4905
5707
|
```
|
|
4906
5708
|
|
|
@@ -4914,7 +5716,7 @@ Name | Type | Description | Notes
|
|
|
4914
5716
|
|
|
4915
5717
|
### Return type
|
|
4916
5718
|
|
|
4917
|
-
[**
|
|
5719
|
+
[**HexUpstream**](HexUpstream.md)
|
|
4918
5720
|
|
|
4919
5721
|
### Authorization
|
|
4920
5722
|
|
|
@@ -4927,12 +5729,12 @@ Name | Type | Description | Notes
|
|
|
4927
5729
|
|
|
4928
5730
|
|
|
4929
5731
|
|
|
4930
|
-
# **
|
|
4931
|
-
>
|
|
5732
|
+
# **repos_upstream_hex_update**
|
|
5733
|
+
> HexUpstream repos_upstream_hex_update(owner, identifier, slug_perm, opts)
|
|
4932
5734
|
|
|
4933
|
-
Update a
|
|
5735
|
+
Update a Hex upstream config for this repository.
|
|
4934
5736
|
|
|
4935
|
-
Update a
|
|
5737
|
+
Update a Hex upstream config for this repository.
|
|
4936
5738
|
|
|
4937
5739
|
### Example
|
|
4938
5740
|
```ruby
|
|
@@ -4959,15 +5761,15 @@ identifier = 'identifier_example' # String |
|
|
|
4959
5761
|
slug_perm = 'slug_perm_example' # String |
|
|
4960
5762
|
|
|
4961
5763
|
opts = {
|
|
4962
|
-
data: CloudsmithApi::
|
|
5764
|
+
data: CloudsmithApi::HexUpstreamRequest.new # HexUpstreamRequest |
|
|
4963
5765
|
}
|
|
4964
5766
|
|
|
4965
5767
|
begin
|
|
4966
|
-
#Update a
|
|
4967
|
-
result = api_instance.
|
|
5768
|
+
#Update a Hex upstream config for this repository.
|
|
5769
|
+
result = api_instance.repos_upstream_hex_update(owner, identifier, slug_perm, opts)
|
|
4968
5770
|
p result
|
|
4969
5771
|
rescue CloudsmithApi::ApiError => e
|
|
4970
|
-
puts "Exception when calling ReposApi->
|
|
5772
|
+
puts "Exception when calling ReposApi->repos_upstream_hex_update: #{e}"
|
|
4971
5773
|
end
|
|
4972
5774
|
```
|
|
4973
5775
|
|
|
@@ -4978,11 +5780,11 @@ Name | Type | Description | Notes
|
|
|
4978
5780
|
**owner** | **String**| |
|
|
4979
5781
|
**identifier** | **String**| |
|
|
4980
5782
|
**slug_perm** | **String**| |
|
|
4981
|
-
**data** | [**
|
|
5783
|
+
**data** | [**HexUpstreamRequest**](HexUpstreamRequest.md)| | [optional]
|
|
4982
5784
|
|
|
4983
5785
|
### Return type
|
|
4984
5786
|
|
|
4985
|
-
[**
|
|
5787
|
+
[**HexUpstream**](HexUpstream.md)
|
|
4986
5788
|
|
|
4987
5789
|
### Authorization
|
|
4988
5790
|
|
|
@@ -4995,12 +5797,12 @@ Name | Type | Description | Notes
|
|
|
4995
5797
|
|
|
4996
5798
|
|
|
4997
5799
|
|
|
4998
|
-
# **
|
|
4999
|
-
>
|
|
5800
|
+
# **repos_upstream_huggingface_create**
|
|
5801
|
+
> HuggingfaceUpstream repos_upstream_huggingface_create(owner, identifier, opts)
|
|
5000
5802
|
|
|
5001
|
-
Create a
|
|
5803
|
+
Create a HuggingFace upstream config for this repository.
|
|
5002
5804
|
|
|
5003
|
-
Create a
|
|
5805
|
+
Create a HuggingFace upstream config for this repository.
|
|
5004
5806
|
|
|
5005
5807
|
### Example
|
|
5006
5808
|
```ruby
|
|
@@ -5025,15 +5827,15 @@ owner = 'owner_example' # String |
|
|
|
5025
5827
|
identifier = 'identifier_example' # String |
|
|
5026
5828
|
|
|
5027
5829
|
opts = {
|
|
5028
|
-
data: CloudsmithApi::
|
|
5830
|
+
data: CloudsmithApi::HuggingfaceUpstreamRequest.new # HuggingfaceUpstreamRequest |
|
|
5029
5831
|
}
|
|
5030
5832
|
|
|
5031
5833
|
begin
|
|
5032
|
-
#Create a
|
|
5033
|
-
result = api_instance.
|
|
5834
|
+
#Create a HuggingFace upstream config for this repository.
|
|
5835
|
+
result = api_instance.repos_upstream_huggingface_create(owner, identifier, opts)
|
|
5034
5836
|
p result
|
|
5035
5837
|
rescue CloudsmithApi::ApiError => e
|
|
5036
|
-
puts "Exception when calling ReposApi->
|
|
5838
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_create: #{e}"
|
|
5037
5839
|
end
|
|
5038
5840
|
```
|
|
5039
5841
|
|
|
@@ -5043,11 +5845,11 @@ Name | Type | Description | Notes
|
|
|
5043
5845
|
------------- | ------------- | ------------- | -------------
|
|
5044
5846
|
**owner** | **String**| |
|
|
5045
5847
|
**identifier** | **String**| |
|
|
5046
|
-
**data** | [**
|
|
5848
|
+
**data** | [**HuggingfaceUpstreamRequest**](HuggingfaceUpstreamRequest.md)| | [optional]
|
|
5047
5849
|
|
|
5048
5850
|
### Return type
|
|
5049
5851
|
|
|
5050
|
-
[**
|
|
5852
|
+
[**HuggingfaceUpstream**](HuggingfaceUpstream.md)
|
|
5051
5853
|
|
|
5052
5854
|
### Authorization
|
|
5053
5855
|
|
|
@@ -5060,12 +5862,12 @@ Name | Type | Description | Notes
|
|
|
5060
5862
|
|
|
5061
5863
|
|
|
5062
5864
|
|
|
5063
|
-
# **
|
|
5064
|
-
>
|
|
5865
|
+
# **repos_upstream_huggingface_delete**
|
|
5866
|
+
> repos_upstream_huggingface_delete(owner, identifier, slug_perm)
|
|
5065
5867
|
|
|
5066
|
-
Delete a
|
|
5868
|
+
Delete a HuggingFace upstream config for this repository.
|
|
5067
5869
|
|
|
5068
|
-
Delete a
|
|
5870
|
+
Delete a HuggingFace upstream config for this repository.
|
|
5069
5871
|
|
|
5070
5872
|
### Example
|
|
5071
5873
|
```ruby
|
|
@@ -5093,10 +5895,10 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
5093
5895
|
|
|
5094
5896
|
|
|
5095
5897
|
begin
|
|
5096
|
-
#Delete a
|
|
5097
|
-
api_instance.
|
|
5898
|
+
#Delete a HuggingFace upstream config for this repository.
|
|
5899
|
+
api_instance.repos_upstream_huggingface_delete(owner, identifier, slug_perm)
|
|
5098
5900
|
rescue CloudsmithApi::ApiError => e
|
|
5099
|
-
puts "Exception when calling ReposApi->
|
|
5901
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_delete: #{e}"
|
|
5100
5902
|
end
|
|
5101
5903
|
```
|
|
5102
5904
|
|
|
@@ -5123,12 +5925,12 @@ nil (empty response body)
|
|
|
5123
5925
|
|
|
5124
5926
|
|
|
5125
5927
|
|
|
5126
|
-
# **
|
|
5127
|
-
> Array<
|
|
5928
|
+
# **repos_upstream_huggingface_list**
|
|
5929
|
+
> Array<HuggingfaceUpstream> repos_upstream_huggingface_list(owner, identifier, opts)
|
|
5128
5930
|
|
|
5129
|
-
List
|
|
5931
|
+
List HuggingFace upstream configs for this repository.
|
|
5130
5932
|
|
|
5131
|
-
List
|
|
5933
|
+
List HuggingFace upstream configs for this repository.
|
|
5132
5934
|
|
|
5133
5935
|
### Example
|
|
5134
5936
|
```ruby
|
|
@@ -5158,11 +5960,11 @@ opts = {
|
|
|
5158
5960
|
}
|
|
5159
5961
|
|
|
5160
5962
|
begin
|
|
5161
|
-
#List
|
|
5162
|
-
result = api_instance.
|
|
5963
|
+
#List HuggingFace upstream configs for this repository.
|
|
5964
|
+
result = api_instance.repos_upstream_huggingface_list(owner, identifier, opts)
|
|
5163
5965
|
p result
|
|
5164
5966
|
rescue CloudsmithApi::ApiError => e
|
|
5165
|
-
puts "Exception when calling ReposApi->
|
|
5967
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_list: #{e}"
|
|
5166
5968
|
end
|
|
5167
5969
|
```
|
|
5168
5970
|
|
|
@@ -5177,7 +5979,7 @@ Name | Type | Description | Notes
|
|
|
5177
5979
|
|
|
5178
5980
|
### Return type
|
|
5179
5981
|
|
|
5180
|
-
[**Array<
|
|
5982
|
+
[**Array<HuggingfaceUpstream>**](HuggingfaceUpstream.md)
|
|
5181
5983
|
|
|
5182
5984
|
### Authorization
|
|
5183
5985
|
|
|
@@ -5190,12 +5992,12 @@ Name | Type | Description | Notes
|
|
|
5190
5992
|
|
|
5191
5993
|
|
|
5192
5994
|
|
|
5193
|
-
# **
|
|
5194
|
-
>
|
|
5995
|
+
# **repos_upstream_huggingface_partial_update**
|
|
5996
|
+
> HuggingfaceUpstream repos_upstream_huggingface_partial_update(owner, identifier, slug_perm, opts)
|
|
5195
5997
|
|
|
5196
|
-
Partially update a
|
|
5998
|
+
Partially update a HuggingFace upstream config for this repository.
|
|
5197
5999
|
|
|
5198
|
-
Partially update a
|
|
6000
|
+
Partially update a HuggingFace upstream config for this repository.
|
|
5199
6001
|
|
|
5200
6002
|
### Example
|
|
5201
6003
|
```ruby
|
|
@@ -5222,15 +6024,15 @@ identifier = 'identifier_example' # String |
|
|
|
5222
6024
|
slug_perm = 'slug_perm_example' # String |
|
|
5223
6025
|
|
|
5224
6026
|
opts = {
|
|
5225
|
-
data: CloudsmithApi::
|
|
6027
|
+
data: CloudsmithApi::HuggingfaceUpstreamRequestPatch.new # HuggingfaceUpstreamRequestPatch |
|
|
5226
6028
|
}
|
|
5227
6029
|
|
|
5228
6030
|
begin
|
|
5229
|
-
#Partially update a
|
|
5230
|
-
result = api_instance.
|
|
6031
|
+
#Partially update a HuggingFace upstream config for this repository.
|
|
6032
|
+
result = api_instance.repos_upstream_huggingface_partial_update(owner, identifier, slug_perm, opts)
|
|
5231
6033
|
p result
|
|
5232
6034
|
rescue CloudsmithApi::ApiError => e
|
|
5233
|
-
puts "Exception when calling ReposApi->
|
|
6035
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_partial_update: #{e}"
|
|
5234
6036
|
end
|
|
5235
6037
|
```
|
|
5236
6038
|
|
|
@@ -5241,11 +6043,11 @@ Name | Type | Description | Notes
|
|
|
5241
6043
|
**owner** | **String**| |
|
|
5242
6044
|
**identifier** | **String**| |
|
|
5243
6045
|
**slug_perm** | **String**| |
|
|
5244
|
-
**data** | [**
|
|
6046
|
+
**data** | [**HuggingfaceUpstreamRequestPatch**](HuggingfaceUpstreamRequestPatch.md)| | [optional]
|
|
5245
6047
|
|
|
5246
6048
|
### Return type
|
|
5247
6049
|
|
|
5248
|
-
[**
|
|
6050
|
+
[**HuggingfaceUpstream**](HuggingfaceUpstream.md)
|
|
5249
6051
|
|
|
5250
6052
|
### Authorization
|
|
5251
6053
|
|
|
@@ -5258,12 +6060,12 @@ Name | Type | Description | Notes
|
|
|
5258
6060
|
|
|
5259
6061
|
|
|
5260
6062
|
|
|
5261
|
-
# **
|
|
5262
|
-
>
|
|
6063
|
+
# **repos_upstream_huggingface_read**
|
|
6064
|
+
> HuggingfaceUpstream repos_upstream_huggingface_read(owner, identifier, slug_perm)
|
|
5263
6065
|
|
|
5264
|
-
Retrieve a
|
|
6066
|
+
Retrieve a HuggingFace upstream config for this repository.
|
|
5265
6067
|
|
|
5266
|
-
Retrieve a
|
|
6068
|
+
Retrieve a HuggingFace upstream config for this repository.
|
|
5267
6069
|
|
|
5268
6070
|
### Example
|
|
5269
6071
|
```ruby
|
|
@@ -5291,11 +6093,11 @@ slug_perm = 'slug_perm_example' # String |
|
|
|
5291
6093
|
|
|
5292
6094
|
|
|
5293
6095
|
begin
|
|
5294
|
-
#Retrieve a
|
|
5295
|
-
result = api_instance.
|
|
6096
|
+
#Retrieve a HuggingFace upstream config for this repository.
|
|
6097
|
+
result = api_instance.repos_upstream_huggingface_read(owner, identifier, slug_perm)
|
|
5296
6098
|
p result
|
|
5297
6099
|
rescue CloudsmithApi::ApiError => e
|
|
5298
|
-
puts "Exception when calling ReposApi->
|
|
6100
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_read: #{e}"
|
|
5299
6101
|
end
|
|
5300
6102
|
```
|
|
5301
6103
|
|
|
@@ -5309,7 +6111,7 @@ Name | Type | Description | Notes
|
|
|
5309
6111
|
|
|
5310
6112
|
### Return type
|
|
5311
6113
|
|
|
5312
|
-
[**
|
|
6114
|
+
[**HuggingfaceUpstream**](HuggingfaceUpstream.md)
|
|
5313
6115
|
|
|
5314
6116
|
### Authorization
|
|
5315
6117
|
|
|
@@ -5322,12 +6124,12 @@ Name | Type | Description | Notes
|
|
|
5322
6124
|
|
|
5323
6125
|
|
|
5324
6126
|
|
|
5325
|
-
# **
|
|
5326
|
-
>
|
|
6127
|
+
# **repos_upstream_huggingface_update**
|
|
6128
|
+
> HuggingfaceUpstream repos_upstream_huggingface_update(owner, identifier, slug_perm, opts)
|
|
5327
6129
|
|
|
5328
|
-
Update a
|
|
6130
|
+
Update a HuggingFace upstream config for this repository.
|
|
5329
6131
|
|
|
5330
|
-
Update a
|
|
6132
|
+
Update a HuggingFace upstream config for this repository.
|
|
5331
6133
|
|
|
5332
6134
|
### Example
|
|
5333
6135
|
```ruby
|
|
@@ -5354,15 +6156,15 @@ identifier = 'identifier_example' # String |
|
|
|
5354
6156
|
slug_perm = 'slug_perm_example' # String |
|
|
5355
6157
|
|
|
5356
6158
|
opts = {
|
|
5357
|
-
data: CloudsmithApi::
|
|
6159
|
+
data: CloudsmithApi::HuggingfaceUpstreamRequest.new # HuggingfaceUpstreamRequest |
|
|
5358
6160
|
}
|
|
5359
6161
|
|
|
5360
6162
|
begin
|
|
5361
|
-
#Update a
|
|
5362
|
-
result = api_instance.
|
|
6163
|
+
#Update a HuggingFace upstream config for this repository.
|
|
6164
|
+
result = api_instance.repos_upstream_huggingface_update(owner, identifier, slug_perm, opts)
|
|
5363
6165
|
p result
|
|
5364
6166
|
rescue CloudsmithApi::ApiError => e
|
|
5365
|
-
puts "Exception when calling ReposApi->
|
|
6167
|
+
puts "Exception when calling ReposApi->repos_upstream_huggingface_update: #{e}"
|
|
5366
6168
|
end
|
|
5367
6169
|
```
|
|
5368
6170
|
|
|
@@ -5373,11 +6175,11 @@ Name | Type | Description | Notes
|
|
|
5373
6175
|
**owner** | **String**| |
|
|
5374
6176
|
**identifier** | **String**| |
|
|
5375
6177
|
**slug_perm** | **String**| |
|
|
5376
|
-
**data** | [**
|
|
6178
|
+
**data** | [**HuggingfaceUpstreamRequest**](HuggingfaceUpstreamRequest.md)| | [optional]
|
|
5377
6179
|
|
|
5378
6180
|
### Return type
|
|
5379
6181
|
|
|
5380
|
-
[**
|
|
6182
|
+
[**HuggingfaceUpstream**](HuggingfaceUpstream.md)
|
|
5381
6183
|
|
|
5382
6184
|
### Authorization
|
|
5383
6185
|
|