cloudsmith-api 0.53.79 → 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.
Files changed (442) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +14 -14
  3. data/README.md +13 -9
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +4 -0
  6. data/docs/ConanPackageUpload.md +4 -0
  7. data/docs/MavenPackageUpload.md +4 -0
  8. data/docs/MetricsApi.md +71 -4
  9. data/docs/Package.md +4 -0
  10. data/docs/PackageCopy.md +4 -0
  11. data/docs/PackageMove.md +4 -0
  12. data/docs/PackagesApi.md +72 -3
  13. data/docs/PackagesCopy.md +1 -0
  14. data/docs/PackagesMove.md +1 -0
  15. data/docs/PackagesResync.md +8 -0
  16. data/docs/PackagesScan.md +8 -0
  17. data/docs/PackagesTag.md +1 -0
  18. data/docs/PackagesUploadAlpine.md +1 -0
  19. data/docs/PackagesUploadCargo.md +1 -0
  20. data/docs/PackagesUploadCocoapods.md +1 -0
  21. data/docs/PackagesUploadComposer.md +1 -0
  22. data/docs/PackagesUploadConan.md +1 -0
  23. data/docs/PackagesUploadCran.md +1 -0
  24. data/docs/PackagesUploadDart.md +1 -0
  25. data/docs/PackagesUploadDeb.md +1 -0
  26. data/docs/PackagesUploadDocker.md +1 -0
  27. data/docs/PackagesUploadGo.md +1 -0
  28. data/docs/PackagesUploadHelm.md +1 -0
  29. data/docs/PackagesUploadLuarocks.md +1 -0
  30. data/docs/PackagesUploadMaven.md +1 -0
  31. data/docs/PackagesUploadNpm.md +1 -0
  32. data/docs/PackagesUploadNuget.md +1 -0
  33. data/docs/PackagesUploadPython.md +1 -0
  34. data/docs/PackagesUploadRaw.md +1 -0
  35. data/docs/PackagesUploadRpm.md +1 -0
  36. data/docs/PackagesUploadRuby.md +1 -0
  37. data/docs/PackagesUploadTerraform.md +1 -0
  38. data/docs/PackagesUploadVagrant.md +1 -0
  39. data/docs/PackagesValidateuploadAlpine.md +1 -0
  40. data/docs/PackagesValidateuploadCargo.md +1 -0
  41. data/docs/PackagesValidateuploadCocoapods.md +1 -0
  42. data/docs/PackagesValidateuploadComposer.md +1 -0
  43. data/docs/PackagesValidateuploadConan.md +1 -0
  44. data/docs/PackagesValidateuploadCran.md +1 -0
  45. data/docs/PackagesValidateuploadDart.md +1 -0
  46. data/docs/PackagesValidateuploadDeb.md +1 -0
  47. data/docs/PackagesValidateuploadDocker.md +1 -0
  48. data/docs/PackagesValidateuploadGo.md +1 -0
  49. data/docs/PackagesValidateuploadHelm.md +1 -0
  50. data/docs/PackagesValidateuploadLuarocks.md +1 -0
  51. data/docs/PackagesValidateuploadMaven.md +1 -0
  52. data/docs/PackagesValidateuploadNpm.md +1 -0
  53. data/docs/PackagesValidateuploadNuget.md +1 -0
  54. data/docs/PackagesValidateuploadPython.md +1 -0
  55. data/docs/PackagesValidateuploadRaw.md +1 -0
  56. data/docs/PackagesValidateuploadRpm.md +1 -0
  57. data/docs/PackagesValidateuploadRuby.md +1 -0
  58. data/docs/PackagesValidateuploadTerraform.md +1 -0
  59. data/docs/PackagesValidateuploadVagrant.md +1 -0
  60. data/docs/RawPackageUpload.md +4 -0
  61. data/docs/VagrantPackageUpload.md +4 -0
  62. data/docs/VulnerabilitiesApi.md +22 -22
  63. data/lib/cloudsmith-api.rb +2 -0
  64. data/lib/cloudsmith-api/api/metrics_api.rb +73 -7
  65. data/lib/cloudsmith-api/api/packages_api.rb +72 -1
  66. data/lib/cloudsmith-api/api/vulnerabilities_api.rb +22 -22
  67. data/lib/cloudsmith-api/models/alpine_package_upload.rb +41 -1
  68. data/lib/cloudsmith-api/models/conan_package_upload.rb +41 -1
  69. data/lib/cloudsmith-api/models/maven_package_upload.rb +41 -1
  70. data/lib/cloudsmith-api/models/package.rb +41 -1
  71. data/lib/cloudsmith-api/models/package_copy.rb +41 -1
  72. data/lib/cloudsmith-api/models/package_move.rb +41 -1
  73. data/lib/cloudsmith-api/models/packages_copy.rb +14 -4
  74. data/lib/cloudsmith-api/models/packages_move.rb +14 -4
  75. data/lib/cloudsmith-api/models/packages_resync.rb +189 -0
  76. data/lib/cloudsmith-api/models/packages_scan.rb +189 -0
  77. data/lib/cloudsmith-api/models/packages_tag.rb +11 -1
  78. data/lib/cloudsmith-api/models/packages_upload_alpine.rb +11 -1
  79. data/lib/cloudsmith-api/models/packages_upload_cargo.rb +11 -1
  80. data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +11 -1
  81. data/lib/cloudsmith-api/models/packages_upload_composer.rb +11 -1
  82. data/lib/cloudsmith-api/models/packages_upload_conan.rb +11 -1
  83. data/lib/cloudsmith-api/models/packages_upload_cran.rb +11 -1
  84. data/lib/cloudsmith-api/models/packages_upload_dart.rb +11 -1
  85. data/lib/cloudsmith-api/models/packages_upload_deb.rb +11 -1
  86. data/lib/cloudsmith-api/models/packages_upload_docker.rb +11 -1
  87. data/lib/cloudsmith-api/models/packages_upload_go.rb +11 -1
  88. data/lib/cloudsmith-api/models/packages_upload_helm.rb +11 -1
  89. data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +11 -1
  90. data/lib/cloudsmith-api/models/packages_upload_maven.rb +11 -1
  91. data/lib/cloudsmith-api/models/packages_upload_npm.rb +11 -1
  92. data/lib/cloudsmith-api/models/packages_upload_nuget.rb +11 -1
  93. data/lib/cloudsmith-api/models/packages_upload_python.rb +11 -1
  94. data/lib/cloudsmith-api/models/packages_upload_raw.rb +11 -1
  95. data/lib/cloudsmith-api/models/packages_upload_rpm.rb +11 -1
  96. data/lib/cloudsmith-api/models/packages_upload_ruby.rb +11 -1
  97. data/lib/cloudsmith-api/models/packages_upload_terraform.rb +11 -1
  98. data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +11 -1
  99. data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +11 -1
  100. data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +11 -1
  101. data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +11 -1
  102. data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +11 -1
  103. data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +11 -1
  104. data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +11 -1
  105. data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +11 -1
  106. data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +11 -1
  107. data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +11 -1
  108. data/lib/cloudsmith-api/models/packages_validateupload_go.rb +11 -1
  109. data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +11 -1
  110. data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +11 -1
  111. data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +11 -1
  112. data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +11 -1
  113. data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +11 -1
  114. data/lib/cloudsmith-api/models/packages_validateupload_python.rb +11 -1
  115. data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +11 -1
  116. data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +11 -1
  117. data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +11 -1
  118. data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +11 -1
  119. data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +11 -1
  120. data/lib/cloudsmith-api/models/raw_package_upload.rb +41 -1
  121. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +41 -1
  122. data/lib/cloudsmith-api/version.rb +1 -1
  123. data/spec/api/metrics_api_spec.rb +18 -1
  124. data/spec/api/packages_api_spec.rb +16 -0
  125. data/spec/api/vulnerabilities_api_spec.rb +11 -11
  126. data/spec/models/alpine_package_upload_spec.rb +24 -0
  127. data/spec/models/conan_package_upload_spec.rb +24 -0
  128. data/spec/models/maven_package_upload_spec.rb +24 -0
  129. data/spec/models/package_copy_spec.rb +24 -0
  130. data/spec/models/package_move_spec.rb +24 -0
  131. data/spec/models/package_spec.rb +24 -0
  132. data/spec/models/packages_copy_spec.rb +6 -0
  133. data/spec/models/packages_move_spec.rb +6 -0
  134. data/spec/models/packages_resync_spec.rb +42 -0
  135. data/spec/models/packages_scan_spec.rb +42 -0
  136. data/spec/models/packages_tag_spec.rb +6 -0
  137. data/spec/models/packages_upload_alpine_spec.rb +6 -0
  138. data/spec/models/packages_upload_cargo_spec.rb +6 -0
  139. data/spec/models/packages_upload_cocoapods_spec.rb +6 -0
  140. data/spec/models/packages_upload_composer_spec.rb +6 -0
  141. data/spec/models/packages_upload_conan_spec.rb +6 -0
  142. data/spec/models/packages_upload_cran_spec.rb +6 -0
  143. data/spec/models/packages_upload_dart_spec.rb +6 -0
  144. data/spec/models/packages_upload_deb_spec.rb +6 -0
  145. data/spec/models/packages_upload_docker_spec.rb +6 -0
  146. data/spec/models/packages_upload_go_spec.rb +6 -0
  147. data/spec/models/packages_upload_helm_spec.rb +6 -0
  148. data/spec/models/packages_upload_luarocks_spec.rb +6 -0
  149. data/spec/models/packages_upload_maven_spec.rb +6 -0
  150. data/spec/models/packages_upload_npm_spec.rb +6 -0
  151. data/spec/models/packages_upload_nuget_spec.rb +6 -0
  152. data/spec/models/packages_upload_python_spec.rb +6 -0
  153. data/spec/models/packages_upload_raw_spec.rb +6 -0
  154. data/spec/models/packages_upload_rpm_spec.rb +6 -0
  155. data/spec/models/packages_upload_ruby_spec.rb +6 -0
  156. data/spec/models/packages_upload_terraform_spec.rb +6 -0
  157. data/spec/models/packages_upload_vagrant_spec.rb +6 -0
  158. data/spec/models/packages_validateupload_alpine_spec.rb +6 -0
  159. data/spec/models/packages_validateupload_cargo_spec.rb +6 -0
  160. data/spec/models/packages_validateupload_cocoapods_spec.rb +6 -0
  161. data/spec/models/packages_validateupload_composer_spec.rb +6 -0
  162. data/spec/models/packages_validateupload_conan_spec.rb +6 -0
  163. data/spec/models/packages_validateupload_cran_spec.rb +6 -0
  164. data/spec/models/packages_validateupload_dart_spec.rb +6 -0
  165. data/spec/models/packages_validateupload_deb_spec.rb +6 -0
  166. data/spec/models/packages_validateupload_docker_spec.rb +6 -0
  167. data/spec/models/packages_validateupload_go_spec.rb +6 -0
  168. data/spec/models/packages_validateupload_helm_spec.rb +6 -0
  169. data/spec/models/packages_validateupload_luarocks_spec.rb +6 -0
  170. data/spec/models/packages_validateupload_maven_spec.rb +6 -0
  171. data/spec/models/packages_validateupload_npm_spec.rb +6 -0
  172. data/spec/models/packages_validateupload_nuget_spec.rb +6 -0
  173. data/spec/models/packages_validateupload_python_spec.rb +6 -0
  174. data/spec/models/packages_validateupload_raw_spec.rb +6 -0
  175. data/spec/models/packages_validateupload_rpm_spec.rb +6 -0
  176. data/spec/models/packages_validateupload_ruby_spec.rb +6 -0
  177. data/spec/models/packages_validateupload_terraform_spec.rb +6 -0
  178. data/spec/models/packages_validateupload_vagrant_spec.rb +6 -0
  179. data/spec/models/raw_package_upload_spec.rb +24 -0
  180. data/spec/models/vagrant_package_upload_spec.rb +24 -0
  181. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
  182. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.0.gem +0 -0
  183. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.0.gem +0 -0
  184. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.0.gem +0 -0
  185. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.0.gem +0 -0
  186. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.2.gem +0 -0
  187. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
  188. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
  189. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/gem_make.out +1 -1
  190. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
  191. data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/LICENSE.md +0 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/README.md +0 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/lib/rspec.rb +0 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.9.0 → rspec-3.10.0}/lib/rspec/version.rb +1 -1
  195. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/.document +0 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/.yardopts +0 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/Changelog.md +10 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/LICENSE.md +0 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/README.md +0 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/exe/rspec +0 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/autorun.rb +0 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core.rb +0 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/server.rb +0 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/bisect/utilities.rb +0 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/configuration.rb +6 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/configuration_options.rb +0 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/did_you_mean.rb +0 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/drb.rb +7 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/dsl.rb +0 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/example.rb +0 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/example_group.rb +0 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/example_status_persister.rb +0 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/filter_manager.rb +0 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/flat_map.rb +0 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters.rb +0 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/console_codes.rb +0 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/exception_presenter.rb +7 -5
  231. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/helpers.rb +0 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/protocol.rb +0 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/hooks.rb +0 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/invocations.rb +1 -1
  245. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/memoized_helpers.rb +0 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/metadata.rb +0 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/metadata_filter.rb +0 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/notifications.rb +0 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/option_parser.rb +5 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/ordering.rb +0 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/output_wrapper.rb +0 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/pending.rb +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/profiler.rb +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/project_initializer.rb +0 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/project_initializer/.rspec +0 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/rake_task.rb +0 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/reporter.rb +0 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/ruby_project.rb +0 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/runner.rb +12 -4
  267. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/sandbox.rb +0 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/set.rb +0 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/shared_context.rb +0 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/shared_example_group.rb +0 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/shell_escape.rb +0 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/version.rb +1 -1
  274. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/warnings.rb +0 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.9.3 → rspec-core-3.10.0}/lib/rspec/core/world.rb +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/.document +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/.yardopts +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/Changelog.md +43 -2
  279. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/LICENSE.md +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/README.md +4 -4
  281. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/expectations.rb +0 -0
  282. 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
  283. 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
  284. 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
  285. 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
  286. 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
  287. 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
  288. 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
  289. 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
  290. 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
  291. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.9.2 → rspec-expectations-3.10.0}/lib/rspec/matchers.rb +43 -40
  292. 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
  293. 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
  294. 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
  295. 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
  296. 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
  297. 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
  298. 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
  299. 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
  300. 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
  301. 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
  302. 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
  303. 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
  304. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
  305. 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
  306. 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
  307. 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
  308. 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
  309. 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
  310. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/has.rb +167 -0
  311. 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
  312. 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
  313. 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
  314. 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
  315. 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
  316. 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
  317. 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
  318. 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
  319. 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
  320. 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
  321. 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
  322. 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
  323. 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
  324. 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
  325. 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
  326. 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
  327. 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
  328. 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
  329. 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
  330. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/.document +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/.yardopts +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/Changelog.md +10 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/LICENSE.md +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/README.md +5 -5
  335. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.9.1 → rspec-mocks-3.10.0}/lib/rspec/mocks.rb +4 -1
  336. 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
  337. 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
  338. 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
  339. 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
  340. 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
  341. 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
  342. 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
  343. 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
  344. 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
  345. 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
  346. 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
  347. 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
  348. 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
  349. 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
  350. 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
  351. 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
  352. 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
  353. 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
  354. 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
  355. 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
  356. 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
  357. 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
  358. 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
  359. 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
  360. 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
  361. 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
  362. 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
  363. 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
  364. 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
  365. 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
  366. 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
  367. 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
  368. 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
  369. 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
  370. 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
  371. 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
  372. 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
  373. 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
  374. 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
  375. 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
  376. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/Changelog.md +12 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/LICENSE.md +0 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/README.md +2 -2
  379. data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.9.3 → rspec-support-3.10.0}/lib/rspec/support.rb +0 -0
  380. 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
  381. 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
  382. 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
  383. 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
  384. 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
  385. 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
  386. 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
  387. 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
  388. 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
  389. 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
  390. 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
  391. 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
  392. 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
  393. 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
  394. 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
  395. 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
  396. 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
  397. 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
  398. 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
  399. 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
  400. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
  401. 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
  402. 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
  403. 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
  404. 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
  405. 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
  406. 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
  407. 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
  408. 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
  409. 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
  410. 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
  411. 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
  412. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/CHANGES.rdoc → sys-uname-1.2.2/CHANGES.md} +41 -35
  413. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/Gemfile +7 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/LICENSE +0 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/MANIFEST.rdoc → sys-uname-1.2.2/MANIFEST.md} +2 -1
  416. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1/README.rdoc → sys-uname-1.2.2/README.md} +22 -20
  417. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/Rakefile +2 -2
  418. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/certs/djberg96_pub.pem +0 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/doc/uname.rdoc +1 -1
  420. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/examples/uname_test.rb +0 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys-uname.rb +0 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/platform.rb +0 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/lib/sys/uname.rb +1 -1
  424. 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
  425. 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
  426. 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
  427. 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
  428. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.1 → sys-uname-1.2.2}/sys-uname.gemspec +5 -4
  429. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-3.9.0.gemspec → rspec-3.10.0.gemspec} +13 -13
  430. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.9.3.gemspec → rspec-core-3.10.0.gemspec} +8 -8
  431. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-expectations-3.9.2.gemspec → rspec-expectations-3.10.0.gemspec} +8 -8
  432. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.9.1.gemspec → rspec-mocks-3.10.0.gemspec} +11 -11
  433. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-support-3.9.3.gemspec → rspec-support-3.10.0.gemspec} +5 -5
  434. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.2.1.gemspec → sys-uname-1.2.2.gemspec} +12 -9
  435. metadata +355 -344
  436. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.9.0.gem +0 -0
  437. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.9.3.gem +0 -0
  438. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.9.2.gem +0 -0
  439. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.9.1.gem +0 -0
  440. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.9.3.gem +0 -0
  441. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.1.gem +0 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.9.2/lib/rspec/matchers/built_in/has.rb +0 -103
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | The name of this package. | [optional]
12
12
  **package_file** | **String** | The primary file for the package. |
13
13
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
14
+ **security_scan_status** | **String** | None | [optional]
14
15
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
15
16
  **version** | **String** | The raw version for this package. | [optional]
16
17
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **distribution** | **String** | The distribution to store the package for. |
8
8
  **package_file** | **String** | The primary file for the package. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **security_scan_status** | **String** | None | [optional]
10
11
  **sources_file** | **String** | The sources archive containing the source code for the binary | [optional]
11
12
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
12
13
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **packaging** | **String** | Artifact's Maven packaging type. | [optional]
11
11
  **pom_file** | **String** | The POM file is an XML file containing the Maven coordinates. | [optional]
12
12
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
13
+ **security_scan_status** | **String** | None | [optional]
13
14
  **sources_file** | **String** | Adds bundled Java source code to the Maven package. | [optional]
14
15
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
15
16
  **tests_file** | **String** | Adds bundled Java tests to the Maven package. | [optional]
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **npm_dist_tag** | **String** | The default npm dist-tag for this package/version - This will replace any other package/version if they are using the same tag. | [optional]
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **symbols_file** | **String** | Attaches a symbols file to the package. | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **name** | **String** | The name of this package. | [optional]
9
9
  **package_file** | **String** | The primary file for the package. |
10
10
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
11
+ **security_scan_status** | **String** | None | [optional]
11
12
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
12
13
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
13
14
  **version** | **String** | The raw version for this package. | [optional]
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **provider** | **String** | The virtual machine provider for the box. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **security_scan_status** | **String** | None | [optional]
10
11
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
11
12
  **version** | **String** | The raw version for this package. |
12
13
 
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | The name of this package. | [optional]
12
12
  **package_file** | **String** | The primary file for the package. |
13
13
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
14
+ **security_scan_status** | **String** | None | [optional]
14
15
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
15
16
  **version** | **String** | The raw version for this package. | [optional]
16
17
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **distribution** | **String** | The distribution to store the package for. |
8
8
  **package_file** | **String** | The primary file for the package. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **security_scan_status** | **String** | None | [optional]
10
11
  **sources_file** | **String** | The sources archive containing the source code for the binary | [optional]
11
12
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
12
13
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **packaging** | **String** | Artifact's Maven packaging type. | [optional]
11
11
  **pom_file** | **String** | The POM file is an XML file containing the Maven coordinates. | [optional]
12
12
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
13
+ **security_scan_status** | **String** | None | [optional]
13
14
  **sources_file** | **String** | Adds bundled Java source code to the Maven package. | [optional]
14
15
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
15
16
  **tests_file** | **String** | Adds bundled Java tests to the Maven package. | [optional]
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **npm_dist_tag** | **String** | The default npm dist-tag for this package/version - This will replace any other package/version if they are using the same tag. | [optional]
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **symbols_file** | **String** | Attaches a symbols file to the package. | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **name** | **String** | The name of this package. | [optional]
9
9
  **package_file** | **String** | The primary file for the package. |
10
10
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
11
+ **security_scan_status** | **String** | None | [optional]
11
12
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
12
13
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
13
14
  **version** | **String** | The raw version for this package. | [optional]
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **security_scan_status** | **String** | None | [optional]
9
10
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
 
11
12
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **security_scan_status** | **String** | None | [optional]
8
9
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **provider** | **String** | The virtual machine provider for the box. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **security_scan_status** | **String** | None | [optional]
10
11
  **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
11
12
  **version** | **String** | The raw version for this package. |
12
13
 
@@ -35,6 +35,10 @@ Name | Type | Description | Notes
35
35
  **release** | **String** | The release of the package version (if any). | [optional]
36
36
  **repository** | **String** | | [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]
@@ -36,6 +36,10 @@ Name | Type | Description | Notes
36
36
  **release** | **String** | The release of the package version (if any). | [optional]
37
37
  **repository** | **String** | | [optional]
38
38
  **repository_url** | **String** | | [optional]
39
+ **security_scan_completed_at** | **String** | The datetime the security scanning was completed. | [optional]
40
+ **security_scan_started_at** | **String** | The datetime the security scanning was started. | [optional]
41
+ **security_scan_status** | **String** | | [optional]
42
+ **security_scan_status_updated_at** | **String** | The datetime the security scanning status was updated. | [optional]
39
43
  **self_html_url** | **String** | | [optional]
40
44
  **self_url** | **String** | | [optional]
41
45
  **size** | **Integer** | The calculated size of the package. | [optional]
@@ -4,18 +4,18 @@ All URIs are relative to *https://api.cloudsmith.io*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**vulnerabilities_list**](VulnerabilitiesApi.md#vulnerabilities_list) | **GET** /vulnerabilities/{owner}/ | Read-only view to list vulnerabiltiy scan results within a Namespace.
8
- [**vulnerabilities_list0**](VulnerabilitiesApi.md#vulnerabilities_list0) | **GET** /vulnerabilities/{owner}/{repo}/ | Read-only views to list vulnerabiltiy scan results within a Repository.
9
- [**vulnerabilities_list1**](VulnerabilitiesApi.md#vulnerabilities_list1) | **GET** /vulnerabilities/{owner}/{repo}/{package}/ | Read-only views to list vulnerabiltiy scan results within a Repository
10
- [**vulnerabilities_read**](VulnerabilitiesApi.md#vulnerabilities_read) | **GET** /vulnerabilities/{owner}/{repo}/{package}/{scan_id}/ | Read-only view to retrieve vulnerability scans results using a
7
+ [**vulnerabilities_list**](VulnerabilitiesApi.md#vulnerabilities_list) | **GET** /vulnerabilities/{owner}/ | Checks feature is within plan before listing results.
8
+ [**vulnerabilities_list0**](VulnerabilitiesApi.md#vulnerabilities_list0) | **GET** /vulnerabilities/{owner}/{repo}/ | Checks feature is within plan before listing results.
9
+ [**vulnerabilities_list1**](VulnerabilitiesApi.md#vulnerabilities_list1) | **GET** /vulnerabilities/{owner}/{repo}/{package}/ | Checks feature is within plan before listing results.
10
+ [**vulnerabilities_read**](VulnerabilitiesApi.md#vulnerabilities_read) | **GET** /vulnerabilities/{owner}/{repo}/{package}/{scan_id}/ | Checks feature is within plan before retrieving results.
11
11
 
12
12
 
13
13
  # **vulnerabilities_list**
14
14
  > Array<VulnerabilityScanResultsList> vulnerabilities_list(owner, opts)
15
15
 
16
- Read-only view to list vulnerabiltiy scan results within a Namespace.
16
+ Checks feature is within plan before listing results.
17
17
 
18
- Read-only view to list vulnerabiltiy scan results within a Namespace.
18
+ Checks feature is within plan before listing results.
19
19
 
20
20
  ### Example
21
21
  ```ruby
@@ -39,7 +39,7 @@ opts = {
39
39
  }
40
40
 
41
41
  begin
42
- #Read-only view to list vulnerabiltiy scan results within a Namespace.
42
+ #Checks feature is within plan before listing results.
43
43
  result = api_instance.vulnerabilities_list(owner, opts)
44
44
  p result
45
45
  rescue CloudsmithApi::ApiError => e
@@ -73,9 +73,9 @@ Name | Type | Description | Notes
73
73
  # **vulnerabilities_list0**
74
74
  > Array<VulnerabilityScanResultsList> vulnerabilities_list0(owner, repo, opts)
75
75
 
76
- Read-only views to list vulnerabiltiy scan results within a Repository.
76
+ Checks feature is within plan before listing results.
77
77
 
78
- Read-only views to list vulnerabiltiy scan results within a Repository.
78
+ Checks feature is within plan before listing results.
79
79
 
80
80
  ### Example
81
81
  ```ruby
@@ -101,7 +101,7 @@ opts = {
101
101
  }
102
102
 
103
103
  begin
104
- #Read-only views to list vulnerabiltiy scan results within a Repository.
104
+ #Checks feature is within plan before listing results.
105
105
  result = api_instance.vulnerabilities_list0(owner, repo, opts)
106
106
  p result
107
107
  rescue CloudsmithApi::ApiError => e
@@ -136,9 +136,9 @@ Name | Type | Description | Notes
136
136
  # **vulnerabilities_list1**
137
137
  > Array<VulnerabilityScanResultsList> vulnerabilities_list1(owner, repo, package, opts)
138
138
 
139
- Read-only views to list vulnerabiltiy scan results within a Repository
139
+ Checks feature is within plan before listing results.
140
140
 
141
- Read-only views to list vulnerabiltiy scan results within a Repository for a given Package identifier.
141
+ Checks feature is within plan before listing results.
142
142
 
143
143
  ### Example
144
144
  ```ruby
@@ -158,7 +158,7 @@ owner = "owner_example" # String |
158
158
 
159
159
  repo = "repo_example" # String |
160
160
 
161
- package = "package_example" # String | The package that the scan result relates to.
161
+ package = "package_example" # String |
162
162
 
163
163
  opts = {
164
164
  page: 56, # Integer | A page number within the paginated result set.
@@ -166,7 +166,7 @@ opts = {
166
166
  }
167
167
 
168
168
  begin
169
- #Read-only views to list vulnerabiltiy scan results within a Repository
169
+ #Checks feature is within plan before listing results.
170
170
  result = api_instance.vulnerabilities_list1(owner, repo, package, opts)
171
171
  p result
172
172
  rescue CloudsmithApi::ApiError => e
@@ -180,7 +180,7 @@ Name | Type | Description | Notes
180
180
  ------------- | ------------- | ------------- | -------------
181
181
  **owner** | **String**| |
182
182
  **repo** | **String**| |
183
- **package** | **String**| The package that the scan result relates to. |
183
+ **package** | **String**| |
184
184
  **page** | **Integer**| A page number within the paginated result set. | [optional]
185
185
  **page_size** | **Integer**| Number of results to return per page. | [optional]
186
186
 
@@ -202,9 +202,9 @@ Name | Type | Description | Notes
202
202
  # **vulnerabilities_read**
203
203
  > VulnerabilityScanResults vulnerabilities_read(owner, repo, package, scan_id)
204
204
 
205
- Read-only view to retrieve vulnerability scans results using a
205
+ Checks feature is within plan before retrieving results.
206
206
 
207
- Read-only view to retrieve vulnerability scans results using a vulnerabiltiy scan results identifier (slug_perm).
207
+ Checks feature is within plan before retrieving results.
208
208
 
209
209
  ### Example
210
210
  ```ruby
@@ -224,13 +224,13 @@ owner = "owner_example" # String |
224
224
 
225
225
  repo = "repo_example" # String |
226
226
 
227
- package = "package_example" # String | The package that the scan result relates to.
227
+ package = "package_example" # String |
228
228
 
229
- scan_id = "scan_id_example" # String | A sequential identifier that increments by one for each new scan result within a package. These are always unique and can be used to reference the scan results elsewhere (e.g. via the CLI.)
229
+ scan_id = "scan_id_example" # String |
230
230
 
231
231
 
232
232
  begin
233
- #Read-only view to retrieve vulnerability scans results using a
233
+ #Checks feature is within plan before retrieving results.
234
234
  result = api_instance.vulnerabilities_read(owner, repo, package, scan_id)
235
235
  p result
236
236
  rescue CloudsmithApi::ApiError => e
@@ -244,8 +244,8 @@ Name | Type | Description | Notes
244
244
  ------------- | ------------- | ------------- | -------------
245
245
  **owner** | **String**| |
246
246
  **repo** | **String**| |
247
- **package** | **String**| The package that the scan result relates to. |
248
- **scan_id** | **String**| A sequential identifier that increments by one for each new scan result within a package. These are always unique and can be used to reference the scan results elsewhere (e.g. via the CLI.) |
247
+ **package** | **String**| |
248
+ **scan_id** | **String**| |
249
249
 
250
250
  ### Return type
251
251