cloudsmith-api 0.52.121 → 0.54.15
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 +15 -17
- data/README.md +23 -17
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +6 -1
- data/docs/BadgesApi.md +1 -6
- data/docs/ConanPackageUpload.md +6 -1
- data/docs/DistrosApi.md +2 -12
- data/docs/EntitlementUsageMetric.md +8 -0
- data/docs/EntitlementsApi.md +10 -60
- data/docs/EntitlementsCreate.md +4 -0
- data/docs/EntitlementsPartialUpdate.md +4 -0
- data/docs/EntitlementsRefresh.md +4 -0
- data/docs/FilesApi.md +5 -30
- data/docs/FormatsApi.md +2 -12
- data/docs/MavenPackageUpload.md +6 -1
- data/docs/MetricsApi.md +72 -15
- data/docs/NamespacesApi.md +2 -12
- data/docs/OrgsApi.md +2 -12
- data/docs/Package.md +6 -1
- data/docs/PackageCopy.md +6 -1
- data/docs/PackageMove.md +6 -1
- data/docs/PackagesApi.md +122 -303
- data/docs/PackagesCopy.md +1 -0
- data/docs/PackagesMove.md +1 -0
- data/docs/PackagesResync.md +8 -0
- data/docs/PackagesScan.md +8 -0
- data/docs/PackagesTag.md +1 -0
- data/docs/PackagesUploadAlpine.md +1 -0
- data/docs/PackagesUploadCargo.md +1 -0
- data/docs/PackagesUploadCocoapods.md +1 -0
- data/docs/PackagesUploadComposer.md +1 -0
- data/docs/PackagesUploadConan.md +1 -0
- data/docs/PackagesUploadCran.md +1 -0
- data/docs/PackagesUploadDart.md +1 -0
- data/docs/PackagesUploadDeb.md +1 -0
- data/docs/PackagesUploadDocker.md +1 -0
- data/docs/PackagesUploadGo.md +1 -0
- data/docs/PackagesUploadHelm.md +1 -0
- data/docs/PackagesUploadLuarocks.md +1 -0
- data/docs/PackagesUploadMaven.md +1 -0
- data/docs/PackagesUploadNpm.md +1 -0
- data/docs/PackagesUploadNuget.md +1 -0
- data/docs/PackagesUploadPython.md +1 -0
- data/docs/PackagesUploadRaw.md +1 -0
- data/docs/PackagesUploadRpm.md +1 -0
- data/docs/PackagesUploadRuby.md +1 -0
- data/docs/PackagesUploadTerraform.md +1 -0
- data/docs/PackagesUploadVagrant.md +1 -0
- data/docs/PackagesValidateuploadAlpine.md +1 -0
- data/docs/PackagesValidateuploadCargo.md +1 -0
- data/docs/PackagesValidateuploadCocoapods.md +1 -0
- data/docs/PackagesValidateuploadComposer.md +1 -0
- data/docs/PackagesValidateuploadConan.md +1 -0
- data/docs/PackagesValidateuploadCran.md +1 -0
- data/docs/PackagesValidateuploadDart.md +1 -0
- data/docs/PackagesValidateuploadDeb.md +1 -0
- data/docs/PackagesValidateuploadDocker.md +1 -0
- data/docs/PackagesValidateuploadGo.md +1 -0
- data/docs/PackagesValidateuploadHelm.md +1 -0
- data/docs/PackagesValidateuploadLuarocks.md +1 -0
- data/docs/PackagesValidateuploadMaven.md +1 -0
- data/docs/PackagesValidateuploadNpm.md +1 -0
- data/docs/PackagesValidateuploadNuget.md +1 -0
- data/docs/PackagesValidateuploadPython.md +1 -0
- data/docs/PackagesValidateuploadRaw.md +1 -0
- data/docs/PackagesValidateuploadRpm.md +1 -0
- data/docs/PackagesValidateuploadRuby.md +1 -0
- data/docs/PackagesValidateuploadTerraform.md +1 -0
- data/docs/PackagesValidateuploadVagrant.md +1 -0
- data/docs/Quota.md +8 -0
- data/docs/QuotaApi.md +228 -0
- data/docs/QuotaHistory.md +8 -0
- data/docs/QuotaHistoryHistory.md +13 -0
- data/docs/RatesApi.md +1 -6
- data/docs/RawPackageUpload.md +6 -1
- data/docs/ReposApi.md +6 -36
- data/docs/RepositoryToken.md +7 -0
- data/docs/RepositoryTokenRefresh.md +7 -0
- data/docs/RepositoryTokenSyncTokens.md +7 -0
- data/docs/StorageregionsApi.md +2 -12
- data/docs/UserApi.md +2 -12
- data/docs/UsersApi.md +1 -6
- data/docs/VagrantPackageUpload.md +6 -1
- data/docs/VulnerabilitiesApi.md +264 -0
- data/docs/VulnerabilityScanResults.md +15 -0
- data/docs/VulnerabilityScanResultsList.md +14 -0
- data/docs/WebhooksApi.md +5 -30
- data/lib/cloudsmith-api.rb +10 -1
- 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 +78 -12
- data/lib/cloudsmith-api/api/namespaces_api.rb +2 -2
- data/lib/cloudsmith-api/api/orgs_api.rb +2 -2
- data/lib/cloudsmith-api/api/packages_api.rb +122 -51
- data/lib/cloudsmith-api/api/quota_api.rb +227 -0
- data/lib/cloudsmith-api/api/rates_api.rb +1 -1
- data/lib/cloudsmith-api/api/repos_api.rb +6 -6
- data/lib/cloudsmith-api/api/storageregions_api.rb +2 -2
- data/lib/cloudsmith-api/api/user_api.rb +2 -2
- data/lib/cloudsmith-api/api/users_api.rb +1 -1
- data/lib/cloudsmith-api/api/vulnerabilities_api.rb +281 -0
- data/lib/cloudsmith-api/api/webhooks_api.rb +5 -5
- data/lib/cloudsmith-api/configuration.rb +0 -7
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +55 -5
- data/lib/cloudsmith-api/models/conan_package_upload.rb +55 -5
- data/lib/cloudsmith-api/models/{entitlement_token_metric.rb → entitlement_usage_metric.rb} +11 -26
- data/lib/cloudsmith-api/models/entitlements_create.rb +41 -1
- data/lib/cloudsmith-api/models/entitlements_partial_update.rb +41 -1
- data/lib/cloudsmith-api/models/entitlements_refresh.rb +41 -1
- data/lib/cloudsmith-api/models/maven_package_upload.rb +55 -5
- data/lib/cloudsmith-api/models/package.rb +55 -5
- data/lib/cloudsmith-api/models/package_copy.rb +55 -5
- data/lib/cloudsmith-api/models/package_move.rb +55 -5
- data/lib/cloudsmith-api/models/packages_copy.rb +14 -4
- data/lib/cloudsmith-api/models/packages_move.rb +14 -4
- data/lib/cloudsmith-api/models/packages_resync.rb +189 -0
- data/lib/cloudsmith-api/models/packages_scan.rb +189 -0
- data/lib/cloudsmith-api/models/packages_tag.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_alpine.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_cargo.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_composer.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_conan.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_cran.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_dart.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_deb.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_docker.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_go.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_helm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_maven.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_npm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_nuget.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_python.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_raw.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_rpm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_ruby.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_terraform.rb +11 -1
- data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_go.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_python.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +11 -1
- data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +11 -1
- data/lib/cloudsmith-api/models/quota.rb +194 -0
- data/lib/cloudsmith-api/models/quota_history.rb +196 -0
- data/lib/cloudsmith-api/models/quota_history_history.rb +239 -0
- data/lib/cloudsmith-api/models/raw_package_upload.rb +55 -5
- data/lib/cloudsmith-api/models/repository_token.rb +71 -1
- data/lib/cloudsmith-api/models/repository_token_refresh.rb +71 -1
- data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +71 -1
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +55 -5
- data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +279 -0
- data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +264 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/spec/api/metrics_api_spec.rb +19 -2
- data/spec/api/packages_api_spec.rb +16 -0
- data/spec/api/quota_api_spec.rb +83 -0
- data/spec/api/vulnerabilities_api_spec.rb +95 -0
- data/spec/models/alpine_package_upload_spec.rb +30 -0
- data/spec/models/conan_package_upload_spec.rb +30 -0
- data/spec/models/{entitlement_token_metric_spec.rb → entitlement_usage_metric_spec.rb} +7 -13
- data/spec/models/entitlements_create_spec.rb +24 -0
- data/spec/models/entitlements_partial_update_spec.rb +24 -0
- data/spec/models/entitlements_refresh_spec.rb +24 -0
- data/spec/models/maven_package_upload_spec.rb +30 -0
- data/spec/models/package_copy_spec.rb +30 -0
- data/spec/models/package_move_spec.rb +30 -0
- data/spec/models/package_spec.rb +30 -0
- data/spec/models/packages_copy_spec.rb +6 -0
- data/spec/models/packages_move_spec.rb +6 -0
- data/spec/models/packages_resync_spec.rb +42 -0
- data/spec/models/packages_scan_spec.rb +42 -0
- data/spec/models/packages_tag_spec.rb +6 -0
- data/spec/models/packages_upload_alpine_spec.rb +6 -0
- data/spec/models/packages_upload_cargo_spec.rb +6 -0
- data/spec/models/packages_upload_cocoapods_spec.rb +6 -0
- data/spec/models/packages_upload_composer_spec.rb +6 -0
- data/spec/models/packages_upload_conan_spec.rb +6 -0
- data/spec/models/packages_upload_cran_spec.rb +6 -0
- data/spec/models/packages_upload_dart_spec.rb +6 -0
- data/spec/models/packages_upload_deb_spec.rb +6 -0
- data/spec/models/packages_upload_docker_spec.rb +6 -0
- data/spec/models/packages_upload_go_spec.rb +6 -0
- data/spec/models/packages_upload_helm_spec.rb +6 -0
- data/spec/models/packages_upload_luarocks_spec.rb +6 -0
- data/spec/models/packages_upload_maven_spec.rb +6 -0
- data/spec/models/packages_upload_npm_spec.rb +6 -0
- data/spec/models/packages_upload_nuget_spec.rb +6 -0
- data/spec/models/packages_upload_python_spec.rb +6 -0
- data/spec/models/packages_upload_raw_spec.rb +6 -0
- data/spec/models/packages_upload_rpm_spec.rb +6 -0
- data/spec/models/packages_upload_ruby_spec.rb +6 -0
- data/spec/models/packages_upload_terraform_spec.rb +6 -0
- data/spec/models/packages_upload_vagrant_spec.rb +6 -0
- data/spec/models/packages_validateupload_alpine_spec.rb +6 -0
- data/spec/models/packages_validateupload_cargo_spec.rb +6 -0
- data/spec/models/packages_validateupload_cocoapods_spec.rb +6 -0
- data/spec/models/packages_validateupload_composer_spec.rb +6 -0
- data/spec/models/packages_validateupload_conan_spec.rb +6 -0
- data/spec/models/packages_validateupload_cran_spec.rb +6 -0
- data/spec/models/packages_validateupload_dart_spec.rb +6 -0
- data/spec/models/packages_validateupload_deb_spec.rb +6 -0
- data/spec/models/packages_validateupload_docker_spec.rb +6 -0
- data/spec/models/packages_validateupload_go_spec.rb +6 -0
- data/spec/models/packages_validateupload_helm_spec.rb +6 -0
- data/spec/models/packages_validateupload_luarocks_spec.rb +6 -0
- data/spec/models/packages_validateupload_maven_spec.rb +6 -0
- data/spec/models/packages_validateupload_npm_spec.rb +6 -0
- data/spec/models/packages_validateupload_nuget_spec.rb +6 -0
- data/spec/models/packages_validateupload_python_spec.rb +6 -0
- data/spec/models/packages_validateupload_raw_spec.rb +6 -0
- data/spec/models/packages_validateupload_rpm_spec.rb +6 -0
- data/spec/models/packages_validateupload_ruby_spec.rb +6 -0
- data/spec/models/packages_validateupload_terraform_spec.rb +6 -0
- data/spec/models/packages_validateupload_vagrant_spec.rb +6 -0
- data/spec/models/quota_history_history_spec.rb +72 -0
- data/spec/models/quota_history_spec.rb +42 -0
- data/spec/models/quota_spec.rb +42 -0
- data/spec/models/raw_package_upload_spec.rb +30 -0
- data/spec/models/repository_token_refresh_spec.rb +42 -0
- data/spec/models/repository_token_spec.rb +42 -0
- data/spec/models/repository_token_sync_tokens_spec.rb +42 -0
- data/spec/models/vagrant_package_upload_spec.rb +30 -0
- data/spec/models/vulnerability_scan_results_list_spec.rb +78 -0
- data/spec/models/vulnerability_scan_results_spec.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/cache/crack-0.4.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.3 → crack-0.4.4}/lib/crack.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.3 → crack-0.4.4}/lib/crack/json.rb +5 -18
- data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.3 → crack-0.4.4}/lib/crack/util.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.4/lib/crack/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.3 → crack-0.4.4}/lib/crack/xml.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/README.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/lib/rspec.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/lib/rspec/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/.document +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/Changelog.md +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/README.md +3 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/exe/rspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/autorun.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/fork_runner.rb +6 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/server.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/bisect/utilities.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/configuration.rb +16 -7
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/configuration_options.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/did_you_mean.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/drb.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/dsl.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/example.rb +10 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/example_group.rb +2 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/example_status_persister.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/filter_manager.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/flat_map.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/console_codes.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/exception_presenter.rb +16 -6
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/helpers.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/json_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/protocol.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/hooks.rb +14 -9
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/invocations.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/memoized_helpers.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/metadata.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/metadata_filter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/notifications.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/option_parser.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/ordering.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/output_wrapper.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/pending.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/profiler.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/project_initializer.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/project_initializer/.rspec +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/rake_task.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/reporter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/ruby_project.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/runner.rb +12 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/sandbox.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/set.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/shared_context.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/shared_example_group.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/shell_escape.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/warnings.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.2 → rspec-core-3.10.0}/lib/rspec/core/world.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/.document +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/Changelog.md +43 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/README.md +4 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/configuration.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/expectation_target.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/fail_with.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/failure_aggregator.rb +19 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/handler.rb +18 -6
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/minitest_integration.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/syntax.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers.rb +43 -40
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/aliased_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in.rb +2 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/all.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/be.rb +10 -107
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/be_between.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/be_within.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/change.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/compound.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/cover.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/eq.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/eql.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/equal.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/exist.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/has.rb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/include.rb +72 -15
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/match.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/operators.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/output.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/raise_error.rb +42 -13
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/respond_to.rb +46 -45
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/built_in/yield.rb +6 -92
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/composable.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/dsl.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/english_phrasing.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/fail_matchers.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/generated_descriptions.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/matcher_delegator.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers/matcher_protocol.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/.document +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/.yardopts +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/Changelog.md +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/README.md +5 -5
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks.rb +4 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/argument_matchers.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/configuration.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/error_generator.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/example_methods.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/marshal_extension.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/matchers/have_received.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/matchers/receive.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/message_chain.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/message_expectation.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/method_double.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/method_reference.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/minitest_integration.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/mutate_const.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/object_reference.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/order_group.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/proxy.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/space.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/standalone.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/syntax.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/targets.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/test_double.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/verifying_double.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/verifying_proxy.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/Changelog.md +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/README.md +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/caller_filter.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/comparable_version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/differ.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/directory_maker.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/encoded_string.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/hunk_generator.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/matcher_definition.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/method_signature_verifier.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/mutex.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/object_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/recursive_const_methods.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/reentrant_mutex.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/ruby_features.rb +4 -4
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/source.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/source/location.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/source/node.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/source/token.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec.rb +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/formatting_support.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/in_sub_process.rb +1 -3
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/shell_out.rb +19 -8
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/string_matcher.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/warnings.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/CHANGES.rdoc → sys-uname-1.2.2/CHANGES.md} +41 -35
- data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/Gemfile +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/LICENSE +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/MANIFEST.rdoc → sys-uname-1.2.2/MANIFEST.md} +2 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/README.rdoc → sys-uname-1.2.2/README.md} +22 -20
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/Rakefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/certs/djberg96_pub.pem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/doc/uname.rdoc +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/examples/uname_test.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys-uname.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/platform.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/uname.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/unix/uname.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/windows/uname.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/spec/sys_platform_spec.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/spec/sys_uname_spec.rb +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/sys-uname.gemspec +5 -4
- data/vendor/bundle/ruby/2.6.0/specifications/{crack-0.4.3.gemspec → crack-0.4.4.gemspec} +3 -15
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-3.9.0.gemspec → rspec-3.10.0.gemspec} +13 -13
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.9.2.gemspec → rspec-core-3.10.0.gemspec} +8 -8
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-expectations-3.9.2.gemspec → rspec-expectations-3.10.0.gemspec} +8 -8
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.9.1.gemspec → rspec-mocks-3.10.0.gemspec} +11 -11
- data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.9.3.gemspec → rspec-support-3.10.0.gemspec} +5 -5
- data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.2.1.gemspec → sys-uname-1.2.2.gemspec} +12 -9
- metadata +388 -424
- data/docs/EntitlementTokenMetric.md +0 -9
- data/vendor/bundle/ruby/2.6.0/bin/safe_yaml +0 -27
- data/vendor/bundle/ruby/2.6.0/cache/crack-0.4.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.9.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.9.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.9.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.9.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.9.3.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/safe_yaml-1.0.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/.gitignore +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/.travis.yml +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/Gemfile +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/History +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/LICENSE +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/README.md +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/crack.gemspec +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/lib/crack/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/script/bootstrap +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/script/release +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/script/test +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/data/large_dataset.json +0 -139988
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/data/twittersearch-firefox.json +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/data/twittersearch-ie.json +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/hash_test.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/json_test.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/parser_test.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/string_test.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/test_helper.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.3/test/xml_test.rb +0 -514
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.9.2/lib/rspec/matchers/built_in/has.rb +0 -103
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/.gitignore +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/.travis.yml +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md +0 -154
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md +0 -191
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Rakefile +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bin/safe_yaml +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +0 -181
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/safe_yaml.gemspec +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/exploit.1.9.2.yaml +0 -2
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/exploit.1.9.3.yaml +0 -2
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/issue48.txt +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/issue49.yml +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/libyaml_checker_spec.rb +0 -69
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/psych_resolver_spec.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/resolver_specs.rb +0 -278
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/safe_yaml_spec.rb +0 -731
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/spec_helper.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/store_spec.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/support/exploitable_back_door.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/syck_resolver_spec.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/transform/base64_spec.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/transform/to_date_spec.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/transform/to_float_spec.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/transform/to_integer_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/transform/to_symbol_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/spec/yaml_spec.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/specifications/safe_yaml-1.0.5.gemspec +0 -23
data/docs/PackageCopy.md
CHANGED
|
@@ -35,10 +35,14 @@ Name | Type | Description | Notes
|
|
|
35
35
|
**release** | **String** | The release of the package version (if any). | [optional]
|
|
36
36
|
**repository** | **String** | The repository the package will be copied to. | [optional]
|
|
37
37
|
**repository_url** | **String** | | [optional]
|
|
38
|
+
**security_scan_completed_at** | **String** | The datetime the security scanning was completed. | [optional]
|
|
39
|
+
**security_scan_started_at** | **String** | The datetime the security scanning was started. | [optional]
|
|
40
|
+
**security_scan_status** | **String** | | [optional]
|
|
41
|
+
**security_scan_status_updated_at** | **String** | The datetime the security scanning status was updated. | [optional]
|
|
38
42
|
**self_html_url** | **String** | | [optional]
|
|
39
43
|
**self_url** | **String** | | [optional]
|
|
40
44
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
41
|
-
**slug** | **String** |
|
|
45
|
+
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
42
46
|
**slug_perm** | **String** | | [optional]
|
|
43
47
|
**stage** | **String** | The synchronisation (in progress) stage of the package. | [optional]
|
|
44
48
|
**stage_str** | **String** | | [optional]
|
|
@@ -60,5 +64,6 @@ Name | Type | Description | Notes
|
|
|
60
64
|
**uploader_url** | **String** | | [optional]
|
|
61
65
|
**version** | **String** | The raw version for this package. | [optional]
|
|
62
66
|
**version_orig** | **String** | | [optional]
|
|
67
|
+
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
63
68
|
|
|
64
69
|
|
data/docs/PackageMove.md
CHANGED
|
@@ -35,10 +35,14 @@ Name | Type | Description | Notes
|
|
|
35
35
|
**release** | **String** | The release of the package version (if any). | [optional]
|
|
36
36
|
**repository** | **String** | The repository the package will be moved to. | [optional]
|
|
37
37
|
**repository_url** | **String** | | [optional]
|
|
38
|
+
**security_scan_completed_at** | **String** | The datetime the security scanning was completed. | [optional]
|
|
39
|
+
**security_scan_started_at** | **String** | The datetime the security scanning was started. | [optional]
|
|
40
|
+
**security_scan_status** | **String** | | [optional]
|
|
41
|
+
**security_scan_status_updated_at** | **String** | The datetime the security scanning status was updated. | [optional]
|
|
38
42
|
**self_html_url** | **String** | | [optional]
|
|
39
43
|
**self_url** | **String** | | [optional]
|
|
40
44
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
|
41
|
-
**slug** | **String** |
|
|
45
|
+
**slug** | **String** | The public unique identifier for the package. | [optional]
|
|
42
46
|
**slug_perm** | **String** | | [optional]
|
|
43
47
|
**stage** | **String** | The synchronisation (in progress) stage of the package. | [optional]
|
|
44
48
|
**stage_str** | **String** | | [optional]
|
|
@@ -60,5 +64,6 @@ Name | Type | Description | Notes
|
|
|
60
64
|
**uploader_url** | **String** | | [optional]
|
|
61
65
|
**version** | **String** | The raw version for this package. | [optional]
|
|
62
66
|
**version_orig** | **String** | | [optional]
|
|
67
|
+
**vulnerability_scan_results_url** | **String** | | [optional]
|
|
63
68
|
|
|
64
69
|
|
data/docs/PackagesApi.md
CHANGED
|
@@ -10,6 +10,7 @@ Method | HTTP request | Description
|
|
|
10
10
|
[**packages_move**](PackagesApi.md#packages_move) | **POST** /packages/{owner}/{repo}/{identifier}/move/ | Move a package to another repository.
|
|
11
11
|
[**packages_read**](PackagesApi.md#packages_read) | **GET** /packages/{owner}/{repo}/{identifier}/ | Get a specific package in a repository.
|
|
12
12
|
[**packages_resync**](PackagesApi.md#packages_resync) | **POST** /packages/{owner}/{repo}/{identifier}/resync/ | Schedule a package for resynchronisation.
|
|
13
|
+
[**packages_scan**](PackagesApi.md#packages_scan) | **POST** /packages/{owner}/{repo}/{identifier}/scan/ | Schedule a package for scanning.
|
|
13
14
|
[**packages_status**](PackagesApi.md#packages_status) | **GET** /packages/{owner}/{repo}/{identifier}/status/ | Get the synchronisation status for a package.
|
|
14
15
|
[**packages_tag**](PackagesApi.md#packages_tag) | **POST** /packages/{owner}/{repo}/{identifier}/tag/ | Add/Replace/Remove tags for a package.
|
|
15
16
|
[**packages_upload_alpine**](PackagesApi.md#packages_upload_alpine) | **POST** /packages/{owner}/{repo}/upload/alpine/ | Create a new Alpine package
|
|
@@ -73,11 +74,6 @@ CloudsmithApi.configure do |config|
|
|
|
73
74
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
74
75
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
75
76
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
76
|
-
|
|
77
|
-
# Configure API key authorization: csrf_token
|
|
78
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
79
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
80
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
81
77
|
end
|
|
82
78
|
|
|
83
79
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -116,7 +112,7 @@ Name | Type | Description | Notes
|
|
|
116
112
|
|
|
117
113
|
### Authorization
|
|
118
114
|
|
|
119
|
-
[apikey](../README.md#apikey)
|
|
115
|
+
[apikey](../README.md#apikey)
|
|
120
116
|
|
|
121
117
|
### HTTP request headers
|
|
122
118
|
|
|
@@ -142,11 +138,6 @@ CloudsmithApi.configure do |config|
|
|
|
142
138
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
143
139
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
144
140
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
145
|
-
|
|
146
|
-
# Configure API key authorization: csrf_token
|
|
147
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
148
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
149
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
150
141
|
end
|
|
151
142
|
|
|
152
143
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -180,7 +171,7 @@ nil (empty response body)
|
|
|
180
171
|
|
|
181
172
|
### Authorization
|
|
182
173
|
|
|
183
|
-
[apikey](../README.md#apikey)
|
|
174
|
+
[apikey](../README.md#apikey)
|
|
184
175
|
|
|
185
176
|
### HTTP request headers
|
|
186
177
|
|
|
@@ -206,11 +197,6 @@ CloudsmithApi.configure do |config|
|
|
|
206
197
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
207
198
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
208
199
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
209
|
-
|
|
210
|
-
# Configure API key authorization: csrf_token
|
|
211
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
212
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
213
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
214
200
|
end
|
|
215
201
|
|
|
216
202
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -250,7 +236,7 @@ Name | Type | Description | Notes
|
|
|
250
236
|
|
|
251
237
|
### Authorization
|
|
252
238
|
|
|
253
|
-
[apikey](../README.md#apikey)
|
|
239
|
+
[apikey](../README.md#apikey)
|
|
254
240
|
|
|
255
241
|
### HTTP request headers
|
|
256
242
|
|
|
@@ -276,11 +262,6 @@ CloudsmithApi.configure do |config|
|
|
|
276
262
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
277
263
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
278
264
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
279
|
-
|
|
280
|
-
# Configure API key authorization: csrf_token
|
|
281
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
282
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
283
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
284
265
|
end
|
|
285
266
|
|
|
286
267
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -319,7 +300,7 @@ Name | Type | Description | Notes
|
|
|
319
300
|
|
|
320
301
|
### Authorization
|
|
321
302
|
|
|
322
|
-
[apikey](../README.md#apikey)
|
|
303
|
+
[apikey](../README.md#apikey)
|
|
323
304
|
|
|
324
305
|
### HTTP request headers
|
|
325
306
|
|
|
@@ -345,11 +326,6 @@ CloudsmithApi.configure do |config|
|
|
|
345
326
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
346
327
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
347
328
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
348
|
-
|
|
349
|
-
# Configure API key authorization: csrf_token
|
|
350
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
351
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
352
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
353
329
|
end
|
|
354
330
|
|
|
355
331
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -384,7 +360,7 @@ Name | Type | Description | Notes
|
|
|
384
360
|
|
|
385
361
|
### Authorization
|
|
386
362
|
|
|
387
|
-
[apikey](../README.md#apikey)
|
|
363
|
+
[apikey](../README.md#apikey)
|
|
388
364
|
|
|
389
365
|
### HTTP request headers
|
|
390
366
|
|
|
@@ -394,7 +370,7 @@ Name | Type | Description | Notes
|
|
|
394
370
|
|
|
395
371
|
|
|
396
372
|
# **packages_resync**
|
|
397
|
-
> Package packages_resync(owner, repo, identifier)
|
|
373
|
+
> Package packages_resync(owner, repo, identifier, opts)
|
|
398
374
|
|
|
399
375
|
Schedule a package for resynchronisation.
|
|
400
376
|
|
|
@@ -410,11 +386,6 @@ CloudsmithApi.configure do |config|
|
|
|
410
386
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
411
387
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
412
388
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
413
|
-
|
|
414
|
-
# Configure API key authorization: csrf_token
|
|
415
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
416
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
417
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
418
389
|
end
|
|
419
390
|
|
|
420
391
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -425,10 +396,13 @@ repo = "repo_example" # String |
|
|
|
425
396
|
|
|
426
397
|
identifier = "identifier_example" # String |
|
|
427
398
|
|
|
399
|
+
opts = {
|
|
400
|
+
data: CloudsmithApi::PackagesResync.new # PackagesResync |
|
|
401
|
+
}
|
|
428
402
|
|
|
429
403
|
begin
|
|
430
404
|
#Schedule a package for resynchronisation.
|
|
431
|
-
result = api_instance.packages_resync(owner, repo, identifier)
|
|
405
|
+
result = api_instance.packages_resync(owner, repo, identifier, opts)
|
|
432
406
|
p result
|
|
433
407
|
rescue CloudsmithApi::ApiError => e
|
|
434
408
|
puts "Exception when calling PackagesApi->packages_resync: #{e}"
|
|
@@ -442,6 +416,7 @@ Name | Type | Description | Notes
|
|
|
442
416
|
**owner** | **String**| |
|
|
443
417
|
**repo** | **String**| |
|
|
444
418
|
**identifier** | **String**| |
|
|
419
|
+
**data** | [**PackagesResync**](PackagesResync.md)| | [optional]
|
|
445
420
|
|
|
446
421
|
### Return type
|
|
447
422
|
|
|
@@ -449,11 +424,75 @@ Name | Type | Description | Notes
|
|
|
449
424
|
|
|
450
425
|
### Authorization
|
|
451
426
|
|
|
452
|
-
[apikey](../README.md#apikey)
|
|
427
|
+
[apikey](../README.md#apikey)
|
|
453
428
|
|
|
454
429
|
### HTTP request headers
|
|
455
430
|
|
|
456
|
-
- **Content-Type**:
|
|
431
|
+
- **Content-Type**: application/json
|
|
432
|
+
- **Accept**: Not defined
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
# **packages_scan**
|
|
437
|
+
> Package packages_scan(owner, repo, identifier, opts)
|
|
438
|
+
|
|
439
|
+
Schedule a package for scanning.
|
|
440
|
+
|
|
441
|
+
Schedule a package for scanning.
|
|
442
|
+
|
|
443
|
+
### Example
|
|
444
|
+
```ruby
|
|
445
|
+
# load the gem
|
|
446
|
+
require 'cloudsmith-api'
|
|
447
|
+
# setup authorization
|
|
448
|
+
CloudsmithApi.configure do |config|
|
|
449
|
+
# Configure API key authorization: apikey
|
|
450
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
451
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
452
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
453
|
+
end
|
|
454
|
+
|
|
455
|
+
api_instance = CloudsmithApi::PackagesApi.new
|
|
456
|
+
|
|
457
|
+
owner = "owner_example" # String |
|
|
458
|
+
|
|
459
|
+
repo = "repo_example" # String |
|
|
460
|
+
|
|
461
|
+
identifier = "identifier_example" # String |
|
|
462
|
+
|
|
463
|
+
opts = {
|
|
464
|
+
data: CloudsmithApi::PackagesScan.new # PackagesScan |
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
begin
|
|
468
|
+
#Schedule a package for scanning.
|
|
469
|
+
result = api_instance.packages_scan(owner, repo, identifier, opts)
|
|
470
|
+
p result
|
|
471
|
+
rescue CloudsmithApi::ApiError => e
|
|
472
|
+
puts "Exception when calling PackagesApi->packages_scan: #{e}"
|
|
473
|
+
end
|
|
474
|
+
```
|
|
475
|
+
|
|
476
|
+
### Parameters
|
|
477
|
+
|
|
478
|
+
Name | Type | Description | Notes
|
|
479
|
+
------------- | ------------- | ------------- | -------------
|
|
480
|
+
**owner** | **String**| |
|
|
481
|
+
**repo** | **String**| |
|
|
482
|
+
**identifier** | **String**| |
|
|
483
|
+
**data** | [**PackagesScan**](PackagesScan.md)| | [optional]
|
|
484
|
+
|
|
485
|
+
### Return type
|
|
486
|
+
|
|
487
|
+
[**Package**](Package.md)
|
|
488
|
+
|
|
489
|
+
### Authorization
|
|
490
|
+
|
|
491
|
+
[apikey](../README.md#apikey)
|
|
492
|
+
|
|
493
|
+
### HTTP request headers
|
|
494
|
+
|
|
495
|
+
- **Content-Type**: application/json
|
|
457
496
|
- **Accept**: Not defined
|
|
458
497
|
|
|
459
498
|
|
|
@@ -475,11 +514,6 @@ CloudsmithApi.configure do |config|
|
|
|
475
514
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
476
515
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
477
516
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
478
|
-
|
|
479
|
-
# Configure API key authorization: csrf_token
|
|
480
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
481
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
482
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
483
517
|
end
|
|
484
518
|
|
|
485
519
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -514,7 +548,7 @@ Name | Type | Description | Notes
|
|
|
514
548
|
|
|
515
549
|
### Authorization
|
|
516
550
|
|
|
517
|
-
[apikey](../README.md#apikey)
|
|
551
|
+
[apikey](../README.md#apikey)
|
|
518
552
|
|
|
519
553
|
### HTTP request headers
|
|
520
554
|
|
|
@@ -540,11 +574,6 @@ CloudsmithApi.configure do |config|
|
|
|
540
574
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
541
575
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
542
576
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
543
|
-
|
|
544
|
-
# Configure API key authorization: csrf_token
|
|
545
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
546
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
547
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
548
577
|
end
|
|
549
578
|
|
|
550
579
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -583,7 +612,7 @@ Name | Type | Description | Notes
|
|
|
583
612
|
|
|
584
613
|
### Authorization
|
|
585
614
|
|
|
586
|
-
[apikey](../README.md#apikey)
|
|
615
|
+
[apikey](../README.md#apikey)
|
|
587
616
|
|
|
588
617
|
### HTTP request headers
|
|
589
618
|
|
|
@@ -609,11 +638,6 @@ CloudsmithApi.configure do |config|
|
|
|
609
638
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
610
639
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
611
640
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
612
|
-
|
|
613
|
-
# Configure API key authorization: csrf_token
|
|
614
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
615
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
616
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
617
641
|
end
|
|
618
642
|
|
|
619
643
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -649,7 +673,7 @@ Name | Type | Description | Notes
|
|
|
649
673
|
|
|
650
674
|
### Authorization
|
|
651
675
|
|
|
652
|
-
[apikey](../README.md#apikey)
|
|
676
|
+
[apikey](../README.md#apikey)
|
|
653
677
|
|
|
654
678
|
### HTTP request headers
|
|
655
679
|
|
|
@@ -675,11 +699,6 @@ CloudsmithApi.configure do |config|
|
|
|
675
699
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
676
700
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
677
701
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
678
|
-
|
|
679
|
-
# Configure API key authorization: csrf_token
|
|
680
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
681
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
682
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
683
702
|
end
|
|
684
703
|
|
|
685
704
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -715,7 +734,7 @@ Name | Type | Description | Notes
|
|
|
715
734
|
|
|
716
735
|
### Authorization
|
|
717
736
|
|
|
718
|
-
[apikey](../README.md#apikey)
|
|
737
|
+
[apikey](../README.md#apikey)
|
|
719
738
|
|
|
720
739
|
### HTTP request headers
|
|
721
740
|
|
|
@@ -741,11 +760,6 @@ CloudsmithApi.configure do |config|
|
|
|
741
760
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
742
761
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
743
762
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
744
|
-
|
|
745
|
-
# Configure API key authorization: csrf_token
|
|
746
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
747
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
748
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
749
763
|
end
|
|
750
764
|
|
|
751
765
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -781,7 +795,7 @@ Name | Type | Description | Notes
|
|
|
781
795
|
|
|
782
796
|
### Authorization
|
|
783
797
|
|
|
784
|
-
[apikey](../README.md#apikey)
|
|
798
|
+
[apikey](../README.md#apikey)
|
|
785
799
|
|
|
786
800
|
### HTTP request headers
|
|
787
801
|
|
|
@@ -807,11 +821,6 @@ CloudsmithApi.configure do |config|
|
|
|
807
821
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
808
822
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
809
823
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
810
|
-
|
|
811
|
-
# Configure API key authorization: csrf_token
|
|
812
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
813
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
814
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
815
824
|
end
|
|
816
825
|
|
|
817
826
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -847,7 +856,7 @@ Name | Type | Description | Notes
|
|
|
847
856
|
|
|
848
857
|
### Authorization
|
|
849
858
|
|
|
850
|
-
[apikey](../README.md#apikey)
|
|
859
|
+
[apikey](../README.md#apikey)
|
|
851
860
|
|
|
852
861
|
### HTTP request headers
|
|
853
862
|
|
|
@@ -873,11 +882,6 @@ CloudsmithApi.configure do |config|
|
|
|
873
882
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
874
883
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
875
884
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
876
|
-
|
|
877
|
-
# Configure API key authorization: csrf_token
|
|
878
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
879
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
880
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
881
885
|
end
|
|
882
886
|
|
|
883
887
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -913,7 +917,7 @@ Name | Type | Description | Notes
|
|
|
913
917
|
|
|
914
918
|
### Authorization
|
|
915
919
|
|
|
916
|
-
[apikey](../README.md#apikey)
|
|
920
|
+
[apikey](../README.md#apikey)
|
|
917
921
|
|
|
918
922
|
### HTTP request headers
|
|
919
923
|
|
|
@@ -939,11 +943,6 @@ CloudsmithApi.configure do |config|
|
|
|
939
943
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
940
944
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
941
945
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
942
|
-
|
|
943
|
-
# Configure API key authorization: csrf_token
|
|
944
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
945
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
946
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
947
946
|
end
|
|
948
947
|
|
|
949
948
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -979,7 +978,7 @@ Name | Type | Description | Notes
|
|
|
979
978
|
|
|
980
979
|
### Authorization
|
|
981
980
|
|
|
982
|
-
[apikey](../README.md#apikey)
|
|
981
|
+
[apikey](../README.md#apikey)
|
|
983
982
|
|
|
984
983
|
### HTTP request headers
|
|
985
984
|
|
|
@@ -1005,11 +1004,6 @@ CloudsmithApi.configure do |config|
|
|
|
1005
1004
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1006
1005
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1007
1006
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1008
|
-
|
|
1009
|
-
# Configure API key authorization: csrf_token
|
|
1010
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1011
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1012
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1013
1007
|
end
|
|
1014
1008
|
|
|
1015
1009
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1045,7 +1039,7 @@ Name | Type | Description | Notes
|
|
|
1045
1039
|
|
|
1046
1040
|
### Authorization
|
|
1047
1041
|
|
|
1048
|
-
[apikey](../README.md#apikey)
|
|
1042
|
+
[apikey](../README.md#apikey)
|
|
1049
1043
|
|
|
1050
1044
|
### HTTP request headers
|
|
1051
1045
|
|
|
@@ -1071,11 +1065,6 @@ CloudsmithApi.configure do |config|
|
|
|
1071
1065
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1072
1066
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1073
1067
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1074
|
-
|
|
1075
|
-
# Configure API key authorization: csrf_token
|
|
1076
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1077
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1078
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1079
1068
|
end
|
|
1080
1069
|
|
|
1081
1070
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1111,7 +1100,7 @@ Name | Type | Description | Notes
|
|
|
1111
1100
|
|
|
1112
1101
|
### Authorization
|
|
1113
1102
|
|
|
1114
|
-
[apikey](../README.md#apikey)
|
|
1103
|
+
[apikey](../README.md#apikey)
|
|
1115
1104
|
|
|
1116
1105
|
### HTTP request headers
|
|
1117
1106
|
|
|
@@ -1137,11 +1126,6 @@ CloudsmithApi.configure do |config|
|
|
|
1137
1126
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1138
1127
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1139
1128
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1140
|
-
|
|
1141
|
-
# Configure API key authorization: csrf_token
|
|
1142
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1143
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1144
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1145
1129
|
end
|
|
1146
1130
|
|
|
1147
1131
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1177,7 +1161,7 @@ Name | Type | Description | Notes
|
|
|
1177
1161
|
|
|
1178
1162
|
### Authorization
|
|
1179
1163
|
|
|
1180
|
-
[apikey](../README.md#apikey)
|
|
1164
|
+
[apikey](../README.md#apikey)
|
|
1181
1165
|
|
|
1182
1166
|
### HTTP request headers
|
|
1183
1167
|
|
|
@@ -1203,11 +1187,6 @@ CloudsmithApi.configure do |config|
|
|
|
1203
1187
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1204
1188
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1205
1189
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1206
|
-
|
|
1207
|
-
# Configure API key authorization: csrf_token
|
|
1208
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1209
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1210
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1211
1190
|
end
|
|
1212
1191
|
|
|
1213
1192
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1243,7 +1222,7 @@ Name | Type | Description | Notes
|
|
|
1243
1222
|
|
|
1244
1223
|
### Authorization
|
|
1245
1224
|
|
|
1246
|
-
[apikey](../README.md#apikey)
|
|
1225
|
+
[apikey](../README.md#apikey)
|
|
1247
1226
|
|
|
1248
1227
|
### HTTP request headers
|
|
1249
1228
|
|
|
@@ -1269,11 +1248,6 @@ CloudsmithApi.configure do |config|
|
|
|
1269
1248
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1270
1249
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1271
1250
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1272
|
-
|
|
1273
|
-
# Configure API key authorization: csrf_token
|
|
1274
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1275
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1276
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1277
1251
|
end
|
|
1278
1252
|
|
|
1279
1253
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1309,7 +1283,7 @@ Name | Type | Description | Notes
|
|
|
1309
1283
|
|
|
1310
1284
|
### Authorization
|
|
1311
1285
|
|
|
1312
|
-
[apikey](../README.md#apikey)
|
|
1286
|
+
[apikey](../README.md#apikey)
|
|
1313
1287
|
|
|
1314
1288
|
### HTTP request headers
|
|
1315
1289
|
|
|
@@ -1335,11 +1309,6 @@ CloudsmithApi.configure do |config|
|
|
|
1335
1309
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1336
1310
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1337
1311
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1338
|
-
|
|
1339
|
-
# Configure API key authorization: csrf_token
|
|
1340
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1341
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1342
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1343
1312
|
end
|
|
1344
1313
|
|
|
1345
1314
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1375,7 +1344,7 @@ Name | Type | Description | Notes
|
|
|
1375
1344
|
|
|
1376
1345
|
### Authorization
|
|
1377
1346
|
|
|
1378
|
-
[apikey](../README.md#apikey)
|
|
1347
|
+
[apikey](../README.md#apikey)
|
|
1379
1348
|
|
|
1380
1349
|
### HTTP request headers
|
|
1381
1350
|
|
|
@@ -1401,11 +1370,6 @@ CloudsmithApi.configure do |config|
|
|
|
1401
1370
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1402
1371
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1403
1372
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1404
|
-
|
|
1405
|
-
# Configure API key authorization: csrf_token
|
|
1406
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1407
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1408
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1409
1373
|
end
|
|
1410
1374
|
|
|
1411
1375
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1441,7 +1405,7 @@ Name | Type | Description | Notes
|
|
|
1441
1405
|
|
|
1442
1406
|
### Authorization
|
|
1443
1407
|
|
|
1444
|
-
[apikey](../README.md#apikey)
|
|
1408
|
+
[apikey](../README.md#apikey)
|
|
1445
1409
|
|
|
1446
1410
|
### HTTP request headers
|
|
1447
1411
|
|
|
@@ -1467,11 +1431,6 @@ CloudsmithApi.configure do |config|
|
|
|
1467
1431
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1468
1432
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1469
1433
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1470
|
-
|
|
1471
|
-
# Configure API key authorization: csrf_token
|
|
1472
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1473
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1474
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1475
1434
|
end
|
|
1476
1435
|
|
|
1477
1436
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1507,7 +1466,7 @@ Name | Type | Description | Notes
|
|
|
1507
1466
|
|
|
1508
1467
|
### Authorization
|
|
1509
1468
|
|
|
1510
|
-
[apikey](../README.md#apikey)
|
|
1469
|
+
[apikey](../README.md#apikey)
|
|
1511
1470
|
|
|
1512
1471
|
### HTTP request headers
|
|
1513
1472
|
|
|
@@ -1533,11 +1492,6 @@ CloudsmithApi.configure do |config|
|
|
|
1533
1492
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1534
1493
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1535
1494
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1536
|
-
|
|
1537
|
-
# Configure API key authorization: csrf_token
|
|
1538
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1539
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1540
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1541
1495
|
end
|
|
1542
1496
|
|
|
1543
1497
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1573,7 +1527,7 @@ Name | Type | Description | Notes
|
|
|
1573
1527
|
|
|
1574
1528
|
### Authorization
|
|
1575
1529
|
|
|
1576
|
-
[apikey](../README.md#apikey)
|
|
1530
|
+
[apikey](../README.md#apikey)
|
|
1577
1531
|
|
|
1578
1532
|
### HTTP request headers
|
|
1579
1533
|
|
|
@@ -1599,11 +1553,6 @@ CloudsmithApi.configure do |config|
|
|
|
1599
1553
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1600
1554
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1601
1555
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1602
|
-
|
|
1603
|
-
# Configure API key authorization: csrf_token
|
|
1604
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1605
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1606
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1607
1556
|
end
|
|
1608
1557
|
|
|
1609
1558
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1639,7 +1588,7 @@ Name | Type | Description | Notes
|
|
|
1639
1588
|
|
|
1640
1589
|
### Authorization
|
|
1641
1590
|
|
|
1642
|
-
[apikey](../README.md#apikey)
|
|
1591
|
+
[apikey](../README.md#apikey)
|
|
1643
1592
|
|
|
1644
1593
|
### HTTP request headers
|
|
1645
1594
|
|
|
@@ -1665,11 +1614,6 @@ CloudsmithApi.configure do |config|
|
|
|
1665
1614
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1666
1615
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1667
1616
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1668
|
-
|
|
1669
|
-
# Configure API key authorization: csrf_token
|
|
1670
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1671
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1672
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1673
1617
|
end
|
|
1674
1618
|
|
|
1675
1619
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1705,7 +1649,7 @@ Name | Type | Description | Notes
|
|
|
1705
1649
|
|
|
1706
1650
|
### Authorization
|
|
1707
1651
|
|
|
1708
|
-
[apikey](../README.md#apikey)
|
|
1652
|
+
[apikey](../README.md#apikey)
|
|
1709
1653
|
|
|
1710
1654
|
### HTTP request headers
|
|
1711
1655
|
|
|
@@ -1731,11 +1675,6 @@ CloudsmithApi.configure do |config|
|
|
|
1731
1675
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1732
1676
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1733
1677
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1734
|
-
|
|
1735
|
-
# Configure API key authorization: csrf_token
|
|
1736
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1737
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1738
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1739
1678
|
end
|
|
1740
1679
|
|
|
1741
1680
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1771,7 +1710,7 @@ Name | Type | Description | Notes
|
|
|
1771
1710
|
|
|
1772
1711
|
### Authorization
|
|
1773
1712
|
|
|
1774
|
-
[apikey](../README.md#apikey)
|
|
1713
|
+
[apikey](../README.md#apikey)
|
|
1775
1714
|
|
|
1776
1715
|
### HTTP request headers
|
|
1777
1716
|
|
|
@@ -1797,11 +1736,6 @@ CloudsmithApi.configure do |config|
|
|
|
1797
1736
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1798
1737
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1799
1738
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1800
|
-
|
|
1801
|
-
# Configure API key authorization: csrf_token
|
|
1802
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1803
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1804
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1805
1739
|
end
|
|
1806
1740
|
|
|
1807
1741
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1837,7 +1771,7 @@ Name | Type | Description | Notes
|
|
|
1837
1771
|
|
|
1838
1772
|
### Authorization
|
|
1839
1773
|
|
|
1840
|
-
[apikey](../README.md#apikey)
|
|
1774
|
+
[apikey](../README.md#apikey)
|
|
1841
1775
|
|
|
1842
1776
|
### HTTP request headers
|
|
1843
1777
|
|
|
@@ -1863,11 +1797,6 @@ CloudsmithApi.configure do |config|
|
|
|
1863
1797
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1864
1798
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1865
1799
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1866
|
-
|
|
1867
|
-
# Configure API key authorization: csrf_token
|
|
1868
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1869
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1870
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1871
1800
|
end
|
|
1872
1801
|
|
|
1873
1802
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1903,7 +1832,7 @@ Name | Type | Description | Notes
|
|
|
1903
1832
|
|
|
1904
1833
|
### Authorization
|
|
1905
1834
|
|
|
1906
|
-
[apikey](../README.md#apikey)
|
|
1835
|
+
[apikey](../README.md#apikey)
|
|
1907
1836
|
|
|
1908
1837
|
### HTTP request headers
|
|
1909
1838
|
|
|
@@ -1929,11 +1858,6 @@ CloudsmithApi.configure do |config|
|
|
|
1929
1858
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1930
1859
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1931
1860
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1932
|
-
|
|
1933
|
-
# Configure API key authorization: csrf_token
|
|
1934
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
1935
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1936
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
1937
1861
|
end
|
|
1938
1862
|
|
|
1939
1863
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -1969,7 +1893,7 @@ Name | Type | Description | Notes
|
|
|
1969
1893
|
|
|
1970
1894
|
### Authorization
|
|
1971
1895
|
|
|
1972
|
-
[apikey](../README.md#apikey)
|
|
1896
|
+
[apikey](../README.md#apikey)
|
|
1973
1897
|
|
|
1974
1898
|
### HTTP request headers
|
|
1975
1899
|
|
|
@@ -1995,11 +1919,6 @@ CloudsmithApi.configure do |config|
|
|
|
1995
1919
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
1996
1920
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
1997
1921
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
1998
|
-
|
|
1999
|
-
# Configure API key authorization: csrf_token
|
|
2000
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2001
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2002
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2003
1922
|
end
|
|
2004
1923
|
|
|
2005
1924
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2034,7 +1953,7 @@ nil (empty response body)
|
|
|
2034
1953
|
|
|
2035
1954
|
### Authorization
|
|
2036
1955
|
|
|
2037
|
-
[apikey](../README.md#apikey)
|
|
1956
|
+
[apikey](../README.md#apikey)
|
|
2038
1957
|
|
|
2039
1958
|
### HTTP request headers
|
|
2040
1959
|
|
|
@@ -2060,11 +1979,6 @@ CloudsmithApi.configure do |config|
|
|
|
2060
1979
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2061
1980
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2062
1981
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2063
|
-
|
|
2064
|
-
# Configure API key authorization: csrf_token
|
|
2065
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2066
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2067
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2068
1982
|
end
|
|
2069
1983
|
|
|
2070
1984
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2099,7 +2013,7 @@ nil (empty response body)
|
|
|
2099
2013
|
|
|
2100
2014
|
### Authorization
|
|
2101
2015
|
|
|
2102
|
-
[apikey](../README.md#apikey)
|
|
2016
|
+
[apikey](../README.md#apikey)
|
|
2103
2017
|
|
|
2104
2018
|
### HTTP request headers
|
|
2105
2019
|
|
|
@@ -2125,11 +2039,6 @@ CloudsmithApi.configure do |config|
|
|
|
2125
2039
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2126
2040
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2127
2041
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2128
|
-
|
|
2129
|
-
# Configure API key authorization: csrf_token
|
|
2130
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2131
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2132
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2133
2042
|
end
|
|
2134
2043
|
|
|
2135
2044
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2164,7 +2073,7 @@ nil (empty response body)
|
|
|
2164
2073
|
|
|
2165
2074
|
### Authorization
|
|
2166
2075
|
|
|
2167
|
-
[apikey](../README.md#apikey)
|
|
2076
|
+
[apikey](../README.md#apikey)
|
|
2168
2077
|
|
|
2169
2078
|
### HTTP request headers
|
|
2170
2079
|
|
|
@@ -2190,11 +2099,6 @@ CloudsmithApi.configure do |config|
|
|
|
2190
2099
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2191
2100
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2192
2101
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2193
|
-
|
|
2194
|
-
# Configure API key authorization: csrf_token
|
|
2195
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2196
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2197
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2198
2102
|
end
|
|
2199
2103
|
|
|
2200
2104
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2229,7 +2133,7 @@ nil (empty response body)
|
|
|
2229
2133
|
|
|
2230
2134
|
### Authorization
|
|
2231
2135
|
|
|
2232
|
-
[apikey](../README.md#apikey)
|
|
2136
|
+
[apikey](../README.md#apikey)
|
|
2233
2137
|
|
|
2234
2138
|
### HTTP request headers
|
|
2235
2139
|
|
|
@@ -2255,11 +2159,6 @@ CloudsmithApi.configure do |config|
|
|
|
2255
2159
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2256
2160
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2257
2161
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2258
|
-
|
|
2259
|
-
# Configure API key authorization: csrf_token
|
|
2260
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2261
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2262
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2263
2162
|
end
|
|
2264
2163
|
|
|
2265
2164
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2294,7 +2193,7 @@ nil (empty response body)
|
|
|
2294
2193
|
|
|
2295
2194
|
### Authorization
|
|
2296
2195
|
|
|
2297
|
-
[apikey](../README.md#apikey)
|
|
2196
|
+
[apikey](../README.md#apikey)
|
|
2298
2197
|
|
|
2299
2198
|
### HTTP request headers
|
|
2300
2199
|
|
|
@@ -2320,11 +2219,6 @@ CloudsmithApi.configure do |config|
|
|
|
2320
2219
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2321
2220
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2322
2221
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2323
|
-
|
|
2324
|
-
# Configure API key authorization: csrf_token
|
|
2325
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2326
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2327
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2328
2222
|
end
|
|
2329
2223
|
|
|
2330
2224
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2359,7 +2253,7 @@ nil (empty response body)
|
|
|
2359
2253
|
|
|
2360
2254
|
### Authorization
|
|
2361
2255
|
|
|
2362
|
-
[apikey](../README.md#apikey)
|
|
2256
|
+
[apikey](../README.md#apikey)
|
|
2363
2257
|
|
|
2364
2258
|
### HTTP request headers
|
|
2365
2259
|
|
|
@@ -2385,11 +2279,6 @@ CloudsmithApi.configure do |config|
|
|
|
2385
2279
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2386
2280
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2387
2281
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2388
|
-
|
|
2389
|
-
# Configure API key authorization: csrf_token
|
|
2390
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2391
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2392
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2393
2282
|
end
|
|
2394
2283
|
|
|
2395
2284
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2424,7 +2313,7 @@ nil (empty response body)
|
|
|
2424
2313
|
|
|
2425
2314
|
### Authorization
|
|
2426
2315
|
|
|
2427
|
-
[apikey](../README.md#apikey)
|
|
2316
|
+
[apikey](../README.md#apikey)
|
|
2428
2317
|
|
|
2429
2318
|
### HTTP request headers
|
|
2430
2319
|
|
|
@@ -2450,11 +2339,6 @@ CloudsmithApi.configure do |config|
|
|
|
2450
2339
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2451
2340
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2452
2341
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2453
|
-
|
|
2454
|
-
# Configure API key authorization: csrf_token
|
|
2455
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2456
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2457
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2458
2342
|
end
|
|
2459
2343
|
|
|
2460
2344
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2489,7 +2373,7 @@ nil (empty response body)
|
|
|
2489
2373
|
|
|
2490
2374
|
### Authorization
|
|
2491
2375
|
|
|
2492
|
-
[apikey](../README.md#apikey)
|
|
2376
|
+
[apikey](../README.md#apikey)
|
|
2493
2377
|
|
|
2494
2378
|
### HTTP request headers
|
|
2495
2379
|
|
|
@@ -2515,11 +2399,6 @@ CloudsmithApi.configure do |config|
|
|
|
2515
2399
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2516
2400
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2517
2401
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2518
|
-
|
|
2519
|
-
# Configure API key authorization: csrf_token
|
|
2520
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2521
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2522
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2523
2402
|
end
|
|
2524
2403
|
|
|
2525
2404
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2554,7 +2433,7 @@ nil (empty response body)
|
|
|
2554
2433
|
|
|
2555
2434
|
### Authorization
|
|
2556
2435
|
|
|
2557
|
-
[apikey](../README.md#apikey)
|
|
2436
|
+
[apikey](../README.md#apikey)
|
|
2558
2437
|
|
|
2559
2438
|
### HTTP request headers
|
|
2560
2439
|
|
|
@@ -2580,11 +2459,6 @@ CloudsmithApi.configure do |config|
|
|
|
2580
2459
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2581
2460
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2582
2461
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2583
|
-
|
|
2584
|
-
# Configure API key authorization: csrf_token
|
|
2585
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2586
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2587
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2588
2462
|
end
|
|
2589
2463
|
|
|
2590
2464
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2619,7 +2493,7 @@ nil (empty response body)
|
|
|
2619
2493
|
|
|
2620
2494
|
### Authorization
|
|
2621
2495
|
|
|
2622
|
-
[apikey](../README.md#apikey)
|
|
2496
|
+
[apikey](../README.md#apikey)
|
|
2623
2497
|
|
|
2624
2498
|
### HTTP request headers
|
|
2625
2499
|
|
|
@@ -2645,11 +2519,6 @@ CloudsmithApi.configure do |config|
|
|
|
2645
2519
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2646
2520
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2647
2521
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2648
|
-
|
|
2649
|
-
# Configure API key authorization: csrf_token
|
|
2650
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2651
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2652
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2653
2522
|
end
|
|
2654
2523
|
|
|
2655
2524
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2684,7 +2553,7 @@ nil (empty response body)
|
|
|
2684
2553
|
|
|
2685
2554
|
### Authorization
|
|
2686
2555
|
|
|
2687
|
-
[apikey](../README.md#apikey)
|
|
2556
|
+
[apikey](../README.md#apikey)
|
|
2688
2557
|
|
|
2689
2558
|
### HTTP request headers
|
|
2690
2559
|
|
|
@@ -2710,11 +2579,6 @@ CloudsmithApi.configure do |config|
|
|
|
2710
2579
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2711
2580
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2712
2581
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2713
|
-
|
|
2714
|
-
# Configure API key authorization: csrf_token
|
|
2715
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2716
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2717
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2718
2582
|
end
|
|
2719
2583
|
|
|
2720
2584
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2749,7 +2613,7 @@ nil (empty response body)
|
|
|
2749
2613
|
|
|
2750
2614
|
### Authorization
|
|
2751
2615
|
|
|
2752
|
-
[apikey](../README.md#apikey)
|
|
2616
|
+
[apikey](../README.md#apikey)
|
|
2753
2617
|
|
|
2754
2618
|
### HTTP request headers
|
|
2755
2619
|
|
|
@@ -2775,11 +2639,6 @@ CloudsmithApi.configure do |config|
|
|
|
2775
2639
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2776
2640
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2777
2641
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2778
|
-
|
|
2779
|
-
# Configure API key authorization: csrf_token
|
|
2780
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2781
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2782
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2783
2642
|
end
|
|
2784
2643
|
|
|
2785
2644
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2814,7 +2673,7 @@ nil (empty response body)
|
|
|
2814
2673
|
|
|
2815
2674
|
### Authorization
|
|
2816
2675
|
|
|
2817
|
-
[apikey](../README.md#apikey)
|
|
2676
|
+
[apikey](../README.md#apikey)
|
|
2818
2677
|
|
|
2819
2678
|
### HTTP request headers
|
|
2820
2679
|
|
|
@@ -2840,11 +2699,6 @@ CloudsmithApi.configure do |config|
|
|
|
2840
2699
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2841
2700
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2842
2701
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2843
|
-
|
|
2844
|
-
# Configure API key authorization: csrf_token
|
|
2845
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2846
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2847
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2848
2702
|
end
|
|
2849
2703
|
|
|
2850
2704
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2879,7 +2733,7 @@ nil (empty response body)
|
|
|
2879
2733
|
|
|
2880
2734
|
### Authorization
|
|
2881
2735
|
|
|
2882
|
-
[apikey](../README.md#apikey)
|
|
2736
|
+
[apikey](../README.md#apikey)
|
|
2883
2737
|
|
|
2884
2738
|
### HTTP request headers
|
|
2885
2739
|
|
|
@@ -2905,11 +2759,6 @@ CloudsmithApi.configure do |config|
|
|
|
2905
2759
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2906
2760
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2907
2761
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2908
|
-
|
|
2909
|
-
# Configure API key authorization: csrf_token
|
|
2910
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2911
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2912
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2913
2762
|
end
|
|
2914
2763
|
|
|
2915
2764
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -2944,7 +2793,7 @@ nil (empty response body)
|
|
|
2944
2793
|
|
|
2945
2794
|
### Authorization
|
|
2946
2795
|
|
|
2947
|
-
[apikey](../README.md#apikey)
|
|
2796
|
+
[apikey](../README.md#apikey)
|
|
2948
2797
|
|
|
2949
2798
|
### HTTP request headers
|
|
2950
2799
|
|
|
@@ -2970,11 +2819,6 @@ CloudsmithApi.configure do |config|
|
|
|
2970
2819
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
2971
2820
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2972
2821
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
2973
|
-
|
|
2974
|
-
# Configure API key authorization: csrf_token
|
|
2975
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
2976
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
2977
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
2978
2822
|
end
|
|
2979
2823
|
|
|
2980
2824
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3009,7 +2853,7 @@ nil (empty response body)
|
|
|
3009
2853
|
|
|
3010
2854
|
### Authorization
|
|
3011
2855
|
|
|
3012
|
-
[apikey](../README.md#apikey)
|
|
2856
|
+
[apikey](../README.md#apikey)
|
|
3013
2857
|
|
|
3014
2858
|
### HTTP request headers
|
|
3015
2859
|
|
|
@@ -3035,11 +2879,6 @@ CloudsmithApi.configure do |config|
|
|
|
3035
2879
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3036
2880
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3037
2881
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3038
|
-
|
|
3039
|
-
# Configure API key authorization: csrf_token
|
|
3040
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
3041
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3042
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
3043
2882
|
end
|
|
3044
2883
|
|
|
3045
2884
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3074,7 +2913,7 @@ nil (empty response body)
|
|
|
3074
2913
|
|
|
3075
2914
|
### Authorization
|
|
3076
2915
|
|
|
3077
|
-
[apikey](../README.md#apikey)
|
|
2916
|
+
[apikey](../README.md#apikey)
|
|
3078
2917
|
|
|
3079
2918
|
### HTTP request headers
|
|
3080
2919
|
|
|
@@ -3100,11 +2939,6 @@ CloudsmithApi.configure do |config|
|
|
|
3100
2939
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3101
2940
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3102
2941
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3103
|
-
|
|
3104
|
-
# Configure API key authorization: csrf_token
|
|
3105
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
3106
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3107
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
3108
2942
|
end
|
|
3109
2943
|
|
|
3110
2944
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3139,7 +2973,7 @@ nil (empty response body)
|
|
|
3139
2973
|
|
|
3140
2974
|
### Authorization
|
|
3141
2975
|
|
|
3142
|
-
[apikey](../README.md#apikey)
|
|
2976
|
+
[apikey](../README.md#apikey)
|
|
3143
2977
|
|
|
3144
2978
|
### HTTP request headers
|
|
3145
2979
|
|
|
@@ -3165,11 +2999,6 @@ CloudsmithApi.configure do |config|
|
|
|
3165
2999
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3166
3000
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3167
3001
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3168
|
-
|
|
3169
|
-
# Configure API key authorization: csrf_token
|
|
3170
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
3171
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3172
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
3173
3002
|
end
|
|
3174
3003
|
|
|
3175
3004
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3204,7 +3033,7 @@ nil (empty response body)
|
|
|
3204
3033
|
|
|
3205
3034
|
### Authorization
|
|
3206
3035
|
|
|
3207
|
-
[apikey](../README.md#apikey)
|
|
3036
|
+
[apikey](../README.md#apikey)
|
|
3208
3037
|
|
|
3209
3038
|
### HTTP request headers
|
|
3210
3039
|
|
|
@@ -3230,11 +3059,6 @@ CloudsmithApi.configure do |config|
|
|
|
3230
3059
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3231
3060
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3232
3061
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3233
|
-
|
|
3234
|
-
# Configure API key authorization: csrf_token
|
|
3235
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
3236
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3237
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
3238
3062
|
end
|
|
3239
3063
|
|
|
3240
3064
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3269,7 +3093,7 @@ nil (empty response body)
|
|
|
3269
3093
|
|
|
3270
3094
|
### Authorization
|
|
3271
3095
|
|
|
3272
|
-
[apikey](../README.md#apikey)
|
|
3096
|
+
[apikey](../README.md#apikey)
|
|
3273
3097
|
|
|
3274
3098
|
### HTTP request headers
|
|
3275
3099
|
|
|
@@ -3295,11 +3119,6 @@ CloudsmithApi.configure do |config|
|
|
|
3295
3119
|
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
|
3296
3120
|
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3297
3121
|
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
|
3298
|
-
|
|
3299
|
-
# Configure API key authorization: csrf_token
|
|
3300
|
-
config.api_key['X-CSRFToken'] = 'YOUR API KEY'
|
|
3301
|
-
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
|
3302
|
-
#config.api_key_prefix['X-CSRFToken'] = 'Bearer'
|
|
3303
3122
|
end
|
|
3304
3123
|
|
|
3305
3124
|
api_instance = CloudsmithApi::PackagesApi.new
|
|
@@ -3334,7 +3153,7 @@ nil (empty response body)
|
|
|
3334
3153
|
|
|
3335
3154
|
### Authorization
|
|
3336
3155
|
|
|
3337
|
-
[apikey](../README.md#apikey)
|
|
3156
|
+
[apikey](../README.md#apikey)
|
|
3338
3157
|
|
|
3339
3158
|
### HTTP request headers
|
|
3340
3159
|
|