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/PackagesApi.md
CHANGED
@@ -9,7 +9,7 @@ Method | HTTP request | Description
|
|
9
9
|
[**packages_dependencies**](PackagesApi.md#packages_dependencies) | **GET** /packages/{owner}/{repo}/{identifier}/dependencies/ | Get the list of dependencies for a package. Transitive dependencies are included where supported.
|
10
10
|
[**packages_list**](PackagesApi.md#packages_list) | **GET** /packages/{owner}/{repo}/ | Get a list of all packages associated with repository.
|
11
11
|
[**packages_move**](PackagesApi.md#packages_move) | **POST** /packages/{owner}/{repo}/{identifier}/move/ | Move a package to another repository.
|
12
|
-
[**packages_quarantine**](PackagesApi.md#packages_quarantine) | **POST** /packages/{owner}/{repo}/{identifier}/quarantine/ | Quarantine or
|
12
|
+
[**packages_quarantine**](PackagesApi.md#packages_quarantine) | **POST** /packages/{owner}/{repo}/{identifier}/quarantine/ | Quarantine or release a package.
|
13
13
|
[**packages_read**](PackagesApi.md#packages_read) | **GET** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository.
|
14
14
|
[**packages_resync**](PackagesApi.md#packages_resync) | **POST** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation.
|
15
15
|
[**packages_scan**](PackagesApi.md#packages_scan) | **POST** /packages/{owner}/{repo}/{identifier}/scan/ | Schedule a package for scanning.
|
@@ -84,6 +84,15 @@ CloudsmithApi.configure do |config|
|
|
84
84
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
85
85
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
86
86
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
87
|
+
|
88
|
+
# Configure HTTP basic authorization: basic
|
89
|
+
config.username = 'YOUR USERNAME'
|
90
|
+
config.password = 'YOUR PASSWORD'
|
91
|
+
|
92
|
+
# Configure API key authorization: token
|
93
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
94
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
95
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
87
96
|
end
|
88
97
|
|
89
98
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -122,7 +131,7 @@ Name | Type | Description | Notes
|
|
122
131
|
|
123
132
|
### Authorization
|
124
133
|
|
125
|
-
[apikey](../README.md#apikey)
|
134
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
126
135
|
|
127
136
|
### HTTP request headers
|
128
137
|
|
@@ -148,6 +157,15 @@ CloudsmithApi.configure do |config|
|
|
148
157
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
149
158
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
150
159
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
160
|
+
|
161
|
+
# Configure HTTP basic authorization: basic
|
162
|
+
config.username = 'YOUR USERNAME'
|
163
|
+
config.password = 'YOUR PASSWORD'
|
164
|
+
|
165
|
+
# Configure API key authorization: token
|
166
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
167
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
168
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
151
169
|
end
|
152
170
|
|
153
171
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -181,7 +199,7 @@ nil (empty response body)
|
|
181
199
|
|
182
200
|
### Authorization
|
183
201
|
|
184
|
-
[apikey](../README.md#apikey)
|
202
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
185
203
|
|
186
204
|
### HTTP request headers
|
187
205
|
|
@@ -207,6 +225,15 @@ CloudsmithApi.configure do |config|
|
|
207
225
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
208
226
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
209
227
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
228
|
+
|
229
|
+
# Configure HTTP basic authorization: basic
|
230
|
+
config.username = 'YOUR USERNAME'
|
231
|
+
config.password = 'YOUR PASSWORD'
|
232
|
+
|
233
|
+
# Configure API key authorization: token
|
234
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
235
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
236
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
210
237
|
end
|
211
238
|
|
212
239
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -241,7 +268,7 @@ Name | Type | Description | Notes
|
|
241
268
|
|
242
269
|
### Authorization
|
243
270
|
|
244
|
-
[apikey](../README.md#apikey)
|
271
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
245
272
|
|
246
273
|
### HTTP request headers
|
247
274
|
|
@@ -267,6 +294,15 @@ CloudsmithApi.configure do |config|
|
|
267
294
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
268
295
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
269
296
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
297
|
+
|
298
|
+
# Configure HTTP basic authorization: basic
|
299
|
+
config.username = 'YOUR USERNAME'
|
300
|
+
config.password = 'YOUR PASSWORD'
|
301
|
+
|
302
|
+
# Configure API key authorization: token
|
303
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
304
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
305
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
270
306
|
end
|
271
307
|
|
272
308
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -308,7 +344,7 @@ Name | Type | Description | Notes
|
|
308
344
|
|
309
345
|
### Authorization
|
310
346
|
|
311
|
-
[apikey](../README.md#apikey)
|
347
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
312
348
|
|
313
349
|
### HTTP request headers
|
314
350
|
|
@@ -334,6 +370,15 @@ CloudsmithApi.configure do |config|
|
|
334
370
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
335
371
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
336
372
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
373
|
+
|
374
|
+
# Configure HTTP basic authorization: basic
|
375
|
+
config.username = 'YOUR USERNAME'
|
376
|
+
config.password = 'YOUR PASSWORD'
|
377
|
+
|
378
|
+
# Configure API key authorization: token
|
379
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
380
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
381
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
337
382
|
end
|
338
383
|
|
339
384
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -372,7 +417,7 @@ Name | Type | Description | Notes
|
|
372
417
|
|
373
418
|
### Authorization
|
374
419
|
|
375
|
-
[apikey](../README.md#apikey)
|
420
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
376
421
|
|
377
422
|
### HTTP request headers
|
378
423
|
|
@@ -384,9 +429,9 @@ Name | Type | Description | Notes
|
|
384
429
|
# **packages_quarantine**
|
385
430
|
> PackageQuarantine packages_quarantine(owner, repo, identifier, opts)
|
386
431
|
|
387
|
-
Quarantine or
|
432
|
+
Quarantine or release a package.
|
388
433
|
|
389
|
-
Quarantine or
|
434
|
+
Quarantine or release a package.
|
390
435
|
|
391
436
|
### Example
|
392
437
|
```ruby
|
@@ -398,6 +443,15 @@ CloudsmithApi.configure do |config|
|
|
398
443
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
399
444
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
400
445
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
446
|
+
|
447
|
+
# Configure HTTP basic authorization: basic
|
448
|
+
config.username = 'YOUR USERNAME'
|
449
|
+
config.password = 'YOUR PASSWORD'
|
450
|
+
|
451
|
+
# Configure API key authorization: token
|
452
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
453
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
454
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
401
455
|
end
|
402
456
|
|
403
457
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -413,7 +467,7 @@ opts = {
|
|
413
467
|
}
|
414
468
|
|
415
469
|
begin
|
416
|
-
#Quarantine or
|
470
|
+
#Quarantine or release a package.
|
417
471
|
result = api_instance.packages_quarantine(owner, repo, identifier, opts)
|
418
472
|
p result
|
419
473
|
rescue CloudsmithApi::ApiError => e
|
@@ -436,7 +490,7 @@ Name | Type | Description | Notes
|
|
436
490
|
|
437
491
|
### Authorization
|
438
492
|
|
439
|
-
[apikey](../README.md#apikey)
|
493
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
440
494
|
|
441
495
|
### HTTP request headers
|
442
496
|
|
@@ -462,6 +516,15 @@ CloudsmithApi.configure do |config|
|
|
462
516
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
463
517
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
464
518
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
519
|
+
|
520
|
+
# Configure HTTP basic authorization: basic
|
521
|
+
config.username = 'YOUR USERNAME'
|
522
|
+
config.password = 'YOUR PASSWORD'
|
523
|
+
|
524
|
+
# Configure API key authorization: token
|
525
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
526
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
527
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
465
528
|
end
|
466
529
|
|
467
530
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -496,7 +559,7 @@ Name | Type | Description | Notes
|
|
496
559
|
|
497
560
|
### Authorization
|
498
561
|
|
499
|
-
[apikey](../README.md#apikey)
|
562
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
500
563
|
|
501
564
|
### HTTP request headers
|
502
565
|
|
@@ -522,6 +585,15 @@ CloudsmithApi.configure do |config|
|
|
522
585
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
523
586
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
524
587
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
588
|
+
|
589
|
+
# Configure HTTP basic authorization: basic
|
590
|
+
config.username = 'YOUR USERNAME'
|
591
|
+
config.password = 'YOUR PASSWORD'
|
592
|
+
|
593
|
+
# Configure API key authorization: token
|
594
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
595
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
596
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
525
597
|
end
|
526
598
|
|
527
599
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -556,7 +628,7 @@ Name | Type | Description | Notes
|
|
556
628
|
|
557
629
|
### Authorization
|
558
630
|
|
559
|
-
[apikey](../README.md#apikey)
|
631
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
560
632
|
|
561
633
|
### HTTP request headers
|
562
634
|
|
@@ -582,6 +654,15 @@ CloudsmithApi.configure do |config|
|
|
582
654
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
583
655
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
584
656
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
657
|
+
|
658
|
+
# Configure HTTP basic authorization: basic
|
659
|
+
config.username = 'YOUR USERNAME'
|
660
|
+
config.password = 'YOUR PASSWORD'
|
661
|
+
|
662
|
+
# Configure API key authorization: token
|
663
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
664
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
665
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
585
666
|
end
|
586
667
|
|
587
668
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -616,7 +697,7 @@ Name | Type | Description | Notes
|
|
616
697
|
|
617
698
|
### Authorization
|
618
699
|
|
619
|
-
[apikey](../README.md#apikey)
|
700
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
620
701
|
|
621
702
|
### HTTP request headers
|
622
703
|
|
@@ -642,6 +723,15 @@ CloudsmithApi.configure do |config|
|
|
642
723
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
643
724
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
644
725
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
726
|
+
|
727
|
+
# Configure HTTP basic authorization: basic
|
728
|
+
config.username = 'YOUR USERNAME'
|
729
|
+
config.password = 'YOUR PASSWORD'
|
730
|
+
|
731
|
+
# Configure API key authorization: token
|
732
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
733
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
734
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
645
735
|
end
|
646
736
|
|
647
737
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -676,7 +766,7 @@ Name | Type | Description | Notes
|
|
676
766
|
|
677
767
|
### Authorization
|
678
768
|
|
679
|
-
[apikey](../README.md#apikey)
|
769
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
680
770
|
|
681
771
|
### HTTP request headers
|
682
772
|
|
@@ -702,6 +792,15 @@ CloudsmithApi.configure do |config|
|
|
702
792
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
703
793
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
704
794
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
795
|
+
|
796
|
+
# Configure HTTP basic authorization: basic
|
797
|
+
config.username = 'YOUR USERNAME'
|
798
|
+
config.password = 'YOUR PASSWORD'
|
799
|
+
|
800
|
+
# Configure API key authorization: token
|
801
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
802
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
803
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
705
804
|
end
|
706
805
|
|
707
806
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -740,7 +839,7 @@ Name | Type | Description | Notes
|
|
740
839
|
|
741
840
|
### Authorization
|
742
841
|
|
743
|
-
[apikey](../README.md#apikey)
|
842
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
744
843
|
|
745
844
|
### HTTP request headers
|
746
845
|
|
@@ -766,6 +865,15 @@ CloudsmithApi.configure do |config|
|
|
766
865
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
767
866
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
768
867
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
868
|
+
|
869
|
+
# Configure HTTP basic authorization: basic
|
870
|
+
config.username = 'YOUR USERNAME'
|
871
|
+
config.password = 'YOUR PASSWORD'
|
872
|
+
|
873
|
+
# Configure API key authorization: token
|
874
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
875
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
876
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
769
877
|
end
|
770
878
|
|
771
879
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -801,7 +909,7 @@ Name | Type | Description | Notes
|
|
801
909
|
|
802
910
|
### Authorization
|
803
911
|
|
804
|
-
[apikey](../README.md#apikey)
|
912
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
805
913
|
|
806
914
|
### HTTP request headers
|
807
915
|
|
@@ -827,6 +935,15 @@ CloudsmithApi.configure do |config|
|
|
827
935
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
828
936
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
829
937
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
938
|
+
|
939
|
+
# Configure HTTP basic authorization: basic
|
940
|
+
config.username = 'YOUR USERNAME'
|
941
|
+
config.password = 'YOUR PASSWORD'
|
942
|
+
|
943
|
+
# Configure API key authorization: token
|
944
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
945
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
946
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
830
947
|
end
|
831
948
|
|
832
949
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -862,7 +979,7 @@ Name | Type | Description | Notes
|
|
862
979
|
|
863
980
|
### Authorization
|
864
981
|
|
865
|
-
[apikey](../README.md#apikey)
|
982
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
866
983
|
|
867
984
|
### HTTP request headers
|
868
985
|
|
@@ -888,6 +1005,15 @@ CloudsmithApi.configure do |config|
|
|
888
1005
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
889
1006
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
890
1007
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1008
|
+
|
1009
|
+
# Configure HTTP basic authorization: basic
|
1010
|
+
config.username = 'YOUR USERNAME'
|
1011
|
+
config.password = 'YOUR PASSWORD'
|
1012
|
+
|
1013
|
+
# Configure API key authorization: token
|
1014
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1015
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1016
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
891
1017
|
end
|
892
1018
|
|
893
1019
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -923,7 +1049,7 @@ Name | Type | Description | Notes
|
|
923
1049
|
|
924
1050
|
### Authorization
|
925
1051
|
|
926
|
-
[apikey](../README.md#apikey)
|
1052
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
927
1053
|
|
928
1054
|
### HTTP request headers
|
929
1055
|
|
@@ -949,6 +1075,15 @@ CloudsmithApi.configure do |config|
|
|
949
1075
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
950
1076
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
951
1077
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1078
|
+
|
1079
|
+
# Configure HTTP basic authorization: basic
|
1080
|
+
config.username = 'YOUR USERNAME'
|
1081
|
+
config.password = 'YOUR PASSWORD'
|
1082
|
+
|
1083
|
+
# Configure API key authorization: token
|
1084
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1085
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1086
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
952
1087
|
end
|
953
1088
|
|
954
1089
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -984,7 +1119,7 @@ Name | Type | Description | Notes
|
|
984
1119
|
|
985
1120
|
### Authorization
|
986
1121
|
|
987
|
-
[apikey](../README.md#apikey)
|
1122
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
988
1123
|
|
989
1124
|
### HTTP request headers
|
990
1125
|
|
@@ -1010,6 +1145,15 @@ CloudsmithApi.configure do |config|
|
|
1010
1145
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1011
1146
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1012
1147
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1148
|
+
|
1149
|
+
# Configure HTTP basic authorization: basic
|
1150
|
+
config.username = 'YOUR USERNAME'
|
1151
|
+
config.password = 'YOUR PASSWORD'
|
1152
|
+
|
1153
|
+
# Configure API key authorization: token
|
1154
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1155
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1156
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1013
1157
|
end
|
1014
1158
|
|
1015
1159
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1045,7 +1189,7 @@ Name | Type | Description | Notes
|
|
1045
1189
|
|
1046
1190
|
### Authorization
|
1047
1191
|
|
1048
|
-
[apikey](../README.md#apikey)
|
1192
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1049
1193
|
|
1050
1194
|
### HTTP request headers
|
1051
1195
|
|
@@ -1071,6 +1215,15 @@ CloudsmithApi.configure do |config|
|
|
1071
1215
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1072
1216
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1073
1217
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1218
|
+
|
1219
|
+
# Configure HTTP basic authorization: basic
|
1220
|
+
config.username = 'YOUR USERNAME'
|
1221
|
+
config.password = 'YOUR PASSWORD'
|
1222
|
+
|
1223
|
+
# Configure API key authorization: token
|
1224
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1225
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1226
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1074
1227
|
end
|
1075
1228
|
|
1076
1229
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1106,7 +1259,7 @@ Name | Type | Description | Notes
|
|
1106
1259
|
|
1107
1260
|
### Authorization
|
1108
1261
|
|
1109
|
-
[apikey](../README.md#apikey)
|
1262
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1110
1263
|
|
1111
1264
|
### HTTP request headers
|
1112
1265
|
|
@@ -1132,6 +1285,15 @@ CloudsmithApi.configure do |config|
|
|
1132
1285
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1133
1286
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1134
1287
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1288
|
+
|
1289
|
+
# Configure HTTP basic authorization: basic
|
1290
|
+
config.username = 'YOUR USERNAME'
|
1291
|
+
config.password = 'YOUR PASSWORD'
|
1292
|
+
|
1293
|
+
# Configure API key authorization: token
|
1294
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1295
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1296
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1135
1297
|
end
|
1136
1298
|
|
1137
1299
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1167,7 +1329,7 @@ Name | Type | Description | Notes
|
|
1167
1329
|
|
1168
1330
|
### Authorization
|
1169
1331
|
|
1170
|
-
[apikey](../README.md#apikey)
|
1332
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1171
1333
|
|
1172
1334
|
### HTTP request headers
|
1173
1335
|
|
@@ -1193,6 +1355,15 @@ CloudsmithApi.configure do |config|
|
|
1193
1355
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1194
1356
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1195
1357
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1358
|
+
|
1359
|
+
# Configure HTTP basic authorization: basic
|
1360
|
+
config.username = 'YOUR USERNAME'
|
1361
|
+
config.password = 'YOUR PASSWORD'
|
1362
|
+
|
1363
|
+
# Configure API key authorization: token
|
1364
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1365
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1366
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1196
1367
|
end
|
1197
1368
|
|
1198
1369
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1228,7 +1399,7 @@ Name | Type | Description | Notes
|
|
1228
1399
|
|
1229
1400
|
### Authorization
|
1230
1401
|
|
1231
|
-
[apikey](../README.md#apikey)
|
1402
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1232
1403
|
|
1233
1404
|
### HTTP request headers
|
1234
1405
|
|
@@ -1254,6 +1425,15 @@ CloudsmithApi.configure do |config|
|
|
1254
1425
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1255
1426
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1256
1427
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1428
|
+
|
1429
|
+
# Configure HTTP basic authorization: basic
|
1430
|
+
config.username = 'YOUR USERNAME'
|
1431
|
+
config.password = 'YOUR PASSWORD'
|
1432
|
+
|
1433
|
+
# Configure API key authorization: token
|
1434
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1435
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1436
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1257
1437
|
end
|
1258
1438
|
|
1259
1439
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1289,7 +1469,7 @@ Name | Type | Description | Notes
|
|
1289
1469
|
|
1290
1470
|
### Authorization
|
1291
1471
|
|
1292
|
-
[apikey](../README.md#apikey)
|
1472
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1293
1473
|
|
1294
1474
|
### HTTP request headers
|
1295
1475
|
|
@@ -1315,6 +1495,15 @@ CloudsmithApi.configure do |config|
|
|
1315
1495
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1316
1496
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1317
1497
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1498
|
+
|
1499
|
+
# Configure HTTP basic authorization: basic
|
1500
|
+
config.username = 'YOUR USERNAME'
|
1501
|
+
config.password = 'YOUR PASSWORD'
|
1502
|
+
|
1503
|
+
# Configure API key authorization: token
|
1504
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1505
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1506
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1318
1507
|
end
|
1319
1508
|
|
1320
1509
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1350,7 +1539,7 @@ Name | Type | Description | Notes
|
|
1350
1539
|
|
1351
1540
|
### Authorization
|
1352
1541
|
|
1353
|
-
[apikey](../README.md#apikey)
|
1542
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1354
1543
|
|
1355
1544
|
### HTTP request headers
|
1356
1545
|
|
@@ -1376,6 +1565,15 @@ CloudsmithApi.configure do |config|
|
|
1376
1565
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1377
1566
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1378
1567
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1568
|
+
|
1569
|
+
# Configure HTTP basic authorization: basic
|
1570
|
+
config.username = 'YOUR USERNAME'
|
1571
|
+
config.password = 'YOUR PASSWORD'
|
1572
|
+
|
1573
|
+
# Configure API key authorization: token
|
1574
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1575
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1576
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1379
1577
|
end
|
1380
1578
|
|
1381
1579
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1411,7 +1609,7 @@ Name | Type | Description | Notes
|
|
1411
1609
|
|
1412
1610
|
### Authorization
|
1413
1611
|
|
1414
|
-
[apikey](../README.md#apikey)
|
1612
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1415
1613
|
|
1416
1614
|
### HTTP request headers
|
1417
1615
|
|
@@ -1437,6 +1635,15 @@ CloudsmithApi.configure do |config|
|
|
1437
1635
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1438
1636
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1439
1637
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1638
|
+
|
1639
|
+
# Configure HTTP basic authorization: basic
|
1640
|
+
config.username = 'YOUR USERNAME'
|
1641
|
+
config.password = 'YOUR PASSWORD'
|
1642
|
+
|
1643
|
+
# Configure API key authorization: token
|
1644
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1645
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1646
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1440
1647
|
end
|
1441
1648
|
|
1442
1649
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1472,7 +1679,7 @@ Name | Type | Description | Notes
|
|
1472
1679
|
|
1473
1680
|
### Authorization
|
1474
1681
|
|
1475
|
-
[apikey](../README.md#apikey)
|
1682
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1476
1683
|
|
1477
1684
|
### HTTP request headers
|
1478
1685
|
|
@@ -1498,6 +1705,15 @@ CloudsmithApi.configure do |config|
|
|
1498
1705
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1499
1706
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1500
1707
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1708
|
+
|
1709
|
+
# Configure HTTP basic authorization: basic
|
1710
|
+
config.username = 'YOUR USERNAME'
|
1711
|
+
config.password = 'YOUR PASSWORD'
|
1712
|
+
|
1713
|
+
# Configure API key authorization: token
|
1714
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1715
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1716
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1501
1717
|
end
|
1502
1718
|
|
1503
1719
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1533,7 +1749,7 @@ Name | Type | Description | Notes
|
|
1533
1749
|
|
1534
1750
|
### Authorization
|
1535
1751
|
|
1536
|
-
[apikey](../README.md#apikey)
|
1752
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1537
1753
|
|
1538
1754
|
### HTTP request headers
|
1539
1755
|
|
@@ -1559,6 +1775,15 @@ CloudsmithApi.configure do |config|
|
|
1559
1775
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1560
1776
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1561
1777
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1778
|
+
|
1779
|
+
# Configure HTTP basic authorization: basic
|
1780
|
+
config.username = 'YOUR USERNAME'
|
1781
|
+
config.password = 'YOUR PASSWORD'
|
1782
|
+
|
1783
|
+
# Configure API key authorization: token
|
1784
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1785
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1786
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1562
1787
|
end
|
1563
1788
|
|
1564
1789
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1594,7 +1819,7 @@ Name | Type | Description | Notes
|
|
1594
1819
|
|
1595
1820
|
### Authorization
|
1596
1821
|
|
1597
|
-
[apikey](../README.md#apikey)
|
1822
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1598
1823
|
|
1599
1824
|
### HTTP request headers
|
1600
1825
|
|
@@ -1620,6 +1845,15 @@ CloudsmithApi.configure do |config|
|
|
1620
1845
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1621
1846
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1622
1847
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1848
|
+
|
1849
|
+
# Configure HTTP basic authorization: basic
|
1850
|
+
config.username = 'YOUR USERNAME'
|
1851
|
+
config.password = 'YOUR PASSWORD'
|
1852
|
+
|
1853
|
+
# Configure API key authorization: token
|
1854
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1855
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1856
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1623
1857
|
end
|
1624
1858
|
|
1625
1859
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1655,7 +1889,7 @@ Name | Type | Description | Notes
|
|
1655
1889
|
|
1656
1890
|
### Authorization
|
1657
1891
|
|
1658
|
-
[apikey](../README.md#apikey)
|
1892
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1659
1893
|
|
1660
1894
|
### HTTP request headers
|
1661
1895
|
|
@@ -1681,6 +1915,15 @@ CloudsmithApi.configure do |config|
|
|
1681
1915
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1682
1916
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1683
1917
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1918
|
+
|
1919
|
+
# Configure HTTP basic authorization: basic
|
1920
|
+
config.username = 'YOUR USERNAME'
|
1921
|
+
config.password = 'YOUR PASSWORD'
|
1922
|
+
|
1923
|
+
# Configure API key authorization: token
|
1924
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1925
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1926
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1684
1927
|
end
|
1685
1928
|
|
1686
1929
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1716,7 +1959,7 @@ Name | Type | Description | Notes
|
|
1716
1959
|
|
1717
1960
|
### Authorization
|
1718
1961
|
|
1719
|
-
[apikey](../README.md#apikey)
|
1962
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1720
1963
|
|
1721
1964
|
### HTTP request headers
|
1722
1965
|
|
@@ -1742,6 +1985,15 @@ CloudsmithApi.configure do |config|
|
|
1742
1985
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1743
1986
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1744
1987
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
1988
|
+
|
1989
|
+
# Configure HTTP basic authorization: basic
|
1990
|
+
config.username = 'YOUR USERNAME'
|
1991
|
+
config.password = 'YOUR PASSWORD'
|
1992
|
+
|
1993
|
+
# Configure API key authorization: token
|
1994
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
1995
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1996
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1745
1997
|
end
|
1746
1998
|
|
1747
1999
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1777,7 +2029,7 @@ Name | Type | Description | Notes
|
|
1777
2029
|
|
1778
2030
|
### Authorization
|
1779
2031
|
|
1780
|
-
[apikey](../README.md#apikey)
|
2032
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1781
2033
|
|
1782
2034
|
### HTTP request headers
|
1783
2035
|
|
@@ -1803,6 +2055,15 @@ CloudsmithApi.configure do |config|
|
|
1803
2055
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1804
2056
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1805
2057
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2058
|
+
|
2059
|
+
# Configure HTTP basic authorization: basic
|
2060
|
+
config.username = 'YOUR USERNAME'
|
2061
|
+
config.password = 'YOUR PASSWORD'
|
2062
|
+
|
2063
|
+
# Configure API key authorization: token
|
2064
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2065
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2066
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1806
2067
|
end
|
1807
2068
|
|
1808
2069
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1838,7 +2099,7 @@ Name | Type | Description | Notes
|
|
1838
2099
|
|
1839
2100
|
### Authorization
|
1840
2101
|
|
1841
|
-
[apikey](../README.md#apikey)
|
2102
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1842
2103
|
|
1843
2104
|
### HTTP request headers
|
1844
2105
|
|
@@ -1864,6 +2125,15 @@ CloudsmithApi.configure do |config|
|
|
1864
2125
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1865
2126
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1866
2127
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2128
|
+
|
2129
|
+
# Configure HTTP basic authorization: basic
|
2130
|
+
config.username = 'YOUR USERNAME'
|
2131
|
+
config.password = 'YOUR PASSWORD'
|
2132
|
+
|
2133
|
+
# Configure API key authorization: token
|
2134
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2135
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2136
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1867
2137
|
end
|
1868
2138
|
|
1869
2139
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1899,7 +2169,7 @@ Name | Type | Description | Notes
|
|
1899
2169
|
|
1900
2170
|
### Authorization
|
1901
2171
|
|
1902
|
-
[apikey](../README.md#apikey)
|
2172
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1903
2173
|
|
1904
2174
|
### HTTP request headers
|
1905
2175
|
|
@@ -1925,6 +2195,15 @@ CloudsmithApi.configure do |config|
|
|
1925
2195
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1926
2196
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1927
2197
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2198
|
+
|
2199
|
+
# Configure HTTP basic authorization: basic
|
2200
|
+
config.username = 'YOUR USERNAME'
|
2201
|
+
config.password = 'YOUR PASSWORD'
|
2202
|
+
|
2203
|
+
# Configure API key authorization: token
|
2204
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2205
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2206
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1928
2207
|
end
|
1929
2208
|
|
1930
2209
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -1960,7 +2239,7 @@ Name | Type | Description | Notes
|
|
1960
2239
|
|
1961
2240
|
### Authorization
|
1962
2241
|
|
1963
|
-
[apikey](../README.md#apikey)
|
2242
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
1964
2243
|
|
1965
2244
|
### HTTP request headers
|
1966
2245
|
|
@@ -1986,6 +2265,15 @@ CloudsmithApi.configure do |config|
|
|
1986
2265
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
1987
2266
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
1988
2267
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2268
|
+
|
2269
|
+
# Configure HTTP basic authorization: basic
|
2270
|
+
config.username = 'YOUR USERNAME'
|
2271
|
+
config.password = 'YOUR PASSWORD'
|
2272
|
+
|
2273
|
+
# Configure API key authorization: token
|
2274
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2275
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2276
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
1989
2277
|
end
|
1990
2278
|
|
1991
2279
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2021,7 +2309,7 @@ Name | Type | Description | Notes
|
|
2021
2309
|
|
2022
2310
|
### Authorization
|
2023
2311
|
|
2024
|
-
[apikey](../README.md#apikey)
|
2312
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2025
2313
|
|
2026
2314
|
### HTTP request headers
|
2027
2315
|
|
@@ -2047,6 +2335,15 @@ CloudsmithApi.configure do |config|
|
|
2047
2335
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2048
2336
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2049
2337
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2338
|
+
|
2339
|
+
# Configure HTTP basic authorization: basic
|
2340
|
+
config.username = 'YOUR USERNAME'
|
2341
|
+
config.password = 'YOUR PASSWORD'
|
2342
|
+
|
2343
|
+
# Configure API key authorization: token
|
2344
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2345
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2346
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2050
2347
|
end
|
2051
2348
|
|
2052
2349
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2082,7 +2379,7 @@ Name | Type | Description | Notes
|
|
2082
2379
|
|
2083
2380
|
### Authorization
|
2084
2381
|
|
2085
|
-
[apikey](../README.md#apikey)
|
2382
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2086
2383
|
|
2087
2384
|
### HTTP request headers
|
2088
2385
|
|
@@ -2108,6 +2405,15 @@ CloudsmithApi.configure do |config|
|
|
2108
2405
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2109
2406
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2110
2407
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2408
|
+
|
2409
|
+
# Configure HTTP basic authorization: basic
|
2410
|
+
config.username = 'YOUR USERNAME'
|
2411
|
+
config.password = 'YOUR PASSWORD'
|
2412
|
+
|
2413
|
+
# Configure API key authorization: token
|
2414
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2415
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2416
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2111
2417
|
end
|
2112
2418
|
|
2113
2419
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2143,7 +2449,7 @@ Name | Type | Description | Notes
|
|
2143
2449
|
|
2144
2450
|
### Authorization
|
2145
2451
|
|
2146
|
-
[apikey](../README.md#apikey)
|
2452
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2147
2453
|
|
2148
2454
|
### HTTP request headers
|
2149
2455
|
|
@@ -2169,6 +2475,15 @@ CloudsmithApi.configure do |config|
|
|
2169
2475
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2170
2476
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2171
2477
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2478
|
+
|
2479
|
+
# Configure HTTP basic authorization: basic
|
2480
|
+
config.username = 'YOUR USERNAME'
|
2481
|
+
config.password = 'YOUR PASSWORD'
|
2482
|
+
|
2483
|
+
# Configure API key authorization: token
|
2484
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2485
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2486
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2172
2487
|
end
|
2173
2488
|
|
2174
2489
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2204,7 +2519,7 @@ Name | Type | Description | Notes
|
|
2204
2519
|
|
2205
2520
|
### Authorization
|
2206
2521
|
|
2207
|
-
[apikey](../README.md#apikey)
|
2522
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2208
2523
|
|
2209
2524
|
### HTTP request headers
|
2210
2525
|
|
@@ -2230,6 +2545,15 @@ CloudsmithApi.configure do |config|
|
|
2230
2545
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2231
2546
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2232
2547
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2548
|
+
|
2549
|
+
# Configure HTTP basic authorization: basic
|
2550
|
+
config.username = 'YOUR USERNAME'
|
2551
|
+
config.password = 'YOUR PASSWORD'
|
2552
|
+
|
2553
|
+
# Configure API key authorization: token
|
2554
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2555
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2556
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2233
2557
|
end
|
2234
2558
|
|
2235
2559
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2265,7 +2589,7 @@ Name | Type | Description | Notes
|
|
2265
2589
|
|
2266
2590
|
### Authorization
|
2267
2591
|
|
2268
|
-
[apikey](../README.md#apikey)
|
2592
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2269
2593
|
|
2270
2594
|
### HTTP request headers
|
2271
2595
|
|
@@ -2291,6 +2615,15 @@ CloudsmithApi.configure do |config|
|
|
2291
2615
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2292
2616
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2293
2617
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2618
|
+
|
2619
|
+
# Configure HTTP basic authorization: basic
|
2620
|
+
config.username = 'YOUR USERNAME'
|
2621
|
+
config.password = 'YOUR PASSWORD'
|
2622
|
+
|
2623
|
+
# Configure API key authorization: token
|
2624
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2625
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2626
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2294
2627
|
end
|
2295
2628
|
|
2296
2629
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2325,7 +2658,7 @@ nil (empty response body)
|
|
2325
2658
|
|
2326
2659
|
### Authorization
|
2327
2660
|
|
2328
|
-
[apikey](../README.md#apikey)
|
2661
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2329
2662
|
|
2330
2663
|
### HTTP request headers
|
2331
2664
|
|
@@ -2351,6 +2684,15 @@ CloudsmithApi.configure do |config|
|
|
2351
2684
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2352
2685
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2353
2686
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2687
|
+
|
2688
|
+
# Configure HTTP basic authorization: basic
|
2689
|
+
config.username = 'YOUR USERNAME'
|
2690
|
+
config.password = 'YOUR PASSWORD'
|
2691
|
+
|
2692
|
+
# Configure API key authorization: token
|
2693
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2694
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2695
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2354
2696
|
end
|
2355
2697
|
|
2356
2698
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2385,7 +2727,7 @@ nil (empty response body)
|
|
2385
2727
|
|
2386
2728
|
### Authorization
|
2387
2729
|
|
2388
|
-
[apikey](../README.md#apikey)
|
2730
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2389
2731
|
|
2390
2732
|
### HTTP request headers
|
2391
2733
|
|
@@ -2411,6 +2753,15 @@ CloudsmithApi.configure do |config|
|
|
2411
2753
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2412
2754
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2413
2755
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2756
|
+
|
2757
|
+
# Configure HTTP basic authorization: basic
|
2758
|
+
config.username = 'YOUR USERNAME'
|
2759
|
+
config.password = 'YOUR PASSWORD'
|
2760
|
+
|
2761
|
+
# Configure API key authorization: token
|
2762
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2763
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2764
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2414
2765
|
end
|
2415
2766
|
|
2416
2767
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2445,7 +2796,7 @@ nil (empty response body)
|
|
2445
2796
|
|
2446
2797
|
### Authorization
|
2447
2798
|
|
2448
|
-
[apikey](../README.md#apikey)
|
2799
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2449
2800
|
|
2450
2801
|
### HTTP request headers
|
2451
2802
|
|
@@ -2471,6 +2822,15 @@ CloudsmithApi.configure do |config|
|
|
2471
2822
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2472
2823
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2473
2824
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2825
|
+
|
2826
|
+
# Configure HTTP basic authorization: basic
|
2827
|
+
config.username = 'YOUR USERNAME'
|
2828
|
+
config.password = 'YOUR PASSWORD'
|
2829
|
+
|
2830
|
+
# Configure API key authorization: token
|
2831
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2832
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2833
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2474
2834
|
end
|
2475
2835
|
|
2476
2836
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2505,7 +2865,7 @@ nil (empty response body)
|
|
2505
2865
|
|
2506
2866
|
### Authorization
|
2507
2867
|
|
2508
|
-
[apikey](../README.md#apikey)
|
2868
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2509
2869
|
|
2510
2870
|
### HTTP request headers
|
2511
2871
|
|
@@ -2531,6 +2891,15 @@ CloudsmithApi.configure do |config|
|
|
2531
2891
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2532
2892
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2533
2893
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2894
|
+
|
2895
|
+
# Configure HTTP basic authorization: basic
|
2896
|
+
config.username = 'YOUR USERNAME'
|
2897
|
+
config.password = 'YOUR PASSWORD'
|
2898
|
+
|
2899
|
+
# Configure API key authorization: token
|
2900
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2901
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2902
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2534
2903
|
end
|
2535
2904
|
|
2536
2905
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2565,7 +2934,7 @@ nil (empty response body)
|
|
2565
2934
|
|
2566
2935
|
### Authorization
|
2567
2936
|
|
2568
|
-
[apikey](../README.md#apikey)
|
2937
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2569
2938
|
|
2570
2939
|
### HTTP request headers
|
2571
2940
|
|
@@ -2591,6 +2960,15 @@ CloudsmithApi.configure do |config|
|
|
2591
2960
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2592
2961
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2593
2962
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
2963
|
+
|
2964
|
+
# Configure HTTP basic authorization: basic
|
2965
|
+
config.username = 'YOUR USERNAME'
|
2966
|
+
config.password = 'YOUR PASSWORD'
|
2967
|
+
|
2968
|
+
# Configure API key authorization: token
|
2969
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
2970
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2971
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2594
2972
|
end
|
2595
2973
|
|
2596
2974
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2625,7 +3003,7 @@ nil (empty response body)
|
|
2625
3003
|
|
2626
3004
|
### Authorization
|
2627
3005
|
|
2628
|
-
[apikey](../README.md#apikey)
|
3006
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2629
3007
|
|
2630
3008
|
### HTTP request headers
|
2631
3009
|
|
@@ -2651,6 +3029,15 @@ CloudsmithApi.configure do |config|
|
|
2651
3029
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2652
3030
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2653
3031
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3032
|
+
|
3033
|
+
# Configure HTTP basic authorization: basic
|
3034
|
+
config.username = 'YOUR USERNAME'
|
3035
|
+
config.password = 'YOUR PASSWORD'
|
3036
|
+
|
3037
|
+
# Configure API key authorization: token
|
3038
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3039
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3040
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2654
3041
|
end
|
2655
3042
|
|
2656
3043
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2685,7 +3072,7 @@ nil (empty response body)
|
|
2685
3072
|
|
2686
3073
|
### Authorization
|
2687
3074
|
|
2688
|
-
[apikey](../README.md#apikey)
|
3075
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2689
3076
|
|
2690
3077
|
### HTTP request headers
|
2691
3078
|
|
@@ -2711,6 +3098,15 @@ CloudsmithApi.configure do |config|
|
|
2711
3098
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2712
3099
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2713
3100
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3101
|
+
|
3102
|
+
# Configure HTTP basic authorization: basic
|
3103
|
+
config.username = 'YOUR USERNAME'
|
3104
|
+
config.password = 'YOUR PASSWORD'
|
3105
|
+
|
3106
|
+
# Configure API key authorization: token
|
3107
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3108
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3109
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2714
3110
|
end
|
2715
3111
|
|
2716
3112
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2745,7 +3141,7 @@ nil (empty response body)
|
|
2745
3141
|
|
2746
3142
|
### Authorization
|
2747
3143
|
|
2748
|
-
[apikey](../README.md#apikey)
|
3144
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2749
3145
|
|
2750
3146
|
### HTTP request headers
|
2751
3147
|
|
@@ -2771,6 +3167,15 @@ CloudsmithApi.configure do |config|
|
|
2771
3167
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2772
3168
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2773
3169
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3170
|
+
|
3171
|
+
# Configure HTTP basic authorization: basic
|
3172
|
+
config.username = 'YOUR USERNAME'
|
3173
|
+
config.password = 'YOUR PASSWORD'
|
3174
|
+
|
3175
|
+
# Configure API key authorization: token
|
3176
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3177
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3178
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2774
3179
|
end
|
2775
3180
|
|
2776
3181
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2805,7 +3210,7 @@ nil (empty response body)
|
|
2805
3210
|
|
2806
3211
|
### Authorization
|
2807
3212
|
|
2808
|
-
[apikey](../README.md#apikey)
|
3213
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2809
3214
|
|
2810
3215
|
### HTTP request headers
|
2811
3216
|
|
@@ -2831,6 +3236,15 @@ CloudsmithApi.configure do |config|
|
|
2831
3236
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2832
3237
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2833
3238
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3239
|
+
|
3240
|
+
# Configure HTTP basic authorization: basic
|
3241
|
+
config.username = 'YOUR USERNAME'
|
3242
|
+
config.password = 'YOUR PASSWORD'
|
3243
|
+
|
3244
|
+
# Configure API key authorization: token
|
3245
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3246
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3247
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2834
3248
|
end
|
2835
3249
|
|
2836
3250
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2865,7 +3279,7 @@ nil (empty response body)
|
|
2865
3279
|
|
2866
3280
|
### Authorization
|
2867
3281
|
|
2868
|
-
[apikey](../README.md#apikey)
|
3282
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2869
3283
|
|
2870
3284
|
### HTTP request headers
|
2871
3285
|
|
@@ -2891,6 +3305,15 @@ CloudsmithApi.configure do |config|
|
|
2891
3305
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2892
3306
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2893
3307
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3308
|
+
|
3309
|
+
# Configure HTTP basic authorization: basic
|
3310
|
+
config.username = 'YOUR USERNAME'
|
3311
|
+
config.password = 'YOUR PASSWORD'
|
3312
|
+
|
3313
|
+
# Configure API key authorization: token
|
3314
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3315
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3316
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
2894
3317
|
end
|
2895
3318
|
|
2896
3319
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2925,7 +3348,7 @@ nil (empty response body)
|
|
2925
3348
|
|
2926
3349
|
### Authorization
|
2927
3350
|
|
2928
|
-
[apikey](../README.md#apikey)
|
3351
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2929
3352
|
|
2930
3353
|
### HTTP request headers
|
2931
3354
|
|
@@ -2951,6 +3374,15 @@ CloudsmithApi.configure do |config|
|
|
2951
3374
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
2952
3375
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
2953
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'
|
2954
3386
|
end
|
2955
3387
|
|
2956
3388
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -2985,7 +3417,7 @@ nil (empty response body)
|
|
2985
3417
|
|
2986
3418
|
### Authorization
|
2987
3419
|
|
2988
|
-
[apikey](../README.md#apikey)
|
3420
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
2989
3421
|
|
2990
3422
|
### HTTP request headers
|
2991
3423
|
|
@@ -3011,6 +3443,15 @@ CloudsmithApi.configure do |config|
|
|
3011
3443
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3012
3444
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3013
3445
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3446
|
+
|
3447
|
+
# Configure HTTP basic authorization: basic
|
3448
|
+
config.username = 'YOUR USERNAME'
|
3449
|
+
config.password = 'YOUR PASSWORD'
|
3450
|
+
|
3451
|
+
# Configure API key authorization: token
|
3452
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3453
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3454
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3014
3455
|
end
|
3015
3456
|
|
3016
3457
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3045,7 +3486,7 @@ nil (empty response body)
|
|
3045
3486
|
|
3046
3487
|
### Authorization
|
3047
3488
|
|
3048
|
-
[apikey](../README.md#apikey)
|
3489
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3049
3490
|
|
3050
3491
|
### HTTP request headers
|
3051
3492
|
|
@@ -3071,6 +3512,15 @@ CloudsmithApi.configure do |config|
|
|
3071
3512
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3072
3513
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3073
3514
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3515
|
+
|
3516
|
+
# Configure HTTP basic authorization: basic
|
3517
|
+
config.username = 'YOUR USERNAME'
|
3518
|
+
config.password = 'YOUR PASSWORD'
|
3519
|
+
|
3520
|
+
# Configure API key authorization: token
|
3521
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3522
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3523
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3074
3524
|
end
|
3075
3525
|
|
3076
3526
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3105,7 +3555,7 @@ nil (empty response body)
|
|
3105
3555
|
|
3106
3556
|
### Authorization
|
3107
3557
|
|
3108
|
-
[apikey](../README.md#apikey)
|
3558
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3109
3559
|
|
3110
3560
|
### HTTP request headers
|
3111
3561
|
|
@@ -3131,6 +3581,15 @@ CloudsmithApi.configure do |config|
|
|
3131
3581
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3132
3582
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3133
3583
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3584
|
+
|
3585
|
+
# Configure HTTP basic authorization: basic
|
3586
|
+
config.username = 'YOUR USERNAME'
|
3587
|
+
config.password = 'YOUR PASSWORD'
|
3588
|
+
|
3589
|
+
# Configure API key authorization: token
|
3590
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3591
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3592
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3134
3593
|
end
|
3135
3594
|
|
3136
3595
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3165,7 +3624,7 @@ nil (empty response body)
|
|
3165
3624
|
|
3166
3625
|
### Authorization
|
3167
3626
|
|
3168
|
-
[apikey](../README.md#apikey)
|
3627
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3169
3628
|
|
3170
3629
|
### HTTP request headers
|
3171
3630
|
|
@@ -3191,6 +3650,15 @@ CloudsmithApi.configure do |config|
|
|
3191
3650
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3192
3651
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3193
3652
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3653
|
+
|
3654
|
+
# Configure HTTP basic authorization: basic
|
3655
|
+
config.username = 'YOUR USERNAME'
|
3656
|
+
config.password = 'YOUR PASSWORD'
|
3657
|
+
|
3658
|
+
# Configure API key authorization: token
|
3659
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3660
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3661
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3194
3662
|
end
|
3195
3663
|
|
3196
3664
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3225,7 +3693,7 @@ nil (empty response body)
|
|
3225
3693
|
|
3226
3694
|
### Authorization
|
3227
3695
|
|
3228
|
-
[apikey](../README.md#apikey)
|
3696
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3229
3697
|
|
3230
3698
|
### HTTP request headers
|
3231
3699
|
|
@@ -3251,6 +3719,15 @@ CloudsmithApi.configure do |config|
|
|
3251
3719
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3252
3720
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3253
3721
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3722
|
+
|
3723
|
+
# Configure HTTP basic authorization: basic
|
3724
|
+
config.username = 'YOUR USERNAME'
|
3725
|
+
config.password = 'YOUR PASSWORD'
|
3726
|
+
|
3727
|
+
# Configure API key authorization: token
|
3728
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3729
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3730
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3254
3731
|
end
|
3255
3732
|
|
3256
3733
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3285,7 +3762,7 @@ nil (empty response body)
|
|
3285
3762
|
|
3286
3763
|
### Authorization
|
3287
3764
|
|
3288
|
-
[apikey](../README.md#apikey)
|
3765
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3289
3766
|
|
3290
3767
|
### HTTP request headers
|
3291
3768
|
|
@@ -3311,6 +3788,15 @@ CloudsmithApi.configure do |config|
|
|
3311
3788
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3312
3789
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3313
3790
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3791
|
+
|
3792
|
+
# Configure HTTP basic authorization: basic
|
3793
|
+
config.username = 'YOUR USERNAME'
|
3794
|
+
config.password = 'YOUR PASSWORD'
|
3795
|
+
|
3796
|
+
# Configure API key authorization: token
|
3797
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3798
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3799
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3314
3800
|
end
|
3315
3801
|
|
3316
3802
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3345,7 +3831,7 @@ nil (empty response body)
|
|
3345
3831
|
|
3346
3832
|
### Authorization
|
3347
3833
|
|
3348
|
-
[apikey](../README.md#apikey)
|
3834
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3349
3835
|
|
3350
3836
|
### HTTP request headers
|
3351
3837
|
|
@@ -3371,6 +3857,15 @@ CloudsmithApi.configure do |config|
|
|
3371
3857
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3372
3858
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3373
3859
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3860
|
+
|
3861
|
+
# Configure HTTP basic authorization: basic
|
3862
|
+
config.username = 'YOUR USERNAME'
|
3863
|
+
config.password = 'YOUR PASSWORD'
|
3864
|
+
|
3865
|
+
# Configure API key authorization: token
|
3866
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3867
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3868
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3374
3869
|
end
|
3375
3870
|
|
3376
3871
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3405,7 +3900,7 @@ nil (empty response body)
|
|
3405
3900
|
|
3406
3901
|
### Authorization
|
3407
3902
|
|
3408
|
-
[apikey](../README.md#apikey)
|
3903
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3409
3904
|
|
3410
3905
|
### HTTP request headers
|
3411
3906
|
|
@@ -3431,6 +3926,15 @@ CloudsmithApi.configure do |config|
|
|
3431
3926
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3432
3927
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3433
3928
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3929
|
+
|
3930
|
+
# Configure HTTP basic authorization: basic
|
3931
|
+
config.username = 'YOUR USERNAME'
|
3932
|
+
config.password = 'YOUR PASSWORD'
|
3933
|
+
|
3934
|
+
# Configure API key authorization: token
|
3935
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
3936
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3937
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3434
3938
|
end
|
3435
3939
|
|
3436
3940
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3465,7 +3969,7 @@ nil (empty response body)
|
|
3465
3969
|
|
3466
3970
|
### Authorization
|
3467
3971
|
|
3468
|
-
[apikey](../README.md#apikey)
|
3972
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3469
3973
|
|
3470
3974
|
### HTTP request headers
|
3471
3975
|
|
@@ -3491,6 +3995,15 @@ CloudsmithApi.configure do |config|
|
|
3491
3995
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3492
3996
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3493
3997
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
3998
|
+
|
3999
|
+
# Configure HTTP basic authorization: basic
|
4000
|
+
config.username = 'YOUR USERNAME'
|
4001
|
+
config.password = 'YOUR PASSWORD'
|
4002
|
+
|
4003
|
+
# Configure API key authorization: token
|
4004
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4005
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4006
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3494
4007
|
end
|
3495
4008
|
|
3496
4009
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3525,7 +4038,7 @@ nil (empty response body)
|
|
3525
4038
|
|
3526
4039
|
### Authorization
|
3527
4040
|
|
3528
|
-
[apikey](../README.md#apikey)
|
4041
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3529
4042
|
|
3530
4043
|
### HTTP request headers
|
3531
4044
|
|
@@ -3551,6 +4064,15 @@ CloudsmithApi.configure do |config|
|
|
3551
4064
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3552
4065
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3553
4066
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4067
|
+
|
4068
|
+
# Configure HTTP basic authorization: basic
|
4069
|
+
config.username = 'YOUR USERNAME'
|
4070
|
+
config.password = 'YOUR PASSWORD'
|
4071
|
+
|
4072
|
+
# Configure API key authorization: token
|
4073
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4074
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4075
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3554
4076
|
end
|
3555
4077
|
|
3556
4078
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3585,7 +4107,7 @@ nil (empty response body)
|
|
3585
4107
|
|
3586
4108
|
### Authorization
|
3587
4109
|
|
3588
|
-
[apikey](../README.md#apikey)
|
4110
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3589
4111
|
|
3590
4112
|
### HTTP request headers
|
3591
4113
|
|
@@ -3611,6 +4133,15 @@ CloudsmithApi.configure do |config|
|
|
3611
4133
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3612
4134
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3613
4135
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4136
|
+
|
4137
|
+
# Configure HTTP basic authorization: basic
|
4138
|
+
config.username = 'YOUR USERNAME'
|
4139
|
+
config.password = 'YOUR PASSWORD'
|
4140
|
+
|
4141
|
+
# Configure API key authorization: token
|
4142
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4143
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4144
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3614
4145
|
end
|
3615
4146
|
|
3616
4147
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3645,7 +4176,7 @@ nil (empty response body)
|
|
3645
4176
|
|
3646
4177
|
### Authorization
|
3647
4178
|
|
3648
|
-
[apikey](../README.md#apikey)
|
4179
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3649
4180
|
|
3650
4181
|
### HTTP request headers
|
3651
4182
|
|
@@ -3671,6 +4202,15 @@ CloudsmithApi.configure do |config|
|
|
3671
4202
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3672
4203
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3673
4204
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4205
|
+
|
4206
|
+
# Configure HTTP basic authorization: basic
|
4207
|
+
config.username = 'YOUR USERNAME'
|
4208
|
+
config.password = 'YOUR PASSWORD'
|
4209
|
+
|
4210
|
+
# Configure API key authorization: token
|
4211
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4212
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4213
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3674
4214
|
end
|
3675
4215
|
|
3676
4216
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3705,7 +4245,7 @@ nil (empty response body)
|
|
3705
4245
|
|
3706
4246
|
### Authorization
|
3707
4247
|
|
3708
|
-
[apikey](../README.md#apikey)
|
4248
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3709
4249
|
|
3710
4250
|
### HTTP request headers
|
3711
4251
|
|
@@ -3731,6 +4271,15 @@ CloudsmithApi.configure do |config|
|
|
3731
4271
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
3732
4272
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
3733
4273
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
4274
|
+
|
4275
|
+
# Configure HTTP basic authorization: basic
|
4276
|
+
config.username = 'YOUR USERNAME'
|
4277
|
+
config.password = 'YOUR PASSWORD'
|
4278
|
+
|
4279
|
+
# Configure API key authorization: token
|
4280
|
+
config.api_key['Authorization'] = 'YOUR API KEY'
|
4281
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
4282
|
+
#config.api_key_prefix['Authorization'] = 'Bearer'
|
3734
4283
|
end
|
3735
4284
|
|
3736
4285
|
api_instance = CloudsmithApi::PackagesApi.new
|
@@ -3765,7 +4314,7 @@ nil (empty response body)
|
|
3765
4314
|
|
3766
4315
|
### Authorization
|
3767
4316
|
|
3768
|
-
[apikey](../README.md#apikey)
|
4317
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic), [token](../README.md#token)
|
3769
4318
|
|
3770
4319
|
### HTTP request headers
|
3771
4320
|
|