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
data/docs/OrgsApi.md
CHANGED
@@ -4,6 +4,7 @@ All URIs are relative to *https://api.cloudsmith.io/v1*
|
|
4
4
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
|
+
[**orgs_delete**](OrgsApi.md#orgs_delete) | **DELETE** /orgs/{org}/ | Delete the specified organization.
|
7
8
|
[**orgs_deny_policy_create**](OrgsApi.md#orgs_deny_policy_create) | **POST** /orgs/{org}/deny-policy/ | Create a package deny policy.
|
8
9
|
[**orgs_deny_policy_delete**](OrgsApi.md#orgs_deny_policy_delete) | **DELETE** /orgs/{org}/deny-policy/{slug_perm}/ | Delete a package deny policy.
|
9
10
|
[**orgs_deny_policy_list**](OrgsApi.md#orgs_deny_policy_list) | **GET** /orgs/{org}/deny-policy/ | Get a list of all package deny policies.
|
@@ -41,7 +42,10 @@ Method | HTTP request | Description
|
|
41
42
|
[**orgs_read**](OrgsApi.md#orgs_read) | **GET** /orgs/{org}/ | Get the details for the specific organization.
|
42
43
|
[**orgs_saml_group_sync_create**](OrgsApi.md#orgs_saml_group_sync_create) | **POST** /orgs/{org}/saml-group-sync/ | Create a new SAML Group Sync mapping within an organization.
|
43
44
|
[**orgs_saml_group_sync_delete**](OrgsApi.md#orgs_saml_group_sync_delete) | **DELETE** /orgs/{org}/saml-group-sync/{slug_perm}/ | Delete a SAML Group Sync mapping from an organization.
|
45
|
+
[**orgs_saml_group_sync_disable**](OrgsApi.md#orgs_saml_group_sync_disable) | **POST** /orgs/{org}/saml-group-sync/disable/ | Disable SAML Group Sync for this organization.
|
46
|
+
[**orgs_saml_group_sync_enable**](OrgsApi.md#orgs_saml_group_sync_enable) | **POST** /orgs/{org}/saml-group-sync/enable/ | Enable SAML Group Sync for this organization.
|
44
47
|
[**orgs_saml_group_sync_list**](OrgsApi.md#orgs_saml_group_sync_list) | **GET** /orgs/{org}/saml-group-sync/ | Get the details of all SAML Group Sync mapping within an organization.
|
48
|
+
[**orgs_saml_group_sync_status**](OrgsApi.md#orgs_saml_group_sync_status) | **GET** /orgs/{org}/saml-group-sync/status/ | Retrieve the SAML Group Sync status for this organization.
|
45
49
|
[**orgs_services_create**](OrgsApi.md#orgs_services_create) | **POST** /orgs/{org}/services/ | Create a service within an organization.
|
46
50
|
[**orgs_services_delete**](OrgsApi.md#orgs_services_delete) | **DELETE** /orgs/{org}/services/{service}/ | Delete a specific service
|
47
51
|
[**orgs_services_list**](OrgsApi.md#orgs_services_list) | **GET** /orgs/{org}/services/ | Get a list of all services within an organization.
|
@@ -68,6 +72,68 @@ Method | HTTP request | Description
|
|
68
72
|
[**orgs_vulnerability_policy_violation_list**](OrgsApi.md#orgs_vulnerability_policy_violation_list) | **GET** /orgs/{org}/vulnerability-policy-violation/ | List all current vulnerability policy violations for this Organization.
|
69
73
|
|
70
74
|
|
75
|
+
# **orgs_delete**
|
76
|
+
> orgs_delete(org)
|
77
|
+
|
78
|
+
Delete the specified organization.
|
79
|
+
|
80
|
+
Delete the specified organization.
|
81
|
+
|
82
|
+
### Example
|
83
|
+
```ruby
|
84
|
+
# load the gem
|
85
|
+
require 'cloudsmith-api'
|
86
|
+
# setup authorization
|
87
|
+
CloudsmithApi.configure do |config|
|
88
|
+
# Configure API key authorization: apikey
|
89
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
90
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
91
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
92
|
+
|
93
|
+
# Configure HTTP basic authorization: basic
|
94
|
+
config.username = 'YOUR USERNAME'
|
95
|
+
config.password = 'YOUR PASSWORD'
|
96
|
+
|
97
|
+
# Configure API key authorization: token
|
98
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
99
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
100
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
101
|
+
end
|
102
|
+
|
103
|
+
api_instance = CloudsmithApi::OrgsApi.new
|
104
|
+
|
105
|
+
org = 'org_example' # String |
|
106
|
+
|
107
|
+
|
108
|
+
begin
|
109
|
+
#Delete the specified organization.
|
110
|
+
api_instance.orgs_delete(org)
|
111
|
+
rescue CloudsmithApi::ApiError => e
|
112
|
+
puts "Exception when calling OrgsApi->orgs_delete: #{e}"
|
113
|
+
end
|
114
|
+
```
|
115
|
+
|
116
|
+
### Parameters
|
117
|
+
|
118
|
+
Name | Type | Description | Notes
|
119
|
+
------------- | ------------- | ------------- | -------------
|
120
|
+
**org** | **String**| |
|
121
|
+
|
122
|
+
### Return type
|
123
|
+
|
124
|
+
nil (empty response body)
|
125
|
+
|
126
|
+
### Authorization
|
127
|
+
|
128
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
129
|
+
|
130
|
+
### HTTP request headers
|
131
|
+
|
132
|
+
- **Content-Type**: application/json
|
133
|
+
- **Accept**: application/json
|
134
|
+
|
135
|
+
|
136
|
+
|
71
137
|
# **orgs_deny_policy_create**
|
72
138
|
> PackageDenyPolicy orgs_deny_policy_create(org, opts)
|
73
139
|
|
@@ -85,6 +151,15 @@ CloudsmithApi.configure do |config|
|
|
85
151
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
86
152
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
87
153
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
154
|
+
|
155
|
+
# Configure HTTP basic authorization: basic
|
156
|
+
config.username = 'YOUR USERNAME'
|
157
|
+
config.password = 'YOUR PASSWORD'
|
158
|
+
|
159
|
+
# Configure API key authorization: token
|
160
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
161
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
162
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
88
163
|
end
|
89
164
|
|
90
165
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -117,7 +192,7 @@ Name | Type | Description | Notes
|
|
117
192
|
|
118
193
|
### Authorization
|
119
194
|
|
120
|
-
[apikey](../README.md#apikey)
|
195
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
121
196
|
|
122
197
|
### HTTP request headers
|
123
198
|
|
@@ -143,6 +218,15 @@ CloudsmithApi.configure do |config|
|
|
143
218
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
144
219
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
145
220
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
221
|
+
|
222
|
+
# Configure HTTP basic authorization: basic
|
223
|
+
config.username = 'YOUR USERNAME'
|
224
|
+
config.password = 'YOUR PASSWORD'
|
225
|
+
|
226
|
+
# Configure API key authorization: token
|
227
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
228
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
229
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
146
230
|
end
|
147
231
|
|
148
232
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -173,7 +257,7 @@ nil (empty response body)
|
|
173
257
|
|
174
258
|
### Authorization
|
175
259
|
|
176
|
-
[apikey](../README.md#apikey)
|
260
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
177
261
|
|
178
262
|
### HTTP request headers
|
179
263
|
|
@@ -199,6 +283,15 @@ CloudsmithApi.configure do |config|
|
|
199
283
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
200
284
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
201
285
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
286
|
+
|
287
|
+
# Configure HTTP basic authorization: basic
|
288
|
+
config.username = 'YOUR USERNAME'
|
289
|
+
config.password = 'YOUR PASSWORD'
|
290
|
+
|
291
|
+
# Configure API key authorization: token
|
292
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
293
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
294
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
202
295
|
end
|
203
296
|
|
204
297
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -233,7 +326,7 @@ Name | Type | Description | Notes
|
|
233
326
|
|
234
327
|
### Authorization
|
235
328
|
|
236
|
-
[apikey](../README.md#apikey)
|
329
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
237
330
|
|
238
331
|
### HTTP request headers
|
239
332
|
|
@@ -259,6 +352,15 @@ CloudsmithApi.configure do |config|
|
|
259
352
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
260
353
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
261
354
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
355
|
+
|
356
|
+
# Configure HTTP basic authorization: basic
|
357
|
+
config.username = 'YOUR USERNAME'
|
358
|
+
config.password = 'YOUR PASSWORD'
|
359
|
+
|
360
|
+
# Configure API key authorization: token
|
361
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
362
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
363
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
262
364
|
end
|
263
365
|
|
264
366
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -294,7 +396,7 @@ Name | Type | Description | Notes
|
|
294
396
|
|
295
397
|
### Authorization
|
296
398
|
|
297
|
-
[apikey](../README.md#apikey)
|
399
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
298
400
|
|
299
401
|
### HTTP request headers
|
300
402
|
|
@@ -320,6 +422,15 @@ CloudsmithApi.configure do |config|
|
|
320
422
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
321
423
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
322
424
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
425
|
+
|
426
|
+
# Configure HTTP basic authorization: basic
|
427
|
+
config.username = 'YOUR USERNAME'
|
428
|
+
config.password = 'YOUR PASSWORD'
|
429
|
+
|
430
|
+
# Configure API key authorization: token
|
431
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
432
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
433
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
323
434
|
end
|
324
435
|
|
325
436
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -351,7 +462,7 @@ Name | Type | Description | Notes
|
|
351
462
|
|
352
463
|
### Authorization
|
353
464
|
|
354
|
-
[apikey](../README.md#apikey)
|
465
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
355
466
|
|
356
467
|
### HTTP request headers
|
357
468
|
|
@@ -377,6 +488,15 @@ CloudsmithApi.configure do |config|
|
|
377
488
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
378
489
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
379
490
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
491
|
+
|
492
|
+
# Configure HTTP basic authorization: basic
|
493
|
+
config.username = 'YOUR USERNAME'
|
494
|
+
config.password = 'YOUR PASSWORD'
|
495
|
+
|
496
|
+
# Configure API key authorization: token
|
497
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
498
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
499
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
380
500
|
end
|
381
501
|
|
382
502
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -412,7 +532,7 @@ Name | Type | Description | Notes
|
|
412
532
|
|
413
533
|
### Authorization
|
414
534
|
|
415
|
-
[apikey](../README.md#apikey)
|
535
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
416
536
|
|
417
537
|
### HTTP request headers
|
418
538
|
|
@@ -438,6 +558,15 @@ CloudsmithApi.configure do |config|
|
|
438
558
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
439
559
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
440
560
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
561
|
+
|
562
|
+
# Configure HTTP basic authorization: basic
|
563
|
+
config.username = 'YOUR USERNAME'
|
564
|
+
config.password = 'YOUR PASSWORD'
|
565
|
+
|
566
|
+
# Configure API key authorization: token
|
567
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
568
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
569
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
441
570
|
end
|
442
571
|
|
443
572
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -470,7 +599,7 @@ Name | Type | Description | Notes
|
|
470
599
|
|
471
600
|
### Authorization
|
472
601
|
|
473
|
-
[apikey](../README.md#apikey)
|
602
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
474
603
|
|
475
604
|
### HTTP request headers
|
476
605
|
|
@@ -496,6 +625,15 @@ CloudsmithApi.configure do |config|
|
|
496
625
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
497
626
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
498
627
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
628
|
+
|
629
|
+
# Configure HTTP basic authorization: basic
|
630
|
+
config.username = 'YOUR USERNAME'
|
631
|
+
config.password = 'YOUR PASSWORD'
|
632
|
+
|
633
|
+
# Configure API key authorization: token
|
634
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
635
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
636
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
499
637
|
end
|
500
638
|
|
501
639
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -526,7 +664,7 @@ nil (empty response body)
|
|
526
664
|
|
527
665
|
### Authorization
|
528
666
|
|
529
|
-
[apikey](../README.md#apikey)
|
667
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
530
668
|
|
531
669
|
### HTTP request headers
|
532
670
|
|
@@ -552,6 +690,15 @@ CloudsmithApi.configure do |config|
|
|
552
690
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
553
691
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
554
692
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
693
|
+
|
694
|
+
# Configure HTTP basic authorization: basic
|
695
|
+
config.username = 'YOUR USERNAME'
|
696
|
+
config.password = 'YOUR PASSWORD'
|
697
|
+
|
698
|
+
# Configure API key authorization: token
|
699
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
700
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
701
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
555
702
|
end
|
556
703
|
|
557
704
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -583,7 +730,7 @@ Name | Type | Description | Notes
|
|
583
730
|
|
584
731
|
### Authorization
|
585
732
|
|
586
|
-
[apikey](../README.md#apikey)
|
733
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
587
734
|
|
588
735
|
### HTTP request headers
|
589
736
|
|
@@ -609,6 +756,15 @@ CloudsmithApi.configure do |config|
|
|
609
756
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
610
757
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
611
758
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
759
|
+
|
760
|
+
# Configure HTTP basic authorization: basic
|
761
|
+
config.username = 'YOUR USERNAME'
|
762
|
+
config.password = 'YOUR PASSWORD'
|
763
|
+
|
764
|
+
# Configure API key authorization: token
|
765
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
766
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
767
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
612
768
|
end
|
613
769
|
|
614
770
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -643,7 +799,7 @@ Name | Type | Description | Notes
|
|
643
799
|
|
644
800
|
### Authorization
|
645
801
|
|
646
|
-
[apikey](../README.md#apikey)
|
802
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
647
803
|
|
648
804
|
### HTTP request headers
|
649
805
|
|
@@ -669,6 +825,15 @@ CloudsmithApi.configure do |config|
|
|
669
825
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
670
826
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
671
827
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
828
|
+
|
829
|
+
# Configure HTTP basic authorization: basic
|
830
|
+
config.username = 'YOUR USERNAME'
|
831
|
+
config.password = 'YOUR PASSWORD'
|
832
|
+
|
833
|
+
# Configure API key authorization: token
|
834
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
835
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
836
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
672
837
|
end
|
673
838
|
|
674
839
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -704,7 +869,7 @@ Name | Type | Description | Notes
|
|
704
869
|
|
705
870
|
### Authorization
|
706
871
|
|
707
|
-
[apikey](../README.md#apikey)
|
872
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
708
873
|
|
709
874
|
### HTTP request headers
|
710
875
|
|
@@ -730,6 +895,15 @@ CloudsmithApi.configure do |config|
|
|
730
895
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
731
896
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
732
897
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
898
|
+
|
899
|
+
# Configure HTTP basic authorization: basic
|
900
|
+
config.username = 'YOUR USERNAME'
|
901
|
+
config.password = 'YOUR PASSWORD'
|
902
|
+
|
903
|
+
# Configure API key authorization: token
|
904
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
905
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
906
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
733
907
|
end
|
734
908
|
|
735
909
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -761,7 +935,7 @@ Name | Type | Description | Notes
|
|
761
935
|
|
762
936
|
### Authorization
|
763
937
|
|
764
|
-
[apikey](../README.md#apikey)
|
938
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
765
939
|
|
766
940
|
### HTTP request headers
|
767
941
|
|
@@ -787,6 +961,15 @@ CloudsmithApi.configure do |config|
|
|
787
961
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
788
962
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
789
963
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
964
|
+
|
965
|
+
# Configure HTTP basic authorization: basic
|
966
|
+
config.username = 'YOUR USERNAME'
|
967
|
+
config.password = 'YOUR PASSWORD'
|
968
|
+
|
969
|
+
# Configure API key authorization: token
|
970
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
971
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
972
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
790
973
|
end
|
791
974
|
|
792
975
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -819,7 +1002,7 @@ Name | Type | Description | Notes
|
|
819
1002
|
|
820
1003
|
### Authorization
|
821
1004
|
|
822
|
-
[apikey](../README.md#apikey)
|
1005
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
823
1006
|
|
824
1007
|
### HTTP request headers
|
825
1008
|
|
@@ -845,6 +1028,15 @@ CloudsmithApi.configure do |config|
|
|
845
1028
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
846
1029
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
847
1030
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1031
|
+
|
1032
|
+
# Configure HTTP basic authorization: basic
|
1033
|
+
config.username = 'YOUR USERNAME'
|
1034
|
+
config.password = 'YOUR PASSWORD'
|
1035
|
+
|
1036
|
+
# Configure API key authorization: token
|
1037
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1038
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1039
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
848
1040
|
end
|
849
1041
|
|
850
1042
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -875,7 +1067,7 @@ nil (empty response body)
|
|
875
1067
|
|
876
1068
|
### Authorization
|
877
1069
|
|
878
|
-
[apikey](../README.md#apikey)
|
1070
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
879
1071
|
|
880
1072
|
### HTTP request headers
|
881
1073
|
|
@@ -901,6 +1093,15 @@ CloudsmithApi.configure do |config|
|
|
901
1093
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
902
1094
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
903
1095
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1096
|
+
|
1097
|
+
# Configure HTTP basic authorization: basic
|
1098
|
+
config.username = 'YOUR USERNAME'
|
1099
|
+
config.password = 'YOUR PASSWORD'
|
1100
|
+
|
1101
|
+
# Configure API key authorization: token
|
1102
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1103
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1104
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
904
1105
|
end
|
905
1106
|
|
906
1107
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -936,7 +1137,7 @@ Name | Type | Description | Notes
|
|
936
1137
|
|
937
1138
|
### Authorization
|
938
1139
|
|
939
|
-
[apikey](../README.md#apikey)
|
1140
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
940
1141
|
|
941
1142
|
### HTTP request headers
|
942
1143
|
|
@@ -962,6 +1163,15 @@ CloudsmithApi.configure do |config|
|
|
962
1163
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
963
1164
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
964
1165
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1166
|
+
|
1167
|
+
# Configure HTTP basic authorization: basic
|
1168
|
+
config.username = 'YOUR USERNAME'
|
1169
|
+
config.password = 'YOUR PASSWORD'
|
1170
|
+
|
1171
|
+
# Configure API key authorization: token
|
1172
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1173
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1174
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
965
1175
|
end
|
966
1176
|
|
967
1177
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -999,7 +1209,7 @@ Name | Type | Description | Notes
|
|
999
1209
|
|
1000
1210
|
### Authorization
|
1001
1211
|
|
1002
|
-
[apikey](../README.md#apikey)
|
1212
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1003
1213
|
|
1004
1214
|
### HTTP request headers
|
1005
1215
|
|
@@ -1025,6 +1235,15 @@ CloudsmithApi.configure do |config|
|
|
1025
1235
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1026
1236
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1027
1237
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1238
|
+
|
1239
|
+
# Configure HTTP basic authorization: basic
|
1240
|
+
config.username = 'YOUR USERNAME'
|
1241
|
+
config.password = 'YOUR PASSWORD'
|
1242
|
+
|
1243
|
+
# Configure API key authorization: token
|
1244
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1245
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1246
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1028
1247
|
end
|
1029
1248
|
|
1030
1249
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1059,7 +1278,7 @@ Name | Type | Description | Notes
|
|
1059
1278
|
|
1060
1279
|
### Authorization
|
1061
1280
|
|
1062
|
-
[apikey](../README.md#apikey)
|
1281
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1063
1282
|
|
1064
1283
|
### HTTP request headers
|
1065
1284
|
|
@@ -1085,6 +1304,15 @@ CloudsmithApi.configure do |config|
|
|
1085
1304
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1086
1305
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1087
1306
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1307
|
+
|
1308
|
+
# Configure HTTP basic authorization: basic
|
1309
|
+
config.username = 'YOUR USERNAME'
|
1310
|
+
config.password = 'YOUR PASSWORD'
|
1311
|
+
|
1312
|
+
# Configure API key authorization: token
|
1313
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1314
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1315
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1088
1316
|
end
|
1089
1317
|
|
1090
1318
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1119,7 +1347,7 @@ Name | Type | Description | Notes
|
|
1119
1347
|
|
1120
1348
|
### Authorization
|
1121
1349
|
|
1122
|
-
[apikey](../README.md#apikey)
|
1350
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1123
1351
|
|
1124
1352
|
### HTTP request headers
|
1125
1353
|
|
@@ -1145,6 +1373,15 @@ CloudsmithApi.configure do |config|
|
|
1145
1373
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1146
1374
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1147
1375
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1376
|
+
|
1377
|
+
# Configure HTTP basic authorization: basic
|
1378
|
+
config.username = 'YOUR USERNAME'
|
1379
|
+
config.password = 'YOUR PASSWORD'
|
1380
|
+
|
1381
|
+
# Configure API key authorization: token
|
1382
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1383
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1384
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1148
1385
|
end
|
1149
1386
|
|
1150
1387
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1180,7 +1417,7 @@ Name | Type | Description | Notes
|
|
1180
1417
|
|
1181
1418
|
### Authorization
|
1182
1419
|
|
1183
|
-
[apikey](../README.md#apikey)
|
1420
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1184
1421
|
|
1185
1422
|
### HTTP request headers
|
1186
1423
|
|
@@ -1206,6 +1443,15 @@ CloudsmithApi.configure do |config|
|
|
1206
1443
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1207
1444
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1208
1445
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1446
|
+
|
1447
|
+
# Configure HTTP basic authorization: basic
|
1448
|
+
config.username = 'YOUR USERNAME'
|
1449
|
+
config.password = 'YOUR PASSWORD'
|
1450
|
+
|
1451
|
+
# Configure API key authorization: token
|
1452
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1453
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1454
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1209
1455
|
end
|
1210
1456
|
|
1211
1457
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1237,7 +1483,7 @@ Name | Type | Description | Notes
|
|
1237
1483
|
|
1238
1484
|
### Authorization
|
1239
1485
|
|
1240
|
-
[apikey](../README.md#apikey)
|
1486
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1241
1487
|
|
1242
1488
|
### HTTP request headers
|
1243
1489
|
|
@@ -1263,6 +1509,15 @@ CloudsmithApi.configure do |config|
|
|
1263
1509
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1264
1510
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1265
1511
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1512
|
+
|
1513
|
+
# Configure HTTP basic authorization: basic
|
1514
|
+
config.username = 'YOUR USERNAME'
|
1515
|
+
config.password = 'YOUR PASSWORD'
|
1516
|
+
|
1517
|
+
# Configure API key authorization: token
|
1518
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1519
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1520
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1266
1521
|
end
|
1267
1522
|
|
1268
1523
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1298,7 +1553,7 @@ Name | Type | Description | Notes
|
|
1298
1553
|
|
1299
1554
|
### Authorization
|
1300
1555
|
|
1301
|
-
[apikey](../README.md#apikey)
|
1556
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1302
1557
|
|
1303
1558
|
### HTTP request headers
|
1304
1559
|
|
@@ -1324,6 +1579,15 @@ CloudsmithApi.configure do |config|
|
|
1324
1579
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1325
1580
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1326
1581
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1582
|
+
|
1583
|
+
# Configure HTTP basic authorization: basic
|
1584
|
+
config.username = 'YOUR USERNAME'
|
1585
|
+
config.password = 'YOUR PASSWORD'
|
1586
|
+
|
1587
|
+
# Configure API key authorization: token
|
1588
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1589
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1590
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1327
1591
|
end
|
1328
1592
|
|
1329
1593
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1358,7 +1622,7 @@ Name | Type | Description | Notes
|
|
1358
1622
|
|
1359
1623
|
### Authorization
|
1360
1624
|
|
1361
|
-
[apikey](../README.md#apikey)
|
1625
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1362
1626
|
|
1363
1627
|
### HTTP request headers
|
1364
1628
|
|
@@ -1384,6 +1648,15 @@ CloudsmithApi.configure do |config|
|
|
1384
1648
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1385
1649
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1386
1650
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1651
|
+
|
1652
|
+
# Configure HTTP basic authorization: basic
|
1653
|
+
config.username = 'YOUR USERNAME'
|
1654
|
+
config.password = 'YOUR PASSWORD'
|
1655
|
+
|
1656
|
+
# Configure API key authorization: token
|
1657
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1658
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1659
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1387
1660
|
end
|
1388
1661
|
|
1389
1662
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1415,7 +1688,7 @@ Name | Type | Description | Notes
|
|
1415
1688
|
|
1416
1689
|
### Authorization
|
1417
1690
|
|
1418
|
-
[apikey](../README.md#apikey)
|
1691
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1419
1692
|
|
1420
1693
|
### HTTP request headers
|
1421
1694
|
|
@@ -1441,6 +1714,15 @@ CloudsmithApi.configure do |config|
|
|
1441
1714
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1442
1715
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1443
1716
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1717
|
+
|
1718
|
+
# Configure HTTP basic authorization: basic
|
1719
|
+
config.username = 'YOUR USERNAME'
|
1720
|
+
config.password = 'YOUR PASSWORD'
|
1721
|
+
|
1722
|
+
# Configure API key authorization: token
|
1723
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1724
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1725
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1444
1726
|
end
|
1445
1727
|
|
1446
1728
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1471,7 +1753,7 @@ nil (empty response body)
|
|
1471
1753
|
|
1472
1754
|
### Authorization
|
1473
1755
|
|
1474
|
-
[apikey](../README.md#apikey)
|
1756
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1475
1757
|
|
1476
1758
|
### HTTP request headers
|
1477
1759
|
|
@@ -1497,6 +1779,15 @@ CloudsmithApi.configure do |config|
|
|
1497
1779
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1498
1780
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1499
1781
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1782
|
+
|
1783
|
+
# Configure HTTP basic authorization: basic
|
1784
|
+
config.username = 'YOUR USERNAME'
|
1785
|
+
config.password = 'YOUR PASSWORD'
|
1786
|
+
|
1787
|
+
# Configure API key authorization: token
|
1788
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1789
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1790
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1500
1791
|
end
|
1501
1792
|
|
1502
1793
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1533,7 +1824,7 @@ Name | Type | Description | Notes
|
|
1533
1824
|
|
1534
1825
|
### Authorization
|
1535
1826
|
|
1536
|
-
[apikey](../README.md#apikey)
|
1827
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1537
1828
|
|
1538
1829
|
### HTTP request headers
|
1539
1830
|
|
@@ -1559,6 +1850,15 @@ CloudsmithApi.configure do |config|
|
|
1559
1850
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1560
1851
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1561
1852
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1853
|
+
|
1854
|
+
# Configure HTTP basic authorization: basic
|
1855
|
+
config.username = 'YOUR USERNAME'
|
1856
|
+
config.password = 'YOUR PASSWORD'
|
1857
|
+
|
1858
|
+
# Configure API key authorization: token
|
1859
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1860
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1861
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1562
1862
|
end
|
1563
1863
|
|
1564
1864
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1590,7 +1890,7 @@ Name | Type | Description | Notes
|
|
1590
1890
|
|
1591
1891
|
### Authorization
|
1592
1892
|
|
1593
|
-
[apikey](../README.md#apikey)
|
1893
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1594
1894
|
|
1595
1895
|
### HTTP request headers
|
1596
1896
|
|
@@ -1616,6 +1916,15 @@ CloudsmithApi.configure do |config|
|
|
1616
1916
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1617
1917
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1618
1918
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1919
|
+
|
1920
|
+
# Configure HTTP basic authorization: basic
|
1921
|
+
config.username = 'YOUR USERNAME'
|
1922
|
+
config.password = 'YOUR PASSWORD'
|
1923
|
+
|
1924
|
+
# Configure API key authorization: token
|
1925
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1926
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1927
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1619
1928
|
end
|
1620
1929
|
|
1621
1930
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1646,7 +1955,7 @@ nil (empty response body)
|
|
1646
1955
|
|
1647
1956
|
### Authorization
|
1648
1957
|
|
1649
|
-
[apikey](../README.md#apikey)
|
1958
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1650
1959
|
|
1651
1960
|
### HTTP request headers
|
1652
1961
|
|
@@ -1672,6 +1981,15 @@ CloudsmithApi.configure do |config|
|
|
1672
1981
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1673
1982
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1674
1983
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1984
|
+
|
1985
|
+
# Configure HTTP basic authorization: basic
|
1986
|
+
config.username = 'YOUR USERNAME'
|
1987
|
+
config.password = 'YOUR PASSWORD'
|
1988
|
+
|
1989
|
+
# Configure API key authorization: token
|
1990
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1991
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1992
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1675
1993
|
end
|
1676
1994
|
|
1677
1995
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1702,7 +2020,7 @@ nil (empty response body)
|
|
1702
2020
|
|
1703
2021
|
### Authorization
|
1704
2022
|
|
1705
|
-
[apikey](../README.md#apikey)
|
2023
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1706
2024
|
|
1707
2025
|
### HTTP request headers
|
1708
2026
|
|
@@ -1712,7 +2030,7 @@ nil (empty response body)
|
|
1712
2030
|
|
1713
2031
|
|
1714
2032
|
# **orgs_openid_connect_create**
|
1715
|
-
> orgs_openid_connect_create(org, opts)
|
2033
|
+
> ProviderSettings orgs_openid_connect_create(org, opts)
|
1716
2034
|
|
1717
2035
|
Create the OpenID Connect provider settings for the org.
|
1718
2036
|
|
@@ -1728,6 +2046,15 @@ CloudsmithApi.configure do |config|
|
|
1728
2046
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1729
2047
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1730
2048
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2049
|
+
|
2050
|
+
# Configure HTTP basic authorization: basic
|
2051
|
+
config.username = 'YOUR USERNAME'
|
2052
|
+
config.password = 'YOUR PASSWORD'
|
2053
|
+
|
2054
|
+
# Configure API key authorization: token
|
2055
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2056
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2057
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1731
2058
|
end
|
1732
2059
|
|
1733
2060
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1740,7 +2067,8 @@ opts = {
|
|
1740
2067
|
|
1741
2068
|
begin
|
1742
2069
|
#Create the OpenID Connect provider settings for the org.
|
1743
|
-
api_instance.orgs_openid_connect_create(org, opts)
|
2070
|
+
result = api_instance.orgs_openid_connect_create(org, opts)
|
2071
|
+
p result
|
1744
2072
|
rescue CloudsmithApi::ApiError => e
|
1745
2073
|
puts "Exception when calling OrgsApi->orgs_openid_connect_create: #{e}"
|
1746
2074
|
end
|
@@ -1755,11 +2083,11 @@ Name | Type | Description | Notes
|
|
1755
2083
|
|
1756
2084
|
### Return type
|
1757
2085
|
|
1758
|
-
|
2086
|
+
[**ProviderSettings**](ProviderSettings.md)
|
1759
2087
|
|
1760
2088
|
### Authorization
|
1761
2089
|
|
1762
|
-
[apikey](../README.md#apikey)
|
2090
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1763
2091
|
|
1764
2092
|
### HTTP request headers
|
1765
2093
|
|
@@ -1785,6 +2113,15 @@ CloudsmithApi.configure do |config|
|
|
1785
2113
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1786
2114
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1787
2115
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2116
|
+
|
2117
|
+
# Configure HTTP basic authorization: basic
|
2118
|
+
config.username = 'YOUR USERNAME'
|
2119
|
+
config.password = 'YOUR PASSWORD'
|
2120
|
+
|
2121
|
+
# Configure API key authorization: token
|
2122
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2123
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2124
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1788
2125
|
end
|
1789
2126
|
|
1790
2127
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1815,7 +2152,7 @@ nil (empty response body)
|
|
1815
2152
|
|
1816
2153
|
### Authorization
|
1817
2154
|
|
1818
|
-
[apikey](../README.md#apikey)
|
2155
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1819
2156
|
|
1820
2157
|
### HTTP request headers
|
1821
2158
|
|
@@ -1841,6 +2178,15 @@ CloudsmithApi.configure do |config|
|
|
1841
2178
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1842
2179
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1843
2180
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2181
|
+
|
2182
|
+
# Configure HTTP basic authorization: basic
|
2183
|
+
config.username = 'YOUR USERNAME'
|
2184
|
+
config.password = 'YOUR PASSWORD'
|
2185
|
+
|
2186
|
+
# Configure API key authorization: token
|
2187
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2188
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2189
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1844
2190
|
end
|
1845
2191
|
|
1846
2192
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1875,7 +2221,7 @@ Name | Type | Description | Notes
|
|
1875
2221
|
|
1876
2222
|
### Authorization
|
1877
2223
|
|
1878
|
-
[apikey](../README.md#apikey)
|
2224
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1879
2225
|
|
1880
2226
|
### HTTP request headers
|
1881
2227
|
|
@@ -1901,6 +2247,15 @@ CloudsmithApi.configure do |config|
|
|
1901
2247
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1902
2248
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1903
2249
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2250
|
+
|
2251
|
+
# Configure HTTP basic authorization: basic
|
2252
|
+
config.username = 'YOUR USERNAME'
|
2253
|
+
config.password = 'YOUR PASSWORD'
|
2254
|
+
|
2255
|
+
# Configure API key authorization: token
|
2256
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2257
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2258
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1904
2259
|
end
|
1905
2260
|
|
1906
2261
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1936,7 +2291,7 @@ Name | Type | Description | Notes
|
|
1936
2291
|
|
1937
2292
|
### Authorization
|
1938
2293
|
|
1939
|
-
[apikey](../README.md#apikey)
|
2294
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1940
2295
|
|
1941
2296
|
### HTTP request headers
|
1942
2297
|
|
@@ -1962,6 +2317,15 @@ CloudsmithApi.configure do |config|
|
|
1962
2317
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1963
2318
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1964
2319
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2320
|
+
|
2321
|
+
# Configure HTTP basic authorization: basic
|
2322
|
+
config.username = 'YOUR USERNAME'
|
2323
|
+
config.password = 'YOUR PASSWORD'
|
2324
|
+
|
2325
|
+
# Configure API key authorization: token
|
2326
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2327
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2328
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1965
2329
|
end
|
1966
2330
|
|
1967
2331
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -1993,7 +2357,7 @@ Name | Type | Description | Notes
|
|
1993
2357
|
|
1994
2358
|
### Authorization
|
1995
2359
|
|
1996
|
-
[apikey](../README.md#apikey)
|
2360
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1997
2361
|
|
1998
2362
|
### HTTP request headers
|
1999
2363
|
|
@@ -2019,6 +2383,15 @@ CloudsmithApi.configure do |config|
|
|
2019
2383
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2020
2384
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2021
2385
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2386
|
+
|
2387
|
+
# Configure HTTP basic authorization: basic
|
2388
|
+
config.username = 'YOUR USERNAME'
|
2389
|
+
config.password = 'YOUR PASSWORD'
|
2390
|
+
|
2391
|
+
# Configure API key authorization: token
|
2392
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2393
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2394
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2022
2395
|
end
|
2023
2396
|
|
2024
2397
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2054,7 +2427,7 @@ Name | Type | Description | Notes
|
|
2054
2427
|
|
2055
2428
|
### Authorization
|
2056
2429
|
|
2057
|
-
[apikey](../README.md#apikey)
|
2430
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2058
2431
|
|
2059
2432
|
### HTTP request headers
|
2060
2433
|
|
@@ -2080,6 +2453,15 @@ CloudsmithApi.configure do |config|
|
|
2080
2453
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2081
2454
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2082
2455
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2456
|
+
|
2457
|
+
# Configure HTTP basic authorization: basic
|
2458
|
+
config.username = 'YOUR USERNAME'
|
2459
|
+
config.password = 'YOUR PASSWORD'
|
2460
|
+
|
2461
|
+
# Configure API key authorization: token
|
2462
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2463
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2464
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2083
2465
|
end
|
2084
2466
|
|
2085
2467
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2108,7 +2490,7 @@ Name | Type | Description | Notes
|
|
2108
2490
|
|
2109
2491
|
### Authorization
|
2110
2492
|
|
2111
|
-
[apikey](../README.md#apikey)
|
2493
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2112
2494
|
|
2113
2495
|
### HTTP request headers
|
2114
2496
|
|
@@ -2134,6 +2516,15 @@ CloudsmithApi.configure do |config|
|
|
2134
2516
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2135
2517
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2136
2518
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2519
|
+
|
2520
|
+
# Configure HTTP basic authorization: basic
|
2521
|
+
config.username = 'YOUR USERNAME'
|
2522
|
+
config.password = 'YOUR PASSWORD'
|
2523
|
+
|
2524
|
+
# Configure API key authorization: token
|
2525
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2526
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2527
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2137
2528
|
end
|
2138
2529
|
|
2139
2530
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2166,7 +2557,7 @@ Name | Type | Description | Notes
|
|
2166
2557
|
|
2167
2558
|
### Authorization
|
2168
2559
|
|
2169
|
-
[apikey](../README.md#apikey)
|
2560
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2170
2561
|
|
2171
2562
|
### HTTP request headers
|
2172
2563
|
|
@@ -2192,6 +2583,15 @@ CloudsmithApi.configure do |config|
|
|
2192
2583
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2193
2584
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2194
2585
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2586
|
+
|
2587
|
+
# Configure HTTP basic authorization: basic
|
2588
|
+
config.username = 'YOUR USERNAME'
|
2589
|
+
config.password = 'YOUR PASSWORD'
|
2590
|
+
|
2591
|
+
# Configure API key authorization: token
|
2592
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2593
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2594
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2195
2595
|
end
|
2196
2596
|
|
2197
2597
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2222,7 +2622,131 @@ nil (empty response body)
|
|
2222
2622
|
|
2223
2623
|
### Authorization
|
2224
2624
|
|
2225
|
-
[apikey](../README.md#apikey)
|
2625
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2626
|
+
|
2627
|
+
### HTTP request headers
|
2628
|
+
|
2629
|
+
- **Content-Type**: application/json
|
2630
|
+
- **Accept**: application/json
|
2631
|
+
|
2632
|
+
|
2633
|
+
|
2634
|
+
# **orgs_saml_group_sync_disable**
|
2635
|
+
> orgs_saml_group_sync_disable(org)
|
2636
|
+
|
2637
|
+
Disable SAML Group Sync for this organization.
|
2638
|
+
|
2639
|
+
Disable SAML Group Sync for this organization.
|
2640
|
+
|
2641
|
+
### Example
|
2642
|
+
```ruby
|
2643
|
+
# load the gem
|
2644
|
+
require 'cloudsmith-api'
|
2645
|
+
# setup authorization
|
2646
|
+
CloudsmithApi.configure do |config|
|
2647
|
+
# Configure API key authorization: apikey
|
2648
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2649
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2650
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2651
|
+
|
2652
|
+
# Configure HTTP basic authorization: basic
|
2653
|
+
config.username = 'YOUR USERNAME'
|
2654
|
+
config.password = 'YOUR PASSWORD'
|
2655
|
+
|
2656
|
+
# Configure API key authorization: token
|
2657
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2658
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2659
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2660
|
+
end
|
2661
|
+
|
2662
|
+
api_instance = CloudsmithApi::OrgsApi.new
|
2663
|
+
|
2664
|
+
org = 'org_example' # String |
|
2665
|
+
|
2666
|
+
|
2667
|
+
begin
|
2668
|
+
#Disable SAML Group Sync for this organization.
|
2669
|
+
api_instance.orgs_saml_group_sync_disable(org)
|
2670
|
+
rescue CloudsmithApi::ApiError => e
|
2671
|
+
puts "Exception when calling OrgsApi->orgs_saml_group_sync_disable: #{e}"
|
2672
|
+
end
|
2673
|
+
```
|
2674
|
+
|
2675
|
+
### Parameters
|
2676
|
+
|
2677
|
+
Name | Type | Description | Notes
|
2678
|
+
------------- | ------------- | ------------- | -------------
|
2679
|
+
**org** | **String**| |
|
2680
|
+
|
2681
|
+
### Return type
|
2682
|
+
|
2683
|
+
nil (empty response body)
|
2684
|
+
|
2685
|
+
### Authorization
|
2686
|
+
|
2687
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2688
|
+
|
2689
|
+
### HTTP request headers
|
2690
|
+
|
2691
|
+
- **Content-Type**: application/json
|
2692
|
+
- **Accept**: application/json
|
2693
|
+
|
2694
|
+
|
2695
|
+
|
2696
|
+
# **orgs_saml_group_sync_enable**
|
2697
|
+
> orgs_saml_group_sync_enable(org)
|
2698
|
+
|
2699
|
+
Enable SAML Group Sync for this organization.
|
2700
|
+
|
2701
|
+
Enable SAML Group Sync for this organization.
|
2702
|
+
|
2703
|
+
### Example
|
2704
|
+
```ruby
|
2705
|
+
# load the gem
|
2706
|
+
require 'cloudsmith-api'
|
2707
|
+
# setup authorization
|
2708
|
+
CloudsmithApi.configure do |config|
|
2709
|
+
# Configure API key authorization: apikey
|
2710
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2711
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2712
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2713
|
+
|
2714
|
+
# Configure HTTP basic authorization: basic
|
2715
|
+
config.username = 'YOUR USERNAME'
|
2716
|
+
config.password = 'YOUR PASSWORD'
|
2717
|
+
|
2718
|
+
# Configure API key authorization: token
|
2719
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2720
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2721
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2722
|
+
end
|
2723
|
+
|
2724
|
+
api_instance = CloudsmithApi::OrgsApi.new
|
2725
|
+
|
2726
|
+
org = 'org_example' # String |
|
2727
|
+
|
2728
|
+
|
2729
|
+
begin
|
2730
|
+
#Enable SAML Group Sync for this organization.
|
2731
|
+
api_instance.orgs_saml_group_sync_enable(org)
|
2732
|
+
rescue CloudsmithApi::ApiError => e
|
2733
|
+
puts "Exception when calling OrgsApi->orgs_saml_group_sync_enable: #{e}"
|
2734
|
+
end
|
2735
|
+
```
|
2736
|
+
|
2737
|
+
### Parameters
|
2738
|
+
|
2739
|
+
Name | Type | Description | Notes
|
2740
|
+
------------- | ------------- | ------------- | -------------
|
2741
|
+
**org** | **String**| |
|
2742
|
+
|
2743
|
+
### Return type
|
2744
|
+
|
2745
|
+
nil (empty response body)
|
2746
|
+
|
2747
|
+
### Authorization
|
2748
|
+
|
2749
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2226
2750
|
|
2227
2751
|
### HTTP request headers
|
2228
2752
|
|
@@ -2248,6 +2772,15 @@ CloudsmithApi.configure do |config|
|
|
2248
2772
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2249
2773
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2250
2774
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2775
|
+
|
2776
|
+
# Configure HTTP basic authorization: basic
|
2777
|
+
config.username = 'YOUR USERNAME'
|
2778
|
+
config.password = 'YOUR PASSWORD'
|
2779
|
+
|
2780
|
+
# Configure API key authorization: token
|
2781
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2782
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2783
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2251
2784
|
end
|
2252
2785
|
|
2253
2786
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2282,7 +2815,70 @@ Name | Type | Description | Notes
|
|
2282
2815
|
|
2283
2816
|
### Authorization
|
2284
2817
|
|
2285
|
-
[apikey](../README.md#apikey)
|
2818
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2819
|
+
|
2820
|
+
### HTTP request headers
|
2821
|
+
|
2822
|
+
- **Content-Type**: application/json
|
2823
|
+
- **Accept**: application/json
|
2824
|
+
|
2825
|
+
|
2826
|
+
|
2827
|
+
# **orgs_saml_group_sync_status**
|
2828
|
+
> OrganizationGroupSyncStatus orgs_saml_group_sync_status(org)
|
2829
|
+
|
2830
|
+
Retrieve the SAML Group Sync status for this organization.
|
2831
|
+
|
2832
|
+
Retrieve the SAML Group Sync status for this organization.
|
2833
|
+
|
2834
|
+
### Example
|
2835
|
+
```ruby
|
2836
|
+
# load the gem
|
2837
|
+
require 'cloudsmith-api'
|
2838
|
+
# setup authorization
|
2839
|
+
CloudsmithApi.configure do |config|
|
2840
|
+
# Configure API key authorization: apikey
|
2841
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2842
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2843
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2844
|
+
|
2845
|
+
# Configure HTTP basic authorization: basic
|
2846
|
+
config.username = 'YOUR USERNAME'
|
2847
|
+
config.password = 'YOUR PASSWORD'
|
2848
|
+
|
2849
|
+
# Configure API key authorization: token
|
2850
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2851
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2852
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2853
|
+
end
|
2854
|
+
|
2855
|
+
api_instance = CloudsmithApi::OrgsApi.new
|
2856
|
+
|
2857
|
+
org = 'org_example' # String |
|
2858
|
+
|
2859
|
+
|
2860
|
+
begin
|
2861
|
+
#Retrieve the SAML Group Sync status for this organization.
|
2862
|
+
result = api_instance.orgs_saml_group_sync_status(org)
|
2863
|
+
p result
|
2864
|
+
rescue CloudsmithApi::ApiError => e
|
2865
|
+
puts "Exception when calling OrgsApi->orgs_saml_group_sync_status: #{e}"
|
2866
|
+
end
|
2867
|
+
```
|
2868
|
+
|
2869
|
+
### Parameters
|
2870
|
+
|
2871
|
+
Name | Type | Description | Notes
|
2872
|
+
------------- | ------------- | ------------- | -------------
|
2873
|
+
**org** | **String**| |
|
2874
|
+
|
2875
|
+
### Return type
|
2876
|
+
|
2877
|
+
[**OrganizationGroupSyncStatus**](OrganizationGroupSyncStatus.md)
|
2878
|
+
|
2879
|
+
### Authorization
|
2880
|
+
|
2881
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2286
2882
|
|
2287
2883
|
### HTTP request headers
|
2288
2884
|
|
@@ -2308,6 +2904,15 @@ CloudsmithApi.configure do |config|
|
|
2308
2904
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2309
2905
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2310
2906
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2907
|
+
|
2908
|
+
# Configure HTTP basic authorization: basic
|
2909
|
+
config.username = 'YOUR USERNAME'
|
2910
|
+
config.password = 'YOUR PASSWORD'
|
2911
|
+
|
2912
|
+
# Configure API key authorization: token
|
2913
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2914
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2915
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2311
2916
|
end
|
2312
2917
|
|
2313
2918
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2340,7 +2945,7 @@ Name | Type | Description | Notes
|
|
2340
2945
|
|
2341
2946
|
### Authorization
|
2342
2947
|
|
2343
|
-
[apikey](../README.md#apikey)
|
2948
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2344
2949
|
|
2345
2950
|
### HTTP request headers
|
2346
2951
|
|
@@ -2366,6 +2971,15 @@ CloudsmithApi.configure do |config|
|
|
2366
2971
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2367
2972
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2368
2973
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2974
|
+
|
2975
|
+
# Configure HTTP basic authorization: basic
|
2976
|
+
config.username = 'YOUR USERNAME'
|
2977
|
+
config.password = 'YOUR PASSWORD'
|
2978
|
+
|
2979
|
+
# Configure API key authorization: token
|
2980
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2981
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2982
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2369
2983
|
end
|
2370
2984
|
|
2371
2985
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2396,7 +3010,7 @@ nil (empty response body)
|
|
2396
3010
|
|
2397
3011
|
### Authorization
|
2398
3012
|
|
2399
|
-
[apikey](../README.md#apikey)
|
3013
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2400
3014
|
|
2401
3015
|
### HTTP request headers
|
2402
3016
|
|
@@ -2422,6 +3036,15 @@ CloudsmithApi.configure do |config|
|
|
2422
3036
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2423
3037
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2424
3038
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3039
|
+
|
3040
|
+
# Configure HTTP basic authorization: basic
|
3041
|
+
config.username = 'YOUR USERNAME'
|
3042
|
+
config.password = 'YOUR PASSWORD'
|
3043
|
+
|
3044
|
+
# Configure API key authorization: token
|
3045
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3046
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3047
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2425
3048
|
end
|
2426
3049
|
|
2427
3050
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2456,7 +3079,7 @@ Name | Type | Description | Notes
|
|
2456
3079
|
|
2457
3080
|
### Authorization
|
2458
3081
|
|
2459
|
-
[apikey](../README.md#apikey)
|
3082
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2460
3083
|
|
2461
3084
|
### HTTP request headers
|
2462
3085
|
|
@@ -2482,6 +3105,15 @@ CloudsmithApi.configure do |config|
|
|
2482
3105
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2483
3106
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2484
3107
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3108
|
+
|
3109
|
+
# Configure HTTP basic authorization: basic
|
3110
|
+
config.username = 'YOUR USERNAME'
|
3111
|
+
config.password = 'YOUR PASSWORD'
|
3112
|
+
|
3113
|
+
# Configure API key authorization: token
|
3114
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3115
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3116
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2485
3117
|
end
|
2486
3118
|
|
2487
3119
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2517,7 +3149,7 @@ Name | Type | Description | Notes
|
|
2517
3149
|
|
2518
3150
|
### Authorization
|
2519
3151
|
|
2520
|
-
[apikey](../README.md#apikey)
|
3152
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2521
3153
|
|
2522
3154
|
### HTTP request headers
|
2523
3155
|
|
@@ -2543,6 +3175,15 @@ CloudsmithApi.configure do |config|
|
|
2543
3175
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2544
3176
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2545
3177
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3178
|
+
|
3179
|
+
# Configure HTTP basic authorization: basic
|
3180
|
+
config.username = 'YOUR USERNAME'
|
3181
|
+
config.password = 'YOUR PASSWORD'
|
3182
|
+
|
3183
|
+
# Configure API key authorization: token
|
3184
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3185
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3186
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2546
3187
|
end
|
2547
3188
|
|
2548
3189
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2574,7 +3215,7 @@ Name | Type | Description | Notes
|
|
2574
3215
|
|
2575
3216
|
### Authorization
|
2576
3217
|
|
2577
|
-
[apikey](../README.md#apikey)
|
3218
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2578
3219
|
|
2579
3220
|
### HTTP request headers
|
2580
3221
|
|
@@ -2600,6 +3241,15 @@ CloudsmithApi.configure do |config|
|
|
2600
3241
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2601
3242
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2602
3243
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3244
|
+
|
3245
|
+
# Configure HTTP basic authorization: basic
|
3246
|
+
config.username = 'YOUR USERNAME'
|
3247
|
+
config.password = 'YOUR PASSWORD'
|
3248
|
+
|
3249
|
+
# Configure API key authorization: token
|
3250
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3251
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3252
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2603
3253
|
end
|
2604
3254
|
|
2605
3255
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2631,7 +3281,7 @@ Name | Type | Description | Notes
|
|
2631
3281
|
|
2632
3282
|
### Authorization
|
2633
3283
|
|
2634
|
-
[apikey](../README.md#apikey)
|
3284
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2635
3285
|
|
2636
3286
|
### HTTP request headers
|
2637
3287
|
|
@@ -2657,6 +3307,15 @@ CloudsmithApi.configure do |config|
|
|
2657
3307
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2658
3308
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2659
3309
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3310
|
+
|
3311
|
+
# Configure HTTP basic authorization: basic
|
3312
|
+
config.username = 'YOUR USERNAME'
|
3313
|
+
config.password = 'YOUR PASSWORD'
|
3314
|
+
|
3315
|
+
# Configure API key authorization: token
|
3316
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3317
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3318
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2660
3319
|
end
|
2661
3320
|
|
2662
3321
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2689,7 +3348,7 @@ Name | Type | Description | Notes
|
|
2689
3348
|
|
2690
3349
|
### Authorization
|
2691
3350
|
|
2692
|
-
[apikey](../README.md#apikey)
|
3351
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2693
3352
|
|
2694
3353
|
### HTTP request headers
|
2695
3354
|
|
@@ -2715,6 +3374,15 @@ CloudsmithApi.configure do |config|
|
|
2715
3374
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2716
3375
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2717
3376
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3377
|
+
|
3378
|
+
# Configure HTTP basic authorization: basic
|
3379
|
+
config.username = 'YOUR USERNAME'
|
3380
|
+
config.password = 'YOUR PASSWORD'
|
3381
|
+
|
3382
|
+
# Configure API key authorization: token
|
3383
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3384
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3385
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2718
3386
|
end
|
2719
3387
|
|
2720
3388
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2745,7 +3413,7 @@ nil (empty response body)
|
|
2745
3413
|
|
2746
3414
|
### Authorization
|
2747
3415
|
|
2748
|
-
[apikey](../README.md#apikey)
|
3416
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2749
3417
|
|
2750
3418
|
### HTTP request headers
|
2751
3419
|
|
@@ -2771,6 +3439,15 @@ CloudsmithApi.configure do |config|
|
|
2771
3439
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2772
3440
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2773
3441
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3442
|
+
|
3443
|
+
# Configure HTTP basic authorization: basic
|
3444
|
+
config.username = 'YOUR USERNAME'
|
3445
|
+
config.password = 'YOUR PASSWORD'
|
3446
|
+
|
3447
|
+
# Configure API key authorization: token
|
3448
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3449
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3450
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2774
3451
|
end
|
2775
3452
|
|
2776
3453
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2805,7 +3482,7 @@ Name | Type | Description | Notes
|
|
2805
3482
|
|
2806
3483
|
### Authorization
|
2807
3484
|
|
2808
|
-
[apikey](../README.md#apikey)
|
3485
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2809
3486
|
|
2810
3487
|
### HTTP request headers
|
2811
3488
|
|
@@ -2831,6 +3508,15 @@ CloudsmithApi.configure do |config|
|
|
2831
3508
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2832
3509
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2833
3510
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3511
|
+
|
3512
|
+
# Configure HTTP basic authorization: basic
|
3513
|
+
config.username = 'YOUR USERNAME'
|
3514
|
+
config.password = 'YOUR PASSWORD'
|
3515
|
+
|
3516
|
+
# Configure API key authorization: token
|
3517
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3518
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3519
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2834
3520
|
end
|
2835
3521
|
|
2836
3522
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2866,7 +3552,7 @@ Name | Type | Description | Notes
|
|
2866
3552
|
|
2867
3553
|
### Authorization
|
2868
3554
|
|
2869
|
-
[apikey](../README.md#apikey)
|
3555
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2870
3556
|
|
2871
3557
|
### HTTP request headers
|
2872
3558
|
|
@@ -2892,6 +3578,15 @@ CloudsmithApi.configure do |config|
|
|
2892
3578
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2893
3579
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2894
3580
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3581
|
+
|
3582
|
+
# Configure HTTP basic authorization: basic
|
3583
|
+
config.username = 'YOUR USERNAME'
|
3584
|
+
config.password = 'YOUR PASSWORD'
|
3585
|
+
|
3586
|
+
# Configure API key authorization: token
|
3587
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3588
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3589
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2895
3590
|
end
|
2896
3591
|
|
2897
3592
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2923,7 +3618,7 @@ Name | Type | Description | Notes
|
|
2923
3618
|
|
2924
3619
|
### Authorization
|
2925
3620
|
|
2926
|
-
[apikey](../README.md#apikey)
|
3621
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2927
3622
|
|
2928
3623
|
### HTTP request headers
|
2929
3624
|
|
@@ -2933,7 +3628,7 @@ Name | Type | Description | Notes
|
|
2933
3628
|
|
2934
3629
|
|
2935
3630
|
# **orgs_teams_members_update**
|
2936
|
-
> OrganizationTeamMembers orgs_teams_members_update(org, team)
|
3631
|
+
> OrganizationTeamMembers orgs_teams_members_update(org, team, opts)
|
2937
3632
|
|
2938
3633
|
Replace all team members.
|
2939
3634
|
|
@@ -2949,6 +3644,15 @@ CloudsmithApi.configure do |config|
|
|
2949
3644
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2950
3645
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2951
3646
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3647
|
+
|
3648
|
+
# Configure HTTP basic authorization: basic
|
3649
|
+
config.username = 'YOUR USERNAME'
|
3650
|
+
config.password = 'YOUR PASSWORD'
|
3651
|
+
|
3652
|
+
# Configure API key authorization: token
|
3653
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3654
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3655
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2952
3656
|
end
|
2953
3657
|
|
2954
3658
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -2957,10 +3661,13 @@ org = 'org_example' # String |
|
|
2957
3661
|
|
2958
3662
|
team = 'team_example' # String |
|
2959
3663
|
|
3664
|
+
opts = {
|
3665
|
+
data: CloudsmithApi::OrganizationTeamMembers.new # OrganizationTeamMembers |
|
3666
|
+
}
|
2960
3667
|
|
2961
3668
|
begin
|
2962
3669
|
#Replace all team members.
|
2963
|
-
result = api_instance.orgs_teams_members_update(org, team)
|
3670
|
+
result = api_instance.orgs_teams_members_update(org, team, opts)
|
2964
3671
|
p result
|
2965
3672
|
rescue CloudsmithApi::ApiError => e
|
2966
3673
|
puts "Exception when calling OrgsApi->orgs_teams_members_update: #{e}"
|
@@ -2973,6 +3680,7 @@ Name | Type | Description | Notes
|
|
2973
3680
|
------------- | ------------- | ------------- | -------------
|
2974
3681
|
**org** | **String**| |
|
2975
3682
|
**team** | **String**| |
|
3683
|
+
**data** | [**OrganizationTeamMembers**](OrganizationTeamMembers.md)| | [optional]
|
2976
3684
|
|
2977
3685
|
### Return type
|
2978
3686
|
|
@@ -2980,7 +3688,7 @@ Name | Type | Description | Notes
|
|
2980
3688
|
|
2981
3689
|
### Authorization
|
2982
3690
|
|
2983
|
-
[apikey](../README.md#apikey)
|
3691
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2984
3692
|
|
2985
3693
|
### HTTP request headers
|
2986
3694
|
|
@@ -3006,6 +3714,15 @@ CloudsmithApi.configure do |config|
|
|
3006
3714
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3007
3715
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3008
3716
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3717
|
+
|
3718
|
+
# Configure HTTP basic authorization: basic
|
3719
|
+
config.username = 'YOUR USERNAME'
|
3720
|
+
config.password = 'YOUR PASSWORD'
|
3721
|
+
|
3722
|
+
# Configure API key authorization: token
|
3723
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3724
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3725
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3009
3726
|
end
|
3010
3727
|
|
3011
3728
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3041,7 +3758,7 @@ Name | Type | Description | Notes
|
|
3041
3758
|
|
3042
3759
|
### Authorization
|
3043
3760
|
|
3044
|
-
[apikey](../README.md#apikey)
|
3761
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3045
3762
|
|
3046
3763
|
### HTTP request headers
|
3047
3764
|
|
@@ -3067,6 +3784,15 @@ CloudsmithApi.configure do |config|
|
|
3067
3784
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3068
3785
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3069
3786
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3787
|
+
|
3788
|
+
# Configure HTTP basic authorization: basic
|
3789
|
+
config.username = 'YOUR USERNAME'
|
3790
|
+
config.password = 'YOUR PASSWORD'
|
3791
|
+
|
3792
|
+
# Configure API key authorization: token
|
3793
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3794
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3795
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3070
3796
|
end
|
3071
3797
|
|
3072
3798
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3098,7 +3824,7 @@ Name | Type | Description | Notes
|
|
3098
3824
|
|
3099
3825
|
### Authorization
|
3100
3826
|
|
3101
|
-
[apikey](../README.md#apikey)
|
3827
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3102
3828
|
|
3103
3829
|
### HTTP request headers
|
3104
3830
|
|
@@ -3124,6 +3850,15 @@ CloudsmithApi.configure do |config|
|
|
3124
3850
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3125
3851
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3126
3852
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3853
|
+
|
3854
|
+
# Configure HTTP basic authorization: basic
|
3855
|
+
config.username = 'YOUR USERNAME'
|
3856
|
+
config.password = 'YOUR PASSWORD'
|
3857
|
+
|
3858
|
+
# Configure API key authorization: token
|
3859
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3860
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3861
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3127
3862
|
end
|
3128
3863
|
|
3129
3864
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3156,7 +3891,7 @@ Name | Type | Description | Notes
|
|
3156
3891
|
|
3157
3892
|
### Authorization
|
3158
3893
|
|
3159
|
-
[apikey](../README.md#apikey)
|
3894
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3160
3895
|
|
3161
3896
|
### HTTP request headers
|
3162
3897
|
|
@@ -3182,6 +3917,15 @@ CloudsmithApi.configure do |config|
|
|
3182
3917
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3183
3918
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3184
3919
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3920
|
+
|
3921
|
+
# Configure HTTP basic authorization: basic
|
3922
|
+
config.username = 'YOUR USERNAME'
|
3923
|
+
config.password = 'YOUR PASSWORD'
|
3924
|
+
|
3925
|
+
# Configure API key authorization: token
|
3926
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3927
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3928
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3185
3929
|
end
|
3186
3930
|
|
3187
3931
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3212,7 +3956,7 @@ nil (empty response body)
|
|
3212
3956
|
|
3213
3957
|
### Authorization
|
3214
3958
|
|
3215
|
-
[apikey](../README.md#apikey)
|
3959
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3216
3960
|
|
3217
3961
|
### HTTP request headers
|
3218
3962
|
|
@@ -3238,6 +3982,15 @@ CloudsmithApi.configure do |config|
|
|
3238
3982
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3239
3983
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3240
3984
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3985
|
+
|
3986
|
+
# Configure HTTP basic authorization: basic
|
3987
|
+
config.username = 'YOUR USERNAME'
|
3988
|
+
config.password = 'YOUR PASSWORD'
|
3989
|
+
|
3990
|
+
# Configure API key authorization: token
|
3991
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3992
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3993
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3241
3994
|
end
|
3242
3995
|
|
3243
3996
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3273,7 +4026,7 @@ Name | Type | Description | Notes
|
|
3273
4026
|
|
3274
4027
|
### Authorization
|
3275
4028
|
|
3276
|
-
[apikey](../README.md#apikey)
|
4029
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3277
4030
|
|
3278
4031
|
### HTTP request headers
|
3279
4032
|
|
@@ -3299,6 +4052,15 @@ CloudsmithApi.configure do |config|
|
|
3299
4052
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3300
4053
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3301
4054
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4055
|
+
|
4056
|
+
# Configure HTTP basic authorization: basic
|
4057
|
+
config.username = 'YOUR USERNAME'
|
4058
|
+
config.password = 'YOUR PASSWORD'
|
4059
|
+
|
4060
|
+
# Configure API key authorization: token
|
4061
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4062
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4063
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3302
4064
|
end
|
3303
4065
|
|
3304
4066
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3336,7 +4098,7 @@ Name | Type | Description | Notes
|
|
3336
4098
|
|
3337
4099
|
### Authorization
|
3338
4100
|
|
3339
|
-
[apikey](../README.md#apikey)
|
4101
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3340
4102
|
|
3341
4103
|
### HTTP request headers
|
3342
4104
|
|
@@ -3362,6 +4124,15 @@ CloudsmithApi.configure do |config|
|
|
3362
4124
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3363
4125
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3364
4126
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4127
|
+
|
4128
|
+
# Configure HTTP basic authorization: basic
|
4129
|
+
config.username = 'YOUR USERNAME'
|
4130
|
+
config.password = 'YOUR PASSWORD'
|
4131
|
+
|
4132
|
+
# Configure API key authorization: token
|
4133
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4134
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4135
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3365
4136
|
end
|
3366
4137
|
|
3367
4138
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3396,7 +4167,7 @@ Name | Type | Description | Notes
|
|
3396
4167
|
|
3397
4168
|
### Authorization
|
3398
4169
|
|
3399
|
-
[apikey](../README.md#apikey)
|
4170
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3400
4171
|
|
3401
4172
|
### HTTP request headers
|
3402
4173
|
|
@@ -3422,6 +4193,15 @@ CloudsmithApi.configure do |config|
|
|
3422
4193
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3423
4194
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3424
4195
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4196
|
+
|
4197
|
+
# Configure HTTP basic authorization: basic
|
4198
|
+
config.username = 'YOUR USERNAME'
|
4199
|
+
config.password = 'YOUR PASSWORD'
|
4200
|
+
|
4201
|
+
# Configure API key authorization: token
|
4202
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4203
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4204
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3425
4205
|
end
|
3426
4206
|
|
3427
4207
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3456,7 +4236,7 @@ Name | Type | Description | Notes
|
|
3456
4236
|
|
3457
4237
|
### Authorization
|
3458
4238
|
|
3459
|
-
[apikey](../README.md#apikey)
|
4239
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3460
4240
|
|
3461
4241
|
### HTTP request headers
|
3462
4242
|
|
@@ -3482,6 +4262,15 @@ CloudsmithApi.configure do |config|
|
|
3482
4262
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3483
4263
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3484
4264
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4265
|
+
|
4266
|
+
# Configure HTTP basic authorization: basic
|
4267
|
+
config.username = 'YOUR USERNAME'
|
4268
|
+
config.password = 'YOUR PASSWORD'
|
4269
|
+
|
4270
|
+
# Configure API key authorization: token
|
4271
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4272
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4273
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3485
4274
|
end
|
3486
4275
|
|
3487
4276
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3517,7 +4306,7 @@ Name | Type | Description | Notes
|
|
3517
4306
|
|
3518
4307
|
### Authorization
|
3519
4308
|
|
3520
|
-
[apikey](../README.md#apikey)
|
4309
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3521
4310
|
|
3522
4311
|
### HTTP request headers
|
3523
4312
|
|
@@ -3543,6 +4332,15 @@ CloudsmithApi.configure do |config|
|
|
3543
4332
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3544
4333
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3545
4334
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4335
|
+
|
4336
|
+
# Configure HTTP basic authorization: basic
|
4337
|
+
config.username = 'YOUR USERNAME'
|
4338
|
+
config.password = 'YOUR PASSWORD'
|
4339
|
+
|
4340
|
+
# Configure API key authorization: token
|
4341
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4342
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4343
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3546
4344
|
end
|
3547
4345
|
|
3548
4346
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3574,7 +4372,7 @@ Name | Type | Description | Notes
|
|
3574
4372
|
|
3575
4373
|
### Authorization
|
3576
4374
|
|
3577
|
-
[apikey](../README.md#apikey)
|
4375
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3578
4376
|
|
3579
4377
|
### HTTP request headers
|
3580
4378
|
|
@@ -3600,6 +4398,15 @@ CloudsmithApi.configure do |config|
|
|
3600
4398
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3601
4399
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3602
4400
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4401
|
+
|
4402
|
+
# Configure HTTP basic authorization: basic
|
4403
|
+
config.username = 'YOUR USERNAME'
|
4404
|
+
config.password = 'YOUR PASSWORD'
|
4405
|
+
|
4406
|
+
# Configure API key authorization: token
|
4407
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4408
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4409
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3603
4410
|
end
|
3604
4411
|
|
3605
4412
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3635,7 +4442,7 @@ Name | Type | Description | Notes
|
|
3635
4442
|
|
3636
4443
|
### Authorization
|
3637
4444
|
|
3638
|
-
[apikey](../README.md#apikey)
|
4445
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3639
4446
|
|
3640
4447
|
### HTTP request headers
|
3641
4448
|
|
@@ -3661,6 +4468,15 @@ CloudsmithApi.configure do |config|
|
|
3661
4468
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3662
4469
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3663
4470
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4471
|
+
|
4472
|
+
# Configure HTTP basic authorization: basic
|
4473
|
+
config.username = 'YOUR USERNAME'
|
4474
|
+
config.password = 'YOUR PASSWORD'
|
4475
|
+
|
4476
|
+
# Configure API key authorization: token
|
4477
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4478
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4479
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3664
4480
|
end
|
3665
4481
|
|
3666
4482
|
api_instance = CloudsmithApi::OrgsApi.new
|
@@ -3695,7 +4511,7 @@ Name | Type | Description | Notes
|
|
3695
4511
|
|
3696
4512
|
### Authorization
|
3697
4513
|
|
3698
|
-
[apikey](../README.md#apikey)
|
4514
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3699
4515
|
|
3700
4516
|
### HTTP request headers
|
3701
4517
|
|