cloudsmith-api 1.30.0 → 1.33.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (367) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +5 -4
  4. data/README.md +22 -21
  5. data/build.json +1 -1
  6. data/cloudsmith-api.gemspec +5 -4
  7. data/docs/BadgesApi.md +18 -17
  8. data/docs/DistrosApi.md +1 -1
  9. data/docs/EntitlementsApi.md +27 -27
  10. data/docs/FilesApi.md +13 -13
  11. data/docs/FormatsApi.md +1 -1
  12. data/docs/MetricsApi.md +14 -14
  13. data/docs/NamespacesApi.md +1 -1
  14. data/docs/OrgsApi.md +6 -6
  15. data/docs/PackagesApi.md +123 -123
  16. data/docs/QuotaApi.md +4 -4
  17. data/docs/ReposApi.md +8 -8
  18. data/docs/StorageRegionsApi.md +112 -0
  19. data/docs/StorageregionsApi.md +8 -8
  20. data/docs/UsersApi.md +1 -1
  21. data/docs/VulnerabilitiesApi.md +10 -10
  22. data/docs/WebhooksApi.md +13 -13
  23. data/git_push.sh +1 -1
  24. data/lib/cloudsmith-api/api/badges_api.rb +10 -10
  25. data/lib/cloudsmith-api/api/distros_api.rb +8 -10
  26. data/lib/cloudsmith-api/api/entitlements_api.rb +32 -42
  27. data/lib/cloudsmith-api/api/files_api.rb +17 -22
  28. data/lib/cloudsmith-api/api/formats_api.rb +8 -10
  29. data/lib/cloudsmith-api/api/metrics_api.rb +11 -14
  30. data/lib/cloudsmith-api/api/namespaces_api.rb +8 -10
  31. data/lib/cloudsmith-api/api/orgs_api.rb +17 -22
  32. data/lib/cloudsmith-api/api/packages_api.rb +170 -226
  33. data/lib/cloudsmith-api/api/quota_api.rb +14 -18
  34. data/lib/cloudsmith-api/api/rates_api.rb +5 -6
  35. data/lib/cloudsmith-api/api/repos_api.rb +20 -26
  36. data/lib/cloudsmith-api/api/status_api.rb +5 -6
  37. data/lib/cloudsmith-api/api/{storageregions_api.rb → storage_regions_api.rb} +12 -14
  38. data/lib/cloudsmith-api/api/user_api.rb +8 -10
  39. data/lib/cloudsmith-api/api/users_api.rb +5 -6
  40. data/lib/cloudsmith-api/api/vulnerabilities_api.rb +14 -18
  41. data/lib/cloudsmith-api/api/webhooks_api.rb +17 -22
  42. data/lib/cloudsmith-api/api_client.rb +15 -13
  43. data/lib/cloudsmith-api/api_error.rb +1 -1
  44. data/lib/cloudsmith-api/configuration.rb +4 -4
  45. data/lib/cloudsmith-api/models/alpine_package_upload.rb +8 -12
  46. data/lib/cloudsmith-api/models/conan_package_upload.rb +8 -12
  47. data/lib/cloudsmith-api/models/distribution.rb +9 -13
  48. data/lib/cloudsmith-api/models/distros_versions.rb +8 -12
  49. data/lib/cloudsmith-api/models/entitlement_usage_metrics.rb +9 -13
  50. data/lib/cloudsmith-api/models/entitlements_create.rb +9 -13
  51. data/lib/cloudsmith-api/models/entitlements_partial_update.rb +8 -12
  52. data/lib/cloudsmith-api/models/entitlements_refresh.rb +8 -12
  53. data/lib/cloudsmith-api/models/entitlements_sync.rb +9 -13
  54. data/lib/cloudsmith-api/models/files_abort.rb +9 -13
  55. data/lib/cloudsmith-api/models/files_complete.rb +9 -13
  56. data/lib/cloudsmith-api/models/files_create.rb +9 -13
  57. data/lib/cloudsmith-api/models/files_validate.rb +9 -13
  58. data/lib/cloudsmith-api/models/format.rb +14 -18
  59. data/lib/cloudsmith-api/models/formats_distributions.rb +8 -12
  60. data/lib/cloudsmith-api/models/maven_package_upload.rb +8 -12
  61. data/lib/cloudsmith-api/models/namespace.rb +8 -12
  62. data/lib/cloudsmith-api/models/organization.rb +8 -12
  63. data/lib/cloudsmith-api/models/organization_membership.rb +8 -12
  64. data/lib/cloudsmith-api/models/package.rb +8 -12
  65. data/lib/cloudsmith-api/models/package_copy.rb +8 -12
  66. data/lib/cloudsmith-api/models/package_dependencies.rb +9 -13
  67. data/lib/cloudsmith-api/models/package_dependencies_dependencies.rb +8 -12
  68. data/lib/cloudsmith-api/models/package_file_parts_upload.rb +8 -12
  69. data/lib/cloudsmith-api/models/package_file_upload.rb +8 -12
  70. data/lib/cloudsmith-api/models/package_move.rb +8 -12
  71. data/lib/cloudsmith-api/models/package_status.rb +8 -12
  72. data/lib/cloudsmith-api/models/package_usage_metrics.rb +9 -13
  73. data/lib/cloudsmith-api/models/packages_copy.rb +9 -13
  74. data/lib/cloudsmith-api/models/packages_move.rb +9 -13
  75. data/lib/cloudsmith-api/models/packages_tag.rb +8 -12
  76. data/lib/cloudsmith-api/models/packages_upload_alpine.rb +10 -14
  77. data/lib/cloudsmith-api/models/packages_upload_cargo.rb +9 -13
  78. data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +9 -13
  79. data/lib/cloudsmith-api/models/packages_upload_composer.rb +9 -13
  80. data/lib/cloudsmith-api/models/packages_upload_conan.rb +12 -16
  81. data/lib/cloudsmith-api/models/packages_upload_conda.rb +9 -13
  82. data/lib/cloudsmith-api/models/packages_upload_cran.rb +9 -13
  83. data/lib/cloudsmith-api/models/packages_upload_dart.rb +9 -13
  84. data/lib/cloudsmith-api/models/packages_upload_deb.rb +10 -14
  85. data/lib/cloudsmith-api/models/packages_upload_docker.rb +9 -13
  86. data/lib/cloudsmith-api/models/packages_upload_go.rb +9 -13
  87. data/lib/cloudsmith-api/models/packages_upload_helm.rb +9 -13
  88. data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +9 -13
  89. data/lib/cloudsmith-api/models/packages_upload_maven.rb +9 -13
  90. data/lib/cloudsmith-api/models/packages_upload_npm.rb +9 -13
  91. data/lib/cloudsmith-api/models/packages_upload_nuget.rb +9 -13
  92. data/lib/cloudsmith-api/models/packages_upload_p2.rb +9 -13
  93. data/lib/cloudsmith-api/models/packages_upload_python.rb +9 -13
  94. data/lib/cloudsmith-api/models/packages_upload_raw.rb +9 -13
  95. data/lib/cloudsmith-api/models/packages_upload_rpm.rb +10 -14
  96. data/lib/cloudsmith-api/models/packages_upload_ruby.rb +9 -13
  97. data/lib/cloudsmith-api/models/packages_upload_terraform.rb +9 -13
  98. data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +12 -16
  99. data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +10 -14
  100. data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +9 -13
  101. data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +9 -13
  102. data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +9 -13
  103. data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +12 -16
  104. data/lib/cloudsmith-api/models/packages_validateupload_conda.rb +9 -13
  105. data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +9 -13
  106. data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +9 -13
  107. data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +10 -14
  108. data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +9 -13
  109. data/lib/cloudsmith-api/models/packages_validateupload_go.rb +9 -13
  110. data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +9 -13
  111. data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +9 -13
  112. data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +9 -13
  113. data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +9 -13
  114. data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +9 -13
  115. data/lib/cloudsmith-api/models/packages_validateupload_p2.rb +9 -13
  116. data/lib/cloudsmith-api/models/packages_validateupload_python.rb +9 -13
  117. data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +9 -13
  118. data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +10 -14
  119. data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +9 -13
  120. data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +9 -13
  121. data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +12 -16
  122. data/lib/cloudsmith-api/models/packagesownerrepo_architectures.rb +8 -12
  123. data/lib/cloudsmith-api/models/packagesownerrepo_files.rb +8 -12
  124. data/lib/cloudsmith-api/models/quota.rb +9 -13
  125. data/lib/cloudsmith-api/models/quota_history.rb +9 -13
  126. data/lib/cloudsmith-api/models/quota_history_history.rb +8 -12
  127. data/lib/cloudsmith-api/models/raw_package_upload.rb +8 -12
  128. data/lib/cloudsmith-api/models/repos_create.rb +9 -13
  129. data/lib/cloudsmith-api/models/repos_gpg_keys.rb +8 -12
  130. data/lib/cloudsmith-api/models/repos_partial_update.rb +8 -12
  131. data/lib/cloudsmith-api/models/repository.rb +9 -13
  132. data/lib/cloudsmith-api/models/repository_token.rb +9 -13
  133. data/lib/cloudsmith-api/models/repository_token_refresh.rb +8 -12
  134. data/lib/cloudsmith-api/models/repository_token_sync.rb +8 -12
  135. data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +8 -12
  136. data/lib/cloudsmith-api/models/repository_webhook.rb +11 -15
  137. data/lib/cloudsmith-api/models/resources_rate_check.rb +8 -12
  138. data/lib/cloudsmith-api/models/status.rb +9 -13
  139. data/lib/cloudsmith-api/models/status_basic.rb +8 -12
  140. data/lib/cloudsmith-api/models/storage_region.rb +10 -14
  141. data/lib/cloudsmith-api/models/user_auth_token.rb +8 -12
  142. data/lib/cloudsmith-api/models/user_brief.rb +8 -12
  143. data/lib/cloudsmith-api/models/user_profile.rb +10 -14
  144. data/lib/cloudsmith-api/models/user_token_create.rb +8 -12
  145. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +11 -15
  146. data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +12 -16
  147. data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +11 -15
  148. data/lib/cloudsmith-api/models/webhooks_create.rb +11 -15
  149. data/lib/cloudsmith-api/models/webhooks_partial_update.rb +8 -12
  150. data/lib/cloudsmith-api/models/webhooksownerrepo_templates.rb +8 -12
  151. data/lib/cloudsmith-api/version.rb +2 -2
  152. data/lib/cloudsmith-api.rb +2 -2
  153. data/spec/api/badges_api_spec.rb +3 -3
  154. data/spec/api/distros_api_spec.rb +3 -3
  155. data/spec/api/entitlements_api_spec.rb +11 -11
  156. data/spec/api/files_api_spec.rb +6 -6
  157. data/spec/api/formats_api_spec.rb +3 -3
  158. data/spec/api/metrics_api_spec.rb +4 -4
  159. data/spec/api/namespaces_api_spec.rb +3 -3
  160. data/spec/api/orgs_api_spec.rb +6 -6
  161. data/spec/api/packages_api_spec.rb +57 -57
  162. data/spec/api/quota_api_spec.rb +5 -5
  163. data/spec/api/rates_api_spec.rb +2 -2
  164. data/spec/api/repos_api_spec.rb +7 -7
  165. data/spec/api/status_api_spec.rb +2 -2
  166. data/spec/api/{storageregions_api_spec.rb → storage_regions_api_spec.rb} +9 -9
  167. data/spec/api/user_api_spec.rb +3 -3
  168. data/spec/api/users_api_spec.rb +2 -2
  169. data/spec/api/vulnerabilities_api_spec.rb +5 -5
  170. data/spec/api/webhooks_api_spec.rb +6 -6
  171. data/spec/api_client_spec.rb +52 -35
  172. data/spec/configuration_spec.rb +9 -9
  173. data/spec/models/alpine_package_upload_spec.rb +65 -66
  174. data/spec/models/conan_package_upload_spec.rb +67 -68
  175. data/spec/models/distribution_spec.rb +8 -9
  176. data/spec/models/distros_versions_spec.rb +3 -4
  177. data/spec/models/entitlement_usage_metrics_spec.rb +2 -3
  178. data/spec/models/entitlements_create_spec.rb +16 -17
  179. data/spec/models/entitlements_partial_update_spec.rb +16 -17
  180. data/spec/models/entitlements_refresh_spec.rb +15 -16
  181. data/spec/models/entitlements_sync_spec.rb +2 -3
  182. data/spec/models/files_abort_spec.rb +5 -6
  183. data/spec/models/files_complete_spec.rb +5 -6
  184. data/spec/models/files_create_spec.rb +5 -6
  185. data/spec/models/files_validate_spec.rb +5 -6
  186. data/spec/models/format_spec.rb +10 -11
  187. data/spec/models/formats_distributions_spec.rb +5 -6
  188. data/spec/models/maven_package_upload_spec.rb +68 -69
  189. data/spec/models/namespace_spec.rb +5 -6
  190. data/spec/models/organization_membership_spec.rb +11 -12
  191. data/spec/models/organization_spec.rb +8 -9
  192. data/spec/models/package_copy_spec.rb +66 -67
  193. data/spec/models/package_dependencies_dependencies_spec.rb +5 -6
  194. data/spec/models/package_dependencies_spec.rb +2 -3
  195. data/spec/models/package_file_parts_upload_spec.rb +4 -5
  196. data/spec/models/package_file_upload_spec.rb +6 -7
  197. data/spec/models/package_move_spec.rb +66 -67
  198. data/spec/models/package_spec.rb +66 -67
  199. data/spec/models/package_status_spec.rb +16 -17
  200. data/spec/models/package_usage_metrics_spec.rb +2 -3
  201. data/spec/models/packages_copy_spec.rb +3 -4
  202. data/spec/models/packages_move_spec.rb +2 -3
  203. data/spec/models/packages_tag_spec.rb +4 -5
  204. data/spec/models/packages_upload_alpine_spec.rb +5 -6
  205. data/spec/models/packages_upload_cargo_spec.rb +4 -5
  206. data/spec/models/packages_upload_cocoapods_spec.rb +4 -5
  207. data/spec/models/packages_upload_composer_spec.rb +4 -5
  208. data/spec/models/packages_upload_conan_spec.rb +11 -12
  209. data/spec/models/packages_upload_conda_spec.rb +4 -5
  210. data/spec/models/packages_upload_cran_spec.rb +4 -5
  211. data/spec/models/packages_upload_dart_spec.rb +4 -5
  212. data/spec/models/packages_upload_deb_spec.rb +7 -8
  213. data/spec/models/packages_upload_docker_spec.rb +4 -5
  214. data/spec/models/packages_upload_go_spec.rb +4 -5
  215. data/spec/models/packages_upload_helm_spec.rb +4 -5
  216. data/spec/models/packages_upload_luarocks_spec.rb +4 -5
  217. data/spec/models/packages_upload_maven_spec.rb +12 -13
  218. data/spec/models/packages_upload_npm_spec.rb +5 -6
  219. data/spec/models/packages_upload_nuget_spec.rb +5 -6
  220. data/spec/models/packages_upload_p2_spec.rb +4 -5
  221. data/spec/models/packages_upload_python_spec.rb +4 -5
  222. data/spec/models/packages_upload_raw_spec.rb +9 -10
  223. data/spec/models/packages_upload_rpm_spec.rb +5 -6
  224. data/spec/models/packages_upload_ruby_spec.rb +4 -5
  225. data/spec/models/packages_upload_terraform_spec.rb +4 -5
  226. data/spec/models/packages_upload_vagrant_spec.rb +7 -8
  227. data/spec/models/packages_validateupload_alpine_spec.rb +5 -6
  228. data/spec/models/packages_validateupload_cargo_spec.rb +4 -5
  229. data/spec/models/packages_validateupload_cocoapods_spec.rb +4 -5
  230. data/spec/models/packages_validateupload_composer_spec.rb +4 -5
  231. data/spec/models/packages_validateupload_conan_spec.rb +11 -12
  232. data/spec/models/packages_validateupload_conda_spec.rb +4 -5
  233. data/spec/models/packages_validateupload_cran_spec.rb +4 -5
  234. data/spec/models/packages_validateupload_dart_spec.rb +4 -5
  235. data/spec/models/packages_validateupload_deb_spec.rb +7 -8
  236. data/spec/models/packages_validateupload_docker_spec.rb +4 -5
  237. data/spec/models/packages_validateupload_go_spec.rb +4 -5
  238. data/spec/models/packages_validateupload_helm_spec.rb +4 -5
  239. data/spec/models/packages_validateupload_luarocks_spec.rb +4 -5
  240. data/spec/models/packages_validateupload_maven_spec.rb +12 -13
  241. data/spec/models/packages_validateupload_npm_spec.rb +5 -6
  242. data/spec/models/packages_validateupload_nuget_spec.rb +5 -6
  243. data/spec/models/packages_validateupload_p2_spec.rb +4 -5
  244. data/spec/models/packages_validateupload_python_spec.rb +4 -5
  245. data/spec/models/packages_validateupload_raw_spec.rb +9 -10
  246. data/spec/models/packages_validateupload_rpm_spec.rb +5 -6
  247. data/spec/models/packages_validateupload_ruby_spec.rb +4 -5
  248. data/spec/models/packages_validateupload_terraform_spec.rb +4 -5
  249. data/spec/models/packages_validateupload_vagrant_spec.rb +7 -8
  250. data/spec/models/packagesownerrepo_architectures_spec.rb +3 -4
  251. data/spec/models/packagesownerrepo_files_spec.rb +15 -16
  252. data/spec/models/quota_history_history_spec.rb +7 -8
  253. data/spec/models/quota_history_spec.rb +2 -3
  254. data/spec/models/quota_spec.rb +2 -3
  255. data/spec/models/raw_package_upload_spec.rb +65 -66
  256. data/spec/models/repos_create_spec.rb +7 -8
  257. data/spec/models/repos_gpg_keys_spec.rb +8 -9
  258. data/spec/models/repos_partial_update_spec.rb +6 -7
  259. data/spec/models/repository_spec.rb +25 -26
  260. data/spec/models/repository_token_refresh_spec.rb +40 -41
  261. data/spec/models/repository_token_spec.rb +40 -41
  262. data/spec/models/repository_token_sync_spec.rb +2 -3
  263. data/spec/models/repository_token_sync_tokens_spec.rb +40 -41
  264. data/spec/models/repository_webhook_spec.rb +28 -29
  265. data/spec/models/resources_rate_check_spec.rb +2 -3
  266. data/spec/models/status_basic_spec.rb +3 -4
  267. data/spec/models/status_spec.rb +2 -3
  268. data/spec/models/storage_region_spec.rb +3 -4
  269. data/spec/models/user_auth_token_spec.rb +2 -3
  270. data/spec/models/user_brief_spec.rb +8 -9
  271. data/spec/models/user_profile_spec.rb +11 -12
  272. data/spec/models/user_token_create_spec.rb +3 -4
  273. data/spec/models/vagrant_package_upload_spec.rb +66 -67
  274. data/spec/models/vulnerability_scan_results_list_spec.rb +8 -9
  275. data/spec/models/vulnerability_scan_results_spec.rb +9 -10
  276. data/spec/models/webhooks_create_spec.rb +13 -14
  277. data/spec/models/webhooks_partial_update_spec.rb +13 -14
  278. data/spec/models/webhooksownerrepo_templates_spec.rb +3 -4
  279. data/spec/spec_helper.rb +1 -1
  280. data/vendor/bundle/ruby/2.6.0/cache/rake-12.3.3.gem +0 -0
  281. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.19/gem_make.out +1 -1
  282. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +2 -2
  283. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.1/gem_make.out +1 -1
  284. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.1/mkmf.log +1 -1
  285. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  286. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/Makefile +2 -2
  287. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/ext/generator/Makefile +2 -2
  288. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/ext/parser/Makefile +2 -2
  289. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/CONTRIBUTING.rdoc +11 -4
  290. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/Gemfile +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/History.rdoc +107 -10
  292. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/MIT-LICENSE +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/README.rdoc +7 -7
  294. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/Rakefile +7 -4
  295. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/bundle +105 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/bin/console +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rake +29 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rdoc +29 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rubocop +29 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/bin/setup +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/command_line_usage.rdoc +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/example/Rakefile1 +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/example/Rakefile2 +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/example/a.c +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/example/b.c +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/example/main.c +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/glossary.rdoc +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/jamis.rb +1 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/proto_rake.rdoc +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/rake.1 +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/rakefile.rdoc +1 -1
  313. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/doc/rational.rdoc +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/exe/rake +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/application.rb +54 -15
  316. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/backtrace.rb +1 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/clean.rb +1 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/cloneable.rb +1 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/cpu_counter.rb +2 -1
  320. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/default_loader.rb +1 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/dsl_definition.rb +4 -3
  322. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/early_time.rb +1 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/ext/core.rb +1 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/ext/string.rb +2 -1
  325. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/file_creation_task.rb +2 -1
  326. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/file_list.rb +5 -4
  327. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/file_task.rb +11 -3
  328. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/file_utils.rb +4 -3
  329. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/file_utils_ext.rb +1 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/invocation_chain.rb +1 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/invocation_exception_mixin.rb +1 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/late_time.rb +1 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/linked_list.rb +1 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/loaders/makefile.rb +1 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/name_space.rb +1 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/packagetask.rb +3 -6
  338. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/phony.rb +1 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/private_reader.rb +1 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/promise.rb +3 -2
  341. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/pseudo_status.rb +1 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/rake_module.rb +29 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/rule_recursion_overflow_error.rb +1 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/scope.rb +2 -1
  346. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/task.rb +37 -14
  347. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/task_argument_error.rb +1 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/task_arguments.rb +1 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/task_manager.rb +28 -7
  350. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/tasklib.rb +1 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/testtask.rb +2 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/thread_history_display.rb +1 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/thread_pool.rb +1 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/trace_output.rb +1 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/version.rb +2 -1
  356. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake/win32.rb +1 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/lib/rake.rb +1 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{rake-12.0.0 → rake-12.3.3}/rake.gemspec +6 -3
  359. data/vendor/bundle/ruby/2.6.0/specifications/{rake-12.0.0.gemspec → rake-12.3.3.gemspec} +10 -4
  360. metadata +98 -76
  361. data/vendor/bundle/ruby/2.6.0/cache/rake-12.0.0.gem +0 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/.gitignore +0 -14
  363. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/.rubocop.yml +0 -57
  364. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/.travis.yml +0 -21
  365. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/appveyor.yml +0 -21
  366. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/lib/rake/multi_task.rb +0 -49
  367. data/vendor/bundle/ruby/2.6.0/gems/rake-12.0.0/lib/rake/rake_test_loader.rb +0 -21
@@ -6,19 +6,17 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class RepositoryTokenSync
18
17
  # The entitlements that have been synchronised.
19
18
  attr_accessor :tokens
20
19
 
21
-
22
20
  # Attribute mapping from ruby-style variable name to JSON key.
23
21
  def self.attribute_map
24
22
  {
@@ -39,27 +37,26 @@ module CloudsmithApi
39
37
  return unless attributes.is_a?(Hash)
40
38
 
41
39
  # convert string to symbol for hash key
42
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
40
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
43
41
 
44
42
  if attributes.has_key?(:'tokens')
45
43
  if (value = attributes[:'tokens']).is_a?(Array)
46
44
  self.tokens = value
47
45
  end
48
46
  end
49
-
50
47
  end
51
48
 
52
49
  # Show invalid properties with the reasons. Usually used together with valid?
53
- # @return Array for valid properies with the reasons
50
+ # @return Array for valid properties with the reasons
54
51
  def list_invalid_properties
55
52
  invalid_properties = Array.new
56
- return invalid_properties
53
+ invalid_properties
57
54
  end
58
55
 
59
56
  # Check to see if the all the properties in the model are valid
60
57
  # @return true if the model is valid
61
58
  def valid?
62
- return true
59
+ true
63
60
  end
64
61
 
65
62
  # Checks equality by comparing each attribute.
@@ -89,10 +86,10 @@ module CloudsmithApi
89
86
  return nil unless attributes.is_a?(Hash)
90
87
  self.class.swagger_types.each_pair do |key, type|
91
88
  if type =~ /\AArray<(.*)>/i
92
- # check to ensure the input is an array given that the the attribute
89
+ # check to ensure the input is an array given that the attribute
93
90
  # is documented as an array but the input is not
94
91
  if attributes[self.class.attribute_map[key]].is_a?(Array)
95
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
92
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
96
93
  end
97
94
  elsif !attributes[self.class.attribute_map[key]].nil?
98
95
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -174,7 +171,7 @@ module CloudsmithApi
174
171
  # @return [Hash] Returns the value in the form of hash
175
172
  def _to_hash(value)
176
173
  if value.is_a?(Array)
177
- value.compact.map{ |v| _to_hash(v) }
174
+ value.compact.map { |v| _to_hash(v) }
178
175
  elsif value.is_a?(Hash)
179
176
  {}.tap do |hash|
180
177
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -187,5 +184,4 @@ module CloudsmithApi
187
184
  end
188
185
 
189
186
  end
190
-
191
187
  end
@@ -6,14 +6,13 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class RepositoryTokenSyncTokens
18
17
  #
19
18
  attr_accessor :clients
@@ -132,7 +131,6 @@ module CloudsmithApi
132
131
  #
133
132
  attr_accessor :user_url
134
133
 
135
-
136
134
  # Attribute mapping from ruby-style variable name to JSON key.
137
135
  def self.attribute_map
138
136
  {
@@ -229,7 +227,7 @@ module CloudsmithApi
229
227
  return unless attributes.is_a?(Hash)
230
228
 
231
229
  # convert string to symbol for hash key
232
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
230
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
233
231
 
234
232
  if attributes.has_key?(:'clients')
235
233
  self.clients = attributes[:'clients']
@@ -386,20 +384,19 @@ module CloudsmithApi
386
384
  if attributes.has_key?(:'user_url')
387
385
  self.user_url = attributes[:'user_url']
388
386
  end
389
-
390
387
  end
391
388
 
392
389
  # Show invalid properties with the reasons. Usually used together with valid?
393
- # @return Array for valid properies with the reasons
390
+ # @return Array for valid properties with the reasons
394
391
  def list_invalid_properties
395
392
  invalid_properties = Array.new
396
- return invalid_properties
393
+ invalid_properties
397
394
  end
398
395
 
399
396
  # Check to see if the all the properties in the model are valid
400
397
  # @return true if the model is valid
401
398
  def valid?
402
- return true
399
+ true
403
400
  end
404
401
 
405
402
  # Checks equality by comparing each attribute.
@@ -467,10 +464,10 @@ module CloudsmithApi
467
464
  return nil unless attributes.is_a?(Hash)
468
465
  self.class.swagger_types.each_pair do |key, type|
469
466
  if type =~ /\AArray<(.*)>/i
470
- # check to ensure the input is an array given that the the attribute
467
+ # check to ensure the input is an array given that the attribute
471
468
  # is documented as an array but the input is not
472
469
  if attributes[self.class.attribute_map[key]].is_a?(Array)
473
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
470
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
474
471
  end
475
472
  elsif !attributes[self.class.attribute_map[key]].nil?
476
473
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -552,7 +549,7 @@ module CloudsmithApi
552
549
  # @return [Hash] Returns the value in the form of hash
553
550
  def _to_hash(value)
554
551
  if value.is_a?(Array)
555
- value.compact.map{ |v| _to_hash(v) }
552
+ value.compact.map { |v| _to_hash(v) }
556
553
  elsif value.is_a?(Hash)
557
554
  {}.tap do |hash|
558
555
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -565,5 +562,4 @@ module CloudsmithApi
565
562
  end
566
563
 
567
564
  end
568
-
569
565
  end
@@ -6,14 +6,13 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class RepositoryWebhook
18
17
  #
19
18
  attr_accessor :created_at
@@ -96,7 +95,6 @@ module CloudsmithApi
96
95
  # If enabled, SSL certificates is verified when webhooks are sent. It's recommended to leave this enabled as not verifying the integrity of SSL certificates leaves you susceptible to Man-in-the-Middle (MITM) attacks.
97
96
  attr_accessor :verify_ssl
98
97
 
99
-
100
98
  # Attribute mapping from ruby-style variable name to JSON key.
101
99
  def self.attribute_map
102
100
  {
@@ -169,7 +167,7 @@ module CloudsmithApi
169
167
  return unless attributes.is_a?(Hash)
170
168
 
171
169
  # convert string to symbol for hash key
172
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
170
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
173
171
 
174
172
  if attributes.has_key?(:'created_at')
175
173
  self.created_at = attributes[:'created_at']
@@ -282,26 +280,25 @@ module CloudsmithApi
282
280
  if attributes.has_key?(:'verify_ssl')
283
281
  self.verify_ssl = attributes[:'verify_ssl']
284
282
  end
285
-
286
283
  end
287
284
 
288
285
  # Show invalid properties with the reasons. Usually used together with valid?
289
- # @return Array for valid properies with the reasons
286
+ # @return Array for valid properties with the reasons
290
287
  def list_invalid_properties
291
288
  invalid_properties = Array.new
292
289
  if @events.nil?
293
- invalid_properties.push("invalid value for 'events', events cannot be nil.")
290
+ invalid_properties.push('invalid value for "events", events cannot be nil.')
294
291
  end
295
292
 
296
293
  if @target_url.nil?
297
- invalid_properties.push("invalid value for 'target_url', target_url cannot be nil.")
294
+ invalid_properties.push('invalid value for "target_url", target_url cannot be nil.')
298
295
  end
299
296
 
300
297
  if @templates.nil?
301
- invalid_properties.push("invalid value for 'templates', templates cannot be nil.")
298
+ invalid_properties.push('invalid value for "templates", templates cannot be nil.')
302
299
  end
303
300
 
304
- return invalid_properties
301
+ invalid_properties
305
302
  end
306
303
 
307
304
  # Check to see if the all the properties in the model are valid
@@ -310,7 +307,7 @@ module CloudsmithApi
310
307
  return false if @events.nil?
311
308
  return false if @target_url.nil?
312
309
  return false if @templates.nil?
313
- return true
310
+ true
314
311
  end
315
312
 
316
313
  # Checks equality by comparing each attribute.
@@ -366,10 +363,10 @@ module CloudsmithApi
366
363
  return nil unless attributes.is_a?(Hash)
367
364
  self.class.swagger_types.each_pair do |key, type|
368
365
  if type =~ /\AArray<(.*)>/i
369
- # check to ensure the input is an array given that the the attribute
366
+ # check to ensure the input is an array given that the attribute
370
367
  # is documented as an array but the input is not
371
368
  if attributes[self.class.attribute_map[key]].is_a?(Array)
372
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
369
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
373
370
  end
374
371
  elsif !attributes[self.class.attribute_map[key]].nil?
375
372
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -451,7 +448,7 @@ module CloudsmithApi
451
448
  # @return [Hash] Returns the value in the form of hash
452
449
  def _to_hash(value)
453
450
  if value.is_a?(Array)
454
- value.compact.map{ |v| _to_hash(v) }
451
+ value.compact.map { |v| _to_hash(v) }
455
452
  elsif value.is_a?(Hash)
456
453
  {}.tap do |hash|
457
454
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -464,5 +461,4 @@ module CloudsmithApi
464
461
  end
465
462
 
466
463
  end
467
-
468
464
  end
@@ -6,19 +6,17 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class ResourcesRateCheck
18
17
  # Rate limit values per resource
19
18
  attr_accessor :resources
20
19
 
21
-
22
20
  # Attribute mapping from ruby-style variable name to JSON key.
23
21
  def self.attribute_map
24
22
  {
@@ -39,25 +37,24 @@ module CloudsmithApi
39
37
  return unless attributes.is_a?(Hash)
40
38
 
41
39
  # convert string to symbol for hash key
42
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
40
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
43
41
 
44
42
  if attributes.has_key?(:'resources')
45
43
  self.resources = attributes[:'resources']
46
44
  end
47
-
48
45
  end
49
46
 
50
47
  # Show invalid properties with the reasons. Usually used together with valid?
51
- # @return Array for valid properies with the reasons
48
+ # @return Array for valid properties with the reasons
52
49
  def list_invalid_properties
53
50
  invalid_properties = Array.new
54
- return invalid_properties
51
+ invalid_properties
55
52
  end
56
53
 
57
54
  # Check to see if the all the properties in the model are valid
58
55
  # @return true if the model is valid
59
56
  def valid?
60
- return true
57
+ true
61
58
  end
62
59
 
63
60
  # Checks equality by comparing each attribute.
@@ -87,10 +84,10 @@ module CloudsmithApi
87
84
  return nil unless attributes.is_a?(Hash)
88
85
  self.class.swagger_types.each_pair do |key, type|
89
86
  if type =~ /\AArray<(.*)>/i
90
- # check to ensure the input is an array given that the the attribute
87
+ # check to ensure the input is an array given that the attribute
91
88
  # is documented as an array but the input is not
92
89
  if attributes[self.class.attribute_map[key]].is_a?(Array)
93
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
90
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
94
91
  end
95
92
  elsif !attributes[self.class.attribute_map[key]].nil?
96
93
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -172,7 +169,7 @@ module CloudsmithApi
172
169
  # @return [Hash] Returns the value in the form of hash
173
170
  def _to_hash(value)
174
171
  if value.is_a?(Array)
175
- value.compact.map{ |v| _to_hash(v) }
172
+ value.compact.map { |v| _to_hash(v) }
176
173
  elsif value.is_a?(Hash)
177
174
  {}.tap do |hash|
178
175
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -185,5 +182,4 @@ module CloudsmithApi
185
182
  end
186
183
 
187
184
  end
188
-
189
185
  end
@@ -6,19 +6,17 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class Status
18
17
  # An extended message for the response.
19
18
  attr_accessor :detail
20
19
 
21
-
22
20
  # Attribute mapping from ruby-style variable name to JSON key.
23
21
  def self.attribute_map
24
22
  {
@@ -39,30 +37,29 @@ module CloudsmithApi
39
37
  return unless attributes.is_a?(Hash)
40
38
 
41
39
  # convert string to symbol for hash key
42
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
40
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
43
41
 
44
42
  if attributes.has_key?(:'detail')
45
43
  self.detail = attributes[:'detail']
46
44
  end
47
-
48
45
  end
49
46
 
50
47
  # Show invalid properties with the reasons. Usually used together with valid?
51
- # @return Array for valid properies with the reasons
48
+ # @return Array for valid properties with the reasons
52
49
  def list_invalid_properties
53
50
  invalid_properties = Array.new
54
51
  if @detail.nil?
55
- invalid_properties.push("invalid value for 'detail', detail cannot be nil.")
52
+ invalid_properties.push('invalid value for "detail", detail cannot be nil.')
56
53
  end
57
54
 
58
- return invalid_properties
55
+ invalid_properties
59
56
  end
60
57
 
61
58
  # Check to see if the all the properties in the model are valid
62
59
  # @return true if the model is valid
63
60
  def valid?
64
61
  return false if @detail.nil?
65
- return true
62
+ true
66
63
  end
67
64
 
68
65
  # Checks equality by comparing each attribute.
@@ -92,10 +89,10 @@ module CloudsmithApi
92
89
  return nil unless attributes.is_a?(Hash)
93
90
  self.class.swagger_types.each_pair do |key, type|
94
91
  if type =~ /\AArray<(.*)>/i
95
- # check to ensure the input is an array given that the the attribute
92
+ # check to ensure the input is an array given that the attribute
96
93
  # is documented as an array but the input is not
97
94
  if attributes[self.class.attribute_map[key]].is_a?(Array)
98
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
95
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
99
96
  end
100
97
  elsif !attributes[self.class.attribute_map[key]].nil?
101
98
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -177,7 +174,7 @@ module CloudsmithApi
177
174
  # @return [Hash] Returns the value in the form of hash
178
175
  def _to_hash(value)
179
176
  if value.is_a?(Array)
180
- value.compact.map{ |v| _to_hash(v) }
177
+ value.compact.map { |v| _to_hash(v) }
181
178
  elsif value.is_a?(Hash)
182
179
  {}.tap do |hash|
183
180
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -190,5 +187,4 @@ module CloudsmithApi
190
187
  end
191
188
 
192
189
  end
193
-
194
190
  end
@@ -6,14 +6,13 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class StatusBasic
18
17
  # The message describing the state of the API.
19
18
  attr_accessor :detail
@@ -21,7 +20,6 @@ module CloudsmithApi
21
20
  # The current version for the Cloudsmith service.
22
21
  attr_accessor :version
23
22
 
24
-
25
23
  # Attribute mapping from ruby-style variable name to JSON key.
26
24
  def self.attribute_map
27
25
  {
@@ -44,7 +42,7 @@ module CloudsmithApi
44
42
  return unless attributes.is_a?(Hash)
45
43
 
46
44
  # convert string to symbol for hash key
47
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
45
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
48
46
 
49
47
  if attributes.has_key?(:'detail')
50
48
  self.detail = attributes[:'detail']
@@ -53,20 +51,19 @@ module CloudsmithApi
53
51
  if attributes.has_key?(:'version')
54
52
  self.version = attributes[:'version']
55
53
  end
56
-
57
54
  end
58
55
 
59
56
  # Show invalid properties with the reasons. Usually used together with valid?
60
- # @return Array for valid properies with the reasons
57
+ # @return Array for valid properties with the reasons
61
58
  def list_invalid_properties
62
59
  invalid_properties = Array.new
63
- return invalid_properties
60
+ invalid_properties
64
61
  end
65
62
 
66
63
  # Check to see if the all the properties in the model are valid
67
64
  # @return true if the model is valid
68
65
  def valid?
69
- return true
66
+ true
70
67
  end
71
68
 
72
69
  # Checks equality by comparing each attribute.
@@ -97,10 +94,10 @@ module CloudsmithApi
97
94
  return nil unless attributes.is_a?(Hash)
98
95
  self.class.swagger_types.each_pair do |key, type|
99
96
  if type =~ /\AArray<(.*)>/i
100
- # check to ensure the input is an array given that the the attribute
97
+ # check to ensure the input is an array given that the attribute
101
98
  # is documented as an array but the input is not
102
99
  if attributes[self.class.attribute_map[key]].is_a?(Array)
103
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
100
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
104
101
  end
105
102
  elsif !attributes[self.class.attribute_map[key]].nil?
106
103
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -182,7 +179,7 @@ module CloudsmithApi
182
179
  # @return [Hash] Returns the value in the form of hash
183
180
  def _to_hash(value)
184
181
  if value.is_a?(Array)
185
- value.compact.map{ |v| _to_hash(v) }
182
+ value.compact.map { |v| _to_hash(v) }
186
183
  elsif value.is_a?(Hash)
187
184
  {}.tap do |hash|
188
185
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -195,5 +192,4 @@ module CloudsmithApi
195
192
  end
196
193
 
197
194
  end
198
-
199
195
  end
@@ -6,14 +6,13 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class StorageRegion
18
17
  # Name of the storage region
19
18
  attr_accessor :label
@@ -21,7 +20,6 @@ module CloudsmithApi
21
20
  # Slug for the storage region
22
21
  attr_accessor :slug
23
22
 
24
-
25
23
  # Attribute mapping from ruby-style variable name to JSON key.
26
24
  def self.attribute_map
27
25
  {
@@ -44,7 +42,7 @@ module CloudsmithApi
44
42
  return unless attributes.is_a?(Hash)
45
43
 
46
44
  # convert string to symbol for hash key
47
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
45
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
48
46
 
49
47
  if attributes.has_key?(:'label')
50
48
  self.label = attributes[:'label']
@@ -53,22 +51,21 @@ module CloudsmithApi
53
51
  if attributes.has_key?(:'slug')
54
52
  self.slug = attributes[:'slug']
55
53
  end
56
-
57
54
  end
58
55
 
59
56
  # Show invalid properties with the reasons. Usually used together with valid?
60
- # @return Array for valid properies with the reasons
57
+ # @return Array for valid properties with the reasons
61
58
  def list_invalid_properties
62
59
  invalid_properties = Array.new
63
60
  if @label.nil?
64
- invalid_properties.push("invalid value for 'label', label cannot be nil.")
61
+ invalid_properties.push('invalid value for "label", label cannot be nil.')
65
62
  end
66
63
 
67
64
  if @slug.nil?
68
- invalid_properties.push("invalid value for 'slug', slug cannot be nil.")
65
+ invalid_properties.push('invalid value for "slug", slug cannot be nil.')
69
66
  end
70
67
 
71
- return invalid_properties
68
+ invalid_properties
72
69
  end
73
70
 
74
71
  # Check to see if the all the properties in the model are valid
@@ -76,7 +73,7 @@ module CloudsmithApi
76
73
  def valid?
77
74
  return false if @label.nil?
78
75
  return false if @slug.nil?
79
- return true
76
+ true
80
77
  end
81
78
 
82
79
  # Checks equality by comparing each attribute.
@@ -107,10 +104,10 @@ module CloudsmithApi
107
104
  return nil unless attributes.is_a?(Hash)
108
105
  self.class.swagger_types.each_pair do |key, type|
109
106
  if type =~ /\AArray<(.*)>/i
110
- # check to ensure the input is an array given that the the attribute
107
+ # check to ensure the input is an array given that the attribute
111
108
  # is documented as an array but the input is not
112
109
  if attributes[self.class.attribute_map[key]].is_a?(Array)
113
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
110
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
114
111
  end
115
112
  elsif !attributes[self.class.attribute_map[key]].nil?
116
113
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -192,7 +189,7 @@ module CloudsmithApi
192
189
  # @return [Hash] Returns the value in the form of hash
193
190
  def _to_hash(value)
194
191
  if value.is_a?(Array)
195
- value.compact.map{ |v| _to_hash(v) }
192
+ value.compact.map { |v| _to_hash(v) }
196
193
  elsif value.is_a?(Hash)
197
194
  {}.tap do |hash|
198
195
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -205,5 +202,4 @@ module CloudsmithApi
205
202
  end
206
203
 
207
204
  end
208
-
209
205
  end
@@ -6,19 +6,17 @@
6
6
  OpenAPI spec version: v1
7
7
  Contact: support@cloudsmith.io
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.2.3
9
+ Swagger Codegen version: 2.4.26
10
10
 
11
11
  =end
12
12
 
13
13
  require 'date'
14
14
 
15
15
  module CloudsmithApi
16
-
17
16
  class UserAuthToken
18
17
  # API token for the authenticated user
19
18
  attr_accessor :token
20
19
 
21
-
22
20
  # Attribute mapping from ruby-style variable name to JSON key.
23
21
  def self.attribute_map
24
22
  {
@@ -39,25 +37,24 @@ module CloudsmithApi
39
37
  return unless attributes.is_a?(Hash)
40
38
 
41
39
  # convert string to symbol for hash key
42
- attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
40
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
43
41
 
44
42
  if attributes.has_key?(:'token')
45
43
  self.token = attributes[:'token']
46
44
  end
47
-
48
45
  end
49
46
 
50
47
  # Show invalid properties with the reasons. Usually used together with valid?
51
- # @return Array for valid properies with the reasons
48
+ # @return Array for valid properties with the reasons
52
49
  def list_invalid_properties
53
50
  invalid_properties = Array.new
54
- return invalid_properties
51
+ invalid_properties
55
52
  end
56
53
 
57
54
  # Check to see if the all the properties in the model are valid
58
55
  # @return true if the model is valid
59
56
  def valid?
60
- return true
57
+ true
61
58
  end
62
59
 
63
60
  # Checks equality by comparing each attribute.
@@ -87,10 +84,10 @@ module CloudsmithApi
87
84
  return nil unless attributes.is_a?(Hash)
88
85
  self.class.swagger_types.each_pair do |key, type|
89
86
  if type =~ /\AArray<(.*)>/i
90
- # check to ensure the input is an array given that the the attribute
87
+ # check to ensure the input is an array given that the attribute
91
88
  # is documented as an array but the input is not
92
89
  if attributes[self.class.attribute_map[key]].is_a?(Array)
93
- self.send("#{key}=", attributes[self.class.attribute_map[key]].map{ |v| _deserialize($1, v) } )
90
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
94
91
  end
95
92
  elsif !attributes[self.class.attribute_map[key]].nil?
96
93
  self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
@@ -172,7 +169,7 @@ module CloudsmithApi
172
169
  # @return [Hash] Returns the value in the form of hash
173
170
  def _to_hash(value)
174
171
  if value.is_a?(Array)
175
- value.compact.map{ |v| _to_hash(v) }
172
+ value.compact.map { |v| _to_hash(v) }
176
173
  elsif value.is_a?(Hash)
177
174
  {}.tap do |hash|
178
175
  value.each { |k, v| hash[k] = _to_hash(v) }
@@ -185,5 +182,4 @@ module CloudsmithApi
185
182
  end
186
183
 
187
184
  end
188
-
189
185
  end