cloudsmith-api 2.0.13 → 2.0.14
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 +13 -13
- data/README.md +60 -7
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +1 -0
- data/docs/AuditLogApi.md +20 -2
- data/docs/BadgesApi.md +10 -1
- data/docs/CargoPackageUpload.md +1 -0
- data/docs/CocoapodsPackageUpload.md +1 -0
- data/docs/ComposerPackageUpload.md +1 -0
- data/docs/ComposerPackageUploadRequest.md +1 -0
- data/docs/ComposerUpstream.md +25 -0
- data/docs/ComposerUpstreamRequest.md +20 -0
- data/docs/ComposerUpstreamRequestPatch.md +20 -0
- data/docs/ConanPackageUpload.md +1 -0
- data/docs/CondaPackageUpload.md +1 -0
- data/docs/CranPackageUpload.md +1 -0
- data/docs/CranUpstream.md +2 -0
- data/docs/DartPackageUpload.md +1 -0
- data/docs/DartUpstream.md +2 -0
- data/docs/DebPackageUpload.md +1 -0
- data/docs/DebUpstream.md +6 -0
- data/docs/DebUpstreamRequest.md +3 -0
- data/docs/DebUpstreamRequestPatch.md +3 -0
- data/docs/DistrosApi.md +20 -2
- data/docs/DockerPackageUpload.md +1 -0
- data/docs/DockerUpstream.md +2 -0
- data/docs/EntitlementsApi.md +100 -10
- data/docs/FilesApi.md +50 -5
- data/docs/FormatsApi.md +20 -2
- data/docs/GoPackageUpload.md +1 -0
- data/docs/HelmPackageUpload.md +1 -0
- data/docs/HelmUpstream.md +2 -0
- data/docs/HexPackageUpload.md +1 -0
- data/docs/HexUpstream.md +25 -0
- data/docs/HexUpstreamRequest.md +20 -0
- data/docs/HexUpstreamRequestPatch.md +20 -0
- data/docs/LuarocksPackageUpload.md +1 -0
- data/docs/MavenPackageUpload.md +1 -0
- data/docs/MavenUpstream.md +6 -0
- data/docs/MavenUpstreamRequest.md +3 -0
- data/docs/MavenUpstreamRequestPatch.md +3 -0
- data/docs/MetricsApi.md +30 -3
- data/docs/NamespacesApi.md +24 -6
- data/docs/NpmPackageUpload.md +1 -0
- data/docs/NpmUpstream.md +2 -0
- data/docs/NugetPackageUpload.md +1 -0
- data/docs/NugetUpstream.md +2 -0
- data/docs/OrganizationGroupSyncStatus.md +8 -0
- data/docs/OrganizationInvite.md +1 -0
- data/docs/OrganizationInviteExtend.md +1 -0
- data/docs/OrganizationInviteRequest.md +1 -0
- data/docs/OrganizationTeamInvite.md +9 -0
- data/docs/OrgsApi.md +883 -67
- data/docs/P2PackageUpload.md +1 -0
- data/docs/Package.md +1 -0
- data/docs/PackageCopy.md +1 -0
- data/docs/PackageDependencies.md +1 -1
- data/docs/PackageDependency.md +2 -2
- data/docs/PackageMove.md +1 -0
- data/docs/PackageQuarantine.md +1 -1
- data/docs/PackageQuarantineRequest.md +2 -1
- data/docs/PackageResync.md +1 -0
- data/docs/PackageTag.md +1 -0
- data/docs/PackagesApi.md +614 -65
- data/docs/PythonPackageUpload.md +1 -0
- data/docs/PythonUpstream.md +2 -0
- data/docs/QuotaApi.md +40 -4
- data/docs/RatesApi.md +10 -1
- data/docs/RawPackageUpload.md +1 -0
- data/docs/ReposApi.md +2721 -542
- data/docs/Repository.md +10 -1
- data/docs/RepositoryCreate.md +10 -1
- data/docs/RepositoryCreateRequest.md +6 -0
- data/docs/RepositoryEcdsaKey.md +14 -0
- data/docs/RepositoryEcdsaKeyCreate.md +9 -0
- data/docs/RepositoryGeoIpStatus.md +8 -0
- data/docs/RepositoryRequestPatch.md +6 -0
- data/docs/RepositoryRetentionRules.md +14 -0
- data/docs/RepositoryRetentionRulesRequestPatch.md +14 -0
- data/docs/RepositoryTransferRegion.md +8 -0
- data/docs/RepositoryTransferRegionRequest.md +8 -0
- data/docs/RepositoryWebhook.md +2 -2
- data/docs/RepositoryWebhookRequest.md +2 -2
- data/docs/RepositoryWebhookRequestPatch.md +2 -2
- data/docs/RpmPackageUpload.md +1 -0
- data/docs/RpmUpstream.md +6 -0
- data/docs/RpmUpstreamRequest.md +3 -0
- data/docs/RpmUpstreamRequestPatch.md +3 -0
- data/docs/RubyPackageUpload.md +1 -0
- data/docs/RubyUpstream.md +2 -0
- data/docs/Service.md +3 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/StorageRegionsApi.md +20 -2
- data/docs/SwiftPackageUpload.md +1 -0
- data/docs/SwiftUpstream.md +2 -0
- data/docs/TerraformPackageUpload.md +1 -0
- data/docs/UserApi.md +18 -10
- data/docs/UsersApi.md +10 -1
- data/docs/VagrantPackageUpload.md +1 -0
- data/docs/VulnerabilitiesApi.md +40 -4
- data/docs/WebhooksApi.md +50 -5
- data/lib/cloudsmith-api/api/audit_log_api.rb +2 -2
- data/lib/cloudsmith-api/api/badges_api.rb +1 -1
- data/lib/cloudsmith-api/api/distros_api.rb +2 -2
- data/lib/cloudsmith-api/api/entitlements_api.rb +10 -10
- data/lib/cloudsmith-api/api/files_api.rb +5 -5
- data/lib/cloudsmith-api/api/formats_api.rb +2 -2
- data/lib/cloudsmith-api/api/metrics_api.rb +3 -3
- data/lib/cloudsmith-api/api/namespaces_api.rb +6 -6
- data/lib/cloudsmith-api/api/orgs_api.rb +284 -68
- data/lib/cloudsmith-api/api/packages_api.rb +65 -65
- data/lib/cloudsmith-api/api/quota_api.rb +4 -4
- data/lib/cloudsmith-api/api/rates_api.rb +1 -1
- data/lib/cloudsmith-api/api/repos_api.rb +1791 -576
- data/lib/cloudsmith-api/api/storage_regions_api.rb +2 -2
- data/lib/cloudsmith-api/api/user_api.rb +6 -6
- data/lib/cloudsmith-api/api/users_api.rb +1 -1
- data/lib/cloudsmith-api/api/vulnerabilities_api.rb +4 -4
- data/lib/cloudsmith-api/api/webhooks_api.rb +5 -5
- data/lib/cloudsmith-api/configuration.rb +7 -0
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/composer_package_upload_request.rb +14 -4
- data/lib/cloudsmith-api/models/composer_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/composer_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/composer_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/cran_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/dart_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/deb_upstream.rb +102 -1
- data/lib/cloudsmith-api/models/deb_upstream_request.rb +45 -1
- data/lib/cloudsmith-api/models/deb_upstream_request_patch.rb +45 -1
- data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/docker_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/helm_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/hex_upstream.rb +426 -0
- data/lib/cloudsmith-api/models/hex_upstream_request.rb +365 -0
- data/lib/cloudsmith-api/models/hex_upstream_request_patch.rb +355 -0
- data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/maven_upstream.rb +102 -1
- data/lib/cloudsmith-api/models/maven_upstream_request.rb +45 -1
- data/lib/cloudsmith-api/models/maven_upstream_request_patch.rb +45 -1
- data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/npm_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/nuget_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/organization_group_sync_status.rb +184 -0
- data/lib/cloudsmith-api/models/organization_invite.rb +12 -1
- data/lib/cloudsmith-api/models/organization_invite_extend.rb +12 -1
- data/lib/cloudsmith-api/models/organization_invite_request.rb +12 -1
- data/lib/cloudsmith-api/models/organization_team_invite.rb +236 -0
- data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/package.rb +10 -1
- data/lib/cloudsmith-api/models/package_copy.rb +10 -1
- data/lib/cloudsmith-api/models/package_dependencies.rb +5 -0
- data/lib/cloudsmith-api/models/package_dependency.rb +0 -7
- data/lib/cloudsmith-api/models/package_move.rb +10 -1
- data/lib/cloudsmith-api/models/package_quarantine.rb +10 -11
- data/lib/cloudsmith-api/models/package_quarantine_request.rb +12 -2
- data/lib/cloudsmith-api/models/package_resync.rb +10 -1
- data/lib/cloudsmith-api/models/package_tag.rb +10 -1
- data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/python_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/repository.rb +123 -3
- data/lib/cloudsmith-api/models/repository_create.rb +123 -3
- data/lib/cloudsmith-api/models/repository_create_request.rb +91 -3
- data/lib/cloudsmith-api/models/repository_ecdsa_key.rb +243 -0
- data/lib/cloudsmith-api/models/repository_ecdsa_key_create.rb +200 -0
- data/lib/cloudsmith-api/models/repository_geo_ip_status.rb +185 -0
- data/lib/cloudsmith-api/models/repository_request_patch.rb +91 -3
- data/lib/cloudsmith-api/models/repository_retention_rules.rb +245 -0
- data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +245 -0
- data/lib/cloudsmith-api/models/repository_transfer_region.rb +187 -0
- data/lib/cloudsmith-api/models/repository_transfer_region_request.rb +187 -0
- data/lib/cloudsmith-api/models/repository_webhook.rb +2 -2
- data/lib/cloudsmith-api/models/repository_webhook_request.rb +2 -2
- data/lib/cloudsmith-api/models/repository_webhook_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/rpm_upstream.rb +102 -1
- data/lib/cloudsmith-api/models/rpm_upstream_request.rb +45 -1
- data/lib/cloudsmith-api/models/rpm_upstream_request_patch.rb +45 -1
- data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/ruby_upstream.rb +34 -1
- data/lib/cloudsmith-api/models/service.rb +28 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/swift_upstream.rb +36 -3
- data/lib/cloudsmith-api/models/swift_upstream_request.rb +2 -2
- data/lib/cloudsmith-api/models/swift_upstream_request_patch.rb +2 -2
- data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +15 -0
- data/spec/api/namespaces_api_spec.rb +2 -2
- data/spec/api/orgs_api_spec.rb +50 -1
- data/spec/api/packages_api_spec.rb +2 -2
- data/spec/api/repos_api_spec.rb +268 -0
- data/spec/api/user_api_spec.rb +2 -2
- data/spec/models/alpine_package_upload_spec.rb +6 -0
- data/spec/models/cargo_package_upload_spec.rb +6 -0
- data/spec/models/cocoapods_package_upload_spec.rb +6 -0
- data/spec/models/composer_package_upload_request_spec.rb +6 -0
- data/spec/models/composer_package_upload_spec.rb +6 -0
- data/spec/models/composer_upstream_request_patch_spec.rb +121 -0
- data/spec/models/composer_upstream_request_spec.rb +121 -0
- data/spec/models/composer_upstream_spec.rb +155 -0
- data/spec/models/conan_package_upload_spec.rb +6 -0
- data/spec/models/conda_package_upload_spec.rb +6 -0
- data/spec/models/cran_package_upload_spec.rb +6 -0
- data/spec/models/cran_upstream_spec.rb +16 -0
- data/spec/models/dart_package_upload_spec.rb +6 -0
- data/spec/models/dart_upstream_spec.rb +16 -0
- data/spec/models/deb_package_upload_spec.rb +6 -0
- data/spec/models/deb_upstream_request_patch_spec.rb +22 -0
- data/spec/models/deb_upstream_request_spec.rb +22 -0
- data/spec/models/deb_upstream_spec.rb +48 -0
- data/spec/models/docker_package_upload_spec.rb +6 -0
- data/spec/models/docker_upstream_spec.rb +16 -0
- data/spec/models/go_package_upload_spec.rb +6 -0
- data/spec/models/helm_package_upload_spec.rb +6 -0
- data/spec/models/helm_upstream_spec.rb +16 -0
- data/spec/models/hex_package_upload_spec.rb +6 -0
- data/spec/models/hex_upstream_request_patch_spec.rb +121 -0
- data/spec/models/hex_upstream_request_spec.rb +121 -0
- data/spec/models/hex_upstream_spec.rb +155 -0
- data/spec/models/luarocks_package_upload_spec.rb +6 -0
- data/spec/models/maven_package_upload_spec.rb +6 -0
- data/spec/models/maven_upstream_request_patch_spec.rb +22 -0
- data/spec/models/maven_upstream_request_spec.rb +22 -0
- data/spec/models/maven_upstream_spec.rb +48 -0
- data/spec/models/npm_package_upload_spec.rb +6 -0
- data/spec/models/npm_upstream_spec.rb +16 -0
- data/spec/models/nuget_package_upload_spec.rb +6 -0
- data/spec/models/nuget_upstream_spec.rb +16 -0
- data/spec/models/organization_group_sync_status_spec.rb +41 -0
- data/spec/models/organization_invite_extend_spec.rb +6 -0
- data/spec/models/organization_invite_request_spec.rb +6 -0
- data/spec/models/organization_invite_spec.rb +6 -0
- data/spec/models/organization_team_invite_spec.rb +51 -0
- data/spec/models/p2_package_upload_spec.rb +6 -0
- data/spec/models/package_copy_spec.rb +6 -0
- data/spec/models/package_move_spec.rb +6 -0
- data/spec/models/package_quarantine_request_spec.rb +6 -0
- data/spec/models/package_quarantine_spec.rb +6 -6
- data/spec/models/package_resync_spec.rb +6 -0
- data/spec/models/package_spec.rb +6 -0
- data/spec/models/package_tag_spec.rb +6 -0
- data/spec/models/python_package_upload_spec.rb +6 -0
- data/spec/models/python_upstream_spec.rb +16 -0
- data/spec/models/raw_package_upload_spec.rb +6 -0
- data/spec/models/repository_create_request_spec.rb +45 -1
- data/spec/models/repository_create_spec.rb +63 -1
- data/spec/models/repository_ecdsa_key_create_spec.rb +47 -0
- data/spec/models/repository_ecdsa_key_spec.rb +77 -0
- data/spec/models/repository_geo_ip_status_spec.rb +41 -0
- data/spec/models/repository_request_patch_spec.rb +45 -1
- data/spec/models/repository_retention_rules_request_patch_spec.rb +77 -0
- data/spec/models/repository_retention_rules_spec.rb +77 -0
- data/spec/models/repository_spec.rb +63 -1
- data/spec/models/repository_transfer_region_request_spec.rb +41 -0
- data/spec/models/repository_transfer_region_spec.rb +41 -0
- 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/rpm_package_upload_spec.rb +6 -0
- data/spec/models/rpm_upstream_request_patch_spec.rb +22 -0
- data/spec/models/rpm_upstream_request_spec.rb +22 -0
- data/spec/models/rpm_upstream_spec.rb +48 -0
- data/spec/models/ruby_package_upload_spec.rb +6 -0
- data/spec/models/ruby_upstream_spec.rb +16 -0
- data/spec/models/service_spec.rb +18 -0
- data/spec/models/swift_package_upload_spec.rb +6 -0
- 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 +17 -1
- data/spec/models/terraform_package_upload_spec.rb +6 -0
- data/spec/models/vagrant_package_upload_spec.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/cache/ZenTest-4.12.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.3.8.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/gem_make.out +161 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/mkmf.log +894 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/gem_make.out +44 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/mkmf.log +299 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.2/History.txt +970 -0
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.2/lib/unit_diff.rb +275 -0
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.2/lib/zentest.rb +601 -0
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.2/test/test_unit_diff.rb +372 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Gemfile +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/Rakefile +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/template.rb +1029 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/uri.rb +2602 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/lib/addressable/version.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.7/tasks/gem.rake +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/bigdecimal.gemspec +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +267 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c +7794 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/CHANGELOG.md +456 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Gemfile +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/README.md +137 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Rakefile +206 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/AbstractMemory.c +1129 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ArrayType.c +198 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Buffer.c +417 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Call.c +504 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Call.h +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/DynamicLibrary.c +397 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/FunctionInfo.c +322 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LastError.c +243 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MemoryPointer.c +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Pointer.c +549 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Struct.c +904 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructLayout.c +769 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Type.c +448 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Types.c +144 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Types.h +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Variadic.c +348 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.allow-ai-service +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.github/workflows/build.yml +479 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.github/workflows/emscripten.yml +172 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/README.md +531 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure +22791 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure.ac +451 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure.host +337 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/doc/version.texi +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/include/ffi.h.in +518 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/include/ffi_common.h +184 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/libffi.map.in +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/ltmain.sh +11436 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/ffi.c +1142 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/sysv.S +695 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/closures.c +1107 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/debug.c +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/dlmalloc.c +5171 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/loongarch64/ffi.c +624 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/mips/ffi.c +1317 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/mips/n32.S +823 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1464 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/sparc/ffi64.c +630 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/tramp.c +716 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/types.c +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/wasm32/ffi.c +947 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/Makefile.am +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/Makefile.in +616 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +114 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +119 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi.darwin.mk +105 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/autopointer.rb +180 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/function.rb +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/library.rb +576 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/platform/aarch64-linux/types.conf +175 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/auto_pointer.rbs +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi.rbs +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/.github/workflows/ci.yml +28 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/.rubocop.yml +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/README.md +298 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/changelog.md +113 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/hashdiff.gemspec +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/lib/hashdiff/compare_hashes.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/lib/hashdiff/diff.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.1/lib/hashdiff/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/CHANGELOG.md +462 -0
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/data/list.txt +15697 -0
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/lib/public_suffix/rule.rb +350 -0
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.1.1/lib/public_suffix/version.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/NEWS.md +625 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/attribute.rb +211 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/document.rb +455 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/element.rb +2584 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/entity.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/formatters/pretty.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/functions.rb +446 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/node.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parseexception.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/baseparser.rb +857 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/pullparser.rb +209 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/sax2parser.rb +270 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/streamparser.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/parsers/treeparser.rb +89 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/rexml.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/source.rb +328 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/text.rb +448 -0
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/xpath_parser.rb +978 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/Changelog.md +2407 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/configuration.rb +2414 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/Changelog.md +1352 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/README.md +326 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/block_snippet_extractor.rb +255 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/configuration.rb +235 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/failure_aggregator.rb +236 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/handler.rb +181 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/base_matcher.rb +225 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/change.rb +452 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/compound.rb +293 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/contain_exactly.rb +312 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/count_expectation.rb +171 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/has.rb +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/include.rb +218 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/match.rb +108 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/raise_error.rb +275 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/satisfy.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/english_phrasing.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers.rb +1046 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.1/Changelog.md +1292 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/message_expectation.rb +820 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/proxy.rb +517 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.1/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/CHANGES.md +241 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/README.md +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/doc/uname.rdoc +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/examples/uname_test.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/platform.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/uname.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/unix/uname.rb +266 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/lib/sys/windows/uname.rb +499 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/spec/spec_helper.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/spec/sys_platform_spec.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/spec/sys_uname_spec.rb +399 -0
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.3.0/sys-uname.gemspec +41 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ZenTest-4.12.2.gemspec +38 -0
- data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.7.gemspec +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.8.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.0.gemspec +43 -0
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.1.gemspec +40 -0
- data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.1.1.gemspec +24 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.3.8.gemspec +25 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.1.gemspec +53 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.3.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.1.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.3.0.gemspec +42 -0
- metadata +1138 -1064
- data/vendor/bundle/ruby/2.6.0/cache/ZenTest-4.12.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.7.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.16.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7/gem_make.out +0 -157
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7/mkmf.log +0 -894
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +0 -44
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +0 -299
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.1/History.txt +0 -958
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.1/lib/unit_diff.rb +0 -274
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.1/lib/zentest.rb +0 -601
- data/vendor/bundle/ruby/2.6.0/gems/ZenTest-4.12.1/test/test_unit_diff.rb +0 -372
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/CHANGELOG.md +0 -296
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/Gemfile +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/Rakefile +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/addressable.gemspec +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/template.rb +0 -1029
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/uri.rb +0 -2602
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/version.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/tasks/gem.rake +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/bigdecimal.gemspec +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/Makefile +0 -267
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/bigdecimal.c +0 -7738
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/bigdecimal.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/missing.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/lib/bigdecimal.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/CHANGELOG.md +0 -414
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Gemfile +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/README.md +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Rakefile +0 -194
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.c +0 -1128
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.c +0 -198
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.c +0 -417
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.c +0 -498
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.h +0 -107
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.c +0 -397
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.c +0 -322
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.c +0 -243
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.c +0 -219
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.c +0 -546
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.c +0 -897
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.c +0 -769
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.c +0 -447
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.c +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.h +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.c +0 -345
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/build.yml +0 -460
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/README.md +0 -526
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure +0 -22791
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.ac +0 -451
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.host +0 -337
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi.h.in +0 -527
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_common.h +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libffi.map.in +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-version +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ltmain.sh +0 -11448
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1129
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -543
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/closures.c +0 -1107
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/debug.c +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -621
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffi.c +0 -1309
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/n32.S +0 -772
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1452
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -624
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tramp.c +0 -716
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/types.c +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -934
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -361
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.am +0 -135
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.in +0 -664
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi.darwin.mk +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/dynamic_library.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/enum.rb +0 -303
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/function.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/io.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/library.rb +0 -576
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/aarch64-linux/types.conf +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/pointer.rb +0 -167
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct.rb +0 -317
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout.rb +0 -96
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout_builder.rb +0 -227
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/types.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/.rubocop.yml +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/README.md +0 -295
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/changelog.md +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/hashdiff.gemspec +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/compare_hashes.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/diff.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/best_diff_spec.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/diff_array_spec.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/diff_spec.rb +0 -375
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/lcs_spec.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/linear_compare_array_spec.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/patch_spec.rb +0 -185
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/readme_spec.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/util_spec.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/spec_helper.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.5/CHANGELOG.md +0 -457
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.5/data/list.txt +0 -15590
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.5/lib/public_suffix/rule.rb +0 -350
- data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.5/lib/public_suffix/version.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/NEWS.md +0 -276
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/attribute.rb +0 -210
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/document.rb +0 -451
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/element.rb +0 -2599
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/entity.rb +0 -181
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/formatters/pretty.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/functions.rb +0 -447
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/node.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parseexception.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/baseparser.rb +0 -694
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/pullparser.rb +0 -197
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/sax2parser.rb +0 -273
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/streamparser.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/treeparser.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/rexml.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/source.rb +0 -298
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/text.rb +0 -426
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/xpath_parser.rb +0 -974
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/Changelog.md +0 -2400
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/bisect/example_minimizer.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb +0 -2413
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/hooks.rb +0 -646
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/pending.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/Changelog.md +0 -1325
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/README.md +0 -320
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/block_snippet_extractor.rb +0 -253
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/configuration.rb +0 -230
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/failure_aggregator.rb +0 -229
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/handler.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/version.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/base_matcher.rb +0 -239
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/change.rb +0 -450
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/compound.rb +0 -290
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/contain_exactly.rb +0 -310
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/count_expectation.rb +0 -169
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/has.rb +0 -167
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/include.rb +0 -213
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/match.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/raise_error.rb +0 -271
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/satisfy.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/english_phrasing.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers.rb +0 -1044
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/Changelog.md +0 -1284
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/configuration.rb +0 -212
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/message_expectation.rb +0 -820
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/proxy.rb +0 -520
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/CHANGES.md +0 -237
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/README.md +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/doc/uname.rdoc +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/examples/uname_test.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/platform.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/uname.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/unix/uname.rb +0 -312
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/windows/uname.rb +0 -499
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/spec_helper.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/sys_platform_spec.rb +0 -69
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/sys_uname_spec.rb +0 -449
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/sys-uname.gemspec +0 -41
- data/vendor/bundle/ruby/2.6.0/specifications/ZenTest-4.12.1.gemspec +0 -38
- data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.6.gemspec +0 -37
- data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.7.gemspec +0 -24
- data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.16.3.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.0.gemspec +0 -40
- data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.0.5.gemspec +0 -24
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.6.gemspec +0 -38
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.0.gemspec +0 -53
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.0.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.0.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.3.gemspec +0 -42
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.16.3 → ffi-1.17.0}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/.autotest +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/Manifest.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/README.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/articles/Article.css +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/articles/how_to_use_zentest.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/bin/multigem +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/bin/multiruby +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/bin/unit_diff +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/bin/zentest +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/example.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/example1.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/example2.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/lib/focus.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/lib/functional_test_matrix.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/lib/zentest_mapping.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/test/test_focus.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/test/test_zentest.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ZenTest-4.12.1 → ZenTest-4.12.2}/test/test_zentest_mapping.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/data/unicode.data +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna/native.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna/pure.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/idna_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/net_http_compat_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/security_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/template_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/uri_spec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/clobber.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/git.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/metrics.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/profile.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/rspec.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/yard.rake +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/bigdecimal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/bits.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/feature.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/missing/dtoa.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/missing.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/missing.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/ext/bigdecimal/static_assert.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal/jacobian.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal/ludcmp.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal/math.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal/newton.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/lib/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/sample/linear.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/sample/nlsolve.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.7 → bigdecimal-3.1.8}/sample/pi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/COPYING +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/AbstractMemory.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/ArrayType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/ClosurePool.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/ClosurePool.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/DynamicLibrary.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Function.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Function.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/LastError.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/LongDouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/LongDouble.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/MappedType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/MappedType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/MemoryPointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/MethodHandle.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/MethodHandle.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Platform.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Platform.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Pointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Struct.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/StructByValue.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/StructByValue.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Thread.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Thread.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/Type.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/compat.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/extconf.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.appveyor/site.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.appveyor.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/build.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/install.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/site.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.circleci/config.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.gitattributes +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/ChangeLog.old +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/acinclude.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/autogen.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/compile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/config.guess +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/config.sub +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/doc/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/fficonfig.h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/include/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/include/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/include/tramp.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/install-sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/libffi.pc.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/libtool-ldflags +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/make_sunver.pl +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/Makefile.am +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/Makefile.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/ffi.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/missing +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/msvcc.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/raw_api.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/stamp-h.in +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/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.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi.bsd.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi.gnu.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi.vc.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/libffi.vc64.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/rbffi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ext/ffi_c/rbffi_endian.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/ffi.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/tools/types_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/rakelib/ffi_gem_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.16.3 → ffi-1.17.0}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/.travis.yml +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff/lcs.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff/linear_compare_array.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff/patch.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff/util.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.0 → hashdiff-1.1.1}/lib/hashdiff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/2.0-Upgrade.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/SECURITY.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/lib/public_suffix/domain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/lib/public_suffix/errors.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/lib/public_suffix/list.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.5 → public_suffix-5.1.1}/lib/public_suffix.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/context.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/doc/rexml/tutorial.rdoc +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/cdata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/child.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/comment.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/doctype.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/dtd/attlistdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/dtd/dtd.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/dtd/elementdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/dtd/entitydecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/dtd/notationdecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/encoding.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/formatters/default.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/formatters/transitive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/instruction.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/light/node.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/namespace.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/parent.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/parsers/lightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/parsers/ultralightparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/parsers/xpathparser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/quickpath.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/sax2listener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/security.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/streamlistener.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/undefinednamespaceexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/validation/relaxng.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/validation/validation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/validation/validationexception.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/xmldecl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/xmltokens.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml/xpath.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.6 → rexml-3.3.8}/lib/rexml.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/exe/rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/autorun.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/backtrace_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/coordinator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/fork_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/server.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/shell_command.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/bisect/utilities.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/configuration_options.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/did_you_mean.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/drb.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/example.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/example_status_persister.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/filter_manager.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/flat_map.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/console_codes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/html_printer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/formatters.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/invocations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/memoized_helpers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/metadata.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/metadata_filter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/notifications.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/option_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/ordering.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/output_wrapper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/profiler.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/project_initializer/.rspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/project_initializer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/rake_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/reporter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/ruby_project.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/sandbox.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/set.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/shared_context.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/shared_example_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/shell_escape.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/warnings.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core/world.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.0 → rspec-core-3.13.1}/lib/rspec/core.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/expectations/expectation_target.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/expectations/fail_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/expectations/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/expectations/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/expectations.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/all.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/be_within.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/cover.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/eq.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/eql.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/equal.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/exist.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/operators.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/output.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in/yield.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/built_in.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/composable.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/dsl.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/fail_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.0 → rspec-expectations-3.13.3}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/.document +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/.yardopts +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/LICENSE.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/any_instance.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/argument_matchers.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/error_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/example_methods.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/marshal_extension.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/matchers/receive.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/message_chain.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/method_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/method_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/minitest_integration.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/mutate_const.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/object_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/order_group.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/space.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/standalone.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/syntax.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/targets.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/test_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/verifying_double.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.0 → rspec-mocks-3.13.1}/lib/rspec/mocks.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/MANIFEST.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/certs/djberg96_pub.pem +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.3 → sys-uname-1.3.0}/lib/sys-uname.rb +0 -0
@@ -19,6 +19,188 @@ module CloudsmithApi
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Retrieve the GeoIP status for this repository.
|
23
|
+
# Retrieve the GeoIP status for this repository.
|
24
|
+
# @param owner
|
25
|
+
# @param identifier
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [RepositoryGeoIpStatus]
|
28
|
+
def api_repos_geoip_status(owner, identifier, opts = {})
|
29
|
+
data, _status_code, _headers = api_repos_geoip_status_with_http_info(owner, identifier, opts)
|
30
|
+
data
|
31
|
+
end
|
32
|
+
|
33
|
+
# Retrieve the GeoIP status for this repository.
|
34
|
+
# Retrieve the GeoIP status for this repository.
|
35
|
+
# @param owner
|
36
|
+
# @param identifier
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(RepositoryGeoIpStatus, Fixnum, Hash)>] RepositoryGeoIpStatus data, response status code and response headers
|
39
|
+
def api_repos_geoip_status_with_http_info(owner, identifier, opts = {})
|
40
|
+
if @api_client.config.debugging
|
41
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.api_repos_geoip_status ...'
|
42
|
+
end
|
43
|
+
# verify the required parameter 'owner' is set
|
44
|
+
if @api_client.config.client_side_validation && owner.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.api_repos_geoip_status"
|
46
|
+
end
|
47
|
+
# verify the required parameter 'identifier' is set
|
48
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.api_repos_geoip_status"
|
50
|
+
end
|
51
|
+
# resource path
|
52
|
+
local_var_path = '/repos/{owner}/{identifier}/geoip/status/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
53
|
+
|
54
|
+
# query parameters
|
55
|
+
query_params = {}
|
56
|
+
|
57
|
+
# header parameters
|
58
|
+
header_params = {}
|
59
|
+
# HTTP header 'Accept' (if needed)
|
60
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
61
|
+
# HTTP header 'Content-Type'
|
62
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
63
|
+
|
64
|
+
# form parameters
|
65
|
+
form_params = {}
|
66
|
+
|
67
|
+
# http body (model)
|
68
|
+
post_body = nil
|
69
|
+
auth_names = ['apikey', 'basic', 'token']
|
70
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
71
|
+
:header_params => header_params,
|
72
|
+
:query_params => query_params,
|
73
|
+
:form_params => form_params,
|
74
|
+
:body => post_body,
|
75
|
+
:auth_names => auth_names,
|
76
|
+
:return_type => 'RepositoryGeoIpStatus')
|
77
|
+
if @api_client.config.debugging
|
78
|
+
@api_client.config.logger.debug "API called: ReposApi#api_repos_geoip_status\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
79
|
+
end
|
80
|
+
return data, status_code, headers
|
81
|
+
end
|
82
|
+
# Update the retention rules for the repository.
|
83
|
+
# Update the retention rules for the repository.
|
84
|
+
# @param owner
|
85
|
+
# @param repo
|
86
|
+
# @param [Hash] opts the optional parameters
|
87
|
+
# @option opts [RepositoryRetentionRulesRequestPatch] :data
|
88
|
+
# @return [RepositoryRetentionRules]
|
89
|
+
def repo_retention_partial_update(owner, repo, opts = {})
|
90
|
+
data, _status_code, _headers = repo_retention_partial_update_with_http_info(owner, repo, opts)
|
91
|
+
data
|
92
|
+
end
|
93
|
+
|
94
|
+
# Update the retention rules for the repository.
|
95
|
+
# Update the retention rules for the repository.
|
96
|
+
# @param owner
|
97
|
+
# @param repo
|
98
|
+
# @param [Hash] opts the optional parameters
|
99
|
+
# @option opts [RepositoryRetentionRulesRequestPatch] :data
|
100
|
+
# @return [Array<(RepositoryRetentionRules, Fixnum, Hash)>] RepositoryRetentionRules data, response status code and response headers
|
101
|
+
def repo_retention_partial_update_with_http_info(owner, repo, opts = {})
|
102
|
+
if @api_client.config.debugging
|
103
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repo_retention_partial_update ...'
|
104
|
+
end
|
105
|
+
# verify the required parameter 'owner' is set
|
106
|
+
if @api_client.config.client_side_validation && owner.nil?
|
107
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repo_retention_partial_update"
|
108
|
+
end
|
109
|
+
# verify the required parameter 'repo' is set
|
110
|
+
if @api_client.config.client_side_validation && repo.nil?
|
111
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling ReposApi.repo_retention_partial_update"
|
112
|
+
end
|
113
|
+
# resource path
|
114
|
+
local_var_path = '/repos/{owner}/{repo}/retention/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
115
|
+
|
116
|
+
# query parameters
|
117
|
+
query_params = {}
|
118
|
+
|
119
|
+
# header parameters
|
120
|
+
header_params = {}
|
121
|
+
# HTTP header 'Accept' (if needed)
|
122
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
123
|
+
# HTTP header 'Content-Type'
|
124
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
125
|
+
|
126
|
+
# form parameters
|
127
|
+
form_params = {}
|
128
|
+
|
129
|
+
# http body (model)
|
130
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
131
|
+
auth_names = ['apikey', 'basic', 'token']
|
132
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
133
|
+
:header_params => header_params,
|
134
|
+
:query_params => query_params,
|
135
|
+
:form_params => form_params,
|
136
|
+
:body => post_body,
|
137
|
+
:auth_names => auth_names,
|
138
|
+
:return_type => 'RepositoryRetentionRules')
|
139
|
+
if @api_client.config.debugging
|
140
|
+
@api_client.config.logger.debug "API called: ReposApi#repo_retention_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
141
|
+
end
|
142
|
+
return data, status_code, headers
|
143
|
+
end
|
144
|
+
# Retrieve the retention rules for the repository.
|
145
|
+
# Retrieve the retention rules for the repository.
|
146
|
+
# @param owner
|
147
|
+
# @param repo
|
148
|
+
# @param [Hash] opts the optional parameters
|
149
|
+
# @return [RepositoryRetentionRules]
|
150
|
+
def repo_retention_read(owner, repo, opts = {})
|
151
|
+
data, _status_code, _headers = repo_retention_read_with_http_info(owner, repo, opts)
|
152
|
+
data
|
153
|
+
end
|
154
|
+
|
155
|
+
# Retrieve the retention rules for the repository.
|
156
|
+
# Retrieve the retention rules for the repository.
|
157
|
+
# @param owner
|
158
|
+
# @param repo
|
159
|
+
# @param [Hash] opts the optional parameters
|
160
|
+
# @return [Array<(RepositoryRetentionRules, Fixnum, Hash)>] RepositoryRetentionRules data, response status code and response headers
|
161
|
+
def repo_retention_read_with_http_info(owner, repo, opts = {})
|
162
|
+
if @api_client.config.debugging
|
163
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repo_retention_read ...'
|
164
|
+
end
|
165
|
+
# verify the required parameter 'owner' is set
|
166
|
+
if @api_client.config.client_side_validation && owner.nil?
|
167
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repo_retention_read"
|
168
|
+
end
|
169
|
+
# verify the required parameter 'repo' is set
|
170
|
+
if @api_client.config.client_side_validation && repo.nil?
|
171
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling ReposApi.repo_retention_read"
|
172
|
+
end
|
173
|
+
# resource path
|
174
|
+
local_var_path = '/repos/{owner}/{repo}/retention/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
175
|
+
|
176
|
+
# query parameters
|
177
|
+
query_params = {}
|
178
|
+
|
179
|
+
# header parameters
|
180
|
+
header_params = {}
|
181
|
+
# HTTP header 'Accept' (if needed)
|
182
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
183
|
+
# HTTP header 'Content-Type'
|
184
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
185
|
+
|
186
|
+
# form parameters
|
187
|
+
form_params = {}
|
188
|
+
|
189
|
+
# http body (model)
|
190
|
+
post_body = nil
|
191
|
+
auth_names = ['apikey', 'basic', 'token']
|
192
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
193
|
+
:header_params => header_params,
|
194
|
+
:query_params => query_params,
|
195
|
+
:form_params => form_params,
|
196
|
+
:body => post_body,
|
197
|
+
:auth_names => auth_names,
|
198
|
+
:return_type => 'RepositoryRetentionRules')
|
199
|
+
if @api_client.config.debugging
|
200
|
+
@api_client.config.logger.debug "API called: ReposApi#repo_retention_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
201
|
+
end
|
202
|
+
return data, status_code, headers
|
203
|
+
end
|
22
204
|
# Create a new repository in a given namespace.
|
23
205
|
# Create a new repository in a given namespace.
|
24
206
|
# @param owner
|
@@ -62,7 +244,7 @@ module CloudsmithApi
|
|
62
244
|
|
63
245
|
# http body (model)
|
64
246
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
65
|
-
auth_names = ['apikey']
|
247
|
+
auth_names = ['apikey', 'basic', 'token']
|
66
248
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
67
249
|
:header_params => header_params,
|
68
250
|
:query_params => query_params,
|
@@ -122,7 +304,7 @@ module CloudsmithApi
|
|
122
304
|
|
123
305
|
# http body (model)
|
124
306
|
post_body = nil
|
125
|
-
auth_names = ['apikey']
|
307
|
+
auth_names = ['apikey', 'basic', 'token']
|
126
308
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
127
309
|
:header_params => header_params,
|
128
310
|
:query_params => query_params,
|
@@ -134,6 +316,188 @@ module CloudsmithApi
|
|
134
316
|
end
|
135
317
|
return data, status_code, headers
|
136
318
|
end
|
319
|
+
# Set the active ECDSA key for the Repository.
|
320
|
+
# Set the active ECDSA key for the Repository.
|
321
|
+
# @param owner
|
322
|
+
# @param identifier
|
323
|
+
# @param [Hash] opts the optional parameters
|
324
|
+
# @option opts [RepositoryEcdsaKeyCreate] :data
|
325
|
+
# @return [RepositoryEcdsaKey]
|
326
|
+
def repos_ecdsa_create(owner, identifier, opts = {})
|
327
|
+
data, _status_code, _headers = repos_ecdsa_create_with_http_info(owner, identifier, opts)
|
328
|
+
data
|
329
|
+
end
|
330
|
+
|
331
|
+
# Set the active ECDSA key for the Repository.
|
332
|
+
# Set the active ECDSA key for the Repository.
|
333
|
+
# @param owner
|
334
|
+
# @param identifier
|
335
|
+
# @param [Hash] opts the optional parameters
|
336
|
+
# @option opts [RepositoryEcdsaKeyCreate] :data
|
337
|
+
# @return [Array<(RepositoryEcdsaKey, Fixnum, Hash)>] RepositoryEcdsaKey data, response status code and response headers
|
338
|
+
def repos_ecdsa_create_with_http_info(owner, identifier, opts = {})
|
339
|
+
if @api_client.config.debugging
|
340
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_ecdsa_create ...'
|
341
|
+
end
|
342
|
+
# verify the required parameter 'owner' is set
|
343
|
+
if @api_client.config.client_side_validation && owner.nil?
|
344
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_ecdsa_create"
|
345
|
+
end
|
346
|
+
# verify the required parameter 'identifier' is set
|
347
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
348
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_ecdsa_create"
|
349
|
+
end
|
350
|
+
# resource path
|
351
|
+
local_var_path = '/repos/{owner}/{identifier}/ecdsa/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
352
|
+
|
353
|
+
# query parameters
|
354
|
+
query_params = {}
|
355
|
+
|
356
|
+
# header parameters
|
357
|
+
header_params = {}
|
358
|
+
# HTTP header 'Accept' (if needed)
|
359
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
360
|
+
# HTTP header 'Content-Type'
|
361
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
362
|
+
|
363
|
+
# form parameters
|
364
|
+
form_params = {}
|
365
|
+
|
366
|
+
# http body (model)
|
367
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
368
|
+
auth_names = ['apikey', 'basic', 'token']
|
369
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
370
|
+
:header_params => header_params,
|
371
|
+
:query_params => query_params,
|
372
|
+
:form_params => form_params,
|
373
|
+
:body => post_body,
|
374
|
+
:auth_names => auth_names,
|
375
|
+
:return_type => 'RepositoryEcdsaKey')
|
376
|
+
if @api_client.config.debugging
|
377
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_ecdsa_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
378
|
+
end
|
379
|
+
return data, status_code, headers
|
380
|
+
end
|
381
|
+
# Retrieve the active ECDSA key for the Repository.
|
382
|
+
# Retrieve the active ECDSA key for the Repository.
|
383
|
+
# @param owner
|
384
|
+
# @param identifier
|
385
|
+
# @param [Hash] opts the optional parameters
|
386
|
+
# @return [RepositoryEcdsaKey]
|
387
|
+
def repos_ecdsa_list(owner, identifier, opts = {})
|
388
|
+
data, _status_code, _headers = repos_ecdsa_list_with_http_info(owner, identifier, opts)
|
389
|
+
data
|
390
|
+
end
|
391
|
+
|
392
|
+
# Retrieve the active ECDSA key for the Repository.
|
393
|
+
# Retrieve the active ECDSA key for the Repository.
|
394
|
+
# @param owner
|
395
|
+
# @param identifier
|
396
|
+
# @param [Hash] opts the optional parameters
|
397
|
+
# @return [Array<(RepositoryEcdsaKey, Fixnum, Hash)>] RepositoryEcdsaKey data, response status code and response headers
|
398
|
+
def repos_ecdsa_list_with_http_info(owner, identifier, opts = {})
|
399
|
+
if @api_client.config.debugging
|
400
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_ecdsa_list ...'
|
401
|
+
end
|
402
|
+
# verify the required parameter 'owner' is set
|
403
|
+
if @api_client.config.client_side_validation && owner.nil?
|
404
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_ecdsa_list"
|
405
|
+
end
|
406
|
+
# verify the required parameter 'identifier' is set
|
407
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
408
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_ecdsa_list"
|
409
|
+
end
|
410
|
+
# resource path
|
411
|
+
local_var_path = '/repos/{owner}/{identifier}/ecdsa/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
412
|
+
|
413
|
+
# query parameters
|
414
|
+
query_params = {}
|
415
|
+
|
416
|
+
# header parameters
|
417
|
+
header_params = {}
|
418
|
+
# HTTP header 'Accept' (if needed)
|
419
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
420
|
+
# HTTP header 'Content-Type'
|
421
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
422
|
+
|
423
|
+
# form parameters
|
424
|
+
form_params = {}
|
425
|
+
|
426
|
+
# http body (model)
|
427
|
+
post_body = nil
|
428
|
+
auth_names = ['apikey', 'basic', 'token']
|
429
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
430
|
+
:header_params => header_params,
|
431
|
+
:query_params => query_params,
|
432
|
+
:form_params => form_params,
|
433
|
+
:body => post_body,
|
434
|
+
:auth_names => auth_names,
|
435
|
+
:return_type => 'RepositoryEcdsaKey')
|
436
|
+
if @api_client.config.debugging
|
437
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_ecdsa_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
438
|
+
end
|
439
|
+
return data, status_code, headers
|
440
|
+
end
|
441
|
+
# Regenerate ECDSA Key for the Repository.
|
442
|
+
# Regenerate ECDSA Key for the Repository.
|
443
|
+
# @param owner
|
444
|
+
# @param identifier
|
445
|
+
# @param [Hash] opts the optional parameters
|
446
|
+
# @return [RepositoryEcdsaKey]
|
447
|
+
def repos_ecdsa_regenerate(owner, identifier, opts = {})
|
448
|
+
data, _status_code, _headers = repos_ecdsa_regenerate_with_http_info(owner, identifier, opts)
|
449
|
+
data
|
450
|
+
end
|
451
|
+
|
452
|
+
# Regenerate ECDSA Key for the Repository.
|
453
|
+
# Regenerate ECDSA Key for the Repository.
|
454
|
+
# @param owner
|
455
|
+
# @param identifier
|
456
|
+
# @param [Hash] opts the optional parameters
|
457
|
+
# @return [Array<(RepositoryEcdsaKey, Fixnum, Hash)>] RepositoryEcdsaKey data, response status code and response headers
|
458
|
+
def repos_ecdsa_regenerate_with_http_info(owner, identifier, opts = {})
|
459
|
+
if @api_client.config.debugging
|
460
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_ecdsa_regenerate ...'
|
461
|
+
end
|
462
|
+
# verify the required parameter 'owner' is set
|
463
|
+
if @api_client.config.client_side_validation && owner.nil?
|
464
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_ecdsa_regenerate"
|
465
|
+
end
|
466
|
+
# verify the required parameter 'identifier' is set
|
467
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
468
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_ecdsa_regenerate"
|
469
|
+
end
|
470
|
+
# resource path
|
471
|
+
local_var_path = '/repos/{owner}/{identifier}/ecdsa/regenerate/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
472
|
+
|
473
|
+
# query parameters
|
474
|
+
query_params = {}
|
475
|
+
|
476
|
+
# header parameters
|
477
|
+
header_params = {}
|
478
|
+
# HTTP header 'Accept' (if needed)
|
479
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
480
|
+
# HTTP header 'Content-Type'
|
481
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
482
|
+
|
483
|
+
# form parameters
|
484
|
+
form_params = {}
|
485
|
+
|
486
|
+
# http body (model)
|
487
|
+
post_body = nil
|
488
|
+
auth_names = ['apikey', 'basic', 'token']
|
489
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
490
|
+
:header_params => header_params,
|
491
|
+
:query_params => query_params,
|
492
|
+
:form_params => form_params,
|
493
|
+
:body => post_body,
|
494
|
+
:auth_names => auth_names,
|
495
|
+
:return_type => 'RepositoryEcdsaKey')
|
496
|
+
if @api_client.config.debugging
|
497
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_ecdsa_regenerate\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
498
|
+
end
|
499
|
+
return data, status_code, headers
|
500
|
+
end
|
137
501
|
# Disable GeoIP for this repository.
|
138
502
|
# Disable GeoIP for this repository.
|
139
503
|
# @param owner
|
@@ -183,7 +547,7 @@ module CloudsmithApi
|
|
183
547
|
|
184
548
|
# http body (model)
|
185
549
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
186
|
-
auth_names = ['apikey']
|
550
|
+
auth_names = ['apikey', 'basic', 'token']
|
187
551
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
188
552
|
:header_params => header_params,
|
189
553
|
:query_params => query_params,
|
@@ -244,7 +608,7 @@ module CloudsmithApi
|
|
244
608
|
|
245
609
|
# http body (model)
|
246
610
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
247
|
-
auth_names = ['apikey']
|
611
|
+
auth_names = ['apikey', 'basic', 'token']
|
248
612
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
249
613
|
:header_params => header_params,
|
250
614
|
:query_params => query_params,
|
@@ -305,7 +669,7 @@ module CloudsmithApi
|
|
305
669
|
|
306
670
|
# http body (model)
|
307
671
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
308
|
-
auth_names = ['apikey']
|
672
|
+
auth_names = ['apikey', 'basic', 'token']
|
309
673
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
310
674
|
:header_params => header_params,
|
311
675
|
:query_params => query_params,
|
@@ -365,7 +729,7 @@ module CloudsmithApi
|
|
365
729
|
|
366
730
|
# http body (model)
|
367
731
|
post_body = nil
|
368
|
-
auth_names = ['apikey']
|
732
|
+
auth_names = ['apikey', 'basic', 'token']
|
369
733
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
370
734
|
:header_params => header_params,
|
371
735
|
:query_params => query_params,
|
@@ -427,7 +791,7 @@ module CloudsmithApi
|
|
427
791
|
|
428
792
|
# http body (model)
|
429
793
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
430
|
-
auth_names = ['apikey']
|
794
|
+
auth_names = ['apikey', 'basic', 'token']
|
431
795
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
432
796
|
:header_params => header_params,
|
433
797
|
:query_params => query_params,
|
@@ -489,7 +853,7 @@ module CloudsmithApi
|
|
489
853
|
|
490
854
|
# http body (model)
|
491
855
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
492
|
-
auth_names = ['apikey']
|
856
|
+
auth_names = ['apikey', 'basic', 'token']
|
493
857
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
494
858
|
:header_params => header_params,
|
495
859
|
:query_params => query_params,
|
@@ -551,7 +915,7 @@ module CloudsmithApi
|
|
551
915
|
|
552
916
|
# http body (model)
|
553
917
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
554
|
-
auth_names = ['apikey']
|
918
|
+
auth_names = ['apikey', 'basic', 'token']
|
555
919
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
556
920
|
:header_params => header_params,
|
557
921
|
:query_params => query_params,
|
@@ -611,7 +975,7 @@ module CloudsmithApi
|
|
611
975
|
|
612
976
|
# http body (model)
|
613
977
|
post_body = nil
|
614
|
-
auth_names = ['apikey']
|
978
|
+
auth_names = ['apikey', 'basic', 'token']
|
615
979
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
616
980
|
:header_params => header_params,
|
617
981
|
:query_params => query_params,
|
@@ -671,7 +1035,7 @@ module CloudsmithApi
|
|
671
1035
|
|
672
1036
|
# http body (model)
|
673
1037
|
post_body = nil
|
674
|
-
auth_names = ['apikey']
|
1038
|
+
auth_names = ['apikey', 'basic', 'token']
|
675
1039
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
676
1040
|
:header_params => header_params,
|
677
1041
|
:query_params => query_params,
|
@@ -731,7 +1095,7 @@ module CloudsmithApi
|
|
731
1095
|
|
732
1096
|
# http body (model)
|
733
1097
|
post_body = nil
|
734
|
-
auth_names = ['apikey']
|
1098
|
+
auth_names = ['apikey', 'basic', 'token']
|
735
1099
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
736
1100
|
:header_params => header_params,
|
737
1101
|
:query_params => query_params,
|
@@ -793,7 +1157,7 @@ module CloudsmithApi
|
|
793
1157
|
|
794
1158
|
# http body (model)
|
795
1159
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
796
|
-
auth_names = ['apikey']
|
1160
|
+
auth_names = ['apikey', 'basic', 'token']
|
797
1161
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
798
1162
|
:header_params => header_params,
|
799
1163
|
:query_params => query_params,
|
@@ -859,7 +1223,7 @@ module CloudsmithApi
|
|
859
1223
|
|
860
1224
|
# http body (model)
|
861
1225
|
post_body = nil
|
862
|
-
auth_names = ['apikey']
|
1226
|
+
auth_names = ['apikey', 'basic', 'token']
|
863
1227
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
864
1228
|
:header_params => header_params,
|
865
1229
|
:query_params => query_params,
|
@@ -921,7 +1285,7 @@ module CloudsmithApi
|
|
921
1285
|
|
922
1286
|
# http body (model)
|
923
1287
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
924
|
-
auth_names = ['apikey']
|
1288
|
+
auth_names = ['apikey', 'basic', 'token']
|
925
1289
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
926
1290
|
:header_params => header_params,
|
927
1291
|
:query_params => query_params,
|
@@ -982,7 +1346,7 @@ module CloudsmithApi
|
|
982
1346
|
|
983
1347
|
# http body (model)
|
984
1348
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
985
|
-
auth_names = ['apikey']
|
1349
|
+
auth_names = ['apikey', 'basic', 'token']
|
986
1350
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
987
1351
|
:header_params => header_params,
|
988
1352
|
:query_params => query_params,
|
@@ -1041,7 +1405,7 @@ module CloudsmithApi
|
|
1041
1405
|
|
1042
1406
|
# http body (model)
|
1043
1407
|
post_body = nil
|
1044
|
-
auth_names = ['apikey']
|
1408
|
+
auth_names = ['apikey', 'basic', 'token']
|
1045
1409
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1046
1410
|
:header_params => header_params,
|
1047
1411
|
:query_params => query_params,
|
@@ -1103,7 +1467,7 @@ module CloudsmithApi
|
|
1103
1467
|
|
1104
1468
|
# http body (model)
|
1105
1469
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1106
|
-
auth_names = ['apikey']
|
1470
|
+
auth_names = ['apikey', 'basic', 'token']
|
1107
1471
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1108
1472
|
:header_params => header_params,
|
1109
1473
|
:query_params => query_params,
|
@@ -1163,7 +1527,7 @@ module CloudsmithApi
|
|
1163
1527
|
|
1164
1528
|
# http body (model)
|
1165
1529
|
post_body = nil
|
1166
|
-
auth_names = ['apikey']
|
1530
|
+
auth_names = ['apikey', 'basic', 'token']
|
1167
1531
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1168
1532
|
:header_params => header_params,
|
1169
1533
|
:query_params => query_params,
|
@@ -1223,7 +1587,7 @@ module CloudsmithApi
|
|
1223
1587
|
|
1224
1588
|
# http body (model)
|
1225
1589
|
post_body = nil
|
1226
|
-
auth_names = ['apikey']
|
1590
|
+
auth_names = ['apikey', 'basic', 'token']
|
1227
1591
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1228
1592
|
:header_params => header_params,
|
1229
1593
|
:query_params => query_params,
|
@@ -1236,39 +1600,100 @@ module CloudsmithApi
|
|
1236
1600
|
end
|
1237
1601
|
return data, status_code, headers
|
1238
1602
|
end
|
1239
|
-
#
|
1240
|
-
#
|
1603
|
+
# Transfer a repository to a different region.
|
1604
|
+
# Transfer a repository to a different region.
|
1605
|
+
# @param owner
|
1606
|
+
# @param repo
|
1607
|
+
# @param [Hash] opts the optional parameters
|
1608
|
+
# @option opts [RepositoryTransferRegionRequest] :data
|
1609
|
+
# @return [nil]
|
1610
|
+
def repos_transfer_region(owner, repo, opts = {})
|
1611
|
+
repos_transfer_region_with_http_info(owner, repo, opts)
|
1612
|
+
nil
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
# Transfer a repository to a different region.
|
1616
|
+
# Transfer a repository to a different region.
|
1617
|
+
# @param owner
|
1618
|
+
# @param repo
|
1619
|
+
# @param [Hash] opts the optional parameters
|
1620
|
+
# @option opts [RepositoryTransferRegionRequest] :data
|
1621
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1622
|
+
def repos_transfer_region_with_http_info(owner, repo, opts = {})
|
1623
|
+
if @api_client.config.debugging
|
1624
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_transfer_region ...'
|
1625
|
+
end
|
1626
|
+
# verify the required parameter 'owner' is set
|
1627
|
+
if @api_client.config.client_side_validation && owner.nil?
|
1628
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_transfer_region"
|
1629
|
+
end
|
1630
|
+
# verify the required parameter 'repo' is set
|
1631
|
+
if @api_client.config.client_side_validation && repo.nil?
|
1632
|
+
fail ArgumentError, "Missing the required parameter 'repo' when calling ReposApi.repos_transfer_region"
|
1633
|
+
end
|
1634
|
+
# resource path
|
1635
|
+
local_var_path = '/repos/{owner}/{repo}/transfer-region/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
|
1636
|
+
|
1637
|
+
# query parameters
|
1638
|
+
query_params = {}
|
1639
|
+
|
1640
|
+
# header parameters
|
1641
|
+
header_params = {}
|
1642
|
+
# HTTP header 'Accept' (if needed)
|
1643
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1644
|
+
# HTTP header 'Content-Type'
|
1645
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
1646
|
+
|
1647
|
+
# form parameters
|
1648
|
+
form_params = {}
|
1649
|
+
|
1650
|
+
# http body (model)
|
1651
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1652
|
+
auth_names = ['apikey', 'basic', 'token']
|
1653
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1654
|
+
:header_params => header_params,
|
1655
|
+
:query_params => query_params,
|
1656
|
+
:form_params => form_params,
|
1657
|
+
:body => post_body,
|
1658
|
+
:auth_names => auth_names)
|
1659
|
+
if @api_client.config.debugging
|
1660
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_transfer_region\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1661
|
+
end
|
1662
|
+
return data, status_code, headers
|
1663
|
+
end
|
1664
|
+
# Create a Composer upstream config for this repository.
|
1665
|
+
# Create a Composer upstream config for this repository.
|
1241
1666
|
# @param owner
|
1242
1667
|
# @param identifier
|
1243
1668
|
# @param [Hash] opts the optional parameters
|
1244
|
-
# @option opts [
|
1245
|
-
# @return [
|
1246
|
-
def
|
1247
|
-
data, _status_code, _headers =
|
1669
|
+
# @option opts [ComposerUpstreamRequest] :data
|
1670
|
+
# @return [ComposerUpstream]
|
1671
|
+
def repos_upstream_composer_create(owner, identifier, opts = {})
|
1672
|
+
data, _status_code, _headers = repos_upstream_composer_create_with_http_info(owner, identifier, opts)
|
1248
1673
|
data
|
1249
1674
|
end
|
1250
1675
|
|
1251
|
-
# Create a
|
1252
|
-
# Create a
|
1676
|
+
# Create a Composer upstream config for this repository.
|
1677
|
+
# Create a Composer upstream config for this repository.
|
1253
1678
|
# @param owner
|
1254
1679
|
# @param identifier
|
1255
1680
|
# @param [Hash] opts the optional parameters
|
1256
|
-
# @option opts [
|
1257
|
-
# @return [Array<(
|
1258
|
-
def
|
1681
|
+
# @option opts [ComposerUpstreamRequest] :data
|
1682
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
1683
|
+
def repos_upstream_composer_create_with_http_info(owner, identifier, opts = {})
|
1259
1684
|
if @api_client.config.debugging
|
1260
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1685
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_create ...'
|
1261
1686
|
end
|
1262
1687
|
# verify the required parameter 'owner' is set
|
1263
1688
|
if @api_client.config.client_side_validation && owner.nil?
|
1264
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1689
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_create"
|
1265
1690
|
end
|
1266
1691
|
# verify the required parameter 'identifier' is set
|
1267
1692
|
if @api_client.config.client_side_validation && identifier.nil?
|
1268
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1693
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_create"
|
1269
1694
|
end
|
1270
1695
|
# resource path
|
1271
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1696
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1272
1697
|
|
1273
1698
|
# query parameters
|
1274
1699
|
query_params = {}
|
@@ -1285,56 +1710,56 @@ module CloudsmithApi
|
|
1285
1710
|
|
1286
1711
|
# http body (model)
|
1287
1712
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1288
|
-
auth_names = ['apikey']
|
1713
|
+
auth_names = ['apikey', 'basic', 'token']
|
1289
1714
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1290
1715
|
:header_params => header_params,
|
1291
1716
|
:query_params => query_params,
|
1292
1717
|
:form_params => form_params,
|
1293
1718
|
:body => post_body,
|
1294
1719
|
:auth_names => auth_names,
|
1295
|
-
:return_type => '
|
1720
|
+
:return_type => 'ComposerUpstream')
|
1296
1721
|
if @api_client.config.debugging
|
1297
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1722
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1298
1723
|
end
|
1299
1724
|
return data, status_code, headers
|
1300
1725
|
end
|
1301
|
-
# Delete a
|
1302
|
-
# Delete a
|
1726
|
+
# Delete a Composer upstream config for this repository.
|
1727
|
+
# Delete a Composer upstream config for this repository.
|
1303
1728
|
# @param owner
|
1304
1729
|
# @param identifier
|
1305
1730
|
# @param slug_perm
|
1306
1731
|
# @param [Hash] opts the optional parameters
|
1307
1732
|
# @return [nil]
|
1308
|
-
def
|
1309
|
-
|
1733
|
+
def repos_upstream_composer_delete(owner, identifier, slug_perm, opts = {})
|
1734
|
+
repos_upstream_composer_delete_with_http_info(owner, identifier, slug_perm, opts)
|
1310
1735
|
nil
|
1311
1736
|
end
|
1312
1737
|
|
1313
|
-
# Delete a
|
1314
|
-
# Delete a
|
1738
|
+
# Delete a Composer upstream config for this repository.
|
1739
|
+
# Delete a Composer upstream config for this repository.
|
1315
1740
|
# @param owner
|
1316
1741
|
# @param identifier
|
1317
1742
|
# @param slug_perm
|
1318
1743
|
# @param [Hash] opts the optional parameters
|
1319
1744
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1320
|
-
def
|
1745
|
+
def repos_upstream_composer_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
1321
1746
|
if @api_client.config.debugging
|
1322
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1747
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_delete ...'
|
1323
1748
|
end
|
1324
1749
|
# verify the required parameter 'owner' is set
|
1325
1750
|
if @api_client.config.client_side_validation && owner.nil?
|
1326
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1751
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_delete"
|
1327
1752
|
end
|
1328
1753
|
# verify the required parameter 'identifier' is set
|
1329
1754
|
if @api_client.config.client_side_validation && identifier.nil?
|
1330
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1755
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_delete"
|
1331
1756
|
end
|
1332
1757
|
# verify the required parameter 'slug_perm' is set
|
1333
1758
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1334
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1759
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_delete"
|
1335
1760
|
end
|
1336
1761
|
# resource path
|
1337
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1762
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1338
1763
|
|
1339
1764
|
# query parameters
|
1340
1765
|
query_params = {}
|
@@ -1351,7 +1776,7 @@ module CloudsmithApi
|
|
1351
1776
|
|
1352
1777
|
# http body (model)
|
1353
1778
|
post_body = nil
|
1354
|
-
auth_names = ['apikey']
|
1779
|
+
auth_names = ['apikey', 'basic', 'token']
|
1355
1780
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
1356
1781
|
:header_params => header_params,
|
1357
1782
|
:query_params => query_params,
|
@@ -1359,45 +1784,45 @@ module CloudsmithApi
|
|
1359
1784
|
:body => post_body,
|
1360
1785
|
:auth_names => auth_names)
|
1361
1786
|
if @api_client.config.debugging
|
1362
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1787
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1363
1788
|
end
|
1364
1789
|
return data, status_code, headers
|
1365
1790
|
end
|
1366
|
-
# List
|
1367
|
-
# List
|
1791
|
+
# List Composer upstream configs for this repository.
|
1792
|
+
# List Composer upstream configs for this repository.
|
1368
1793
|
# @param owner
|
1369
1794
|
# @param identifier
|
1370
1795
|
# @param [Hash] opts the optional parameters
|
1371
1796
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1372
1797
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1373
|
-
# @return [Array<
|
1374
|
-
def
|
1375
|
-
data, _status_code, _headers =
|
1798
|
+
# @return [Array<ComposerUpstream>]
|
1799
|
+
def repos_upstream_composer_list(owner, identifier, opts = {})
|
1800
|
+
data, _status_code, _headers = repos_upstream_composer_list_with_http_info(owner, identifier, opts)
|
1376
1801
|
data
|
1377
1802
|
end
|
1378
1803
|
|
1379
|
-
# List
|
1380
|
-
# List
|
1804
|
+
# List Composer upstream configs for this repository.
|
1805
|
+
# List Composer upstream configs for this repository.
|
1381
1806
|
# @param owner
|
1382
1807
|
# @param identifier
|
1383
1808
|
# @param [Hash] opts the optional parameters
|
1384
1809
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1385
1810
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1386
|
-
# @return [Array<(Array<
|
1387
|
-
def
|
1811
|
+
# @return [Array<(Array<ComposerUpstream>, Fixnum, Hash)>] Array<ComposerUpstream> data, response status code and response headers
|
1812
|
+
def repos_upstream_composer_list_with_http_info(owner, identifier, opts = {})
|
1388
1813
|
if @api_client.config.debugging
|
1389
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1814
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_list ...'
|
1390
1815
|
end
|
1391
1816
|
# verify the required parameter 'owner' is set
|
1392
1817
|
if @api_client.config.client_side_validation && owner.nil?
|
1393
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1818
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_list"
|
1394
1819
|
end
|
1395
1820
|
# verify the required parameter 'identifier' is set
|
1396
1821
|
if @api_client.config.client_side_validation && identifier.nil?
|
1397
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1822
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_list"
|
1398
1823
|
end
|
1399
1824
|
# resource path
|
1400
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1825
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1401
1826
|
|
1402
1827
|
# query parameters
|
1403
1828
|
query_params = {}
|
@@ -1416,58 +1841,58 @@ module CloudsmithApi
|
|
1416
1841
|
|
1417
1842
|
# http body (model)
|
1418
1843
|
post_body = nil
|
1419
|
-
auth_names = ['apikey']
|
1844
|
+
auth_names = ['apikey', 'basic', 'token']
|
1420
1845
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1421
1846
|
:header_params => header_params,
|
1422
1847
|
:query_params => query_params,
|
1423
1848
|
:form_params => form_params,
|
1424
1849
|
:body => post_body,
|
1425
1850
|
:auth_names => auth_names,
|
1426
|
-
:return_type => 'Array<
|
1851
|
+
:return_type => 'Array<ComposerUpstream>')
|
1427
1852
|
if @api_client.config.debugging
|
1428
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1853
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1429
1854
|
end
|
1430
1855
|
return data, status_code, headers
|
1431
1856
|
end
|
1432
|
-
# Partially update a
|
1433
|
-
# Partially update a
|
1857
|
+
# Partially update a Composer upstream config for this repository.
|
1858
|
+
# Partially update a Composer upstream config for this repository.
|
1434
1859
|
# @param owner
|
1435
1860
|
# @param identifier
|
1436
1861
|
# @param slug_perm
|
1437
1862
|
# @param [Hash] opts the optional parameters
|
1438
|
-
# @option opts [
|
1439
|
-
# @return [
|
1440
|
-
def
|
1441
|
-
data, _status_code, _headers =
|
1863
|
+
# @option opts [ComposerUpstreamRequestPatch] :data
|
1864
|
+
# @return [ComposerUpstream]
|
1865
|
+
def repos_upstream_composer_partial_update(owner, identifier, slug_perm, opts = {})
|
1866
|
+
data, _status_code, _headers = repos_upstream_composer_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
1442
1867
|
data
|
1443
1868
|
end
|
1444
1869
|
|
1445
|
-
# Partially update a
|
1446
|
-
# Partially update a
|
1870
|
+
# Partially update a Composer upstream config for this repository.
|
1871
|
+
# Partially update a Composer upstream config for this repository.
|
1447
1872
|
# @param owner
|
1448
1873
|
# @param identifier
|
1449
1874
|
# @param slug_perm
|
1450
1875
|
# @param [Hash] opts the optional parameters
|
1451
|
-
# @option opts [
|
1452
|
-
# @return [Array<(
|
1453
|
-
def
|
1876
|
+
# @option opts [ComposerUpstreamRequestPatch] :data
|
1877
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
1878
|
+
def repos_upstream_composer_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
1454
1879
|
if @api_client.config.debugging
|
1455
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1880
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_partial_update ...'
|
1456
1881
|
end
|
1457
1882
|
# verify the required parameter 'owner' is set
|
1458
1883
|
if @api_client.config.client_side_validation && owner.nil?
|
1459
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1884
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_partial_update"
|
1460
1885
|
end
|
1461
1886
|
# verify the required parameter 'identifier' is set
|
1462
1887
|
if @api_client.config.client_side_validation && identifier.nil?
|
1463
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1888
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_partial_update"
|
1464
1889
|
end
|
1465
1890
|
# verify the required parameter 'slug_perm' is set
|
1466
1891
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1467
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1892
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_partial_update"
|
1468
1893
|
end
|
1469
1894
|
# resource path
|
1470
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1895
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1471
1896
|
|
1472
1897
|
# query parameters
|
1473
1898
|
query_params = {}
|
@@ -1484,56 +1909,56 @@ module CloudsmithApi
|
|
1484
1909
|
|
1485
1910
|
# http body (model)
|
1486
1911
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1487
|
-
auth_names = ['apikey']
|
1912
|
+
auth_names = ['apikey', 'basic', 'token']
|
1488
1913
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1489
1914
|
:header_params => header_params,
|
1490
1915
|
:query_params => query_params,
|
1491
1916
|
:form_params => form_params,
|
1492
1917
|
:body => post_body,
|
1493
1918
|
:auth_names => auth_names,
|
1494
|
-
:return_type => '
|
1919
|
+
:return_type => 'ComposerUpstream')
|
1495
1920
|
if @api_client.config.debugging
|
1496
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1921
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1497
1922
|
end
|
1498
1923
|
return data, status_code, headers
|
1499
1924
|
end
|
1500
|
-
# Retrieve a
|
1501
|
-
# Retrieve a
|
1925
|
+
# Retrieve a Composer upstream config for this repository.
|
1926
|
+
# Retrieve a Composer upstream config for this repository.
|
1502
1927
|
# @param owner
|
1503
1928
|
# @param identifier
|
1504
1929
|
# @param slug_perm
|
1505
1930
|
# @param [Hash] opts the optional parameters
|
1506
|
-
# @return [
|
1507
|
-
def
|
1508
|
-
data, _status_code, _headers =
|
1931
|
+
# @return [ComposerUpstream]
|
1932
|
+
def repos_upstream_composer_read(owner, identifier, slug_perm, opts = {})
|
1933
|
+
data, _status_code, _headers = repos_upstream_composer_read_with_http_info(owner, identifier, slug_perm, opts)
|
1509
1934
|
data
|
1510
1935
|
end
|
1511
1936
|
|
1512
|
-
# Retrieve a
|
1513
|
-
# Retrieve a
|
1937
|
+
# Retrieve a Composer upstream config for this repository.
|
1938
|
+
# Retrieve a Composer upstream config for this repository.
|
1514
1939
|
# @param owner
|
1515
1940
|
# @param identifier
|
1516
1941
|
# @param slug_perm
|
1517
1942
|
# @param [Hash] opts the optional parameters
|
1518
|
-
# @return [Array<(
|
1519
|
-
def
|
1943
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
1944
|
+
def repos_upstream_composer_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
1520
1945
|
if @api_client.config.debugging
|
1521
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
1946
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_read ...'
|
1522
1947
|
end
|
1523
1948
|
# verify the required parameter 'owner' is set
|
1524
1949
|
if @api_client.config.client_side_validation && owner.nil?
|
1525
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
1950
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_read"
|
1526
1951
|
end
|
1527
1952
|
# verify the required parameter 'identifier' is set
|
1528
1953
|
if @api_client.config.client_side_validation && identifier.nil?
|
1529
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
1954
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_read"
|
1530
1955
|
end
|
1531
1956
|
# verify the required parameter 'slug_perm' is set
|
1532
1957
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1533
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
1958
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_read"
|
1534
1959
|
end
|
1535
1960
|
# resource path
|
1536
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
1961
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1537
1962
|
|
1538
1963
|
# query parameters
|
1539
1964
|
query_params = {}
|
@@ -1550,58 +1975,58 @@ module CloudsmithApi
|
|
1550
1975
|
|
1551
1976
|
# http body (model)
|
1552
1977
|
post_body = nil
|
1553
|
-
auth_names = ['apikey']
|
1978
|
+
auth_names = ['apikey', 'basic', 'token']
|
1554
1979
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1555
1980
|
:header_params => header_params,
|
1556
1981
|
:query_params => query_params,
|
1557
1982
|
:form_params => form_params,
|
1558
1983
|
:body => post_body,
|
1559
1984
|
:auth_names => auth_names,
|
1560
|
-
:return_type => '
|
1985
|
+
:return_type => 'ComposerUpstream')
|
1561
1986
|
if @api_client.config.debugging
|
1562
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
1987
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1563
1988
|
end
|
1564
1989
|
return data, status_code, headers
|
1565
1990
|
end
|
1566
|
-
# Update a
|
1567
|
-
# Update a
|
1991
|
+
# Update a Composer upstream config for this repository.
|
1992
|
+
# Update a Composer upstream config for this repository.
|
1568
1993
|
# @param owner
|
1569
1994
|
# @param identifier
|
1570
1995
|
# @param slug_perm
|
1571
1996
|
# @param [Hash] opts the optional parameters
|
1572
|
-
# @option opts [
|
1573
|
-
# @return [
|
1574
|
-
def
|
1575
|
-
data, _status_code, _headers =
|
1997
|
+
# @option opts [ComposerUpstreamRequest] :data
|
1998
|
+
# @return [ComposerUpstream]
|
1999
|
+
def repos_upstream_composer_update(owner, identifier, slug_perm, opts = {})
|
2000
|
+
data, _status_code, _headers = repos_upstream_composer_update_with_http_info(owner, identifier, slug_perm, opts)
|
1576
2001
|
data
|
1577
2002
|
end
|
1578
2003
|
|
1579
|
-
# Update a
|
1580
|
-
# Update a
|
2004
|
+
# Update a Composer upstream config for this repository.
|
2005
|
+
# Update a Composer upstream config for this repository.
|
1581
2006
|
# @param owner
|
1582
2007
|
# @param identifier
|
1583
2008
|
# @param slug_perm
|
1584
2009
|
# @param [Hash] opts the optional parameters
|
1585
|
-
# @option opts [
|
1586
|
-
# @return [Array<(
|
1587
|
-
def
|
2010
|
+
# @option opts [ComposerUpstreamRequest] :data
|
2011
|
+
# @return [Array<(ComposerUpstream, Fixnum, Hash)>] ComposerUpstream data, response status code and response headers
|
2012
|
+
def repos_upstream_composer_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
1588
2013
|
if @api_client.config.debugging
|
1589
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2014
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_composer_update ...'
|
1590
2015
|
end
|
1591
2016
|
# verify the required parameter 'owner' is set
|
1592
2017
|
if @api_client.config.client_side_validation && owner.nil?
|
1593
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2018
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_composer_update"
|
1594
2019
|
end
|
1595
2020
|
# verify the required parameter 'identifier' is set
|
1596
2021
|
if @api_client.config.client_side_validation && identifier.nil?
|
1597
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2022
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_composer_update"
|
1598
2023
|
end
|
1599
2024
|
# verify the required parameter 'slug_perm' is set
|
1600
2025
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1601
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2026
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_composer_update"
|
1602
2027
|
end
|
1603
2028
|
# resource path
|
1604
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2029
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/composer/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1605
2030
|
|
1606
2031
|
# query parameters
|
1607
2032
|
query_params = {}
|
@@ -1618,52 +2043,52 @@ module CloudsmithApi
|
|
1618
2043
|
|
1619
2044
|
# http body (model)
|
1620
2045
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1621
|
-
auth_names = ['apikey']
|
2046
|
+
auth_names = ['apikey', 'basic', 'token']
|
1622
2047
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1623
2048
|
:header_params => header_params,
|
1624
2049
|
:query_params => query_params,
|
1625
2050
|
:form_params => form_params,
|
1626
2051
|
:body => post_body,
|
1627
2052
|
:auth_names => auth_names,
|
1628
|
-
:return_type => '
|
2053
|
+
:return_type => 'ComposerUpstream')
|
1629
2054
|
if @api_client.config.debugging
|
1630
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2055
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_composer_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1631
2056
|
end
|
1632
2057
|
return data, status_code, headers
|
1633
2058
|
end
|
1634
|
-
# Create a
|
1635
|
-
# Create a
|
2059
|
+
# Create a CRAN upstream config for this repository.
|
2060
|
+
# Create a CRAN upstream config for this repository.
|
1636
2061
|
# @param owner
|
1637
2062
|
# @param identifier
|
1638
2063
|
# @param [Hash] opts the optional parameters
|
1639
|
-
# @option opts [
|
1640
|
-
# @return [
|
1641
|
-
def
|
1642
|
-
data, _status_code, _headers =
|
2064
|
+
# @option opts [CranUpstreamRequest] :data
|
2065
|
+
# @return [CranUpstream]
|
2066
|
+
def repos_upstream_cran_create(owner, identifier, opts = {})
|
2067
|
+
data, _status_code, _headers = repos_upstream_cran_create_with_http_info(owner, identifier, opts)
|
1643
2068
|
data
|
1644
2069
|
end
|
1645
2070
|
|
1646
|
-
# Create a
|
1647
|
-
# Create a
|
2071
|
+
# Create a CRAN upstream config for this repository.
|
2072
|
+
# Create a CRAN upstream config for this repository.
|
1648
2073
|
# @param owner
|
1649
2074
|
# @param identifier
|
1650
2075
|
# @param [Hash] opts the optional parameters
|
1651
|
-
# @option opts [
|
1652
|
-
# @return [Array<(
|
1653
|
-
def
|
2076
|
+
# @option opts [CranUpstreamRequest] :data
|
2077
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2078
|
+
def repos_upstream_cran_create_with_http_info(owner, identifier, opts = {})
|
1654
2079
|
if @api_client.config.debugging
|
1655
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2080
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_create ...'
|
1656
2081
|
end
|
1657
2082
|
# verify the required parameter 'owner' is set
|
1658
2083
|
if @api_client.config.client_side_validation && owner.nil?
|
1659
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2084
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_create"
|
1660
2085
|
end
|
1661
2086
|
# verify the required parameter 'identifier' is set
|
1662
2087
|
if @api_client.config.client_side_validation && identifier.nil?
|
1663
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2088
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_create"
|
1664
2089
|
end
|
1665
2090
|
# resource path
|
1666
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2091
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1667
2092
|
|
1668
2093
|
# query parameters
|
1669
2094
|
query_params = {}
|
@@ -1680,56 +2105,56 @@ module CloudsmithApi
|
|
1680
2105
|
|
1681
2106
|
# http body (model)
|
1682
2107
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1683
|
-
auth_names = ['apikey']
|
2108
|
+
auth_names = ['apikey', 'basic', 'token']
|
1684
2109
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1685
2110
|
:header_params => header_params,
|
1686
2111
|
:query_params => query_params,
|
1687
2112
|
:form_params => form_params,
|
1688
2113
|
:body => post_body,
|
1689
2114
|
:auth_names => auth_names,
|
1690
|
-
:return_type => '
|
2115
|
+
:return_type => 'CranUpstream')
|
1691
2116
|
if @api_client.config.debugging
|
1692
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2117
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1693
2118
|
end
|
1694
2119
|
return data, status_code, headers
|
1695
2120
|
end
|
1696
|
-
# Delete a
|
1697
|
-
# Delete a
|
2121
|
+
# Delete a CRAN upstream config for this repository.
|
2122
|
+
# Delete a CRAN upstream config for this repository.
|
1698
2123
|
# @param owner
|
1699
2124
|
# @param identifier
|
1700
2125
|
# @param slug_perm
|
1701
2126
|
# @param [Hash] opts the optional parameters
|
1702
2127
|
# @return [nil]
|
1703
|
-
def
|
1704
|
-
|
2128
|
+
def repos_upstream_cran_delete(owner, identifier, slug_perm, opts = {})
|
2129
|
+
repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts)
|
1705
2130
|
nil
|
1706
2131
|
end
|
1707
2132
|
|
1708
|
-
# Delete a
|
1709
|
-
# Delete a
|
2133
|
+
# Delete a CRAN upstream config for this repository.
|
2134
|
+
# Delete a CRAN upstream config for this repository.
|
1710
2135
|
# @param owner
|
1711
2136
|
# @param identifier
|
1712
2137
|
# @param slug_perm
|
1713
2138
|
# @param [Hash] opts the optional parameters
|
1714
2139
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1715
|
-
def
|
2140
|
+
def repos_upstream_cran_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
1716
2141
|
if @api_client.config.debugging
|
1717
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2142
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_delete ...'
|
1718
2143
|
end
|
1719
2144
|
# verify the required parameter 'owner' is set
|
1720
2145
|
if @api_client.config.client_side_validation && owner.nil?
|
1721
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2146
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_delete"
|
1722
2147
|
end
|
1723
2148
|
# verify the required parameter 'identifier' is set
|
1724
2149
|
if @api_client.config.client_side_validation && identifier.nil?
|
1725
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2150
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_delete"
|
1726
2151
|
end
|
1727
2152
|
# verify the required parameter 'slug_perm' is set
|
1728
2153
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1729
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2154
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_delete"
|
1730
2155
|
end
|
1731
2156
|
# resource path
|
1732
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2157
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1733
2158
|
|
1734
2159
|
# query parameters
|
1735
2160
|
query_params = {}
|
@@ -1746,7 +2171,7 @@ module CloudsmithApi
|
|
1746
2171
|
|
1747
2172
|
# http body (model)
|
1748
2173
|
post_body = nil
|
1749
|
-
auth_names = ['apikey']
|
2174
|
+
auth_names = ['apikey', 'basic', 'token']
|
1750
2175
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
1751
2176
|
:header_params => header_params,
|
1752
2177
|
:query_params => query_params,
|
@@ -1754,45 +2179,45 @@ module CloudsmithApi
|
|
1754
2179
|
:body => post_body,
|
1755
2180
|
:auth_names => auth_names)
|
1756
2181
|
if @api_client.config.debugging
|
1757
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2182
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1758
2183
|
end
|
1759
2184
|
return data, status_code, headers
|
1760
2185
|
end
|
1761
|
-
# List
|
1762
|
-
# List
|
2186
|
+
# List CRAN upstream configs for this repository.
|
2187
|
+
# List CRAN upstream configs for this repository.
|
1763
2188
|
# @param owner
|
1764
2189
|
# @param identifier
|
1765
2190
|
# @param [Hash] opts the optional parameters
|
1766
2191
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1767
2192
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1768
|
-
# @return [Array<
|
1769
|
-
def
|
1770
|
-
data, _status_code, _headers =
|
2193
|
+
# @return [Array<CranUpstream>]
|
2194
|
+
def repos_upstream_cran_list(owner, identifier, opts = {})
|
2195
|
+
data, _status_code, _headers = repos_upstream_cran_list_with_http_info(owner, identifier, opts)
|
1771
2196
|
data
|
1772
2197
|
end
|
1773
2198
|
|
1774
|
-
# List
|
1775
|
-
# List
|
2199
|
+
# List CRAN upstream configs for this repository.
|
2200
|
+
# List CRAN upstream configs for this repository.
|
1776
2201
|
# @param owner
|
1777
2202
|
# @param identifier
|
1778
2203
|
# @param [Hash] opts the optional parameters
|
1779
2204
|
# @option opts [Integer] :page A page number within the paginated result set.
|
1780
2205
|
# @option opts [Integer] :page_size Number of results to return per page.
|
1781
|
-
# @return [Array<(Array<
|
1782
|
-
def
|
2206
|
+
# @return [Array<(Array<CranUpstream>, Fixnum, Hash)>] Array<CranUpstream> data, response status code and response headers
|
2207
|
+
def repos_upstream_cran_list_with_http_info(owner, identifier, opts = {})
|
1783
2208
|
if @api_client.config.debugging
|
1784
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2209
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_list ...'
|
1785
2210
|
end
|
1786
2211
|
# verify the required parameter 'owner' is set
|
1787
2212
|
if @api_client.config.client_side_validation && owner.nil?
|
1788
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2213
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_list"
|
1789
2214
|
end
|
1790
2215
|
# verify the required parameter 'identifier' is set
|
1791
2216
|
if @api_client.config.client_side_validation && identifier.nil?
|
1792
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2217
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_list"
|
1793
2218
|
end
|
1794
2219
|
# resource path
|
1795
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2220
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
1796
2221
|
|
1797
2222
|
# query parameters
|
1798
2223
|
query_params = {}
|
@@ -1811,58 +2236,58 @@ module CloudsmithApi
|
|
1811
2236
|
|
1812
2237
|
# http body (model)
|
1813
2238
|
post_body = nil
|
1814
|
-
auth_names = ['apikey']
|
2239
|
+
auth_names = ['apikey', 'basic', 'token']
|
1815
2240
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1816
2241
|
:header_params => header_params,
|
1817
2242
|
:query_params => query_params,
|
1818
2243
|
:form_params => form_params,
|
1819
2244
|
:body => post_body,
|
1820
2245
|
:auth_names => auth_names,
|
1821
|
-
:return_type => 'Array<
|
2246
|
+
:return_type => 'Array<CranUpstream>')
|
1822
2247
|
if @api_client.config.debugging
|
1823
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2248
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1824
2249
|
end
|
1825
2250
|
return data, status_code, headers
|
1826
2251
|
end
|
1827
|
-
# Partially update a
|
1828
|
-
# Partially update a
|
2252
|
+
# Partially update a CRAN upstream config for this repository.
|
2253
|
+
# Partially update a CRAN upstream config for this repository.
|
1829
2254
|
# @param owner
|
1830
2255
|
# @param identifier
|
1831
2256
|
# @param slug_perm
|
1832
2257
|
# @param [Hash] opts the optional parameters
|
1833
|
-
# @option opts [
|
1834
|
-
# @return [
|
1835
|
-
def
|
1836
|
-
data, _status_code, _headers =
|
2258
|
+
# @option opts [CranUpstreamRequestPatch] :data
|
2259
|
+
# @return [CranUpstream]
|
2260
|
+
def repos_upstream_cran_partial_update(owner, identifier, slug_perm, opts = {})
|
2261
|
+
data, _status_code, _headers = repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
1837
2262
|
data
|
1838
2263
|
end
|
1839
2264
|
|
1840
|
-
# Partially update a
|
1841
|
-
# Partially update a
|
2265
|
+
# Partially update a CRAN upstream config for this repository.
|
2266
|
+
# Partially update a CRAN upstream config for this repository.
|
1842
2267
|
# @param owner
|
1843
2268
|
# @param identifier
|
1844
2269
|
# @param slug_perm
|
1845
2270
|
# @param [Hash] opts the optional parameters
|
1846
|
-
# @option opts [
|
1847
|
-
# @return [Array<(
|
1848
|
-
def
|
2271
|
+
# @option opts [CranUpstreamRequestPatch] :data
|
2272
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2273
|
+
def repos_upstream_cran_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
1849
2274
|
if @api_client.config.debugging
|
1850
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2275
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_partial_update ...'
|
1851
2276
|
end
|
1852
2277
|
# verify the required parameter 'owner' is set
|
1853
2278
|
if @api_client.config.client_side_validation && owner.nil?
|
1854
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2279
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_partial_update"
|
1855
2280
|
end
|
1856
2281
|
# verify the required parameter 'identifier' is set
|
1857
2282
|
if @api_client.config.client_side_validation && identifier.nil?
|
1858
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2283
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_partial_update"
|
1859
2284
|
end
|
1860
2285
|
# verify the required parameter 'slug_perm' is set
|
1861
2286
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1862
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2287
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_partial_update"
|
1863
2288
|
end
|
1864
2289
|
# resource path
|
1865
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2290
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1866
2291
|
|
1867
2292
|
# query parameters
|
1868
2293
|
query_params = {}
|
@@ -1879,56 +2304,56 @@ module CloudsmithApi
|
|
1879
2304
|
|
1880
2305
|
# http body (model)
|
1881
2306
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1882
|
-
auth_names = ['apikey']
|
2307
|
+
auth_names = ['apikey', 'basic', 'token']
|
1883
2308
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1884
2309
|
:header_params => header_params,
|
1885
2310
|
:query_params => query_params,
|
1886
2311
|
:form_params => form_params,
|
1887
2312
|
:body => post_body,
|
1888
2313
|
:auth_names => auth_names,
|
1889
|
-
:return_type => '
|
2314
|
+
:return_type => 'CranUpstream')
|
1890
2315
|
if @api_client.config.debugging
|
1891
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2316
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1892
2317
|
end
|
1893
2318
|
return data, status_code, headers
|
1894
2319
|
end
|
1895
|
-
# Retrieve a
|
1896
|
-
# Retrieve a
|
2320
|
+
# Retrieve a CRAN upstream config for this repository.
|
2321
|
+
# Retrieve a CRAN upstream config for this repository.
|
1897
2322
|
# @param owner
|
1898
2323
|
# @param identifier
|
1899
2324
|
# @param slug_perm
|
1900
2325
|
# @param [Hash] opts the optional parameters
|
1901
|
-
# @return [
|
1902
|
-
def
|
1903
|
-
data, _status_code, _headers =
|
2326
|
+
# @return [CranUpstream]
|
2327
|
+
def repos_upstream_cran_read(owner, identifier, slug_perm, opts = {})
|
2328
|
+
data, _status_code, _headers = repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts)
|
1904
2329
|
data
|
1905
2330
|
end
|
1906
2331
|
|
1907
|
-
# Retrieve a
|
1908
|
-
# Retrieve a
|
2332
|
+
# Retrieve a CRAN upstream config for this repository.
|
2333
|
+
# Retrieve a CRAN upstream config for this repository.
|
1909
2334
|
# @param owner
|
1910
2335
|
# @param identifier
|
1911
2336
|
# @param slug_perm
|
1912
2337
|
# @param [Hash] opts the optional parameters
|
1913
|
-
# @return [Array<(
|
1914
|
-
def
|
2338
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2339
|
+
def repos_upstream_cran_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
1915
2340
|
if @api_client.config.debugging
|
1916
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2341
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_read ...'
|
1917
2342
|
end
|
1918
2343
|
# verify the required parameter 'owner' is set
|
1919
2344
|
if @api_client.config.client_side_validation && owner.nil?
|
1920
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2345
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_read"
|
1921
2346
|
end
|
1922
2347
|
# verify the required parameter 'identifier' is set
|
1923
2348
|
if @api_client.config.client_side_validation && identifier.nil?
|
1924
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2349
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_read"
|
1925
2350
|
end
|
1926
2351
|
# verify the required parameter 'slug_perm' is set
|
1927
2352
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1928
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2353
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_read"
|
1929
2354
|
end
|
1930
2355
|
# resource path
|
1931
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2356
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
1932
2357
|
|
1933
2358
|
# query parameters
|
1934
2359
|
query_params = {}
|
@@ -1945,58 +2370,58 @@ module CloudsmithApi
|
|
1945
2370
|
|
1946
2371
|
# http body (model)
|
1947
2372
|
post_body = nil
|
1948
|
-
auth_names = ['apikey']
|
2373
|
+
auth_names = ['apikey', 'basic', 'token']
|
1949
2374
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1950
2375
|
:header_params => header_params,
|
1951
2376
|
:query_params => query_params,
|
1952
2377
|
:form_params => form_params,
|
1953
2378
|
:body => post_body,
|
1954
2379
|
:auth_names => auth_names,
|
1955
|
-
:return_type => '
|
2380
|
+
:return_type => 'CranUpstream')
|
1956
2381
|
if @api_client.config.debugging
|
1957
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2382
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1958
2383
|
end
|
1959
2384
|
return data, status_code, headers
|
1960
2385
|
end
|
1961
|
-
# Update a
|
1962
|
-
# Update a
|
2386
|
+
# Update a CRAN upstream config for this repository.
|
2387
|
+
# Update a CRAN upstream config for this repository.
|
1963
2388
|
# @param owner
|
1964
2389
|
# @param identifier
|
1965
2390
|
# @param slug_perm
|
1966
2391
|
# @param [Hash] opts the optional parameters
|
1967
|
-
# @option opts [
|
1968
|
-
# @return [
|
1969
|
-
def
|
1970
|
-
data, _status_code, _headers =
|
2392
|
+
# @option opts [CranUpstreamRequest] :data
|
2393
|
+
# @return [CranUpstream]
|
2394
|
+
def repos_upstream_cran_update(owner, identifier, slug_perm, opts = {})
|
2395
|
+
data, _status_code, _headers = repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts)
|
1971
2396
|
data
|
1972
2397
|
end
|
1973
2398
|
|
1974
|
-
# Update a
|
1975
|
-
# Update a
|
2399
|
+
# Update a CRAN upstream config for this repository.
|
2400
|
+
# Update a CRAN upstream config for this repository.
|
1976
2401
|
# @param owner
|
1977
2402
|
# @param identifier
|
1978
2403
|
# @param slug_perm
|
1979
2404
|
# @param [Hash] opts the optional parameters
|
1980
|
-
# @option opts [
|
1981
|
-
# @return [Array<(
|
1982
|
-
def
|
2405
|
+
# @option opts [CranUpstreamRequest] :data
|
2406
|
+
# @return [Array<(CranUpstream, Fixnum, Hash)>] CranUpstream data, response status code and response headers
|
2407
|
+
def repos_upstream_cran_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
1983
2408
|
if @api_client.config.debugging
|
1984
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2409
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_cran_update ...'
|
1985
2410
|
end
|
1986
2411
|
# verify the required parameter 'owner' is set
|
1987
2412
|
if @api_client.config.client_side_validation && owner.nil?
|
1988
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2413
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_cran_update"
|
1989
2414
|
end
|
1990
2415
|
# verify the required parameter 'identifier' is set
|
1991
2416
|
if @api_client.config.client_side_validation && identifier.nil?
|
1992
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2417
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_cran_update"
|
1993
2418
|
end
|
1994
2419
|
# verify the required parameter 'slug_perm' is set
|
1995
2420
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
1996
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2421
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_cran_update"
|
1997
2422
|
end
|
1998
2423
|
# resource path
|
1999
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2424
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/cran/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2000
2425
|
|
2001
2426
|
# query parameters
|
2002
2427
|
query_params = {}
|
@@ -2013,52 +2438,52 @@ module CloudsmithApi
|
|
2013
2438
|
|
2014
2439
|
# http body (model)
|
2015
2440
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2016
|
-
auth_names = ['apikey']
|
2441
|
+
auth_names = ['apikey', 'basic', 'token']
|
2017
2442
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2018
2443
|
:header_params => header_params,
|
2019
2444
|
:query_params => query_params,
|
2020
2445
|
:form_params => form_params,
|
2021
2446
|
:body => post_body,
|
2022
2447
|
:auth_names => auth_names,
|
2023
|
-
:return_type => '
|
2448
|
+
:return_type => 'CranUpstream')
|
2024
2449
|
if @api_client.config.debugging
|
2025
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2450
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_cran_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2026
2451
|
end
|
2027
2452
|
return data, status_code, headers
|
2028
2453
|
end
|
2029
|
-
# Create a
|
2030
|
-
# Create a
|
2454
|
+
# Create a Dart upstream config for this repository.
|
2455
|
+
# Create a Dart upstream config for this repository.
|
2031
2456
|
# @param owner
|
2032
2457
|
# @param identifier
|
2033
2458
|
# @param [Hash] opts the optional parameters
|
2034
|
-
# @option opts [
|
2035
|
-
# @return [
|
2036
|
-
def
|
2037
|
-
data, _status_code, _headers =
|
2459
|
+
# @option opts [DartUpstreamRequest] :data
|
2460
|
+
# @return [DartUpstream]
|
2461
|
+
def repos_upstream_dart_create(owner, identifier, opts = {})
|
2462
|
+
data, _status_code, _headers = repos_upstream_dart_create_with_http_info(owner, identifier, opts)
|
2038
2463
|
data
|
2039
2464
|
end
|
2040
2465
|
|
2041
|
-
# Create a
|
2042
|
-
# Create a
|
2466
|
+
# Create a Dart upstream config for this repository.
|
2467
|
+
# Create a Dart upstream config for this repository.
|
2043
2468
|
# @param owner
|
2044
2469
|
# @param identifier
|
2045
2470
|
# @param [Hash] opts the optional parameters
|
2046
|
-
# @option opts [
|
2047
|
-
# @return [Array<(
|
2048
|
-
def
|
2471
|
+
# @option opts [DartUpstreamRequest] :data
|
2472
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
2473
|
+
def repos_upstream_dart_create_with_http_info(owner, identifier, opts = {})
|
2049
2474
|
if @api_client.config.debugging
|
2050
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2475
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_create ...'
|
2051
2476
|
end
|
2052
2477
|
# verify the required parameter 'owner' is set
|
2053
2478
|
if @api_client.config.client_side_validation && owner.nil?
|
2054
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2479
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_create"
|
2055
2480
|
end
|
2056
2481
|
# verify the required parameter 'identifier' is set
|
2057
2482
|
if @api_client.config.client_side_validation && identifier.nil?
|
2058
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2483
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_create"
|
2059
2484
|
end
|
2060
2485
|
# resource path
|
2061
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2486
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2062
2487
|
|
2063
2488
|
# query parameters
|
2064
2489
|
query_params = {}
|
@@ -2075,56 +2500,56 @@ module CloudsmithApi
|
|
2075
2500
|
|
2076
2501
|
# http body (model)
|
2077
2502
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2078
|
-
auth_names = ['apikey']
|
2503
|
+
auth_names = ['apikey', 'basic', 'token']
|
2079
2504
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2080
2505
|
:header_params => header_params,
|
2081
2506
|
:query_params => query_params,
|
2082
2507
|
:form_params => form_params,
|
2083
2508
|
:body => post_body,
|
2084
2509
|
:auth_names => auth_names,
|
2085
|
-
:return_type => '
|
2510
|
+
:return_type => 'DartUpstream')
|
2086
2511
|
if @api_client.config.debugging
|
2087
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2512
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2088
2513
|
end
|
2089
2514
|
return data, status_code, headers
|
2090
2515
|
end
|
2091
|
-
# Delete a
|
2092
|
-
# Delete a
|
2516
|
+
# Delete a Dart upstream config for this repository.
|
2517
|
+
# Delete a Dart upstream config for this repository.
|
2093
2518
|
# @param owner
|
2094
2519
|
# @param identifier
|
2095
2520
|
# @param slug_perm
|
2096
2521
|
# @param [Hash] opts the optional parameters
|
2097
2522
|
# @return [nil]
|
2098
|
-
def
|
2099
|
-
|
2523
|
+
def repos_upstream_dart_delete(owner, identifier, slug_perm, opts = {})
|
2524
|
+
repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2100
2525
|
nil
|
2101
2526
|
end
|
2102
2527
|
|
2103
|
-
# Delete a
|
2104
|
-
# Delete a
|
2528
|
+
# Delete a Dart upstream config for this repository.
|
2529
|
+
# Delete a Dart upstream config for this repository.
|
2105
2530
|
# @param owner
|
2106
2531
|
# @param identifier
|
2107
2532
|
# @param slug_perm
|
2108
2533
|
# @param [Hash] opts the optional parameters
|
2109
2534
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2110
|
-
def
|
2535
|
+
def repos_upstream_dart_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2111
2536
|
if @api_client.config.debugging
|
2112
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2537
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_delete ...'
|
2113
2538
|
end
|
2114
2539
|
# verify the required parameter 'owner' is set
|
2115
2540
|
if @api_client.config.client_side_validation && owner.nil?
|
2116
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2541
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_delete"
|
2117
2542
|
end
|
2118
2543
|
# verify the required parameter 'identifier' is set
|
2119
2544
|
if @api_client.config.client_side_validation && identifier.nil?
|
2120
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2545
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_delete"
|
2121
2546
|
end
|
2122
2547
|
# verify the required parameter 'slug_perm' is set
|
2123
2548
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2124
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2549
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_delete"
|
2125
2550
|
end
|
2126
2551
|
# resource path
|
2127
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2552
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2128
2553
|
|
2129
2554
|
# query parameters
|
2130
2555
|
query_params = {}
|
@@ -2141,7 +2566,7 @@ module CloudsmithApi
|
|
2141
2566
|
|
2142
2567
|
# http body (model)
|
2143
2568
|
post_body = nil
|
2144
|
-
auth_names = ['apikey']
|
2569
|
+
auth_names = ['apikey', 'basic', 'token']
|
2145
2570
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2146
2571
|
:header_params => header_params,
|
2147
2572
|
:query_params => query_params,
|
@@ -2149,45 +2574,45 @@ module CloudsmithApi
|
|
2149
2574
|
:body => post_body,
|
2150
2575
|
:auth_names => auth_names)
|
2151
2576
|
if @api_client.config.debugging
|
2152
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2577
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2153
2578
|
end
|
2154
2579
|
return data, status_code, headers
|
2155
2580
|
end
|
2156
|
-
# List
|
2157
|
-
# List
|
2581
|
+
# List Dart upstream configs for this repository.
|
2582
|
+
# List Dart upstream configs for this repository.
|
2158
2583
|
# @param owner
|
2159
2584
|
# @param identifier
|
2160
2585
|
# @param [Hash] opts the optional parameters
|
2161
2586
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2162
2587
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2163
|
-
# @return [Array<
|
2164
|
-
def
|
2165
|
-
data, _status_code, _headers =
|
2588
|
+
# @return [Array<DartUpstream>]
|
2589
|
+
def repos_upstream_dart_list(owner, identifier, opts = {})
|
2590
|
+
data, _status_code, _headers = repos_upstream_dart_list_with_http_info(owner, identifier, opts)
|
2166
2591
|
data
|
2167
2592
|
end
|
2168
2593
|
|
2169
|
-
# List
|
2170
|
-
# List
|
2594
|
+
# List Dart upstream configs for this repository.
|
2595
|
+
# List Dart upstream configs for this repository.
|
2171
2596
|
# @param owner
|
2172
2597
|
# @param identifier
|
2173
2598
|
# @param [Hash] opts the optional parameters
|
2174
2599
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2175
2600
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2176
|
-
# @return [Array<(Array<
|
2177
|
-
def
|
2601
|
+
# @return [Array<(Array<DartUpstream>, Fixnum, Hash)>] Array<DartUpstream> data, response status code and response headers
|
2602
|
+
def repos_upstream_dart_list_with_http_info(owner, identifier, opts = {})
|
2178
2603
|
if @api_client.config.debugging
|
2179
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2604
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_list ...'
|
2180
2605
|
end
|
2181
2606
|
# verify the required parameter 'owner' is set
|
2182
2607
|
if @api_client.config.client_side_validation && owner.nil?
|
2183
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2608
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_list"
|
2184
2609
|
end
|
2185
2610
|
# verify the required parameter 'identifier' is set
|
2186
2611
|
if @api_client.config.client_side_validation && identifier.nil?
|
2187
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2612
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_list"
|
2188
2613
|
end
|
2189
2614
|
# resource path
|
2190
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2615
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2191
2616
|
|
2192
2617
|
# query parameters
|
2193
2618
|
query_params = {}
|
@@ -2206,58 +2631,58 @@ module CloudsmithApi
|
|
2206
2631
|
|
2207
2632
|
# http body (model)
|
2208
2633
|
post_body = nil
|
2209
|
-
auth_names = ['apikey']
|
2634
|
+
auth_names = ['apikey', 'basic', 'token']
|
2210
2635
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2211
2636
|
:header_params => header_params,
|
2212
2637
|
:query_params => query_params,
|
2213
2638
|
:form_params => form_params,
|
2214
2639
|
:body => post_body,
|
2215
2640
|
:auth_names => auth_names,
|
2216
|
-
:return_type => 'Array<
|
2641
|
+
:return_type => 'Array<DartUpstream>')
|
2217
2642
|
if @api_client.config.debugging
|
2218
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2643
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2219
2644
|
end
|
2220
2645
|
return data, status_code, headers
|
2221
2646
|
end
|
2222
|
-
# Partially update a
|
2223
|
-
# Partially update a
|
2647
|
+
# Partially update a Dart upstream config for this repository.
|
2648
|
+
# Partially update a Dart upstream config for this repository.
|
2224
2649
|
# @param owner
|
2225
2650
|
# @param identifier
|
2226
2651
|
# @param slug_perm
|
2227
2652
|
# @param [Hash] opts the optional parameters
|
2228
|
-
# @option opts [
|
2229
|
-
# @return [
|
2230
|
-
def
|
2231
|
-
data, _status_code, _headers =
|
2653
|
+
# @option opts [DartUpstreamRequestPatch] :data
|
2654
|
+
# @return [DartUpstream]
|
2655
|
+
def repos_upstream_dart_partial_update(owner, identifier, slug_perm, opts = {})
|
2656
|
+
data, _status_code, _headers = repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
2232
2657
|
data
|
2233
2658
|
end
|
2234
2659
|
|
2235
|
-
# Partially update a
|
2236
|
-
# Partially update a
|
2660
|
+
# Partially update a Dart upstream config for this repository.
|
2661
|
+
# Partially update a Dart upstream config for this repository.
|
2237
2662
|
# @param owner
|
2238
2663
|
# @param identifier
|
2239
2664
|
# @param slug_perm
|
2240
2665
|
# @param [Hash] opts the optional parameters
|
2241
|
-
# @option opts [
|
2242
|
-
# @return [Array<(
|
2243
|
-
def
|
2666
|
+
# @option opts [DartUpstreamRequestPatch] :data
|
2667
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
2668
|
+
def repos_upstream_dart_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2244
2669
|
if @api_client.config.debugging
|
2245
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2670
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_partial_update ...'
|
2246
2671
|
end
|
2247
2672
|
# verify the required parameter 'owner' is set
|
2248
2673
|
if @api_client.config.client_side_validation && owner.nil?
|
2249
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2674
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_partial_update"
|
2250
2675
|
end
|
2251
2676
|
# verify the required parameter 'identifier' is set
|
2252
2677
|
if @api_client.config.client_side_validation && identifier.nil?
|
2253
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2678
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_partial_update"
|
2254
2679
|
end
|
2255
2680
|
# verify the required parameter 'slug_perm' is set
|
2256
2681
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2257
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2682
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_partial_update"
|
2258
2683
|
end
|
2259
2684
|
# resource path
|
2260
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2685
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2261
2686
|
|
2262
2687
|
# query parameters
|
2263
2688
|
query_params = {}
|
@@ -2274,56 +2699,56 @@ module CloudsmithApi
|
|
2274
2699
|
|
2275
2700
|
# http body (model)
|
2276
2701
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2277
|
-
auth_names = ['apikey']
|
2702
|
+
auth_names = ['apikey', 'basic', 'token']
|
2278
2703
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2279
2704
|
:header_params => header_params,
|
2280
2705
|
:query_params => query_params,
|
2281
2706
|
:form_params => form_params,
|
2282
2707
|
:body => post_body,
|
2283
2708
|
:auth_names => auth_names,
|
2284
|
-
:return_type => '
|
2709
|
+
:return_type => 'DartUpstream')
|
2285
2710
|
if @api_client.config.debugging
|
2286
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2711
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2287
2712
|
end
|
2288
2713
|
return data, status_code, headers
|
2289
2714
|
end
|
2290
|
-
# Retrieve a
|
2291
|
-
# Retrieve a
|
2715
|
+
# Retrieve a Dart upstream config for this repository.
|
2716
|
+
# Retrieve a Dart upstream config for this repository.
|
2292
2717
|
# @param owner
|
2293
2718
|
# @param identifier
|
2294
2719
|
# @param slug_perm
|
2295
2720
|
# @param [Hash] opts the optional parameters
|
2296
|
-
# @return [
|
2297
|
-
def
|
2298
|
-
data, _status_code, _headers =
|
2721
|
+
# @return [DartUpstream]
|
2722
|
+
def repos_upstream_dart_read(owner, identifier, slug_perm, opts = {})
|
2723
|
+
data, _status_code, _headers = repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts)
|
2299
2724
|
data
|
2300
2725
|
end
|
2301
2726
|
|
2302
|
-
# Retrieve a
|
2303
|
-
# Retrieve a
|
2727
|
+
# Retrieve a Dart upstream config for this repository.
|
2728
|
+
# Retrieve a Dart upstream config for this repository.
|
2304
2729
|
# @param owner
|
2305
2730
|
# @param identifier
|
2306
2731
|
# @param slug_perm
|
2307
2732
|
# @param [Hash] opts the optional parameters
|
2308
|
-
# @return [Array<(
|
2309
|
-
def
|
2733
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
2734
|
+
def repos_upstream_dart_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
2310
2735
|
if @api_client.config.debugging
|
2311
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2736
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_read ...'
|
2312
2737
|
end
|
2313
2738
|
# verify the required parameter 'owner' is set
|
2314
2739
|
if @api_client.config.client_side_validation && owner.nil?
|
2315
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
2740
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_read"
|
2316
2741
|
end
|
2317
2742
|
# verify the required parameter 'identifier' is set
|
2318
2743
|
if @api_client.config.client_side_validation && identifier.nil?
|
2319
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
2744
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_read"
|
2320
2745
|
end
|
2321
2746
|
# verify the required parameter 'slug_perm' is set
|
2322
2747
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2323
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
2748
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_read"
|
2324
2749
|
end
|
2325
2750
|
# resource path
|
2326
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
2751
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2327
2752
|
|
2328
2753
|
# query parameters
|
2329
2754
|
query_params = {}
|
@@ -2340,58 +2765,714 @@ module CloudsmithApi
|
|
2340
2765
|
|
2341
2766
|
# http body (model)
|
2342
2767
|
post_body = nil
|
2343
|
-
auth_names = ['apikey']
|
2768
|
+
auth_names = ['apikey', 'basic', 'token']
|
2344
2769
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2345
2770
|
:header_params => header_params,
|
2346
2771
|
:query_params => query_params,
|
2347
2772
|
:form_params => form_params,
|
2348
2773
|
:body => post_body,
|
2349
2774
|
:auth_names => auth_names,
|
2350
|
-
:return_type => '
|
2775
|
+
:return_type => 'DartUpstream')
|
2351
2776
|
if @api_client.config.debugging
|
2352
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
2777
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2353
2778
|
end
|
2354
2779
|
return data, status_code, headers
|
2355
2780
|
end
|
2356
|
-
# Update a
|
2357
|
-
# Update a
|
2781
|
+
# Update a Dart upstream config for this repository.
|
2782
|
+
# Update a Dart upstream config for this repository.
|
2358
2783
|
# @param owner
|
2359
2784
|
# @param identifier
|
2360
2785
|
# @param slug_perm
|
2361
2786
|
# @param [Hash] opts the optional parameters
|
2362
|
-
# @option opts [
|
2363
|
-
# @return [
|
2364
|
-
def
|
2365
|
-
data, _status_code, _headers =
|
2787
|
+
# @option opts [DartUpstreamRequest] :data
|
2788
|
+
# @return [DartUpstream]
|
2789
|
+
def repos_upstream_dart_update(owner, identifier, slug_perm, opts = {})
|
2790
|
+
data, _status_code, _headers = repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts)
|
2366
2791
|
data
|
2367
2792
|
end
|
2368
2793
|
|
2369
|
-
# Update a
|
2370
|
-
# Update a
|
2794
|
+
# Update a Dart upstream config for this repository.
|
2795
|
+
# Update a Dart upstream config for this repository.
|
2371
2796
|
# @param owner
|
2372
2797
|
# @param identifier
|
2373
2798
|
# @param slug_perm
|
2374
2799
|
# @param [Hash] opts the optional parameters
|
2375
|
-
# @option opts [
|
2376
|
-
# @return [Array<(
|
2377
|
-
def
|
2378
|
-
if @api_client.config.debugging
|
2379
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
2800
|
+
# @option opts [DartUpstreamRequest] :data
|
2801
|
+
# @return [Array<(DartUpstream, Fixnum, Hash)>] DartUpstream data, response status code and response headers
|
2802
|
+
def repos_upstream_dart_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2803
|
+
if @api_client.config.debugging
|
2804
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_dart_update ...'
|
2805
|
+
end
|
2806
|
+
# verify the required parameter 'owner' is set
|
2807
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2808
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_dart_update"
|
2809
|
+
end
|
2810
|
+
# verify the required parameter 'identifier' is set
|
2811
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2812
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_dart_update"
|
2813
|
+
end
|
2814
|
+
# verify the required parameter 'slug_perm' is set
|
2815
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2816
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_dart_update"
|
2817
|
+
end
|
2818
|
+
# resource path
|
2819
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/dart/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2820
|
+
|
2821
|
+
# query parameters
|
2822
|
+
query_params = {}
|
2823
|
+
|
2824
|
+
# header parameters
|
2825
|
+
header_params = {}
|
2826
|
+
# HTTP header 'Accept' (if needed)
|
2827
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2828
|
+
# HTTP header 'Content-Type'
|
2829
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2830
|
+
|
2831
|
+
# form parameters
|
2832
|
+
form_params = {}
|
2833
|
+
|
2834
|
+
# http body (model)
|
2835
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2836
|
+
auth_names = ['apikey', 'basic', 'token']
|
2837
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2838
|
+
:header_params => header_params,
|
2839
|
+
:query_params => query_params,
|
2840
|
+
:form_params => form_params,
|
2841
|
+
:body => post_body,
|
2842
|
+
:auth_names => auth_names,
|
2843
|
+
:return_type => 'DartUpstream')
|
2844
|
+
if @api_client.config.debugging
|
2845
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_dart_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2846
|
+
end
|
2847
|
+
return data, status_code, headers
|
2848
|
+
end
|
2849
|
+
# Create a Debian upstream config for this repository.
|
2850
|
+
# Create a Debian upstream config for this repository.
|
2851
|
+
# @param owner
|
2852
|
+
# @param identifier
|
2853
|
+
# @param [Hash] opts the optional parameters
|
2854
|
+
# @option opts [DebUpstreamRequest] :data
|
2855
|
+
# @return [DebUpstream]
|
2856
|
+
def repos_upstream_deb_create(owner, identifier, opts = {})
|
2857
|
+
data, _status_code, _headers = repos_upstream_deb_create_with_http_info(owner, identifier, opts)
|
2858
|
+
data
|
2859
|
+
end
|
2860
|
+
|
2861
|
+
# Create a Debian upstream config for this repository.
|
2862
|
+
# Create a Debian upstream config for this repository.
|
2863
|
+
# @param owner
|
2864
|
+
# @param identifier
|
2865
|
+
# @param [Hash] opts the optional parameters
|
2866
|
+
# @option opts [DebUpstreamRequest] :data
|
2867
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
2868
|
+
def repos_upstream_deb_create_with_http_info(owner, identifier, opts = {})
|
2869
|
+
if @api_client.config.debugging
|
2870
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_create ...'
|
2871
|
+
end
|
2872
|
+
# verify the required parameter 'owner' is set
|
2873
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2874
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_create"
|
2875
|
+
end
|
2876
|
+
# verify the required parameter 'identifier' is set
|
2877
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2878
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_create"
|
2879
|
+
end
|
2880
|
+
# resource path
|
2881
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2882
|
+
|
2883
|
+
# query parameters
|
2884
|
+
query_params = {}
|
2885
|
+
|
2886
|
+
# header parameters
|
2887
|
+
header_params = {}
|
2888
|
+
# HTTP header 'Accept' (if needed)
|
2889
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2890
|
+
# HTTP header 'Content-Type'
|
2891
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2892
|
+
|
2893
|
+
# form parameters
|
2894
|
+
form_params = {}
|
2895
|
+
|
2896
|
+
# http body (model)
|
2897
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2898
|
+
auth_names = ['apikey', 'basic', 'token']
|
2899
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2900
|
+
:header_params => header_params,
|
2901
|
+
:query_params => query_params,
|
2902
|
+
:form_params => form_params,
|
2903
|
+
:body => post_body,
|
2904
|
+
:auth_names => auth_names,
|
2905
|
+
:return_type => 'DebUpstream')
|
2906
|
+
if @api_client.config.debugging
|
2907
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2908
|
+
end
|
2909
|
+
return data, status_code, headers
|
2910
|
+
end
|
2911
|
+
# Delete a Debian upstream config for this repository.
|
2912
|
+
# Delete a Debian upstream config for this repository.
|
2913
|
+
# @param owner
|
2914
|
+
# @param identifier
|
2915
|
+
# @param slug_perm
|
2916
|
+
# @param [Hash] opts the optional parameters
|
2917
|
+
# @return [nil]
|
2918
|
+
def repos_upstream_deb_delete(owner, identifier, slug_perm, opts = {})
|
2919
|
+
repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2920
|
+
nil
|
2921
|
+
end
|
2922
|
+
|
2923
|
+
# Delete a Debian upstream config for this repository.
|
2924
|
+
# Delete a Debian upstream config for this repository.
|
2925
|
+
# @param owner
|
2926
|
+
# @param identifier
|
2927
|
+
# @param slug_perm
|
2928
|
+
# @param [Hash] opts the optional parameters
|
2929
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2930
|
+
def repos_upstream_deb_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2931
|
+
if @api_client.config.debugging
|
2932
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_delete ...'
|
2933
|
+
end
|
2934
|
+
# verify the required parameter 'owner' is set
|
2935
|
+
if @api_client.config.client_side_validation && owner.nil?
|
2936
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_delete"
|
2937
|
+
end
|
2938
|
+
# verify the required parameter 'identifier' is set
|
2939
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
2940
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_delete"
|
2941
|
+
end
|
2942
|
+
# verify the required parameter 'slug_perm' is set
|
2943
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
2944
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_delete"
|
2945
|
+
end
|
2946
|
+
# resource path
|
2947
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2948
|
+
|
2949
|
+
# query parameters
|
2950
|
+
query_params = {}
|
2951
|
+
|
2952
|
+
# header parameters
|
2953
|
+
header_params = {}
|
2954
|
+
# HTTP header 'Accept' (if needed)
|
2955
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
2956
|
+
# HTTP header 'Content-Type'
|
2957
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
2958
|
+
|
2959
|
+
# form parameters
|
2960
|
+
form_params = {}
|
2961
|
+
|
2962
|
+
# http body (model)
|
2963
|
+
post_body = nil
|
2964
|
+
auth_names = ['apikey', 'basic', 'token']
|
2965
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2966
|
+
:header_params => header_params,
|
2967
|
+
:query_params => query_params,
|
2968
|
+
:form_params => form_params,
|
2969
|
+
:body => post_body,
|
2970
|
+
:auth_names => auth_names)
|
2971
|
+
if @api_client.config.debugging
|
2972
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2973
|
+
end
|
2974
|
+
return data, status_code, headers
|
2975
|
+
end
|
2976
|
+
# List Debian upstream configs for this repository.
|
2977
|
+
# List Debian upstream configs for this repository.
|
2978
|
+
# @param owner
|
2979
|
+
# @param identifier
|
2980
|
+
# @param [Hash] opts the optional parameters
|
2981
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2982
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2983
|
+
# @return [Array<DebUpstream>]
|
2984
|
+
def repos_upstream_deb_list(owner, identifier, opts = {})
|
2985
|
+
data, _status_code, _headers = repos_upstream_deb_list_with_http_info(owner, identifier, opts)
|
2986
|
+
data
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
# List Debian upstream configs for this repository.
|
2990
|
+
# List Debian upstream configs for this repository.
|
2991
|
+
# @param owner
|
2992
|
+
# @param identifier
|
2993
|
+
# @param [Hash] opts the optional parameters
|
2994
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
2995
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
2996
|
+
# @return [Array<(Array<DebUpstream>, Fixnum, Hash)>] Array<DebUpstream> data, response status code and response headers
|
2997
|
+
def repos_upstream_deb_list_with_http_info(owner, identifier, opts = {})
|
2998
|
+
if @api_client.config.debugging
|
2999
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_list ...'
|
3000
|
+
end
|
3001
|
+
# verify the required parameter 'owner' is set
|
3002
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3003
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_list"
|
3004
|
+
end
|
3005
|
+
# verify the required parameter 'identifier' is set
|
3006
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3007
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_list"
|
3008
|
+
end
|
3009
|
+
# resource path
|
3010
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3011
|
+
|
3012
|
+
# query parameters
|
3013
|
+
query_params = {}
|
3014
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
3015
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
3016
|
+
|
3017
|
+
# header parameters
|
3018
|
+
header_params = {}
|
3019
|
+
# HTTP header 'Accept' (if needed)
|
3020
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3021
|
+
# HTTP header 'Content-Type'
|
3022
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3023
|
+
|
3024
|
+
# form parameters
|
3025
|
+
form_params = {}
|
3026
|
+
|
3027
|
+
# http body (model)
|
3028
|
+
post_body = nil
|
3029
|
+
auth_names = ['apikey', 'basic', 'token']
|
3030
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3031
|
+
:header_params => header_params,
|
3032
|
+
:query_params => query_params,
|
3033
|
+
:form_params => form_params,
|
3034
|
+
:body => post_body,
|
3035
|
+
:auth_names => auth_names,
|
3036
|
+
:return_type => 'Array<DebUpstream>')
|
3037
|
+
if @api_client.config.debugging
|
3038
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3039
|
+
end
|
3040
|
+
return data, status_code, headers
|
3041
|
+
end
|
3042
|
+
# Partially update a Debian upstream config for this repository.
|
3043
|
+
# Partially update a Debian upstream config for this repository.
|
3044
|
+
# @param owner
|
3045
|
+
# @param identifier
|
3046
|
+
# @param slug_perm
|
3047
|
+
# @param [Hash] opts the optional parameters
|
3048
|
+
# @option opts [DebUpstreamRequestPatch] :data
|
3049
|
+
# @return [DebUpstream]
|
3050
|
+
def repos_upstream_deb_partial_update(owner, identifier, slug_perm, opts = {})
|
3051
|
+
data, _status_code, _headers = repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3052
|
+
data
|
3053
|
+
end
|
3054
|
+
|
3055
|
+
# Partially update a Debian upstream config for this repository.
|
3056
|
+
# Partially update a Debian upstream config for this repository.
|
3057
|
+
# @param owner
|
3058
|
+
# @param identifier
|
3059
|
+
# @param slug_perm
|
3060
|
+
# @param [Hash] opts the optional parameters
|
3061
|
+
# @option opts [DebUpstreamRequestPatch] :data
|
3062
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3063
|
+
def repos_upstream_deb_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3064
|
+
if @api_client.config.debugging
|
3065
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_partial_update ...'
|
3066
|
+
end
|
3067
|
+
# verify the required parameter 'owner' is set
|
3068
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3069
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_partial_update"
|
3070
|
+
end
|
3071
|
+
# verify the required parameter 'identifier' is set
|
3072
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3073
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_partial_update"
|
3074
|
+
end
|
3075
|
+
# verify the required parameter 'slug_perm' is set
|
3076
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3077
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_partial_update"
|
3078
|
+
end
|
3079
|
+
# resource path
|
3080
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3081
|
+
|
3082
|
+
# query parameters
|
3083
|
+
query_params = {}
|
3084
|
+
|
3085
|
+
# header parameters
|
3086
|
+
header_params = {}
|
3087
|
+
# HTTP header 'Accept' (if needed)
|
3088
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3089
|
+
# HTTP header 'Content-Type'
|
3090
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3091
|
+
|
3092
|
+
# form parameters
|
3093
|
+
form_params = {}
|
3094
|
+
|
3095
|
+
# http body (model)
|
3096
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3097
|
+
auth_names = ['apikey', 'basic', 'token']
|
3098
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3099
|
+
:header_params => header_params,
|
3100
|
+
:query_params => query_params,
|
3101
|
+
:form_params => form_params,
|
3102
|
+
:body => post_body,
|
3103
|
+
:auth_names => auth_names,
|
3104
|
+
:return_type => 'DebUpstream')
|
3105
|
+
if @api_client.config.debugging
|
3106
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3107
|
+
end
|
3108
|
+
return data, status_code, headers
|
3109
|
+
end
|
3110
|
+
# Retrieve a Debian upstream config for this repository.
|
3111
|
+
# Retrieve a Debian upstream config for this repository.
|
3112
|
+
# @param owner
|
3113
|
+
# @param identifier
|
3114
|
+
# @param slug_perm
|
3115
|
+
# @param [Hash] opts the optional parameters
|
3116
|
+
# @return [DebUpstream]
|
3117
|
+
def repos_upstream_deb_read(owner, identifier, slug_perm, opts = {})
|
3118
|
+
data, _status_code, _headers = repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts)
|
3119
|
+
data
|
3120
|
+
end
|
3121
|
+
|
3122
|
+
# Retrieve a Debian upstream config for this repository.
|
3123
|
+
# Retrieve a Debian upstream config for this repository.
|
3124
|
+
# @param owner
|
3125
|
+
# @param identifier
|
3126
|
+
# @param slug_perm
|
3127
|
+
# @param [Hash] opts the optional parameters
|
3128
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3129
|
+
def repos_upstream_deb_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3130
|
+
if @api_client.config.debugging
|
3131
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_read ...'
|
3132
|
+
end
|
3133
|
+
# verify the required parameter 'owner' is set
|
3134
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3135
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_read"
|
3136
|
+
end
|
3137
|
+
# verify the required parameter 'identifier' is set
|
3138
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3139
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_read"
|
3140
|
+
end
|
3141
|
+
# verify the required parameter 'slug_perm' is set
|
3142
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3143
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_read"
|
3144
|
+
end
|
3145
|
+
# resource path
|
3146
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3147
|
+
|
3148
|
+
# query parameters
|
3149
|
+
query_params = {}
|
3150
|
+
|
3151
|
+
# header parameters
|
3152
|
+
header_params = {}
|
3153
|
+
# HTTP header 'Accept' (if needed)
|
3154
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3155
|
+
# HTTP header 'Content-Type'
|
3156
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3157
|
+
|
3158
|
+
# form parameters
|
3159
|
+
form_params = {}
|
3160
|
+
|
3161
|
+
# http body (model)
|
3162
|
+
post_body = nil
|
3163
|
+
auth_names = ['apikey', 'basic', 'token']
|
3164
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3165
|
+
:header_params => header_params,
|
3166
|
+
:query_params => query_params,
|
3167
|
+
:form_params => form_params,
|
3168
|
+
:body => post_body,
|
3169
|
+
:auth_names => auth_names,
|
3170
|
+
:return_type => 'DebUpstream')
|
3171
|
+
if @api_client.config.debugging
|
3172
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3173
|
+
end
|
3174
|
+
return data, status_code, headers
|
3175
|
+
end
|
3176
|
+
# Update a Debian upstream config for this repository.
|
3177
|
+
# Update a Debian upstream config for this repository.
|
3178
|
+
# @param owner
|
3179
|
+
# @param identifier
|
3180
|
+
# @param slug_perm
|
3181
|
+
# @param [Hash] opts the optional parameters
|
3182
|
+
# @option opts [DebUpstreamRequest] :data
|
3183
|
+
# @return [DebUpstream]
|
3184
|
+
def repos_upstream_deb_update(owner, identifier, slug_perm, opts = {})
|
3185
|
+
data, _status_code, _headers = repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts)
|
3186
|
+
data
|
3187
|
+
end
|
3188
|
+
|
3189
|
+
# Update a Debian upstream config for this repository.
|
3190
|
+
# Update a Debian upstream config for this repository.
|
3191
|
+
# @param owner
|
3192
|
+
# @param identifier
|
3193
|
+
# @param slug_perm
|
3194
|
+
# @param [Hash] opts the optional parameters
|
3195
|
+
# @option opts [DebUpstreamRequest] :data
|
3196
|
+
# @return [Array<(DebUpstream, Fixnum, Hash)>] DebUpstream data, response status code and response headers
|
3197
|
+
def repos_upstream_deb_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3198
|
+
if @api_client.config.debugging
|
3199
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_deb_update ...'
|
3200
|
+
end
|
3201
|
+
# verify the required parameter 'owner' is set
|
3202
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3203
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_deb_update"
|
3204
|
+
end
|
3205
|
+
# verify the required parameter 'identifier' is set
|
3206
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3207
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_deb_update"
|
3208
|
+
end
|
3209
|
+
# verify the required parameter 'slug_perm' is set
|
3210
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3211
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_deb_update"
|
3212
|
+
end
|
3213
|
+
# resource path
|
3214
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/deb/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3215
|
+
|
3216
|
+
# query parameters
|
3217
|
+
query_params = {}
|
3218
|
+
|
3219
|
+
# header parameters
|
3220
|
+
header_params = {}
|
3221
|
+
# HTTP header 'Accept' (if needed)
|
3222
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3223
|
+
# HTTP header 'Content-Type'
|
3224
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3225
|
+
|
3226
|
+
# form parameters
|
3227
|
+
form_params = {}
|
3228
|
+
|
3229
|
+
# http body (model)
|
3230
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3231
|
+
auth_names = ['apikey', 'basic', 'token']
|
3232
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
3233
|
+
:header_params => header_params,
|
3234
|
+
:query_params => query_params,
|
3235
|
+
:form_params => form_params,
|
3236
|
+
:body => post_body,
|
3237
|
+
:auth_names => auth_names,
|
3238
|
+
:return_type => 'DebUpstream')
|
3239
|
+
if @api_client.config.debugging
|
3240
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_deb_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3241
|
+
end
|
3242
|
+
return data, status_code, headers
|
3243
|
+
end
|
3244
|
+
# Create a Docker upstream config for this repository.
|
3245
|
+
# Create a Docker upstream config for this repository.
|
3246
|
+
# @param owner
|
3247
|
+
# @param identifier
|
3248
|
+
# @param [Hash] opts the optional parameters
|
3249
|
+
# @option opts [DockerUpstreamRequest] :data
|
3250
|
+
# @return [DockerUpstream]
|
3251
|
+
def repos_upstream_docker_create(owner, identifier, opts = {})
|
3252
|
+
data, _status_code, _headers = repos_upstream_docker_create_with_http_info(owner, identifier, opts)
|
3253
|
+
data
|
3254
|
+
end
|
3255
|
+
|
3256
|
+
# Create a Docker upstream config for this repository.
|
3257
|
+
# Create a Docker upstream config for this repository.
|
3258
|
+
# @param owner
|
3259
|
+
# @param identifier
|
3260
|
+
# @param [Hash] opts the optional parameters
|
3261
|
+
# @option opts [DockerUpstreamRequest] :data
|
3262
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3263
|
+
def repos_upstream_docker_create_with_http_info(owner, identifier, opts = {})
|
3264
|
+
if @api_client.config.debugging
|
3265
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_create ...'
|
3266
|
+
end
|
3267
|
+
# verify the required parameter 'owner' is set
|
3268
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3269
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_create"
|
3270
|
+
end
|
3271
|
+
# verify the required parameter 'identifier' is set
|
3272
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3273
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_create"
|
3274
|
+
end
|
3275
|
+
# resource path
|
3276
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3277
|
+
|
3278
|
+
# query parameters
|
3279
|
+
query_params = {}
|
3280
|
+
|
3281
|
+
# header parameters
|
3282
|
+
header_params = {}
|
3283
|
+
# HTTP header 'Accept' (if needed)
|
3284
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3285
|
+
# HTTP header 'Content-Type'
|
3286
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3287
|
+
|
3288
|
+
# form parameters
|
3289
|
+
form_params = {}
|
3290
|
+
|
3291
|
+
# http body (model)
|
3292
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3293
|
+
auth_names = ['apikey', 'basic', 'token']
|
3294
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3295
|
+
:header_params => header_params,
|
3296
|
+
:query_params => query_params,
|
3297
|
+
:form_params => form_params,
|
3298
|
+
:body => post_body,
|
3299
|
+
:auth_names => auth_names,
|
3300
|
+
:return_type => 'DockerUpstream')
|
3301
|
+
if @api_client.config.debugging
|
3302
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3303
|
+
end
|
3304
|
+
return data, status_code, headers
|
3305
|
+
end
|
3306
|
+
# Delete a Docker upstream config for this repository.
|
3307
|
+
# Delete a Docker upstream config for this repository.
|
3308
|
+
# @param owner
|
3309
|
+
# @param identifier
|
3310
|
+
# @param slug_perm
|
3311
|
+
# @param [Hash] opts the optional parameters
|
3312
|
+
# @return [nil]
|
3313
|
+
def repos_upstream_docker_delete(owner, identifier, slug_perm, opts = {})
|
3314
|
+
repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts)
|
3315
|
+
nil
|
3316
|
+
end
|
3317
|
+
|
3318
|
+
# Delete a Docker upstream config for this repository.
|
3319
|
+
# Delete a Docker upstream config for this repository.
|
3320
|
+
# @param owner
|
3321
|
+
# @param identifier
|
3322
|
+
# @param slug_perm
|
3323
|
+
# @param [Hash] opts the optional parameters
|
3324
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
3325
|
+
def repos_upstream_docker_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
3326
|
+
if @api_client.config.debugging
|
3327
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_delete ...'
|
3328
|
+
end
|
3329
|
+
# verify the required parameter 'owner' is set
|
3330
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3331
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_delete"
|
3332
|
+
end
|
3333
|
+
# verify the required parameter 'identifier' is set
|
3334
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3335
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_delete"
|
3336
|
+
end
|
3337
|
+
# verify the required parameter 'slug_perm' is set
|
3338
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3339
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_delete"
|
3340
|
+
end
|
3341
|
+
# resource path
|
3342
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3343
|
+
|
3344
|
+
# query parameters
|
3345
|
+
query_params = {}
|
3346
|
+
|
3347
|
+
# header parameters
|
3348
|
+
header_params = {}
|
3349
|
+
# HTTP header 'Accept' (if needed)
|
3350
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3351
|
+
# HTTP header 'Content-Type'
|
3352
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3353
|
+
|
3354
|
+
# form parameters
|
3355
|
+
form_params = {}
|
3356
|
+
|
3357
|
+
# http body (model)
|
3358
|
+
post_body = nil
|
3359
|
+
auth_names = ['apikey', 'basic', 'token']
|
3360
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3361
|
+
:header_params => header_params,
|
3362
|
+
:query_params => query_params,
|
3363
|
+
:form_params => form_params,
|
3364
|
+
:body => post_body,
|
3365
|
+
:auth_names => auth_names)
|
3366
|
+
if @api_client.config.debugging
|
3367
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3368
|
+
end
|
3369
|
+
return data, status_code, headers
|
3370
|
+
end
|
3371
|
+
# List Docker upstream configs for this repository.
|
3372
|
+
# List Docker upstream configs for this repository.
|
3373
|
+
# @param owner
|
3374
|
+
# @param identifier
|
3375
|
+
# @param [Hash] opts the optional parameters
|
3376
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
3377
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
3378
|
+
# @return [Array<DockerUpstream>]
|
3379
|
+
def repos_upstream_docker_list(owner, identifier, opts = {})
|
3380
|
+
data, _status_code, _headers = repos_upstream_docker_list_with_http_info(owner, identifier, opts)
|
3381
|
+
data
|
3382
|
+
end
|
3383
|
+
|
3384
|
+
# List Docker upstream configs for this repository.
|
3385
|
+
# List Docker upstream configs for this repository.
|
3386
|
+
# @param owner
|
3387
|
+
# @param identifier
|
3388
|
+
# @param [Hash] opts the optional parameters
|
3389
|
+
# @option opts [Integer] :page A page number within the paginated result set.
|
3390
|
+
# @option opts [Integer] :page_size Number of results to return per page.
|
3391
|
+
# @return [Array<(Array<DockerUpstream>, Fixnum, Hash)>] Array<DockerUpstream> data, response status code and response headers
|
3392
|
+
def repos_upstream_docker_list_with_http_info(owner, identifier, opts = {})
|
3393
|
+
if @api_client.config.debugging
|
3394
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_list ...'
|
2380
3395
|
end
|
2381
3396
|
# verify the required parameter 'owner' is set
|
2382
3397
|
if @api_client.config.client_side_validation && owner.nil?
|
2383
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3398
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_list"
|
2384
3399
|
end
|
2385
3400
|
# verify the required parameter 'identifier' is set
|
2386
3401
|
if @api_client.config.client_side_validation && identifier.nil?
|
2387
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3402
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_list"
|
3403
|
+
end
|
3404
|
+
# resource path
|
3405
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3406
|
+
|
3407
|
+
# query parameters
|
3408
|
+
query_params = {}
|
3409
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
3410
|
+
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
3411
|
+
|
3412
|
+
# header parameters
|
3413
|
+
header_params = {}
|
3414
|
+
# HTTP header 'Accept' (if needed)
|
3415
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3416
|
+
# HTTP header 'Content-Type'
|
3417
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3418
|
+
|
3419
|
+
# form parameters
|
3420
|
+
form_params = {}
|
3421
|
+
|
3422
|
+
# http body (model)
|
3423
|
+
post_body = nil
|
3424
|
+
auth_names = ['apikey', 'basic', 'token']
|
3425
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3426
|
+
:header_params => header_params,
|
3427
|
+
:query_params => query_params,
|
3428
|
+
:form_params => form_params,
|
3429
|
+
:body => post_body,
|
3430
|
+
:auth_names => auth_names,
|
3431
|
+
:return_type => 'Array<DockerUpstream>')
|
3432
|
+
if @api_client.config.debugging
|
3433
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3434
|
+
end
|
3435
|
+
return data, status_code, headers
|
3436
|
+
end
|
3437
|
+
# Partially update a Docker upstream config for this repository.
|
3438
|
+
# Partially update a Docker upstream config for this repository.
|
3439
|
+
# @param owner
|
3440
|
+
# @param identifier
|
3441
|
+
# @param slug_perm
|
3442
|
+
# @param [Hash] opts the optional parameters
|
3443
|
+
# @option opts [DockerUpstreamRequestPatch] :data
|
3444
|
+
# @return [DockerUpstream]
|
3445
|
+
def repos_upstream_docker_partial_update(owner, identifier, slug_perm, opts = {})
|
3446
|
+
data, _status_code, _headers = repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3447
|
+
data
|
3448
|
+
end
|
3449
|
+
|
3450
|
+
# Partially update a Docker upstream config for this repository.
|
3451
|
+
# Partially update a Docker upstream config for this repository.
|
3452
|
+
# @param owner
|
3453
|
+
# @param identifier
|
3454
|
+
# @param slug_perm
|
3455
|
+
# @param [Hash] opts the optional parameters
|
3456
|
+
# @option opts [DockerUpstreamRequestPatch] :data
|
3457
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3458
|
+
def repos_upstream_docker_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3459
|
+
if @api_client.config.debugging
|
3460
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_partial_update ...'
|
3461
|
+
end
|
3462
|
+
# verify the required parameter 'owner' is set
|
3463
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3464
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_partial_update"
|
3465
|
+
end
|
3466
|
+
# verify the required parameter 'identifier' is set
|
3467
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3468
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_partial_update"
|
2388
3469
|
end
|
2389
3470
|
# verify the required parameter 'slug_perm' is set
|
2390
3471
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2391
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3472
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_partial_update"
|
2392
3473
|
end
|
2393
3474
|
# resource path
|
2394
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3475
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2395
3476
|
|
2396
3477
|
# query parameters
|
2397
3478
|
query_params = {}
|
@@ -2408,52 +3489,124 @@ module CloudsmithApi
|
|
2408
3489
|
|
2409
3490
|
# http body (model)
|
2410
3491
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2411
|
-
auth_names = ['apikey']
|
2412
|
-
data, status_code, headers = @api_client.call_api(:
|
3492
|
+
auth_names = ['apikey', 'basic', 'token']
|
3493
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2413
3494
|
:header_params => header_params,
|
2414
3495
|
:query_params => query_params,
|
2415
3496
|
:form_params => form_params,
|
2416
3497
|
:body => post_body,
|
2417
3498
|
:auth_names => auth_names,
|
2418
|
-
:return_type => '
|
3499
|
+
:return_type => 'DockerUpstream')
|
2419
3500
|
if @api_client.config.debugging
|
2420
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3501
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2421
3502
|
end
|
2422
3503
|
return data, status_code, headers
|
2423
3504
|
end
|
2424
|
-
#
|
2425
|
-
#
|
3505
|
+
# Retrieve a Docker upstream config for this repository.
|
3506
|
+
# Retrieve a Docker upstream config for this repository.
|
3507
|
+
# @param owner
|
3508
|
+
# @param identifier
|
3509
|
+
# @param slug_perm
|
3510
|
+
# @param [Hash] opts the optional parameters
|
3511
|
+
# @return [DockerUpstream]
|
3512
|
+
def repos_upstream_docker_read(owner, identifier, slug_perm, opts = {})
|
3513
|
+
data, _status_code, _headers = repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts)
|
3514
|
+
data
|
3515
|
+
end
|
3516
|
+
|
3517
|
+
# Retrieve a Docker upstream config for this repository.
|
3518
|
+
# Retrieve a Docker upstream config for this repository.
|
3519
|
+
# @param owner
|
3520
|
+
# @param identifier
|
3521
|
+
# @param slug_perm
|
3522
|
+
# @param [Hash] opts the optional parameters
|
3523
|
+
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
3524
|
+
def repos_upstream_docker_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3525
|
+
if @api_client.config.debugging
|
3526
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_read ...'
|
3527
|
+
end
|
3528
|
+
# verify the required parameter 'owner' is set
|
3529
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3530
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_read"
|
3531
|
+
end
|
3532
|
+
# verify the required parameter 'identifier' is set
|
3533
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3534
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_read"
|
3535
|
+
end
|
3536
|
+
# verify the required parameter 'slug_perm' is set
|
3537
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3538
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_read"
|
3539
|
+
end
|
3540
|
+
# resource path
|
3541
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3542
|
+
|
3543
|
+
# query parameters
|
3544
|
+
query_params = {}
|
3545
|
+
|
3546
|
+
# header parameters
|
3547
|
+
header_params = {}
|
3548
|
+
# HTTP header 'Accept' (if needed)
|
3549
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3550
|
+
# HTTP header 'Content-Type'
|
3551
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3552
|
+
|
3553
|
+
# form parameters
|
3554
|
+
form_params = {}
|
3555
|
+
|
3556
|
+
# http body (model)
|
3557
|
+
post_body = nil
|
3558
|
+
auth_names = ['apikey', 'basic', 'token']
|
3559
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3560
|
+
:header_params => header_params,
|
3561
|
+
:query_params => query_params,
|
3562
|
+
:form_params => form_params,
|
3563
|
+
:body => post_body,
|
3564
|
+
:auth_names => auth_names,
|
3565
|
+
:return_type => 'DockerUpstream')
|
3566
|
+
if @api_client.config.debugging
|
3567
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3568
|
+
end
|
3569
|
+
return data, status_code, headers
|
3570
|
+
end
|
3571
|
+
# Update a Docker upstream config for this repository.
|
3572
|
+
# Update a Docker upstream config for this repository.
|
2426
3573
|
# @param owner
|
2427
3574
|
# @param identifier
|
3575
|
+
# @param slug_perm
|
2428
3576
|
# @param [Hash] opts the optional parameters
|
2429
3577
|
# @option opts [DockerUpstreamRequest] :data
|
2430
3578
|
# @return [DockerUpstream]
|
2431
|
-
def
|
2432
|
-
data, _status_code, _headers =
|
3579
|
+
def repos_upstream_docker_update(owner, identifier, slug_perm, opts = {})
|
3580
|
+
data, _status_code, _headers = repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts)
|
2433
3581
|
data
|
2434
3582
|
end
|
2435
3583
|
|
2436
|
-
#
|
2437
|
-
#
|
3584
|
+
# Update a Docker upstream config for this repository.
|
3585
|
+
# Update a Docker upstream config for this repository.
|
2438
3586
|
# @param owner
|
2439
3587
|
# @param identifier
|
3588
|
+
# @param slug_perm
|
2440
3589
|
# @param [Hash] opts the optional parameters
|
2441
3590
|
# @option opts [DockerUpstreamRequest] :data
|
2442
3591
|
# @return [Array<(DockerUpstream, Fixnum, Hash)>] DockerUpstream data, response status code and response headers
|
2443
|
-
def
|
3592
|
+
def repos_upstream_docker_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2444
3593
|
if @api_client.config.debugging
|
2445
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3594
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_docker_update ...'
|
2446
3595
|
end
|
2447
3596
|
# verify the required parameter 'owner' is set
|
2448
3597
|
if @api_client.config.client_side_validation && owner.nil?
|
2449
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3598
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_docker_update"
|
2450
3599
|
end
|
2451
3600
|
# verify the required parameter 'identifier' is set
|
2452
3601
|
if @api_client.config.client_side_validation && identifier.nil?
|
2453
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3602
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_docker_update"
|
3603
|
+
end
|
3604
|
+
# verify the required parameter 'slug_perm' is set
|
3605
|
+
if @api_client.config.client_side_validation && slug_perm.nil?
|
3606
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_docker_update"
|
2454
3607
|
end
|
2455
3608
|
# resource path
|
2456
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3609
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/docker/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2457
3610
|
|
2458
3611
|
# query parameters
|
2459
3612
|
query_params = {}
|
@@ -2470,8 +3623,8 @@ module CloudsmithApi
|
|
2470
3623
|
|
2471
3624
|
# http body (model)
|
2472
3625
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2473
|
-
auth_names = ['apikey']
|
2474
|
-
data, status_code, headers = @api_client.call_api(:
|
3626
|
+
auth_names = ['apikey', 'basic', 'token']
|
3627
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2475
3628
|
:header_params => header_params,
|
2476
3629
|
:query_params => query_params,
|
2477
3630
|
:form_params => form_params,
|
@@ -2479,47 +3632,109 @@ module CloudsmithApi
|
|
2479
3632
|
:auth_names => auth_names,
|
2480
3633
|
:return_type => 'DockerUpstream')
|
2481
3634
|
if @api_client.config.debugging
|
2482
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3635
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_docker_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2483
3636
|
end
|
2484
3637
|
return data, status_code, headers
|
2485
3638
|
end
|
2486
|
-
#
|
2487
|
-
#
|
3639
|
+
# Create a Helm upstream config for this repository.
|
3640
|
+
# Create a Helm upstream config for this repository.
|
3641
|
+
# @param owner
|
3642
|
+
# @param identifier
|
3643
|
+
# @param [Hash] opts the optional parameters
|
3644
|
+
# @option opts [HelmUpstreamRequest] :data
|
3645
|
+
# @return [HelmUpstream]
|
3646
|
+
def repos_upstream_helm_create(owner, identifier, opts = {})
|
3647
|
+
data, _status_code, _headers = repos_upstream_helm_create_with_http_info(owner, identifier, opts)
|
3648
|
+
data
|
3649
|
+
end
|
3650
|
+
|
3651
|
+
# Create a Helm upstream config for this repository.
|
3652
|
+
# Create a Helm upstream config for this repository.
|
3653
|
+
# @param owner
|
3654
|
+
# @param identifier
|
3655
|
+
# @param [Hash] opts the optional parameters
|
3656
|
+
# @option opts [HelmUpstreamRequest] :data
|
3657
|
+
# @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
|
3658
|
+
def repos_upstream_helm_create_with_http_info(owner, identifier, opts = {})
|
3659
|
+
if @api_client.config.debugging
|
3660
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_create ...'
|
3661
|
+
end
|
3662
|
+
# verify the required parameter 'owner' is set
|
3663
|
+
if @api_client.config.client_side_validation && owner.nil?
|
3664
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_create"
|
3665
|
+
end
|
3666
|
+
# verify the required parameter 'identifier' is set
|
3667
|
+
if @api_client.config.client_side_validation && identifier.nil?
|
3668
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_create"
|
3669
|
+
end
|
3670
|
+
# resource path
|
3671
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
3672
|
+
|
3673
|
+
# query parameters
|
3674
|
+
query_params = {}
|
3675
|
+
|
3676
|
+
# header parameters
|
3677
|
+
header_params = {}
|
3678
|
+
# HTTP header 'Accept' (if needed)
|
3679
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
3680
|
+
# HTTP header 'Content-Type'
|
3681
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
3682
|
+
|
3683
|
+
# form parameters
|
3684
|
+
form_params = {}
|
3685
|
+
|
3686
|
+
# http body (model)
|
3687
|
+
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3688
|
+
auth_names = ['apikey', 'basic', 'token']
|
3689
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3690
|
+
:header_params => header_params,
|
3691
|
+
:query_params => query_params,
|
3692
|
+
:form_params => form_params,
|
3693
|
+
:body => post_body,
|
3694
|
+
:auth_names => auth_names,
|
3695
|
+
:return_type => 'HelmUpstream')
|
3696
|
+
if @api_client.config.debugging
|
3697
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3698
|
+
end
|
3699
|
+
return data, status_code, headers
|
3700
|
+
end
|
3701
|
+
# Delete a Helm upstream config for this repository.
|
3702
|
+
# Delete a Helm upstream config for this repository.
|
2488
3703
|
# @param owner
|
2489
3704
|
# @param identifier
|
2490
3705
|
# @param slug_perm
|
2491
3706
|
# @param [Hash] opts the optional parameters
|
2492
3707
|
# @return [nil]
|
2493
|
-
def
|
2494
|
-
|
3708
|
+
def repos_upstream_helm_delete(owner, identifier, slug_perm, opts = {})
|
3709
|
+
repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2495
3710
|
nil
|
2496
3711
|
end
|
2497
3712
|
|
2498
|
-
# Delete a
|
2499
|
-
# Delete a
|
3713
|
+
# Delete a Helm upstream config for this repository.
|
3714
|
+
# Delete a Helm upstream config for this repository.
|
2500
3715
|
# @param owner
|
2501
3716
|
# @param identifier
|
2502
3717
|
# @param slug_perm
|
2503
3718
|
# @param [Hash] opts the optional parameters
|
2504
3719
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2505
|
-
def
|
3720
|
+
def repos_upstream_helm_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2506
3721
|
if @api_client.config.debugging
|
2507
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3722
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_delete ...'
|
2508
3723
|
end
|
2509
3724
|
# verify the required parameter 'owner' is set
|
2510
3725
|
if @api_client.config.client_side_validation && owner.nil?
|
2511
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3726
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_delete"
|
2512
3727
|
end
|
2513
3728
|
# verify the required parameter 'identifier' is set
|
2514
3729
|
if @api_client.config.client_side_validation && identifier.nil?
|
2515
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3730
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_delete"
|
2516
3731
|
end
|
2517
3732
|
# verify the required parameter 'slug_perm' is set
|
2518
3733
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2519
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3734
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_delete"
|
2520
3735
|
end
|
2521
3736
|
# resource path
|
2522
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3737
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2523
3738
|
|
2524
3739
|
# query parameters
|
2525
3740
|
query_params = {}
|
@@ -2536,7 +3751,7 @@ module CloudsmithApi
|
|
2536
3751
|
|
2537
3752
|
# http body (model)
|
2538
3753
|
post_body = nil
|
2539
|
-
auth_names = ['apikey']
|
3754
|
+
auth_names = ['apikey', 'basic', 'token']
|
2540
3755
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2541
3756
|
:header_params => header_params,
|
2542
3757
|
:query_params => query_params,
|
@@ -2544,45 +3759,45 @@ module CloudsmithApi
|
|
2544
3759
|
:body => post_body,
|
2545
3760
|
:auth_names => auth_names)
|
2546
3761
|
if @api_client.config.debugging
|
2547
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3762
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2548
3763
|
end
|
2549
3764
|
return data, status_code, headers
|
2550
3765
|
end
|
2551
|
-
# List
|
2552
|
-
# List
|
3766
|
+
# List Helm upstream configs for this repository.
|
3767
|
+
# List Helm upstream configs for this repository.
|
2553
3768
|
# @param owner
|
2554
3769
|
# @param identifier
|
2555
3770
|
# @param [Hash] opts the optional parameters
|
2556
3771
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2557
3772
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2558
|
-
# @return [Array<
|
2559
|
-
def
|
2560
|
-
data, _status_code, _headers =
|
3773
|
+
# @return [Array<HelmUpstream>]
|
3774
|
+
def repos_upstream_helm_list(owner, identifier, opts = {})
|
3775
|
+
data, _status_code, _headers = repos_upstream_helm_list_with_http_info(owner, identifier, opts)
|
2561
3776
|
data
|
2562
3777
|
end
|
2563
3778
|
|
2564
|
-
# List
|
2565
|
-
# List
|
3779
|
+
# List Helm upstream configs for this repository.
|
3780
|
+
# List Helm upstream configs for this repository.
|
2566
3781
|
# @param owner
|
2567
3782
|
# @param identifier
|
2568
3783
|
# @param [Hash] opts the optional parameters
|
2569
3784
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2570
3785
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2571
|
-
# @return [Array<(Array<
|
2572
|
-
def
|
3786
|
+
# @return [Array<(Array<HelmUpstream>, Fixnum, Hash)>] Array<HelmUpstream> data, response status code and response headers
|
3787
|
+
def repos_upstream_helm_list_with_http_info(owner, identifier, opts = {})
|
2573
3788
|
if @api_client.config.debugging
|
2574
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3789
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_list ...'
|
2575
3790
|
end
|
2576
3791
|
# verify the required parameter 'owner' is set
|
2577
3792
|
if @api_client.config.client_side_validation && owner.nil?
|
2578
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3793
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_list"
|
2579
3794
|
end
|
2580
3795
|
# verify the required parameter 'identifier' is set
|
2581
3796
|
if @api_client.config.client_side_validation && identifier.nil?
|
2582
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3797
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_list"
|
2583
3798
|
end
|
2584
3799
|
# resource path
|
2585
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3800
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2586
3801
|
|
2587
3802
|
# query parameters
|
2588
3803
|
query_params = {}
|
@@ -2601,58 +3816,58 @@ module CloudsmithApi
|
|
2601
3816
|
|
2602
3817
|
# http body (model)
|
2603
3818
|
post_body = nil
|
2604
|
-
auth_names = ['apikey']
|
3819
|
+
auth_names = ['apikey', 'basic', 'token']
|
2605
3820
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2606
3821
|
:header_params => header_params,
|
2607
3822
|
:query_params => query_params,
|
2608
3823
|
:form_params => form_params,
|
2609
3824
|
:body => post_body,
|
2610
3825
|
:auth_names => auth_names,
|
2611
|
-
:return_type => 'Array<
|
3826
|
+
:return_type => 'Array<HelmUpstream>')
|
2612
3827
|
if @api_client.config.debugging
|
2613
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3828
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2614
3829
|
end
|
2615
3830
|
return data, status_code, headers
|
2616
3831
|
end
|
2617
|
-
# Partially update a
|
2618
|
-
# Partially update a
|
3832
|
+
# Partially update a Helm upstream config for this repository.
|
3833
|
+
# Partially update a Helm upstream config for this repository.
|
2619
3834
|
# @param owner
|
2620
3835
|
# @param identifier
|
2621
3836
|
# @param slug_perm
|
2622
3837
|
# @param [Hash] opts the optional parameters
|
2623
|
-
# @option opts [
|
2624
|
-
# @return [
|
2625
|
-
def
|
2626
|
-
data, _status_code, _headers =
|
3838
|
+
# @option opts [HelmUpstreamRequestPatch] :data
|
3839
|
+
# @return [HelmUpstream]
|
3840
|
+
def repos_upstream_helm_partial_update(owner, identifier, slug_perm, opts = {})
|
3841
|
+
data, _status_code, _headers = repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
2627
3842
|
data
|
2628
3843
|
end
|
2629
3844
|
|
2630
|
-
# Partially update a
|
2631
|
-
# Partially update a
|
3845
|
+
# Partially update a Helm upstream config for this repository.
|
3846
|
+
# Partially update a Helm upstream config for this repository.
|
2632
3847
|
# @param owner
|
2633
3848
|
# @param identifier
|
2634
3849
|
# @param slug_perm
|
2635
3850
|
# @param [Hash] opts the optional parameters
|
2636
|
-
# @option opts [
|
2637
|
-
# @return [Array<(
|
2638
|
-
def
|
3851
|
+
# @option opts [HelmUpstreamRequestPatch] :data
|
3852
|
+
# @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
|
3853
|
+
def repos_upstream_helm_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2639
3854
|
if @api_client.config.debugging
|
2640
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3855
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_partial_update ...'
|
2641
3856
|
end
|
2642
3857
|
# verify the required parameter 'owner' is set
|
2643
3858
|
if @api_client.config.client_side_validation && owner.nil?
|
2644
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3859
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_partial_update"
|
2645
3860
|
end
|
2646
3861
|
# verify the required parameter 'identifier' is set
|
2647
3862
|
if @api_client.config.client_side_validation && identifier.nil?
|
2648
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3863
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_partial_update"
|
2649
3864
|
end
|
2650
3865
|
# verify the required parameter 'slug_perm' is set
|
2651
3866
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2652
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3867
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_partial_update"
|
2653
3868
|
end
|
2654
3869
|
# resource path
|
2655
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3870
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2656
3871
|
|
2657
3872
|
# query parameters
|
2658
3873
|
query_params = {}
|
@@ -2669,56 +3884,56 @@ module CloudsmithApi
|
|
2669
3884
|
|
2670
3885
|
# http body (model)
|
2671
3886
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2672
|
-
auth_names = ['apikey']
|
3887
|
+
auth_names = ['apikey', 'basic', 'token']
|
2673
3888
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2674
3889
|
:header_params => header_params,
|
2675
3890
|
:query_params => query_params,
|
2676
3891
|
:form_params => form_params,
|
2677
3892
|
:body => post_body,
|
2678
3893
|
:auth_names => auth_names,
|
2679
|
-
:return_type => '
|
3894
|
+
:return_type => 'HelmUpstream')
|
2680
3895
|
if @api_client.config.debugging
|
2681
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3896
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2682
3897
|
end
|
2683
3898
|
return data, status_code, headers
|
2684
3899
|
end
|
2685
|
-
# Retrieve a
|
2686
|
-
# Retrieve a
|
3900
|
+
# Retrieve a Helm upstream config for this repository.
|
3901
|
+
# Retrieve a Helm upstream config for this repository.
|
2687
3902
|
# @param owner
|
2688
3903
|
# @param identifier
|
2689
3904
|
# @param slug_perm
|
2690
3905
|
# @param [Hash] opts the optional parameters
|
2691
|
-
# @return [
|
2692
|
-
def
|
2693
|
-
data, _status_code, _headers =
|
3906
|
+
# @return [HelmUpstream]
|
3907
|
+
def repos_upstream_helm_read(owner, identifier, slug_perm, opts = {})
|
3908
|
+
data, _status_code, _headers = repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts)
|
2694
3909
|
data
|
2695
3910
|
end
|
2696
3911
|
|
2697
|
-
# Retrieve a
|
2698
|
-
# Retrieve a
|
3912
|
+
# Retrieve a Helm upstream config for this repository.
|
3913
|
+
# Retrieve a Helm upstream config for this repository.
|
2699
3914
|
# @param owner
|
2700
3915
|
# @param identifier
|
2701
3916
|
# @param slug_perm
|
2702
3917
|
# @param [Hash] opts the optional parameters
|
2703
|
-
# @return [Array<(
|
2704
|
-
def
|
3918
|
+
# @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
|
3919
|
+
def repos_upstream_helm_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
2705
3920
|
if @api_client.config.debugging
|
2706
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3921
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_read ...'
|
2707
3922
|
end
|
2708
3923
|
# verify the required parameter 'owner' is set
|
2709
3924
|
if @api_client.config.client_side_validation && owner.nil?
|
2710
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3925
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_read"
|
2711
3926
|
end
|
2712
3927
|
# verify the required parameter 'identifier' is set
|
2713
3928
|
if @api_client.config.client_side_validation && identifier.nil?
|
2714
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3929
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_read"
|
2715
3930
|
end
|
2716
3931
|
# verify the required parameter 'slug_perm' is set
|
2717
3932
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2718
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
3933
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_read"
|
2719
3934
|
end
|
2720
3935
|
# resource path
|
2721
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
3936
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2722
3937
|
|
2723
3938
|
# query parameters
|
2724
3939
|
query_params = {}
|
@@ -2735,58 +3950,58 @@ module CloudsmithApi
|
|
2735
3950
|
|
2736
3951
|
# http body (model)
|
2737
3952
|
post_body = nil
|
2738
|
-
auth_names = ['apikey']
|
3953
|
+
auth_names = ['apikey', 'basic', 'token']
|
2739
3954
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2740
3955
|
:header_params => header_params,
|
2741
3956
|
:query_params => query_params,
|
2742
3957
|
:form_params => form_params,
|
2743
3958
|
:body => post_body,
|
2744
3959
|
:auth_names => auth_names,
|
2745
|
-
:return_type => '
|
3960
|
+
:return_type => 'HelmUpstream')
|
2746
3961
|
if @api_client.config.debugging
|
2747
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
3962
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2748
3963
|
end
|
2749
3964
|
return data, status_code, headers
|
2750
3965
|
end
|
2751
|
-
# Update a
|
2752
|
-
# Update a
|
3966
|
+
# Update a Helm upstream config for this repository.
|
3967
|
+
# Update a Helm upstream config for this repository.
|
2753
3968
|
# @param owner
|
2754
3969
|
# @param identifier
|
2755
3970
|
# @param slug_perm
|
2756
3971
|
# @param [Hash] opts the optional parameters
|
2757
|
-
# @option opts [
|
2758
|
-
# @return [
|
2759
|
-
def
|
2760
|
-
data, _status_code, _headers =
|
3972
|
+
# @option opts [HelmUpstreamRequest] :data
|
3973
|
+
# @return [HelmUpstream]
|
3974
|
+
def repos_upstream_helm_update(owner, identifier, slug_perm, opts = {})
|
3975
|
+
data, _status_code, _headers = repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts)
|
2761
3976
|
data
|
2762
3977
|
end
|
2763
3978
|
|
2764
|
-
# Update a
|
2765
|
-
# Update a
|
3979
|
+
# Update a Helm upstream config for this repository.
|
3980
|
+
# Update a Helm upstream config for this repository.
|
2766
3981
|
# @param owner
|
2767
3982
|
# @param identifier
|
2768
3983
|
# @param slug_perm
|
2769
3984
|
# @param [Hash] opts the optional parameters
|
2770
|
-
# @option opts [
|
2771
|
-
# @return [Array<(
|
2772
|
-
def
|
3985
|
+
# @option opts [HelmUpstreamRequest] :data
|
3986
|
+
# @return [Array<(HelmUpstream, Fixnum, Hash)>] HelmUpstream data, response status code and response headers
|
3987
|
+
def repos_upstream_helm_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
2773
3988
|
if @api_client.config.debugging
|
2774
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
3989
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_helm_update ...'
|
2775
3990
|
end
|
2776
3991
|
# verify the required parameter 'owner' is set
|
2777
3992
|
if @api_client.config.client_side_validation && owner.nil?
|
2778
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
3993
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_helm_update"
|
2779
3994
|
end
|
2780
3995
|
# verify the required parameter 'identifier' is set
|
2781
3996
|
if @api_client.config.client_side_validation && identifier.nil?
|
2782
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
3997
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_helm_update"
|
2783
3998
|
end
|
2784
3999
|
# verify the required parameter 'slug_perm' is set
|
2785
4000
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2786
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4001
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_helm_update"
|
2787
4002
|
end
|
2788
4003
|
# resource path
|
2789
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4004
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/helm/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2790
4005
|
|
2791
4006
|
# query parameters
|
2792
4007
|
query_params = {}
|
@@ -2803,52 +4018,52 @@ module CloudsmithApi
|
|
2803
4018
|
|
2804
4019
|
# http body (model)
|
2805
4020
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2806
|
-
auth_names = ['apikey']
|
4021
|
+
auth_names = ['apikey', 'basic', 'token']
|
2807
4022
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
2808
4023
|
:header_params => header_params,
|
2809
4024
|
:query_params => query_params,
|
2810
4025
|
:form_params => form_params,
|
2811
4026
|
:body => post_body,
|
2812
4027
|
:auth_names => auth_names,
|
2813
|
-
:return_type => '
|
4028
|
+
:return_type => 'HelmUpstream')
|
2814
4029
|
if @api_client.config.debugging
|
2815
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4030
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_helm_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2816
4031
|
end
|
2817
4032
|
return data, status_code, headers
|
2818
4033
|
end
|
2819
|
-
# Create a
|
2820
|
-
# Create a
|
4034
|
+
# Create a Hex upstream config for this repository.
|
4035
|
+
# Create a Hex upstream config for this repository.
|
2821
4036
|
# @param owner
|
2822
4037
|
# @param identifier
|
2823
4038
|
# @param [Hash] opts the optional parameters
|
2824
|
-
# @option opts [
|
2825
|
-
# @return [
|
2826
|
-
def
|
2827
|
-
data, _status_code, _headers =
|
4039
|
+
# @option opts [HexUpstreamRequest] :data
|
4040
|
+
# @return [HexUpstream]
|
4041
|
+
def repos_upstream_hex_create(owner, identifier, opts = {})
|
4042
|
+
data, _status_code, _headers = repos_upstream_hex_create_with_http_info(owner, identifier, opts)
|
2828
4043
|
data
|
2829
4044
|
end
|
2830
4045
|
|
2831
|
-
# Create a
|
2832
|
-
# Create a
|
4046
|
+
# Create a Hex upstream config for this repository.
|
4047
|
+
# Create a Hex upstream config for this repository.
|
2833
4048
|
# @param owner
|
2834
4049
|
# @param identifier
|
2835
4050
|
# @param [Hash] opts the optional parameters
|
2836
|
-
# @option opts [
|
2837
|
-
# @return [Array<(
|
2838
|
-
def
|
4051
|
+
# @option opts [HexUpstreamRequest] :data
|
4052
|
+
# @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
|
4053
|
+
def repos_upstream_hex_create_with_http_info(owner, identifier, opts = {})
|
2839
4054
|
if @api_client.config.debugging
|
2840
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4055
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_create ...'
|
2841
4056
|
end
|
2842
4057
|
# verify the required parameter 'owner' is set
|
2843
4058
|
if @api_client.config.client_side_validation && owner.nil?
|
2844
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4059
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_create"
|
2845
4060
|
end
|
2846
4061
|
# verify the required parameter 'identifier' is set
|
2847
4062
|
if @api_client.config.client_side_validation && identifier.nil?
|
2848
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4063
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_create"
|
2849
4064
|
end
|
2850
4065
|
# resource path
|
2851
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4066
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2852
4067
|
|
2853
4068
|
# query parameters
|
2854
4069
|
query_params = {}
|
@@ -2865,56 +4080,56 @@ module CloudsmithApi
|
|
2865
4080
|
|
2866
4081
|
# http body (model)
|
2867
4082
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2868
|
-
auth_names = ['apikey']
|
4083
|
+
auth_names = ['apikey', 'basic', 'token']
|
2869
4084
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2870
4085
|
:header_params => header_params,
|
2871
4086
|
:query_params => query_params,
|
2872
4087
|
:form_params => form_params,
|
2873
4088
|
:body => post_body,
|
2874
4089
|
:auth_names => auth_names,
|
2875
|
-
:return_type => '
|
4090
|
+
:return_type => 'HexUpstream')
|
2876
4091
|
if @api_client.config.debugging
|
2877
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4092
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2878
4093
|
end
|
2879
4094
|
return data, status_code, headers
|
2880
4095
|
end
|
2881
|
-
# Delete a
|
2882
|
-
# Delete a
|
4096
|
+
# Delete a Hex upstream config for this repository.
|
4097
|
+
# Delete a Hex upstream config for this repository.
|
2883
4098
|
# @param owner
|
2884
4099
|
# @param identifier
|
2885
4100
|
# @param slug_perm
|
2886
4101
|
# @param [Hash] opts the optional parameters
|
2887
4102
|
# @return [nil]
|
2888
|
-
def
|
2889
|
-
|
4103
|
+
def repos_upstream_hex_delete(owner, identifier, slug_perm, opts = {})
|
4104
|
+
repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts)
|
2890
4105
|
nil
|
2891
4106
|
end
|
2892
4107
|
|
2893
|
-
# Delete a
|
2894
|
-
# Delete a
|
4108
|
+
# Delete a Hex upstream config for this repository.
|
4109
|
+
# Delete a Hex upstream config for this repository.
|
2895
4110
|
# @param owner
|
2896
4111
|
# @param identifier
|
2897
4112
|
# @param slug_perm
|
2898
4113
|
# @param [Hash] opts the optional parameters
|
2899
4114
|
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
2900
|
-
def
|
4115
|
+
def repos_upstream_hex_delete_with_http_info(owner, identifier, slug_perm, opts = {})
|
2901
4116
|
if @api_client.config.debugging
|
2902
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4117
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_delete ...'
|
2903
4118
|
end
|
2904
4119
|
# verify the required parameter 'owner' is set
|
2905
4120
|
if @api_client.config.client_side_validation && owner.nil?
|
2906
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4121
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_delete"
|
2907
4122
|
end
|
2908
4123
|
# verify the required parameter 'identifier' is set
|
2909
4124
|
if @api_client.config.client_side_validation && identifier.nil?
|
2910
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4125
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_delete"
|
2911
4126
|
end
|
2912
4127
|
# verify the required parameter 'slug_perm' is set
|
2913
4128
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
2914
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4129
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_delete"
|
2915
4130
|
end
|
2916
4131
|
# resource path
|
2917
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4132
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
2918
4133
|
|
2919
4134
|
# query parameters
|
2920
4135
|
query_params = {}
|
@@ -2931,7 +4146,7 @@ module CloudsmithApi
|
|
2931
4146
|
|
2932
4147
|
# http body (model)
|
2933
4148
|
post_body = nil
|
2934
|
-
auth_names = ['apikey']
|
4149
|
+
auth_names = ['apikey', 'basic', 'token']
|
2935
4150
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
2936
4151
|
:header_params => header_params,
|
2937
4152
|
:query_params => query_params,
|
@@ -2939,45 +4154,45 @@ module CloudsmithApi
|
|
2939
4154
|
:body => post_body,
|
2940
4155
|
:auth_names => auth_names)
|
2941
4156
|
if @api_client.config.debugging
|
2942
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4157
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2943
4158
|
end
|
2944
4159
|
return data, status_code, headers
|
2945
4160
|
end
|
2946
|
-
# List
|
2947
|
-
# List
|
4161
|
+
# List Hex upstream configs for this repository.
|
4162
|
+
# List Hex upstream configs for this repository.
|
2948
4163
|
# @param owner
|
2949
4164
|
# @param identifier
|
2950
4165
|
# @param [Hash] opts the optional parameters
|
2951
4166
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2952
4167
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2953
|
-
# @return [Array<
|
2954
|
-
def
|
2955
|
-
data, _status_code, _headers =
|
4168
|
+
# @return [Array<HexUpstream>]
|
4169
|
+
def repos_upstream_hex_list(owner, identifier, opts = {})
|
4170
|
+
data, _status_code, _headers = repos_upstream_hex_list_with_http_info(owner, identifier, opts)
|
2956
4171
|
data
|
2957
4172
|
end
|
2958
4173
|
|
2959
|
-
# List
|
2960
|
-
# List
|
4174
|
+
# List Hex upstream configs for this repository.
|
4175
|
+
# List Hex upstream configs for this repository.
|
2961
4176
|
# @param owner
|
2962
4177
|
# @param identifier
|
2963
4178
|
# @param [Hash] opts the optional parameters
|
2964
4179
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2965
4180
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2966
|
-
# @return [Array<(Array<
|
2967
|
-
def
|
4181
|
+
# @return [Array<(Array<HexUpstream>, Fixnum, Hash)>] Array<HexUpstream> data, response status code and response headers
|
4182
|
+
def repos_upstream_hex_list_with_http_info(owner, identifier, opts = {})
|
2968
4183
|
if @api_client.config.debugging
|
2969
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4184
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_list ...'
|
2970
4185
|
end
|
2971
4186
|
# verify the required parameter 'owner' is set
|
2972
4187
|
if @api_client.config.client_side_validation && owner.nil?
|
2973
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4188
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_list"
|
2974
4189
|
end
|
2975
4190
|
# verify the required parameter 'identifier' is set
|
2976
4191
|
if @api_client.config.client_side_validation && identifier.nil?
|
2977
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4192
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_list"
|
2978
4193
|
end
|
2979
4194
|
# resource path
|
2980
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4195
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
|
2981
4196
|
|
2982
4197
|
# query parameters
|
2983
4198
|
query_params = {}
|
@@ -2996,58 +4211,58 @@ module CloudsmithApi
|
|
2996
4211
|
|
2997
4212
|
# http body (model)
|
2998
4213
|
post_body = nil
|
2999
|
-
auth_names = ['apikey']
|
4214
|
+
auth_names = ['apikey', 'basic', 'token']
|
3000
4215
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3001
4216
|
:header_params => header_params,
|
3002
4217
|
:query_params => query_params,
|
3003
4218
|
:form_params => form_params,
|
3004
4219
|
:body => post_body,
|
3005
4220
|
:auth_names => auth_names,
|
3006
|
-
:return_type => 'Array<
|
4221
|
+
:return_type => 'Array<HexUpstream>')
|
3007
4222
|
if @api_client.config.debugging
|
3008
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4223
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3009
4224
|
end
|
3010
4225
|
return data, status_code, headers
|
3011
4226
|
end
|
3012
|
-
# Partially update a
|
3013
|
-
# Partially update a
|
4227
|
+
# Partially update a Hex upstream config for this repository.
|
4228
|
+
# Partially update a Hex upstream config for this repository.
|
3014
4229
|
# @param owner
|
3015
4230
|
# @param identifier
|
3016
4231
|
# @param slug_perm
|
3017
4232
|
# @param [Hash] opts the optional parameters
|
3018
|
-
# @option opts [
|
3019
|
-
# @return [
|
3020
|
-
def
|
3021
|
-
data, _status_code, _headers =
|
4233
|
+
# @option opts [HexUpstreamRequestPatch] :data
|
4234
|
+
# @return [HexUpstream]
|
4235
|
+
def repos_upstream_hex_partial_update(owner, identifier, slug_perm, opts = {})
|
4236
|
+
data, _status_code, _headers = repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts)
|
3022
4237
|
data
|
3023
4238
|
end
|
3024
4239
|
|
3025
|
-
# Partially update a
|
3026
|
-
# Partially update a
|
4240
|
+
# Partially update a Hex upstream config for this repository.
|
4241
|
+
# Partially update a Hex upstream config for this repository.
|
3027
4242
|
# @param owner
|
3028
4243
|
# @param identifier
|
3029
4244
|
# @param slug_perm
|
3030
4245
|
# @param [Hash] opts the optional parameters
|
3031
|
-
# @option opts [
|
3032
|
-
# @return [Array<(
|
3033
|
-
def
|
4246
|
+
# @option opts [HexUpstreamRequestPatch] :data
|
4247
|
+
# @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
|
4248
|
+
def repos_upstream_hex_partial_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3034
4249
|
if @api_client.config.debugging
|
3035
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4250
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_partial_update ...'
|
3036
4251
|
end
|
3037
4252
|
# verify the required parameter 'owner' is set
|
3038
4253
|
if @api_client.config.client_side_validation && owner.nil?
|
3039
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4254
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_partial_update"
|
3040
4255
|
end
|
3041
4256
|
# verify the required parameter 'identifier' is set
|
3042
4257
|
if @api_client.config.client_side_validation && identifier.nil?
|
3043
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4258
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_partial_update"
|
3044
4259
|
end
|
3045
4260
|
# verify the required parameter 'slug_perm' is set
|
3046
4261
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3047
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4262
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_partial_update"
|
3048
4263
|
end
|
3049
4264
|
# resource path
|
3050
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4265
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3051
4266
|
|
3052
4267
|
# query parameters
|
3053
4268
|
query_params = {}
|
@@ -3064,56 +4279,56 @@ module CloudsmithApi
|
|
3064
4279
|
|
3065
4280
|
# http body (model)
|
3066
4281
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3067
|
-
auth_names = ['apikey']
|
4282
|
+
auth_names = ['apikey', 'basic', 'token']
|
3068
4283
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3069
4284
|
:header_params => header_params,
|
3070
4285
|
:query_params => query_params,
|
3071
4286
|
:form_params => form_params,
|
3072
4287
|
:body => post_body,
|
3073
4288
|
:auth_names => auth_names,
|
3074
|
-
:return_type => '
|
4289
|
+
:return_type => 'HexUpstream')
|
3075
4290
|
if @api_client.config.debugging
|
3076
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4291
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_partial_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3077
4292
|
end
|
3078
4293
|
return data, status_code, headers
|
3079
4294
|
end
|
3080
|
-
# Retrieve a
|
3081
|
-
# Retrieve a
|
4295
|
+
# Retrieve a Hex upstream config for this repository.
|
4296
|
+
# Retrieve a Hex upstream config for this repository.
|
3082
4297
|
# @param owner
|
3083
4298
|
# @param identifier
|
3084
4299
|
# @param slug_perm
|
3085
4300
|
# @param [Hash] opts the optional parameters
|
3086
|
-
# @return [
|
3087
|
-
def
|
3088
|
-
data, _status_code, _headers =
|
4301
|
+
# @return [HexUpstream]
|
4302
|
+
def repos_upstream_hex_read(owner, identifier, slug_perm, opts = {})
|
4303
|
+
data, _status_code, _headers = repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts)
|
3089
4304
|
data
|
3090
4305
|
end
|
3091
4306
|
|
3092
|
-
# Retrieve a
|
3093
|
-
# Retrieve a
|
4307
|
+
# Retrieve a Hex upstream config for this repository.
|
4308
|
+
# Retrieve a Hex upstream config for this repository.
|
3094
4309
|
# @param owner
|
3095
4310
|
# @param identifier
|
3096
4311
|
# @param slug_perm
|
3097
4312
|
# @param [Hash] opts the optional parameters
|
3098
|
-
# @return [Array<(
|
3099
|
-
def
|
4313
|
+
# @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
|
4314
|
+
def repos_upstream_hex_read_with_http_info(owner, identifier, slug_perm, opts = {})
|
3100
4315
|
if @api_client.config.debugging
|
3101
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4316
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_read ...'
|
3102
4317
|
end
|
3103
4318
|
# verify the required parameter 'owner' is set
|
3104
4319
|
if @api_client.config.client_side_validation && owner.nil?
|
3105
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4320
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_read"
|
3106
4321
|
end
|
3107
4322
|
# verify the required parameter 'identifier' is set
|
3108
4323
|
if @api_client.config.client_side_validation && identifier.nil?
|
3109
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4324
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_read"
|
3110
4325
|
end
|
3111
4326
|
# verify the required parameter 'slug_perm' is set
|
3112
4327
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3113
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4328
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_read"
|
3114
4329
|
end
|
3115
4330
|
# resource path
|
3116
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4331
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3117
4332
|
|
3118
4333
|
# query parameters
|
3119
4334
|
query_params = {}
|
@@ -3130,58 +4345,58 @@ module CloudsmithApi
|
|
3130
4345
|
|
3131
4346
|
# http body (model)
|
3132
4347
|
post_body = nil
|
3133
|
-
auth_names = ['apikey']
|
4348
|
+
auth_names = ['apikey', 'basic', 'token']
|
3134
4349
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3135
4350
|
:header_params => header_params,
|
3136
4351
|
:query_params => query_params,
|
3137
4352
|
:form_params => form_params,
|
3138
4353
|
:body => post_body,
|
3139
4354
|
:auth_names => auth_names,
|
3140
|
-
:return_type => '
|
4355
|
+
:return_type => 'HexUpstream')
|
3141
4356
|
if @api_client.config.debugging
|
3142
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4357
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_read\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3143
4358
|
end
|
3144
4359
|
return data, status_code, headers
|
3145
4360
|
end
|
3146
|
-
# Update a
|
3147
|
-
# Update a
|
4361
|
+
# Update a Hex upstream config for this repository.
|
4362
|
+
# Update a Hex upstream config for this repository.
|
3148
4363
|
# @param owner
|
3149
4364
|
# @param identifier
|
3150
4365
|
# @param slug_perm
|
3151
4366
|
# @param [Hash] opts the optional parameters
|
3152
|
-
# @option opts [
|
3153
|
-
# @return [
|
3154
|
-
def
|
3155
|
-
data, _status_code, _headers =
|
4367
|
+
# @option opts [HexUpstreamRequest] :data
|
4368
|
+
# @return [HexUpstream]
|
4369
|
+
def repos_upstream_hex_update(owner, identifier, slug_perm, opts = {})
|
4370
|
+
data, _status_code, _headers = repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts)
|
3156
4371
|
data
|
3157
4372
|
end
|
3158
4373
|
|
3159
|
-
# Update a
|
3160
|
-
# Update a
|
4374
|
+
# Update a Hex upstream config for this repository.
|
4375
|
+
# Update a Hex upstream config for this repository.
|
3161
4376
|
# @param owner
|
3162
4377
|
# @param identifier
|
3163
4378
|
# @param slug_perm
|
3164
4379
|
# @param [Hash] opts the optional parameters
|
3165
|
-
# @option opts [
|
3166
|
-
# @return [Array<(
|
3167
|
-
def
|
4380
|
+
# @option opts [HexUpstreamRequest] :data
|
4381
|
+
# @return [Array<(HexUpstream, Fixnum, Hash)>] HexUpstream data, response status code and response headers
|
4382
|
+
def repos_upstream_hex_update_with_http_info(owner, identifier, slug_perm, opts = {})
|
3168
4383
|
if @api_client.config.debugging
|
3169
|
-
@api_client.config.logger.debug 'Calling API: ReposApi.
|
4384
|
+
@api_client.config.logger.debug 'Calling API: ReposApi.repos_upstream_hex_update ...'
|
3170
4385
|
end
|
3171
4386
|
# verify the required parameter 'owner' is set
|
3172
4387
|
if @api_client.config.client_side_validation && owner.nil?
|
3173
|
-
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.
|
4388
|
+
fail ArgumentError, "Missing the required parameter 'owner' when calling ReposApi.repos_upstream_hex_update"
|
3174
4389
|
end
|
3175
4390
|
# verify the required parameter 'identifier' is set
|
3176
4391
|
if @api_client.config.client_side_validation && identifier.nil?
|
3177
|
-
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.
|
4392
|
+
fail ArgumentError, "Missing the required parameter 'identifier' when calling ReposApi.repos_upstream_hex_update"
|
3178
4393
|
end
|
3179
4394
|
# verify the required parameter 'slug_perm' is set
|
3180
4395
|
if @api_client.config.client_side_validation && slug_perm.nil?
|
3181
|
-
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.
|
4396
|
+
fail ArgumentError, "Missing the required parameter 'slug_perm' when calling ReposApi.repos_upstream_hex_update"
|
3182
4397
|
end
|
3183
4398
|
# resource path
|
3184
|
-
local_var_path = '/repos/{owner}/{identifier}/upstream/
|
4399
|
+
local_var_path = '/repos/{owner}/{identifier}/upstream/hex/{slug_perm}/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'identifier' + '}', identifier.to_s).sub('{' + 'slug_perm' + '}', slug_perm.to_s)
|
3185
4400
|
|
3186
4401
|
# query parameters
|
3187
4402
|
query_params = {}
|
@@ -3198,16 +4413,16 @@ module CloudsmithApi
|
|
3198
4413
|
|
3199
4414
|
# http body (model)
|
3200
4415
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3201
|
-
auth_names = ['apikey']
|
4416
|
+
auth_names = ['apikey', 'basic', 'token']
|
3202
4417
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
3203
4418
|
:header_params => header_params,
|
3204
4419
|
:query_params => query_params,
|
3205
4420
|
:form_params => form_params,
|
3206
4421
|
:body => post_body,
|
3207
4422
|
:auth_names => auth_names,
|
3208
|
-
:return_type => '
|
4423
|
+
:return_type => 'HexUpstream')
|
3209
4424
|
if @api_client.config.debugging
|
3210
|
-
@api_client.config.logger.debug "API called: ReposApi#
|
4425
|
+
@api_client.config.logger.debug "API called: ReposApi#repos_upstream_hex_update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3211
4426
|
end
|
3212
4427
|
return data, status_code, headers
|
3213
4428
|
end
|
@@ -3260,7 +4475,7 @@ module CloudsmithApi
|
|
3260
4475
|
|
3261
4476
|
# http body (model)
|
3262
4477
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3263
|
-
auth_names = ['apikey']
|
4478
|
+
auth_names = ['apikey', 'basic', 'token']
|
3264
4479
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3265
4480
|
:header_params => header_params,
|
3266
4481
|
:query_params => query_params,
|
@@ -3326,7 +4541,7 @@ module CloudsmithApi
|
|
3326
4541
|
|
3327
4542
|
# http body (model)
|
3328
4543
|
post_body = nil
|
3329
|
-
auth_names = ['apikey']
|
4544
|
+
auth_names = ['apikey', 'basic', 'token']
|
3330
4545
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3331
4546
|
:header_params => header_params,
|
3332
4547
|
:query_params => query_params,
|
@@ -3391,7 +4606,7 @@ module CloudsmithApi
|
|
3391
4606
|
|
3392
4607
|
# http body (model)
|
3393
4608
|
post_body = nil
|
3394
|
-
auth_names = ['apikey']
|
4609
|
+
auth_names = ['apikey', 'basic', 'token']
|
3395
4610
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3396
4611
|
:header_params => header_params,
|
3397
4612
|
:query_params => query_params,
|
@@ -3459,7 +4674,7 @@ module CloudsmithApi
|
|
3459
4674
|
|
3460
4675
|
# http body (model)
|
3461
4676
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3462
|
-
auth_names = ['apikey']
|
4677
|
+
auth_names = ['apikey', 'basic', 'token']
|
3463
4678
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3464
4679
|
:header_params => header_params,
|
3465
4680
|
:query_params => query_params,
|
@@ -3525,7 +4740,7 @@ module CloudsmithApi
|
|
3525
4740
|
|
3526
4741
|
# http body (model)
|
3527
4742
|
post_body = nil
|
3528
|
-
auth_names = ['apikey']
|
4743
|
+
auth_names = ['apikey', 'basic', 'token']
|
3529
4744
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3530
4745
|
:header_params => header_params,
|
3531
4746
|
:query_params => query_params,
|
@@ -3593,7 +4808,7 @@ module CloudsmithApi
|
|
3593
4808
|
|
3594
4809
|
# http body (model)
|
3595
4810
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3596
|
-
auth_names = ['apikey']
|
4811
|
+
auth_names = ['apikey', 'basic', 'token']
|
3597
4812
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
3598
4813
|
:header_params => header_params,
|
3599
4814
|
:query_params => query_params,
|
@@ -3655,7 +4870,7 @@ module CloudsmithApi
|
|
3655
4870
|
|
3656
4871
|
# http body (model)
|
3657
4872
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3658
|
-
auth_names = ['apikey']
|
4873
|
+
auth_names = ['apikey', 'basic', 'token']
|
3659
4874
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3660
4875
|
:header_params => header_params,
|
3661
4876
|
:query_params => query_params,
|
@@ -3721,7 +4936,7 @@ module CloudsmithApi
|
|
3721
4936
|
|
3722
4937
|
# http body (model)
|
3723
4938
|
post_body = nil
|
3724
|
-
auth_names = ['apikey']
|
4939
|
+
auth_names = ['apikey', 'basic', 'token']
|
3725
4940
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
3726
4941
|
:header_params => header_params,
|
3727
4942
|
:query_params => query_params,
|
@@ -3786,7 +5001,7 @@ module CloudsmithApi
|
|
3786
5001
|
|
3787
5002
|
# http body (model)
|
3788
5003
|
post_body = nil
|
3789
|
-
auth_names = ['apikey']
|
5004
|
+
auth_names = ['apikey', 'basic', 'token']
|
3790
5005
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3791
5006
|
:header_params => header_params,
|
3792
5007
|
:query_params => query_params,
|
@@ -3854,7 +5069,7 @@ module CloudsmithApi
|
|
3854
5069
|
|
3855
5070
|
# http body (model)
|
3856
5071
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3857
|
-
auth_names = ['apikey']
|
5072
|
+
auth_names = ['apikey', 'basic', 'token']
|
3858
5073
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3859
5074
|
:header_params => header_params,
|
3860
5075
|
:query_params => query_params,
|
@@ -3920,7 +5135,7 @@ module CloudsmithApi
|
|
3920
5135
|
|
3921
5136
|
# http body (model)
|
3922
5137
|
post_body = nil
|
3923
|
-
auth_names = ['apikey']
|
5138
|
+
auth_names = ['apikey', 'basic', 'token']
|
3924
5139
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3925
5140
|
:header_params => header_params,
|
3926
5141
|
:query_params => query_params,
|
@@ -3988,7 +5203,7 @@ module CloudsmithApi
|
|
3988
5203
|
|
3989
5204
|
# http body (model)
|
3990
5205
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3991
|
-
auth_names = ['apikey']
|
5206
|
+
auth_names = ['apikey', 'basic', 'token']
|
3992
5207
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
3993
5208
|
:header_params => header_params,
|
3994
5209
|
:query_params => query_params,
|
@@ -4050,7 +5265,7 @@ module CloudsmithApi
|
|
4050
5265
|
|
4051
5266
|
# http body (model)
|
4052
5267
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4053
|
-
auth_names = ['apikey']
|
5268
|
+
auth_names = ['apikey', 'basic', 'token']
|
4054
5269
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4055
5270
|
:header_params => header_params,
|
4056
5271
|
:query_params => query_params,
|
@@ -4116,7 +5331,7 @@ module CloudsmithApi
|
|
4116
5331
|
|
4117
5332
|
# http body (model)
|
4118
5333
|
post_body = nil
|
4119
|
-
auth_names = ['apikey']
|
5334
|
+
auth_names = ['apikey', 'basic', 'token']
|
4120
5335
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4121
5336
|
:header_params => header_params,
|
4122
5337
|
:query_params => query_params,
|
@@ -4181,7 +5396,7 @@ module CloudsmithApi
|
|
4181
5396
|
|
4182
5397
|
# http body (model)
|
4183
5398
|
post_body = nil
|
4184
|
-
auth_names = ['apikey']
|
5399
|
+
auth_names = ['apikey', 'basic', 'token']
|
4185
5400
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4186
5401
|
:header_params => header_params,
|
4187
5402
|
:query_params => query_params,
|
@@ -4249,7 +5464,7 @@ module CloudsmithApi
|
|
4249
5464
|
|
4250
5465
|
# http body (model)
|
4251
5466
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4252
|
-
auth_names = ['apikey']
|
5467
|
+
auth_names = ['apikey', 'basic', 'token']
|
4253
5468
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
4254
5469
|
:header_params => header_params,
|
4255
5470
|
:query_params => query_params,
|
@@ -4315,7 +5530,7 @@ module CloudsmithApi
|
|
4315
5530
|
|
4316
5531
|
# http body (model)
|
4317
5532
|
post_body = nil
|
4318
|
-
auth_names = ['apikey']
|
5533
|
+
auth_names = ['apikey', 'basic', 'token']
|
4319
5534
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4320
5535
|
:header_params => header_params,
|
4321
5536
|
:query_params => query_params,
|
@@ -4383,7 +5598,7 @@ module CloudsmithApi
|
|
4383
5598
|
|
4384
5599
|
# http body (model)
|
4385
5600
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4386
|
-
auth_names = ['apikey']
|
5601
|
+
auth_names = ['apikey', 'basic', 'token']
|
4387
5602
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4388
5603
|
:header_params => header_params,
|
4389
5604
|
:query_params => query_params,
|
@@ -4445,7 +5660,7 @@ module CloudsmithApi
|
|
4445
5660
|
|
4446
5661
|
# http body (model)
|
4447
5662
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4448
|
-
auth_names = ['apikey']
|
5663
|
+
auth_names = ['apikey', 'basic', 'token']
|
4449
5664
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4450
5665
|
:header_params => header_params,
|
4451
5666
|
:query_params => query_params,
|
@@ -4511,7 +5726,7 @@ module CloudsmithApi
|
|
4511
5726
|
|
4512
5727
|
# http body (model)
|
4513
5728
|
post_body = nil
|
4514
|
-
auth_names = ['apikey']
|
5729
|
+
auth_names = ['apikey', 'basic', 'token']
|
4515
5730
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4516
5731
|
:header_params => header_params,
|
4517
5732
|
:query_params => query_params,
|
@@ -4576,7 +5791,7 @@ module CloudsmithApi
|
|
4576
5791
|
|
4577
5792
|
# http body (model)
|
4578
5793
|
post_body = nil
|
4579
|
-
auth_names = ['apikey']
|
5794
|
+
auth_names = ['apikey', 'basic', 'token']
|
4580
5795
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4581
5796
|
:header_params => header_params,
|
4582
5797
|
:query_params => query_params,
|
@@ -4644,7 +5859,7 @@ module CloudsmithApi
|
|
4644
5859
|
|
4645
5860
|
# http body (model)
|
4646
5861
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4647
|
-
auth_names = ['apikey']
|
5862
|
+
auth_names = ['apikey', 'basic', 'token']
|
4648
5863
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
4649
5864
|
:header_params => header_params,
|
4650
5865
|
:query_params => query_params,
|
@@ -4710,7 +5925,7 @@ module CloudsmithApi
|
|
4710
5925
|
|
4711
5926
|
# http body (model)
|
4712
5927
|
post_body = nil
|
4713
|
-
auth_names = ['apikey']
|
5928
|
+
auth_names = ['apikey', 'basic', 'token']
|
4714
5929
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4715
5930
|
:header_params => header_params,
|
4716
5931
|
:query_params => query_params,
|
@@ -4778,7 +5993,7 @@ module CloudsmithApi
|
|
4778
5993
|
|
4779
5994
|
# http body (model)
|
4780
5995
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4781
|
-
auth_names = ['apikey']
|
5996
|
+
auth_names = ['apikey', 'basic', 'token']
|
4782
5997
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
4783
5998
|
:header_params => header_params,
|
4784
5999
|
:query_params => query_params,
|
@@ -4840,7 +6055,7 @@ module CloudsmithApi
|
|
4840
6055
|
|
4841
6056
|
# http body (model)
|
4842
6057
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
4843
|
-
auth_names = ['apikey']
|
6058
|
+
auth_names = ['apikey', 'basic', 'token']
|
4844
6059
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4845
6060
|
:header_params => header_params,
|
4846
6061
|
:query_params => query_params,
|
@@ -4906,7 +6121,7 @@ module CloudsmithApi
|
|
4906
6121
|
|
4907
6122
|
# http body (model)
|
4908
6123
|
post_body = nil
|
4909
|
-
auth_names = ['apikey']
|
6124
|
+
auth_names = ['apikey', 'basic', 'token']
|
4910
6125
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
4911
6126
|
:header_params => header_params,
|
4912
6127
|
:query_params => query_params,
|
@@ -4971,7 +6186,7 @@ module CloudsmithApi
|
|
4971
6186
|
|
4972
6187
|
# http body (model)
|
4973
6188
|
post_body = nil
|
4974
|
-
auth_names = ['apikey']
|
6189
|
+
auth_names = ['apikey', 'basic', 'token']
|
4975
6190
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4976
6191
|
:header_params => header_params,
|
4977
6192
|
:query_params => query_params,
|
@@ -5039,7 +6254,7 @@ module CloudsmithApi
|
|
5039
6254
|
|
5040
6255
|
# http body (model)
|
5041
6256
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5042
|
-
auth_names = ['apikey']
|
6257
|
+
auth_names = ['apikey', 'basic', 'token']
|
5043
6258
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
5044
6259
|
:header_params => header_params,
|
5045
6260
|
:query_params => query_params,
|
@@ -5105,7 +6320,7 @@ module CloudsmithApi
|
|
5105
6320
|
|
5106
6321
|
# http body (model)
|
5107
6322
|
post_body = nil
|
5108
|
-
auth_names = ['apikey']
|
6323
|
+
auth_names = ['apikey', 'basic', 'token']
|
5109
6324
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5110
6325
|
:header_params => header_params,
|
5111
6326
|
:query_params => query_params,
|
@@ -5173,7 +6388,7 @@ module CloudsmithApi
|
|
5173
6388
|
|
5174
6389
|
# http body (model)
|
5175
6390
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5176
|
-
auth_names = ['apikey']
|
6391
|
+
auth_names = ['apikey', 'basic', 'token']
|
5177
6392
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
5178
6393
|
:header_params => header_params,
|
5179
6394
|
:query_params => query_params,
|
@@ -5235,7 +6450,7 @@ module CloudsmithApi
|
|
5235
6450
|
|
5236
6451
|
# http body (model)
|
5237
6452
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5238
|
-
auth_names = ['apikey']
|
6453
|
+
auth_names = ['apikey', 'basic', 'token']
|
5239
6454
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5240
6455
|
:header_params => header_params,
|
5241
6456
|
:query_params => query_params,
|
@@ -5301,7 +6516,7 @@ module CloudsmithApi
|
|
5301
6516
|
|
5302
6517
|
# http body (model)
|
5303
6518
|
post_body = nil
|
5304
|
-
auth_names = ['apikey']
|
6519
|
+
auth_names = ['apikey', 'basic', 'token']
|
5305
6520
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5306
6521
|
:header_params => header_params,
|
5307
6522
|
:query_params => query_params,
|
@@ -5366,7 +6581,7 @@ module CloudsmithApi
|
|
5366
6581
|
|
5367
6582
|
# http body (model)
|
5368
6583
|
post_body = nil
|
5369
|
-
auth_names = ['apikey']
|
6584
|
+
auth_names = ['apikey', 'basic', 'token']
|
5370
6585
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5371
6586
|
:header_params => header_params,
|
5372
6587
|
:query_params => query_params,
|
@@ -5434,7 +6649,7 @@ module CloudsmithApi
|
|
5434
6649
|
|
5435
6650
|
# http body (model)
|
5436
6651
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5437
|
-
auth_names = ['apikey']
|
6652
|
+
auth_names = ['apikey', 'basic', 'token']
|
5438
6653
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
5439
6654
|
:header_params => header_params,
|
5440
6655
|
:query_params => query_params,
|
@@ -5500,7 +6715,7 @@ module CloudsmithApi
|
|
5500
6715
|
|
5501
6716
|
# http body (model)
|
5502
6717
|
post_body = nil
|
5503
|
-
auth_names = ['apikey']
|
6718
|
+
auth_names = ['apikey', 'basic', 'token']
|
5504
6719
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5505
6720
|
:header_params => header_params,
|
5506
6721
|
:query_params => query_params,
|
@@ -5568,7 +6783,7 @@ module CloudsmithApi
|
|
5568
6783
|
|
5569
6784
|
# http body (model)
|
5570
6785
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5571
|
-
auth_names = ['apikey']
|
6786
|
+
auth_names = ['apikey', 'basic', 'token']
|
5572
6787
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
5573
6788
|
:header_params => header_params,
|
5574
6789
|
:query_params => query_params,
|
@@ -5630,7 +6845,7 @@ module CloudsmithApi
|
|
5630
6845
|
|
5631
6846
|
# http body (model)
|
5632
6847
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5633
|
-
auth_names = ['apikey']
|
6848
|
+
auth_names = ['apikey', 'basic', 'token']
|
5634
6849
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5635
6850
|
:header_params => header_params,
|
5636
6851
|
:query_params => query_params,
|
@@ -5696,7 +6911,7 @@ module CloudsmithApi
|
|
5696
6911
|
|
5697
6912
|
# http body (model)
|
5698
6913
|
post_body = nil
|
5699
|
-
auth_names = ['apikey']
|
6914
|
+
auth_names = ['apikey', 'basic', 'token']
|
5700
6915
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
5701
6916
|
:header_params => header_params,
|
5702
6917
|
:query_params => query_params,
|
@@ -5761,7 +6976,7 @@ module CloudsmithApi
|
|
5761
6976
|
|
5762
6977
|
# http body (model)
|
5763
6978
|
post_body = nil
|
5764
|
-
auth_names = ['apikey']
|
6979
|
+
auth_names = ['apikey', 'basic', 'token']
|
5765
6980
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5766
6981
|
:header_params => header_params,
|
5767
6982
|
:query_params => query_params,
|
@@ -5829,7 +7044,7 @@ module CloudsmithApi
|
|
5829
7044
|
|
5830
7045
|
# http body (model)
|
5831
7046
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5832
|
-
auth_names = ['apikey']
|
7047
|
+
auth_names = ['apikey', 'basic', 'token']
|
5833
7048
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
5834
7049
|
:header_params => header_params,
|
5835
7050
|
:query_params => query_params,
|
@@ -5895,7 +7110,7 @@ module CloudsmithApi
|
|
5895
7110
|
|
5896
7111
|
# http body (model)
|
5897
7112
|
post_body = nil
|
5898
|
-
auth_names = ['apikey']
|
7113
|
+
auth_names = ['apikey', 'basic', 'token']
|
5899
7114
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5900
7115
|
:header_params => header_params,
|
5901
7116
|
:query_params => query_params,
|
@@ -5963,7 +7178,7 @@ module CloudsmithApi
|
|
5963
7178
|
|
5964
7179
|
# http body (model)
|
5965
7180
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
5966
|
-
auth_names = ['apikey']
|
7181
|
+
auth_names = ['apikey', 'basic', 'token']
|
5967
7182
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
5968
7183
|
:header_params => header_params,
|
5969
7184
|
:query_params => query_params,
|
@@ -6017,7 +7232,7 @@ module CloudsmithApi
|
|
6017
7232
|
|
6018
7233
|
# http body (model)
|
6019
7234
|
post_body = nil
|
6020
|
-
auth_names = ['apikey']
|
7235
|
+
auth_names = ['apikey', 'basic', 'token']
|
6021
7236
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6022
7237
|
:header_params => header_params,
|
6023
7238
|
:query_params => query_params,
|