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
@@ -74,7 +74,7 @@ module CloudsmithApi
|
|
74
74
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
77
|
-
auth_names = ['apikey']
|
77
|
+
auth_names = ['apikey', 'basic', 'token']
|
78
78
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
79
79
|
:header_params => header_params,
|
80
80
|
:query_params => query_params,
|
@@ -140,7 +140,7 @@ module CloudsmithApi
|
|
140
140
|
|
141
141
|
# http body (model)
|
142
142
|
post_body = nil
|
143
|
-
auth_names = ['apikey']
|
143
|
+
auth_names = ['apikey', 'basic', 'token']
|
144
144
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
145
145
|
:header_params => header_params,
|
146
146
|
:query_params => query_params,
|
@@ -205,7 +205,7 @@ module CloudsmithApi
|
|
205
205
|
|
206
206
|
# http body (model)
|
207
207
|
post_body = nil
|
208
|
-
auth_names = ['apikey']
|
208
|
+
auth_names = ['apikey', 'basic', 'token']
|
209
209
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
210
210
|
:header_params => header_params,
|
211
211
|
:query_params => query_params,
|
@@ -277,7 +277,7 @@ module CloudsmithApi
|
|
277
277
|
|
278
278
|
# http body (model)
|
279
279
|
post_body = nil
|
280
|
-
auth_names = ['apikey']
|
280
|
+
auth_names = ['apikey', 'basic', 'token']
|
281
281
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
282
282
|
:header_params => header_params,
|
283
283
|
:query_params => query_params,
|
@@ -345,7 +345,7 @@ module CloudsmithApi
|
|
345
345
|
|
346
346
|
# http body (model)
|
347
347
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
348
|
-
auth_names = ['apikey']
|
348
|
+
auth_names = ['apikey', 'basic', 'token']
|
349
349
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
350
350
|
:header_params => header_params,
|
351
351
|
:query_params => query_params,
|
@@ -358,8 +358,8 @@ module CloudsmithApi
|
|
358
358
|
end
|
359
359
|
return data, status_code, headers
|
360
360
|
end
|
361
|
-
# Quarantine or
|
362
|
-
# Quarantine or
|
361
|
+
# Quarantine or release a package.
|
362
|
+
# Quarantine or release a package.
|
363
363
|
# @param owner
|
364
364
|
# @param repo
|
365
365
|
# @param identifier
|
@@ -371,8 +371,8 @@ module CloudsmithApi
|
|
371
371
|
data
|
372
372
|
end
|
373
373
|
|
374
|
-
# Quarantine or
|
375
|
-
# Quarantine or
|
374
|
+
# Quarantine or release a package.
|
375
|
+
# Quarantine or release a package.
|
376
376
|
# @param owner
|
377
377
|
# @param repo
|
378
378
|
# @param identifier
|
@@ -413,7 +413,7 @@ module CloudsmithApi
|
|
413
413
|
|
414
414
|
# http body (model)
|
415
415
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
416
|
-
auth_names = ['apikey']
|
416
|
+
auth_names = ['apikey', 'basic', 'token']
|
417
417
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
418
418
|
:header_params => header_params,
|
419
419
|
:query_params => query_params,
|
@@ -479,7 +479,7 @@ module CloudsmithApi
|
|
479
479
|
|
480
480
|
# http body (model)
|
481
481
|
post_body = nil
|
482
|
-
auth_names = ['apikey']
|
482
|
+
auth_names = ['apikey', 'basic', 'token']
|
483
483
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
484
484
|
:header_params => header_params,
|
485
485
|
:query_params => query_params,
|
@@ -545,7 +545,7 @@ module CloudsmithApi
|
|
545
545
|
|
546
546
|
# http body (model)
|
547
547
|
post_body = nil
|
548
|
-
auth_names = ['apikey']
|
548
|
+
auth_names = ['apikey', 'basic', 'token']
|
549
549
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
550
550
|
:header_params => header_params,
|
551
551
|
:query_params => query_params,
|
@@ -611,7 +611,7 @@ module CloudsmithApi
|
|
611
611
|
|
612
612
|
# http body (model)
|
613
613
|
post_body = nil
|
614
|
-
auth_names = ['apikey']
|
614
|
+
auth_names = ['apikey', 'basic', 'token']
|
615
615
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
616
616
|
:header_params => header_params,
|
617
617
|
:query_params => query_params,
|
@@ -677,7 +677,7 @@ module CloudsmithApi
|
|
677
677
|
|
678
678
|
# http body (model)
|
679
679
|
post_body = nil
|
680
|
-
auth_names = ['apikey']
|
680
|
+
auth_names = ['apikey', 'basic', 'token']
|
681
681
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
682
682
|
:header_params => header_params,
|
683
683
|
:query_params => query_params,
|
@@ -745,7 +745,7 @@ module CloudsmithApi
|
|
745
745
|
|
746
746
|
# http body (model)
|
747
747
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
748
|
-
auth_names = ['apikey']
|
748
|
+
auth_names = ['apikey', 'basic', 'token']
|
749
749
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
750
750
|
:header_params => header_params,
|
751
751
|
:query_params => query_params,
|
@@ -807,7 +807,7 @@ module CloudsmithApi
|
|
807
807
|
|
808
808
|
# http body (model)
|
809
809
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
810
|
-
auth_names = ['apikey']
|
810
|
+
auth_names = ['apikey', 'basic', 'token']
|
811
811
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
812
812
|
:header_params => header_params,
|
813
813
|
:query_params => query_params,
|
@@ -869,7 +869,7 @@ module CloudsmithApi
|
|
869
869
|
|
870
870
|
# http body (model)
|
871
871
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
872
|
-
auth_names = ['apikey']
|
872
|
+
auth_names = ['apikey', 'basic', 'token']
|
873
873
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
874
874
|
:header_params => header_params,
|
875
875
|
:query_params => query_params,
|
@@ -931,7 +931,7 @@ module CloudsmithApi
|
|
931
931
|
|
932
932
|
# http body (model)
|
933
933
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
934
|
-
auth_names = ['apikey']
|
934
|
+
auth_names = ['apikey', 'basic', 'token']
|
935
935
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
936
936
|
:header_params => header_params,
|
937
937
|
:query_params => query_params,
|
@@ -993,7 +993,7 @@ module CloudsmithApi
|
|
993
993
|
|
994
994
|
# http body (model)
|
995
995
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
996
|
-
auth_names = ['apikey']
|
996
|
+
auth_names = ['apikey', 'basic', 'token']
|
997
997
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
998
998
|
:header_params => header_params,
|
999
999
|
:query_params => query_params,
|
@@ -1055,7 +1055,7 @@ module CloudsmithApi
|
|
1055
1055
|
|
1056
1056
|
# http body (model)
|
1057
1057
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1058
|
-
auth_names = ['apikey']
|
1058
|
+
auth_names = ['apikey', 'basic', 'token']
|
1059
1059
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1060
1060
|
:header_params => header_params,
|
1061
1061
|
:query_params => query_params,
|
@@ -1117,7 +1117,7 @@ module CloudsmithApi
|
|
1117
1117
|
|
1118
1118
|
# http body (model)
|
1119
1119
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1120
|
-
auth_names = ['apikey']
|
1120
|
+
auth_names = ['apikey', 'basic', 'token']
|
1121
1121
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1122
1122
|
:header_params => header_params,
|
1123
1123
|
:query_params => query_params,
|
@@ -1179,7 +1179,7 @@ module CloudsmithApi
|
|
1179
1179
|
|
1180
1180
|
# http body (model)
|
1181
1181
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1182
|
-
auth_names = ['apikey']
|
1182
|
+
auth_names = ['apikey', 'basic', 'token']
|
1183
1183
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1184
1184
|
:header_params => header_params,
|
1185
1185
|
:query_params => query_params,
|
@@ -1241,7 +1241,7 @@ module CloudsmithApi
|
|
1241
1241
|
|
1242
1242
|
# http body (model)
|
1243
1243
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1244
|
-
auth_names = ['apikey']
|
1244
|
+
auth_names = ['apikey', 'basic', 'token']
|
1245
1245
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1246
1246
|
:header_params => header_params,
|
1247
1247
|
:query_params => query_params,
|
@@ -1303,7 +1303,7 @@ module CloudsmithApi
|
|
1303
1303
|
|
1304
1304
|
# http body (model)
|
1305
1305
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1306
|
-
auth_names = ['apikey']
|
1306
|
+
auth_names = ['apikey', 'basic', 'token']
|
1307
1307
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1308
1308
|
:header_params => header_params,
|
1309
1309
|
:query_params => query_params,
|
@@ -1365,7 +1365,7 @@ module CloudsmithApi
|
|
1365
1365
|
|
1366
1366
|
# http body (model)
|
1367
1367
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1368
|
-
auth_names = ['apikey']
|
1368
|
+
auth_names = ['apikey', 'basic', 'token']
|
1369
1369
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1370
1370
|
:header_params => header_params,
|
1371
1371
|
:query_params => query_params,
|
@@ -1427,7 +1427,7 @@ module CloudsmithApi
|
|
1427
1427
|
|
1428
1428
|
# http body (model)
|
1429
1429
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1430
|
-
auth_names = ['apikey']
|
1430
|
+
auth_names = ['apikey', 'basic', 'token']
|
1431
1431
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1432
1432
|
:header_params => header_params,
|
1433
1433
|
:query_params => query_params,
|
@@ -1489,7 +1489,7 @@ module CloudsmithApi
|
|
1489
1489
|
|
1490
1490
|
# http body (model)
|
1491
1491
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1492
|
-
auth_names = ['apikey']
|
1492
|
+
auth_names = ['apikey', 'basic', 'token']
|
1493
1493
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1494
1494
|
:header_params => header_params,
|
1495
1495
|
:query_params => query_params,
|
@@ -1551,7 +1551,7 @@ module CloudsmithApi
|
|
1551
1551
|
|
1552
1552
|
# http body (model)
|
1553
1553
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1554
|
-
auth_names = ['apikey']
|
1554
|
+
auth_names = ['apikey', 'basic', 'token']
|
1555
1555
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1556
1556
|
:header_params => header_params,
|
1557
1557
|
:query_params => query_params,
|
@@ -1613,7 +1613,7 @@ module CloudsmithApi
|
|
1613
1613
|
|
1614
1614
|
# http body (model)
|
1615
1615
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1616
|
-
auth_names = ['apikey']
|
1616
|
+
auth_names = ['apikey', 'basic', 'token']
|
1617
1617
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1618
1618
|
:header_params => header_params,
|
1619
1619
|
:query_params => query_params,
|
@@ -1675,7 +1675,7 @@ module CloudsmithApi
|
|
1675
1675
|
|
1676
1676
|
# http body (model)
|
1677
1677
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1678
|
-
auth_names = ['apikey']
|
1678
|
+
auth_names = ['apikey', 'basic', 'token']
|
1679
1679
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1680
1680
|
:header_params => header_params,
|
1681
1681
|
:query_params => query_params,
|
@@ -1737,7 +1737,7 @@ module CloudsmithApi
|
|
1737
1737
|
|
1738
1738
|
# http body (model)
|
1739
1739
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1740
|
-
auth_names = ['apikey']
|
1740
|
+
auth_names = ['apikey', 'basic', 'token']
|
1741
1741
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1742
1742
|
:header_params => header_params,
|
1743
1743
|
:query_params => query_params,
|
@@ -1799,7 +1799,7 @@ module CloudsmithApi
|
|
1799
1799
|
|
1800
1800
|
# http body (model)
|
1801
1801
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1802
|
-
auth_names = ['apikey']
|
1802
|
+
auth_names = ['apikey', 'basic', 'token']
|
1803
1803
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1804
1804
|
:header_params => header_params,
|
1805
1805
|
:query_params => query_params,
|
@@ -1861,7 +1861,7 @@ module CloudsmithApi
|
|
1861
1861
|
|
1862
1862
|
# http body (model)
|
1863
1863
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1864
|
-
auth_names = ['apikey']
|
1864
|
+
auth_names = ['apikey', 'basic', 'token']
|
1865
1865
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1866
1866
|
:header_params => header_params,
|
1867
1867
|
:query_params => query_params,
|
@@ -1923,7 +1923,7 @@ module CloudsmithApi
|
|
1923
1923
|
|
1924
1924
|
# http body (model)
|
1925
1925
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1926
|
-
auth_names = ['apikey']
|
1926
|
+
auth_names = ['apikey', 'basic', 'token']
|
1927
1927
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1928
1928
|
:header_params => header_params,
|
1929
1929
|
:query_params => query_params,
|
@@ -1985,7 +1985,7 @@ module CloudsmithApi
|
|
1985
1985
|
|
1986
1986
|
# http body (model)
|
1987
1987
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
1988
|
-
auth_names = ['apikey']
|
1988
|
+
auth_names = ['apikey', 'basic', 'token']
|
1989
1989
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1990
1990
|
:header_params => header_params,
|
1991
1991
|
:query_params => query_params,
|
@@ -2047,7 +2047,7 @@ module CloudsmithApi
|
|
2047
2047
|
|
2048
2048
|
# http body (model)
|
2049
2049
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2050
|
-
auth_names = ['apikey']
|
2050
|
+
auth_names = ['apikey', 'basic', 'token']
|
2051
2051
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2052
2052
|
:header_params => header_params,
|
2053
2053
|
:query_params => query_params,
|
@@ -2109,7 +2109,7 @@ module CloudsmithApi
|
|
2109
2109
|
|
2110
2110
|
# http body (model)
|
2111
2111
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2112
|
-
auth_names = ['apikey']
|
2112
|
+
auth_names = ['apikey', 'basic', 'token']
|
2113
2113
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2114
2114
|
:header_params => header_params,
|
2115
2115
|
:query_params => query_params,
|
@@ -2171,7 +2171,7 @@ module CloudsmithApi
|
|
2171
2171
|
|
2172
2172
|
# http body (model)
|
2173
2173
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2174
|
-
auth_names = ['apikey']
|
2174
|
+
auth_names = ['apikey', 'basic', 'token']
|
2175
2175
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2176
2176
|
:header_params => header_params,
|
2177
2177
|
:query_params => query_params,
|
@@ -2233,7 +2233,7 @@ module CloudsmithApi
|
|
2233
2233
|
|
2234
2234
|
# http body (model)
|
2235
2235
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2236
|
-
auth_names = ['apikey']
|
2236
|
+
auth_names = ['apikey', 'basic', 'token']
|
2237
2237
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2238
2238
|
:header_params => header_params,
|
2239
2239
|
:query_params => query_params,
|
@@ -2295,7 +2295,7 @@ module CloudsmithApi
|
|
2295
2295
|
|
2296
2296
|
# http body (model)
|
2297
2297
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2298
|
-
auth_names = ['apikey']
|
2298
|
+
auth_names = ['apikey', 'basic', 'token']
|
2299
2299
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2300
2300
|
:header_params => header_params,
|
2301
2301
|
:query_params => query_params,
|
@@ -2357,7 +2357,7 @@ module CloudsmithApi
|
|
2357
2357
|
|
2358
2358
|
# http body (model)
|
2359
2359
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2360
|
-
auth_names = ['apikey']
|
2360
|
+
auth_names = ['apikey', 'basic', 'token']
|
2361
2361
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2362
2362
|
:header_params => header_params,
|
2363
2363
|
:query_params => query_params,
|
@@ -2418,7 +2418,7 @@ module CloudsmithApi
|
|
2418
2418
|
|
2419
2419
|
# http body (model)
|
2420
2420
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2421
|
-
auth_names = ['apikey']
|
2421
|
+
auth_names = ['apikey', 'basic', 'token']
|
2422
2422
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2423
2423
|
:header_params => header_params,
|
2424
2424
|
:query_params => query_params,
|
@@ -2479,7 +2479,7 @@ module CloudsmithApi
|
|
2479
2479
|
|
2480
2480
|
# http body (model)
|
2481
2481
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2482
|
-
auth_names = ['apikey']
|
2482
|
+
auth_names = ['apikey', 'basic', 'token']
|
2483
2483
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2484
2484
|
:header_params => header_params,
|
2485
2485
|
:query_params => query_params,
|
@@ -2540,7 +2540,7 @@ module CloudsmithApi
|
|
2540
2540
|
|
2541
2541
|
# http body (model)
|
2542
2542
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2543
|
-
auth_names = ['apikey']
|
2543
|
+
auth_names = ['apikey', 'basic', 'token']
|
2544
2544
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2545
2545
|
:header_params => header_params,
|
2546
2546
|
:query_params => query_params,
|
@@ -2601,7 +2601,7 @@ module CloudsmithApi
|
|
2601
2601
|
|
2602
2602
|
# http body (model)
|
2603
2603
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2604
|
-
auth_names = ['apikey']
|
2604
|
+
auth_names = ['apikey', 'basic', 'token']
|
2605
2605
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2606
2606
|
:header_params => header_params,
|
2607
2607
|
:query_params => query_params,
|
@@ -2662,7 +2662,7 @@ module CloudsmithApi
|
|
2662
2662
|
|
2663
2663
|
# http body (model)
|
2664
2664
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2665
|
-
auth_names = ['apikey']
|
2665
|
+
auth_names = ['apikey', 'basic', 'token']
|
2666
2666
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2667
2667
|
:header_params => header_params,
|
2668
2668
|
:query_params => query_params,
|
@@ -2723,7 +2723,7 @@ module CloudsmithApi
|
|
2723
2723
|
|
2724
2724
|
# http body (model)
|
2725
2725
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2726
|
-
auth_names = ['apikey']
|
2726
|
+
auth_names = ['apikey', 'basic', 'token']
|
2727
2727
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2728
2728
|
:header_params => header_params,
|
2729
2729
|
:query_params => query_params,
|
@@ -2784,7 +2784,7 @@ module CloudsmithApi
|
|
2784
2784
|
|
2785
2785
|
# http body (model)
|
2786
2786
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2787
|
-
auth_names = ['apikey']
|
2787
|
+
auth_names = ['apikey', 'basic', 'token']
|
2788
2788
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2789
2789
|
:header_params => header_params,
|
2790
2790
|
:query_params => query_params,
|
@@ -2845,7 +2845,7 @@ module CloudsmithApi
|
|
2845
2845
|
|
2846
2846
|
# http body (model)
|
2847
2847
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2848
|
-
auth_names = ['apikey']
|
2848
|
+
auth_names = ['apikey', 'basic', 'token']
|
2849
2849
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2850
2850
|
:header_params => header_params,
|
2851
2851
|
:query_params => query_params,
|
@@ -2906,7 +2906,7 @@ module CloudsmithApi
|
|
2906
2906
|
|
2907
2907
|
# http body (model)
|
2908
2908
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2909
|
-
auth_names = ['apikey']
|
2909
|
+
auth_names = ['apikey', 'basic', 'token']
|
2910
2910
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2911
2911
|
:header_params => header_params,
|
2912
2912
|
:query_params => query_params,
|
@@ -2967,7 +2967,7 @@ module CloudsmithApi
|
|
2967
2967
|
|
2968
2968
|
# http body (model)
|
2969
2969
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
2970
|
-
auth_names = ['apikey']
|
2970
|
+
auth_names = ['apikey', 'basic', 'token']
|
2971
2971
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
2972
2972
|
:header_params => header_params,
|
2973
2973
|
:query_params => query_params,
|
@@ -3028,7 +3028,7 @@ module CloudsmithApi
|
|
3028
3028
|
|
3029
3029
|
# http body (model)
|
3030
3030
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3031
|
-
auth_names = ['apikey']
|
3031
|
+
auth_names = ['apikey', 'basic', 'token']
|
3032
3032
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3033
3033
|
:header_params => header_params,
|
3034
3034
|
:query_params => query_params,
|
@@ -3089,7 +3089,7 @@ module CloudsmithApi
|
|
3089
3089
|
|
3090
3090
|
# http body (model)
|
3091
3091
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3092
|
-
auth_names = ['apikey']
|
3092
|
+
auth_names = ['apikey', 'basic', 'token']
|
3093
3093
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3094
3094
|
:header_params => header_params,
|
3095
3095
|
:query_params => query_params,
|
@@ -3150,7 +3150,7 @@ module CloudsmithApi
|
|
3150
3150
|
|
3151
3151
|
# http body (model)
|
3152
3152
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3153
|
-
auth_names = ['apikey']
|
3153
|
+
auth_names = ['apikey', 'basic', 'token']
|
3154
3154
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3155
3155
|
:header_params => header_params,
|
3156
3156
|
:query_params => query_params,
|
@@ -3211,7 +3211,7 @@ module CloudsmithApi
|
|
3211
3211
|
|
3212
3212
|
# http body (model)
|
3213
3213
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3214
|
-
auth_names = ['apikey']
|
3214
|
+
auth_names = ['apikey', 'basic', 'token']
|
3215
3215
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3216
3216
|
:header_params => header_params,
|
3217
3217
|
:query_params => query_params,
|
@@ -3272,7 +3272,7 @@ module CloudsmithApi
|
|
3272
3272
|
|
3273
3273
|
# http body (model)
|
3274
3274
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3275
|
-
auth_names = ['apikey']
|
3275
|
+
auth_names = ['apikey', 'basic', 'token']
|
3276
3276
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3277
3277
|
:header_params => header_params,
|
3278
3278
|
:query_params => query_params,
|
@@ -3333,7 +3333,7 @@ module CloudsmithApi
|
|
3333
3333
|
|
3334
3334
|
# http body (model)
|
3335
3335
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3336
|
-
auth_names = ['apikey']
|
3336
|
+
auth_names = ['apikey', 'basic', 'token']
|
3337
3337
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3338
3338
|
:header_params => header_params,
|
3339
3339
|
:query_params => query_params,
|
@@ -3394,7 +3394,7 @@ module CloudsmithApi
|
|
3394
3394
|
|
3395
3395
|
# http body (model)
|
3396
3396
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3397
|
-
auth_names = ['apikey']
|
3397
|
+
auth_names = ['apikey', 'basic', 'token']
|
3398
3398
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3399
3399
|
:header_params => header_params,
|
3400
3400
|
:query_params => query_params,
|
@@ -3455,7 +3455,7 @@ module CloudsmithApi
|
|
3455
3455
|
|
3456
3456
|
# http body (model)
|
3457
3457
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3458
|
-
auth_names = ['apikey']
|
3458
|
+
auth_names = ['apikey', 'basic', 'token']
|
3459
3459
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3460
3460
|
:header_params => header_params,
|
3461
3461
|
:query_params => query_params,
|
@@ -3516,7 +3516,7 @@ module CloudsmithApi
|
|
3516
3516
|
|
3517
3517
|
# http body (model)
|
3518
3518
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3519
|
-
auth_names = ['apikey']
|
3519
|
+
auth_names = ['apikey', 'basic', 'token']
|
3520
3520
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3521
3521
|
:header_params => header_params,
|
3522
3522
|
:query_params => query_params,
|
@@ -3577,7 +3577,7 @@ module CloudsmithApi
|
|
3577
3577
|
|
3578
3578
|
# http body (model)
|
3579
3579
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3580
|
-
auth_names = ['apikey']
|
3580
|
+
auth_names = ['apikey', 'basic', 'token']
|
3581
3581
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3582
3582
|
:header_params => header_params,
|
3583
3583
|
:query_params => query_params,
|
@@ -3638,7 +3638,7 @@ module CloudsmithApi
|
|
3638
3638
|
|
3639
3639
|
# http body (model)
|
3640
3640
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3641
|
-
auth_names = ['apikey']
|
3641
|
+
auth_names = ['apikey', 'basic', 'token']
|
3642
3642
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3643
3643
|
:header_params => header_params,
|
3644
3644
|
:query_params => query_params,
|
@@ -3699,7 +3699,7 @@ module CloudsmithApi
|
|
3699
3699
|
|
3700
3700
|
# http body (model)
|
3701
3701
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3702
|
-
auth_names = ['apikey']
|
3702
|
+
auth_names = ['apikey', 'basic', 'token']
|
3703
3703
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3704
3704
|
:header_params => header_params,
|
3705
3705
|
:query_params => query_params,
|
@@ -3760,7 +3760,7 @@ module CloudsmithApi
|
|
3760
3760
|
|
3761
3761
|
# http body (model)
|
3762
3762
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3763
|
-
auth_names = ['apikey']
|
3763
|
+
auth_names = ['apikey', 'basic', 'token']
|
3764
3764
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3765
3765
|
:header_params => header_params,
|
3766
3766
|
:query_params => query_params,
|
@@ -3821,7 +3821,7 @@ module CloudsmithApi
|
|
3821
3821
|
|
3822
3822
|
# http body (model)
|
3823
3823
|
post_body = @api_client.object_to_http_body(opts[:'data'])
|
3824
|
-
auth_names = ['apikey']
|
3824
|
+
auth_names = ['apikey', 'basic', 'token']
|
3825
3825
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3826
3826
|
:header_params => header_params,
|
3827
3827
|
:query_params => query_params,
|
@@ -60,7 +60,7 @@ module CloudsmithApi
|
|
60
60
|
|
61
61
|
# http body (model)
|
62
62
|
post_body = nil
|
63
|
-
auth_names = ['apikey']
|
63
|
+
auth_names = ['apikey', 'basic', 'token']
|
64
64
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
65
65
|
:header_params => header_params,
|
66
66
|
:query_params => query_params,
|
@@ -114,7 +114,7 @@ module CloudsmithApi
|
|
114
114
|
|
115
115
|
# http body (model)
|
116
116
|
post_body = nil
|
117
|
-
auth_names = ['apikey']
|
117
|
+
auth_names = ['apikey', 'basic', 'token']
|
118
118
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
119
119
|
:header_params => header_params,
|
120
120
|
:query_params => query_params,
|
@@ -168,7 +168,7 @@ module CloudsmithApi
|
|
168
168
|
|
169
169
|
# http body (model)
|
170
170
|
post_body = nil
|
171
|
-
auth_names = ['apikey']
|
171
|
+
auth_names = ['apikey', 'basic', 'token']
|
172
172
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
173
173
|
:header_params => header_params,
|
174
174
|
:query_params => query_params,
|
@@ -222,7 +222,7 @@ module CloudsmithApi
|
|
222
222
|
|
223
223
|
# http body (model)
|
224
224
|
post_body = nil
|
225
|
-
auth_names = ['apikey']
|
225
|
+
auth_names = ['apikey', 'basic', 'token']
|
226
226
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
227
227
|
:header_params => header_params,
|
228
228
|
:query_params => query_params,
|
@@ -54,7 +54,7 @@ module CloudsmithApi
|
|
54
54
|
|
55
55
|
# http body (model)
|
56
56
|
post_body = nil
|
57
|
-
auth_names = ['apikey']
|
57
|
+
auth_names = ['apikey', 'basic', 'token']
|
58
58
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
59
59
|
:header_params => header_params,
|
60
60
|
:query_params => query_params,
|