cloudsmith-api 0.51.38 → 0.52.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (460) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +15 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +63 -0
  6. data/docs/ConanPackageUpload.md +1 -0
  7. data/docs/EntitlementTokenMetric.md +9 -0
  8. data/docs/EntitlementsCreate.md +1 -1
  9. data/docs/EntitlementsPartialUpdate.md +1 -1
  10. data/docs/EntitlementsRefresh.md +1 -1
  11. data/docs/MavenPackageUpload.md +1 -0
  12. data/docs/MetricsApi.md +158 -0
  13. data/docs/MetricsownerrepopackagesusageActivePackages.md +10 -0
  14. data/docs/Package.md +2 -0
  15. data/docs/PackageCopy.md +2 -0
  16. data/docs/PackageMove.md +2 -0
  17. data/docs/PackageUsageMetric.md +11 -0
  18. data/docs/PackagesApi.md +107 -41
  19. data/docs/PackagesCopy.md +1 -1
  20. data/docs/PackagesMove.md +0 -1
  21. data/docs/PackagesTag.md +10 -0
  22. data/docs/PackagesUploadAlpine.md +1 -0
  23. data/docs/PackagesUploadCargo.md +1 -0
  24. data/docs/PackagesUploadCocoapods.md +1 -0
  25. data/docs/PackagesUploadComposer.md +1 -0
  26. data/docs/PackagesUploadConan.md +1 -0
  27. data/docs/PackagesUploadCran.md +1 -0
  28. data/docs/PackagesUploadDart.md +1 -0
  29. data/docs/PackagesUploadDeb.md +3 -0
  30. data/docs/PackagesUploadDocker.md +1 -0
  31. data/docs/PackagesUploadGo.md +1 -0
  32. data/docs/PackagesUploadHelm.md +1 -0
  33. data/docs/PackagesUploadLuarocks.md +1 -0
  34. data/docs/PackagesUploadMaven.md +1 -0
  35. data/docs/PackagesUploadNpm.md +1 -0
  36. data/docs/PackagesUploadNuget.md +1 -0
  37. data/docs/PackagesUploadPython.md +1 -0
  38. data/docs/PackagesUploadRaw.md +1 -0
  39. data/docs/PackagesUploadRpm.md +1 -0
  40. data/docs/PackagesUploadRuby.md +1 -0
  41. data/docs/PackagesUploadTerraform.md +1 -0
  42. data/docs/PackagesUploadVagrant.md +1 -0
  43. data/docs/PackagesValidateuploadAlpine.md +1 -0
  44. data/docs/PackagesValidateuploadCargo.md +1 -0
  45. data/docs/PackagesValidateuploadCocoapods.md +1 -0
  46. data/docs/PackagesValidateuploadComposer.md +1 -0
  47. data/docs/PackagesValidateuploadConan.md +1 -0
  48. data/docs/PackagesValidateuploadCran.md +1 -0
  49. data/docs/PackagesValidateuploadDart.md +1 -0
  50. data/docs/PackagesValidateuploadDeb.md +3 -0
  51. data/docs/PackagesValidateuploadDocker.md +1 -0
  52. data/docs/PackagesValidateuploadGo.md +1 -0
  53. data/docs/PackagesValidateuploadHelm.md +1 -0
  54. data/docs/PackagesValidateuploadLuarocks.md +1 -0
  55. data/docs/PackagesValidateuploadMaven.md +1 -0
  56. data/docs/PackagesValidateuploadNpm.md +1 -0
  57. data/docs/PackagesValidateuploadNuget.md +1 -0
  58. data/docs/PackagesValidateuploadPython.md +1 -0
  59. data/docs/PackagesValidateuploadRaw.md +1 -0
  60. data/docs/PackagesValidateuploadRpm.md +1 -0
  61. data/docs/PackagesValidateuploadRuby.md +1 -0
  62. data/docs/PackagesValidateuploadTerraform.md +1 -0
  63. data/docs/PackagesValidateuploadVagrant.md +1 -0
  64. data/docs/RawPackageUpload.md +1 -0
  65. data/docs/ReposCreate.md +4 -7
  66. data/docs/ReposPartialUpdate.md +3 -7
  67. data/docs/Repository.md +11 -10
  68. data/docs/RepositoryToken.md +4 -3
  69. data/docs/RepositoryTokenRefresh.md +4 -3
  70. data/docs/RepositoryTokenSyncTokens.md +4 -3
  71. data/docs/RepositoryWebhook.md +1 -0
  72. data/docs/StorageRegion.md +9 -0
  73. data/docs/StorageregionsApi.md +122 -0
  74. data/docs/VagrantPackageUpload.md +1 -0
  75. data/docs/WebhooksCreate.md +1 -0
  76. data/docs/WebhooksPartialUpdate.md +1 -0
  77. data/lib/cloudsmith-api.rb +8 -1
  78. data/lib/cloudsmith-api/api/metrics_api.rb +167 -0
  79. data/lib/cloudsmith-api/api/packages_api.rb +119 -56
  80. data/lib/cloudsmith-api/api/storageregions_api.rb +119 -0
  81. data/lib/cloudsmith-api/models/alpine_package_upload.rb +743 -0
  82. data/lib/cloudsmith-api/models/conan_package_upload.rb +11 -1
  83. data/lib/cloudsmith-api/models/entitlement_token_metric.rb +209 -0
  84. data/lib/cloudsmith-api/models/entitlements_create.rb +1 -1
  85. data/lib/cloudsmith-api/models/entitlements_partial_update.rb +1 -1
  86. data/lib/cloudsmith-api/models/entitlements_refresh.rb +1 -1
  87. data/lib/cloudsmith-api/models/maven_package_upload.rb +11 -1
  88. data/lib/cloudsmith-api/models/{packages_resync.rb → metricsownerrepopackagesusage_active_packages.rb} +29 -9
  89. data/lib/cloudsmith-api/models/package.rb +21 -1
  90. data/lib/cloudsmith-api/models/package_copy.rb +21 -1
  91. data/lib/cloudsmith-api/models/package_move.rb +21 -1
  92. data/lib/cloudsmith-api/models/package_usage_metric.rb +243 -0
  93. data/lib/cloudsmith-api/models/packages_copy.rb +1 -1
  94. data/lib/cloudsmith-api/models/packages_move.rb +4 -14
  95. data/lib/cloudsmith-api/models/packages_tag.rb +211 -0
  96. data/lib/cloudsmith-api/models/packages_upload_alpine.rb +14 -4
  97. data/lib/cloudsmith-api/models/packages_upload_cargo.rb +14 -4
  98. data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +14 -4
  99. data/lib/cloudsmith-api/models/packages_upload_composer.rb +14 -4
  100. data/lib/cloudsmith-api/models/packages_upload_conan.rb +11 -1
  101. data/lib/cloudsmith-api/models/packages_upload_cran.rb +14 -4
  102. data/lib/cloudsmith-api/models/packages_upload_dart.rb +14 -4
  103. data/lib/cloudsmith-api/models/packages_upload_deb.rb +34 -4
  104. data/lib/cloudsmith-api/models/packages_upload_docker.rb +14 -4
  105. data/lib/cloudsmith-api/models/packages_upload_go.rb +14 -4
  106. data/lib/cloudsmith-api/models/packages_upload_helm.rb +14 -4
  107. data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +14 -4
  108. data/lib/cloudsmith-api/models/packages_upload_maven.rb +11 -1
  109. data/lib/cloudsmith-api/models/packages_upload_npm.rb +14 -4
  110. data/lib/cloudsmith-api/models/packages_upload_nuget.rb +14 -4
  111. data/lib/cloudsmith-api/models/packages_upload_python.rb +14 -4
  112. data/lib/cloudsmith-api/models/packages_upload_raw.rb +11 -1
  113. data/lib/cloudsmith-api/models/packages_upload_rpm.rb +14 -4
  114. data/lib/cloudsmith-api/models/packages_upload_ruby.rb +14 -4
  115. data/lib/cloudsmith-api/models/packages_upload_terraform.rb +14 -4
  116. data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +11 -1
  117. data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +14 -4
  118. data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +14 -4
  119. data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +14 -4
  120. data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +14 -4
  121. data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +11 -1
  122. data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +14 -4
  123. data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +14 -4
  124. data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +34 -4
  125. data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +14 -4
  126. data/lib/cloudsmith-api/models/packages_validateupload_go.rb +14 -4
  127. data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +14 -4
  128. data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +14 -4
  129. data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +11 -1
  130. data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +14 -4
  131. data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +14 -4
  132. data/lib/cloudsmith-api/models/packages_validateupload_python.rb +14 -4
  133. data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +11 -1
  134. data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +14 -4
  135. data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +14 -4
  136. data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +14 -4
  137. data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +11 -1
  138. data/lib/cloudsmith-api/models/raw_package_upload.rb +11 -1
  139. data/lib/cloudsmith-api/models/repos_create.rb +17 -57
  140. data/lib/cloudsmith-api/models/repos_partial_update.rb +4 -44
  141. data/lib/cloudsmith-api/models/repository.rb +24 -24
  142. data/lib/cloudsmith-api/models/repository_token.rb +14 -4
  143. data/lib/cloudsmith-api/models/repository_token_refresh.rb +14 -4
  144. data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +14 -4
  145. data/lib/cloudsmith-api/models/repository_webhook.rb +11 -1
  146. data/lib/cloudsmith-api/models/storage_region.rb +209 -0
  147. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +11 -1
  148. data/lib/cloudsmith-api/models/webhooks_create.rb +11 -1
  149. data/lib/cloudsmith-api/models/webhooks_partial_update.rb +11 -1
  150. data/lib/cloudsmith-api/version.rb +1 -1
  151. data/spec/api/metrics_api_spec.rb +71 -0
  152. data/spec/api/packages_api_spec.rb +32 -18
  153. data/spec/api/storageregions_api_spec.rb +58 -0
  154. data/spec/models/alpine_package_upload_spec.rb +372 -0
  155. data/spec/models/conan_package_upload_spec.rb +6 -0
  156. data/spec/models/entitlement_token_metric_spec.rb +48 -0
  157. data/spec/models/maven_package_upload_spec.rb +6 -0
  158. data/spec/models/metricsownerrepopackagesusage_active_packages_spec.rb +54 -0
  159. data/spec/models/package_copy_spec.rb +12 -0
  160. data/spec/models/package_move_spec.rb +12 -0
  161. data/spec/models/package_spec.rb +12 -0
  162. data/spec/models/package_usage_metric_spec.rb +60 -0
  163. data/spec/models/packages_move_spec.rb +0 -6
  164. data/spec/models/packages_tag_spec.rb +54 -0
  165. data/spec/models/packages_upload_alpine_spec.rb +6 -0
  166. data/spec/models/packages_upload_cargo_spec.rb +6 -0
  167. data/spec/models/packages_upload_cocoapods_spec.rb +6 -0
  168. data/spec/models/packages_upload_composer_spec.rb +6 -0
  169. data/spec/models/packages_upload_conan_spec.rb +6 -0
  170. data/spec/models/packages_upload_cran_spec.rb +6 -0
  171. data/spec/models/packages_upload_dart_spec.rb +6 -0
  172. data/spec/models/packages_upload_deb_spec.rb +18 -0
  173. data/spec/models/packages_upload_docker_spec.rb +6 -0
  174. data/spec/models/packages_upload_go_spec.rb +6 -0
  175. data/spec/models/packages_upload_helm_spec.rb +6 -0
  176. data/spec/models/packages_upload_luarocks_spec.rb +6 -0
  177. data/spec/models/packages_upload_maven_spec.rb +6 -0
  178. data/spec/models/packages_upload_npm_spec.rb +6 -0
  179. data/spec/models/packages_upload_nuget_spec.rb +6 -0
  180. data/spec/models/packages_upload_python_spec.rb +6 -0
  181. data/spec/models/packages_upload_raw_spec.rb +6 -0
  182. data/spec/models/packages_upload_rpm_spec.rb +6 -0
  183. data/spec/models/packages_upload_ruby_spec.rb +6 -0
  184. data/spec/models/packages_upload_terraform_spec.rb +6 -0
  185. data/spec/models/packages_upload_vagrant_spec.rb +6 -0
  186. data/spec/models/packages_validateupload_alpine_spec.rb +6 -0
  187. data/spec/models/packages_validateupload_cargo_spec.rb +6 -0
  188. data/spec/models/packages_validateupload_cocoapods_spec.rb +6 -0
  189. data/spec/models/packages_validateupload_composer_spec.rb +6 -0
  190. data/spec/models/packages_validateupload_conan_spec.rb +6 -0
  191. data/spec/models/packages_validateupload_cran_spec.rb +6 -0
  192. data/spec/models/packages_validateupload_dart_spec.rb +6 -0
  193. data/spec/models/packages_validateupload_deb_spec.rb +18 -0
  194. data/spec/models/packages_validateupload_docker_spec.rb +6 -0
  195. data/spec/models/packages_validateupload_go_spec.rb +6 -0
  196. data/spec/models/packages_validateupload_helm_spec.rb +6 -0
  197. data/spec/models/packages_validateupload_luarocks_spec.rb +6 -0
  198. data/spec/models/packages_validateupload_maven_spec.rb +6 -0
  199. data/spec/models/packages_validateupload_npm_spec.rb +6 -0
  200. data/spec/models/packages_validateupload_nuget_spec.rb +6 -0
  201. data/spec/models/packages_validateupload_python_spec.rb +6 -0
  202. data/spec/models/packages_validateupload_raw_spec.rb +6 -0
  203. data/spec/models/packages_validateupload_rpm_spec.rb +6 -0
  204. data/spec/models/packages_validateupload_ruby_spec.rb +6 -0
  205. data/spec/models/packages_validateupload_terraform_spec.rb +6 -0
  206. data/spec/models/packages_validateupload_vagrant_spec.rb +6 -0
  207. data/spec/models/raw_package_upload_spec.rb +6 -0
  208. data/spec/models/repos_create_spec.rb +3 -21
  209. data/spec/models/repos_partial_update_spec.rb +0 -24
  210. data/spec/models/repository_spec.rb +6 -0
  211. data/spec/models/repository_token_refresh_spec.rb +6 -0
  212. data/spec/models/repository_token_spec.rb +6 -0
  213. data/spec/models/repository_token_sync_tokens_spec.rb +6 -0
  214. data/spec/models/repository_webhook_spec.rb +6 -0
  215. data/spec/models/{packages_resync_spec.rb → storage_region_spec.rb} +13 -7
  216. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  217. data/spec/models/webhooks_create_spec.rb +6 -0
  218. data/spec/models/webhooks_partial_update_spec.rb +6 -0
  219. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
  220. data/vendor/bundle/ruby/2.6.0/cache/json-2.3.1.gem +0 -0
  221. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-4.0.6.gem +0 -0
  222. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
  223. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.13.1/gem_make.out +2 -2
  224. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/gem.build_complete +0 -0
  225. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/gem_make.out +5 -5
  226. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/generator.so +0 -0
  227. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/parser.so +0 -0
  228. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.3.0 → json-2.3.1}/mkmf.log +0 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/.rspec +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Code-of-Conduct.md +0 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/License.md +0 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Manifest.txt +8 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/README.rdoc +10 -10
  236. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Rakefile +39 -22
  237. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/htmldiff +7 -4
  239. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/ldiff +4 -1
  240. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/COPYING.txt +0 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/artistic.txt +0 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs.rb +184 -170
  244. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/array.rb +1 -1
  245. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/block.rb +1 -1
  247. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/callbacks.rb +15 -12
  248. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/change.rb +30 -37
  249. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/htmldiff.rb +17 -16
  250. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/hunk.rb +156 -74
  251. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/internals.rb +36 -39
  252. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/ldiff.rb +46 -42
  253. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/string.rb +1 -1
  254. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/change_spec.rb +31 -7
  255. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3/spec/ldiff_spec.rb → diff-lcs-1.4.4/spec/diff_spec.rb} +15 -11
  256. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds1.csv +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds2.csv +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/lcs_spec.rb +10 -10
  268. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/patch_spec.rb +93 -99
  270. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/spec_helper.rb +118 -64
  272. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/traverse_sequences_spec.rb +28 -28
  274. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/ext/ffi_c/Makefile +3 -3
  275. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.gitignore +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.travis.yml +2 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/CHANGES.md +33 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Gemfile +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README-json-jruby.md +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README.md +16 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Rakefile +8 -87
  282. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/VERSION +1 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/diagrams/.keep +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/depend +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/extconf.rb +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.c +71 -1
  289. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.h +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/generator/generator.so +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/depend +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/extconf.rb +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.c +71 -70
  295. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.h +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.rl +1 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/parser/parser.so +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/extconf.rb +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/install.rb +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ByteListTranscoder.java +0 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Generator.java +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorMethods.java +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorService.java +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorState.java +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/OptionsReader.java +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.java +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.rl +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ParserService.java +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/RuntimeInfo.java +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringDecoder.java +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringEncoder.java +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Utils.java +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json-java.gemspec +3 -3
  314. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/json.gemspec +139 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json_pure.gemspec +8 -13
  316. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json.rb +412 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/bigdecimal.rb +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/complex.rb +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/core.rb +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date.rb +0 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date_time.rb +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/exception.rb +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/ostruct.rb +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/range.rb +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/rational.rb +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/regexp.rb +0 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/set.rb +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/struct.rb +0 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/symbol.rb +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/time.rb +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/common.rb +691 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext.rb +0 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext/.keep +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/generator.so +0 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/parser.so +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/generic_object.rb +0 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure.rb +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/generator.rb +1 -1
  339. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/parser.rb +2 -2
  340. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/version.rb +1 -1
  341. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/references/rfc7159.txt +0 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail10.json +0 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail11.json +0 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail12.json +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail13.json +0 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail14.json +0 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail18.json +0 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail19.json +0 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail2.json +0 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail20.json +0 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail21.json +0 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail22.json +0 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail23.json +0 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail24.json +0 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail25.json +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail27.json +0 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail28.json +0 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail3.json +0 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail4.json +0 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail5.json +0 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail6.json +0 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail7.json +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail8.json +0 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail9.json +0 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/obsolete_fail1.json +0 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass1.json +0 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass15.json +0 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass16.json +0 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass17.json +0 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass2.json +0 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass26.json +0 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass3.json +0 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_addition_test.rb +0 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_common_interface_test.rb +0 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_encoding_test.rb +0 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_ext_parser_test.rb +0 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_fixtures_test.rb +6 -1
  378. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generator_test.rb +0 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generic_object_test.rb +0 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_parser_test.rb +0 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_string_matching_test.rb +0 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/test_helper.rb +0 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/diff.sh +0 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/fuzz.rb +0 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/server.rb +0 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.github/FUNDING.yml +0 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.github/workflows/tests.yml +1 -1
  388. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.gitignore +0 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.rubocop.yml +0 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.rubocop_opinionated.yml +1 -18
  391. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.travis.yml +1 -1
  392. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/.yardopts +0 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/2.0-Upgrade.md +0 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/CHANGELOG.md +7 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/Gemfile +1 -1
  396. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/LICENSE.txt +0 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/README.md +0 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/Rakefile +0 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/SECURITY.md +0 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/bin/console +0 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/codecov.yml +0 -2
  402. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/data/list.txt +312 -78
  403. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix.rb +0 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/domain.rb +0 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/errors.rb +0 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/list.rb +0 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/rule.rb +0 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/lib/public_suffix/version.rb +1 -1
  409. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/public_suffix.gemspec +0 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/.empty +0 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/acceptance_test.rb +2 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_find.rb +0 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_find_all.rb +0 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_names.rb +0 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_select.rb +0 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_select_incremental.rb +0 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/benchmarks/bm_valid.rb +0 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/domain_profiler.rb +0 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/find_profiler.rb +0 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/find_profiler_jp.rb +0 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/initialization_profiler.rb +0 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/list_profsize.rb +0 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/profilers/object_binsize.rb +0 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/psl_test.rb +1 -1
  425. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/test_helper.rb +0 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/tests.txt +0 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/domain_test.rb +0 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/errors_test.rb +0 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/list_test.rb +0 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/public_suffix_test.rb +0 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-4.0.5 → public_suffix-4.0.6}/test/unit/rule_test.rb +0 -0
  432. data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.3.gemspec → diff-lcs-1.4.4.gemspec} +11 -13
  433. data/vendor/bundle/ruby/2.6.0/specifications/{json-2.3.0.gemspec → json-2.3.1.gemspec} +0 -0
  434. data/vendor/bundle/ruby/2.6.0/specifications/{public_suffix-4.0.5.gemspec → public_suffix-4.0.6.gemspec} +4 -4
  435. data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
  436. metadata +332 -297
  437. data/docs/PackagesResync.md +0 -8
  438. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.3.gem +0 -0
  439. data/vendor/bundle/ruby/2.6.0/cache/json-2.3.0.gem +0 -0
  440. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-4.0.5.gem +0 -0
  441. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/generator.so +0 -0
  442. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/parser.so +0 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/Contributing.md +0 -83
  444. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/History.md +0 -220
  445. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/autotest/discover.rb +0 -1
  446. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/lib/diff-lcs.rb +0 -3
  447. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/diff_spec.rb +0 -47
  448. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/hunk_spec.rb +0 -72
  449. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/issues_spec.rb +0 -49
  450. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/sdiff_spec.rb +0 -214
  451. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +0 -310
  452. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/LICENSE +0 -56
  453. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/VERSION +0 -1
  454. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/generator/generator.so +0 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/parser/parser.so +0 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/json.gemspec +0 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json.rb +0 -63
  458. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/common.rb +0 -456
  459. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so +0 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so +0 -0
@@ -51,7 +51,7 @@ module CloudsmithApi
51
51
  # The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point.
52
52
  attr_accessor :limit_num_downloads
53
53
 
54
- # The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. For package formats that support dynamic metadata indexes, the contents of the metadata will also be filtered.
54
+ # The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata.
55
55
  attr_accessor :limit_package_query
56
56
 
57
57
  # The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash.
@@ -84,6 +84,9 @@ module CloudsmithApi
84
84
  #
85
85
  attr_accessor :updated_by_url
86
86
 
87
+ #
88
+ attr_accessor :usage
89
+
87
90
  #
88
91
  attr_accessor :user
89
92
 
@@ -117,6 +120,7 @@ module CloudsmithApi
117
120
  :'updated_at' => :'updated_at',
118
121
  :'updated_by' => :'updated_by',
119
122
  :'updated_by_url' => :'updated_by_url',
123
+ :'usage' => :'usage',
120
124
  :'user' => :'user',
121
125
  :'user_url' => :'user_url'
122
126
  }
@@ -129,10 +133,10 @@ module CloudsmithApi
129
133
  :'created_by' => :'String',
130
134
  :'created_by_url' => :'String',
131
135
  :'default' => :'BOOLEAN',
132
- :'has_limits' => :'String',
136
+ :'has_limits' => :'BOOLEAN',
133
137
  :'identifier' => :'Integer',
134
138
  :'is_active' => :'BOOLEAN',
135
- :'is_limited' => :'String',
139
+ :'is_limited' => :'BOOLEAN',
136
140
  :'limit_date_range_from' => :'String',
137
141
  :'limit_date_range_to' => :'String',
138
142
  :'limit_num_clients' => :'Integer',
@@ -148,6 +152,7 @@ module CloudsmithApi
148
152
  :'updated_at' => :'String',
149
153
  :'updated_by' => :'String',
150
154
  :'updated_by_url' => :'String',
155
+ :'usage' => :'String',
151
156
  :'user' => :'String',
152
157
  :'user_url' => :'String'
153
158
  }
@@ -253,6 +258,10 @@ module CloudsmithApi
253
258
  self.updated_by_url = attributes[:'updated_by_url']
254
259
  end
255
260
 
261
+ if attributes.has_key?(:'usage')
262
+ self.usage = attributes[:'usage']
263
+ end
264
+
256
265
  if attributes.has_key?(:'user')
257
266
  self.user = attributes[:'user']
258
267
  end
@@ -304,6 +313,7 @@ module CloudsmithApi
304
313
  updated_at == o.updated_at &&
305
314
  updated_by == o.updated_by &&
306
315
  updated_by_url == o.updated_by_url &&
316
+ usage == o.usage &&
307
317
  user == o.user &&
308
318
  user_url == o.user_url
309
319
  end
@@ -317,7 +327,7 @@ module CloudsmithApi
317
327
  # Calculates hash code according to all attributes.
318
328
  # @return [Fixnum] Hash code
319
329
  def hash
320
- [created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, user, user_url].hash
330
+ [created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
321
331
  end
322
332
 
323
333
  # Builds the object from hash
@@ -51,7 +51,7 @@ module CloudsmithApi
51
51
  # The maximum number of downloads allowed for the token. Please note that since downloads are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point.
52
52
  attr_accessor :limit_num_downloads
53
53
 
54
- # The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata. For package formats that support dynamic metadata indexes, the contents of the metadata will also be filtered.
54
+ # The package-based search query to apply to restrict downloads to. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. This will still allow access to non-package files, such as metadata.
55
55
  attr_accessor :limit_package_query
56
56
 
57
57
  # The path-based search query to apply to restrict downloads to. This supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. The path evaluated does not include the domain name, the namespace, the entitlement code used, the package format, etc. and it always starts with a forward slash.
@@ -84,6 +84,9 @@ module CloudsmithApi
84
84
  #
85
85
  attr_accessor :updated_by_url
86
86
 
87
+ #
88
+ attr_accessor :usage
89
+
87
90
  #
88
91
  attr_accessor :user
89
92
 
@@ -117,6 +120,7 @@ module CloudsmithApi
117
120
  :'updated_at' => :'updated_at',
118
121
  :'updated_by' => :'updated_by',
119
122
  :'updated_by_url' => :'updated_by_url',
123
+ :'usage' => :'usage',
120
124
  :'user' => :'user',
121
125
  :'user_url' => :'user_url'
122
126
  }
@@ -129,10 +133,10 @@ module CloudsmithApi
129
133
  :'created_by' => :'String',
130
134
  :'created_by_url' => :'String',
131
135
  :'default' => :'BOOLEAN',
132
- :'has_limits' => :'String',
136
+ :'has_limits' => :'BOOLEAN',
133
137
  :'identifier' => :'Integer',
134
138
  :'is_active' => :'BOOLEAN',
135
- :'is_limited' => :'String',
139
+ :'is_limited' => :'BOOLEAN',
136
140
  :'limit_date_range_from' => :'String',
137
141
  :'limit_date_range_to' => :'String',
138
142
  :'limit_num_clients' => :'Integer',
@@ -148,6 +152,7 @@ module CloudsmithApi
148
152
  :'updated_at' => :'String',
149
153
  :'updated_by' => :'String',
150
154
  :'updated_by_url' => :'String',
155
+ :'usage' => :'String',
151
156
  :'user' => :'String',
152
157
  :'user_url' => :'String'
153
158
  }
@@ -253,6 +258,10 @@ module CloudsmithApi
253
258
  self.updated_by_url = attributes[:'updated_by_url']
254
259
  end
255
260
 
261
+ if attributes.has_key?(:'usage')
262
+ self.usage = attributes[:'usage']
263
+ end
264
+
256
265
  if attributes.has_key?(:'user')
257
266
  self.user = attributes[:'user']
258
267
  end
@@ -304,6 +313,7 @@ module CloudsmithApi
304
313
  updated_at == o.updated_at &&
305
314
  updated_by == o.updated_by &&
306
315
  updated_by_url == o.updated_by_url &&
316
+ usage == o.usage &&
307
317
  user == o.user &&
308
318
  user_url == o.user_url
309
319
  end
@@ -317,7 +327,7 @@ module CloudsmithApi
317
327
  # Calculates hash code according to all attributes.
318
328
  # @return [Fixnum] Hash code
319
329
  def hash
320
- [created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, user, user_url].hash
330
+ [created_at, created_by, created_by_url, default, has_limits, identifier, is_active, is_limited, limit_date_range_from, limit_date_range_to, limit_num_clients, limit_num_downloads, limit_package_query, limit_path_query, metadata, name, refresh_url, self_url, slug_perm, token, updated_at, updated_by, updated_by_url, usage, user, user_url].hash
321
331
  end
322
332
 
323
333
  # Builds the object from hash
@@ -51,6 +51,9 @@ module CloudsmithApi
51
51
  #
52
52
  attr_accessor :num_sent
53
53
 
54
+ # The package-based search query for webhooks to fire. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. If a package does not match, the webhook will not fire.
55
+ attr_accessor :package_query
56
+
54
57
  # The format of the payloads for webhook requests.
55
58
  attr_accessor :request_body_format
56
59
 
@@ -109,6 +112,7 @@ module CloudsmithApi
109
112
  :'last_response_status' => :'last_response_status',
110
113
  :'last_response_status_str' => :'last_response_status_str',
111
114
  :'num_sent' => :'num_sent',
115
+ :'package_query' => :'package_query',
112
116
  :'request_body_format' => :'request_body_format',
113
117
  :'request_body_format_str' => :'request_body_format_str',
114
118
  :'request_body_template_format' => :'request_body_template_format',
@@ -141,6 +145,7 @@ module CloudsmithApi
141
145
  :'last_response_status' => :'Integer',
142
146
  :'last_response_status_str' => :'String',
143
147
  :'num_sent' => :'Integer',
148
+ :'package_query' => :'String',
144
149
  :'request_body_format' => :'String',
145
150
  :'request_body_format_str' => :'String',
146
151
  :'request_body_template_format' => :'String',
@@ -216,6 +221,10 @@ module CloudsmithApi
216
221
  self.num_sent = attributes[:'num_sent']
217
222
  end
218
223
 
224
+ if attributes.has_key?(:'package_query')
225
+ self.package_query = attributes[:'package_query']
226
+ end
227
+
219
228
  if attributes.has_key?(:'request_body_format')
220
229
  self.request_body_format = attributes[:'request_body_format']
221
230
  end
@@ -321,6 +330,7 @@ module CloudsmithApi
321
330
  last_response_status == o.last_response_status &&
322
331
  last_response_status_str == o.last_response_status_str &&
323
332
  num_sent == o.num_sent &&
333
+ package_query == o.package_query &&
324
334
  request_body_format == o.request_body_format &&
325
335
  request_body_format_str == o.request_body_format_str &&
326
336
  request_body_template_format == o.request_body_template_format &&
@@ -346,7 +356,7 @@ module CloudsmithApi
346
356
  # Calculates hash code according to all attributes.
347
357
  # @return [Fixnum] Hash code
348
358
  def hash
349
- [created_at, created_by, created_by_url, disable_reason, disable_reason_str, events, identifier, is_active, is_last_response_bad, last_response_status, last_response_status_str, num_sent, request_body_format, request_body_format_str, request_body_template_format, request_body_template_format_str, request_content_type, secret_header, self_url, slug_perm, target_url, templates, updated_at, updated_by, updated_by_url, verify_ssl].hash
359
+ [created_at, created_by, created_by_url, disable_reason, disable_reason_str, events, identifier, is_active, is_last_response_bad, last_response_status, last_response_status_str, num_sent, package_query, request_body_format, request_body_format_str, request_body_template_format, request_body_template_format_str, request_content_type, secret_header, self_url, slug_perm, target_url, templates, updated_at, updated_by, updated_by_url, verify_ssl].hash
350
360
  end
351
361
 
352
362
  # Builds the object from hash
@@ -0,0 +1,209 @@
1
+ =begin
2
+ #Cloudsmith API
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.2.3
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CloudsmithApi
16
+
17
+ class StorageRegion
18
+ # Name of the storage region
19
+ attr_accessor :label
20
+
21
+ # Slug for the storage region
22
+ attr_accessor :slug
23
+
24
+
25
+ # Attribute mapping from ruby-style variable name to JSON key.
26
+ def self.attribute_map
27
+ {
28
+ :'label' => :'label',
29
+ :'slug' => :'slug'
30
+ }
31
+ end
32
+
33
+ # Attribute type mapping.
34
+ def self.swagger_types
35
+ {
36
+ :'label' => :'String',
37
+ :'slug' => :'String'
38
+ }
39
+ end
40
+
41
+ # Initializes the object
42
+ # @param [Hash] attributes Model attributes in the form of hash
43
+ def initialize(attributes = {})
44
+ return unless attributes.is_a?(Hash)
45
+
46
+ # convert string to symbol for hash key
47
+ attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v}
48
+
49
+ if attributes.has_key?(:'label')
50
+ self.label = attributes[:'label']
51
+ end
52
+
53
+ if attributes.has_key?(:'slug')
54
+ self.slug = attributes[:'slug']
55
+ end
56
+
57
+ end
58
+
59
+ # Show invalid properties with the reasons. Usually used together with valid?
60
+ # @return Array for valid properies with the reasons
61
+ def list_invalid_properties
62
+ invalid_properties = Array.new
63
+ if @label.nil?
64
+ invalid_properties.push("invalid value for 'label', label cannot be nil.")
65
+ end
66
+
67
+ if @slug.nil?
68
+ invalid_properties.push("invalid value for 'slug', slug cannot be nil.")
69
+ end
70
+
71
+ return invalid_properties
72
+ end
73
+
74
+ # Check to see if the all the properties in the model are valid
75
+ # @return true if the model is valid
76
+ def valid?
77
+ return false if @label.nil?
78
+ return false if @slug.nil?
79
+ return true
80
+ end
81
+
82
+ # Checks equality by comparing each attribute.
83
+ # @param [Object] Object to be compared
84
+ def ==(o)
85
+ return true if self.equal?(o)
86
+ self.class == o.class &&
87
+ label == o.label &&
88
+ slug == o.slug
89
+ end
90
+
91
+ # @see the `==` method
92
+ # @param [Object] Object to be compared
93
+ def eql?(o)
94
+ self == o
95
+ end
96
+
97
+ # Calculates hash code according to all attributes.
98
+ # @return [Fixnum] Hash code
99
+ def hash
100
+ [label, slug].hash
101
+ end
102
+
103
+ # Builds the object from hash
104
+ # @param [Hash] attributes Model attributes in the form of hash
105
+ # @return [Object] Returns the model itself
106
+ def build_from_hash(attributes)
107
+ return nil unless attributes.is_a?(Hash)
108
+ self.class.swagger_types.each_pair do |key, type|
109
+ if type =~ /\AArray<(.*)>/i
110
+ # check to ensure the input is an array given that the the attribute
111
+ # is documented as an array but the input is not
112
+ 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) } )
114
+ end
115
+ elsif !attributes[self.class.attribute_map[key]].nil?
116
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
117
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
118
+ end
119
+
120
+ self
121
+ end
122
+
123
+ # Deserializes the data based on type
124
+ # @param string type Data type
125
+ # @param string value Value to be deserialized
126
+ # @return [Object] Deserialized data
127
+ def _deserialize(type, value)
128
+ case type.to_sym
129
+ when :DateTime
130
+ DateTime.parse(value)
131
+ when :Date
132
+ Date.parse(value)
133
+ when :String
134
+ value.to_s
135
+ when :Integer
136
+ value.to_i
137
+ when :Float
138
+ value.to_f
139
+ when :BOOLEAN
140
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
141
+ true
142
+ else
143
+ false
144
+ end
145
+ when :Object
146
+ # generic object (usually a Hash), return directly
147
+ value
148
+ when /\AArray<(?<inner_type>.+)>\z/
149
+ inner_type = Regexp.last_match[:inner_type]
150
+ value.map { |v| _deserialize(inner_type, v) }
151
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
152
+ k_type = Regexp.last_match[:k_type]
153
+ v_type = Regexp.last_match[:v_type]
154
+ {}.tap do |hash|
155
+ value.each do |k, v|
156
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
157
+ end
158
+ end
159
+ else # model
160
+ temp_model = CloudsmithApi.const_get(type).new
161
+ temp_model.build_from_hash(value)
162
+ end
163
+ end
164
+
165
+ # Returns the string representation of the object
166
+ # @return [String] String presentation of the object
167
+ def to_s
168
+ to_hash.to_s
169
+ end
170
+
171
+ # to_body is an alias to to_hash (backward compatibility)
172
+ # @return [Hash] Returns the object in the form of hash
173
+ def to_body
174
+ to_hash
175
+ end
176
+
177
+ # Returns the object in the form of hash
178
+ # @return [Hash] Returns the object in the form of hash
179
+ def to_hash
180
+ hash = {}
181
+ self.class.attribute_map.each_pair do |attr, param|
182
+ value = self.send(attr)
183
+ next if value.nil?
184
+ hash[param] = _to_hash(value)
185
+ end
186
+ hash
187
+ end
188
+
189
+ # Outputs non-array value in the form of hash
190
+ # For object, use to_hash. Otherwise, just return the value
191
+ # @param [Object] value Any valid value
192
+ # @return [Hash] Returns the value in the form of hash
193
+ def _to_hash(value)
194
+ if value.is_a?(Array)
195
+ value.compact.map{ |v| _to_hash(v) }
196
+ elsif value.is_a?(Hash)
197
+ {}.tap do |hash|
198
+ value.each { |k, v| hash[k] = _to_hash(v) }
199
+ end
200
+ elsif value.respond_to? :to_hash
201
+ value.to_hash
202
+ else
203
+ value
204
+ end
205
+ end
206
+
207
+ end
208
+
209
+ end
@@ -165,6 +165,9 @@ module CloudsmithApi
165
165
  # Synchronisation progress (from 0-100)
166
166
  attr_accessor :sync_progress
167
167
 
168
+ # All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted.
169
+ attr_accessor :tags_immutable
170
+
168
171
  #
169
172
  attr_accessor :type_display
170
173
 
@@ -237,6 +240,7 @@ module CloudsmithApi
237
240
  :'summary' => :'summary',
238
241
  :'sync_finished_at' => :'sync_finished_at',
239
242
  :'sync_progress' => :'sync_progress',
243
+ :'tags_immutable' => :'tags_immutable',
240
244
  :'type_display' => :'type_display',
241
245
  :'uploaded_at' => :'uploaded_at',
242
246
  :'uploader' => :'uploader',
@@ -299,6 +303,7 @@ module CloudsmithApi
299
303
  :'summary' => :'String',
300
304
  :'sync_finished_at' => :'String',
301
305
  :'sync_progress' => :'Integer',
306
+ :'tags_immutable' => :'Object',
302
307
  :'type_display' => :'String',
303
308
  :'uploaded_at' => :'String',
304
309
  :'uploader' => :'String',
@@ -520,6 +525,10 @@ module CloudsmithApi
520
525
  self.sync_progress = attributes[:'sync_progress']
521
526
  end
522
527
 
528
+ if attributes.has_key?(:'tags_immutable')
529
+ self.tags_immutable = attributes[:'tags_immutable']
530
+ end
531
+
523
532
  if attributes.has_key?(:'type_display')
524
533
  self.type_display = attributes[:'type_display']
525
534
  end
@@ -629,6 +638,7 @@ module CloudsmithApi
629
638
  summary == o.summary &&
630
639
  sync_finished_at == o.sync_finished_at &&
631
640
  sync_progress == o.sync_progress &&
641
+ tags_immutable == o.tags_immutable &&
632
642
  type_display == o.type_display &&
633
643
  uploaded_at == o.uploaded_at &&
634
644
  uploader == o.uploader &&
@@ -646,7 +656,7 @@ module CloudsmithApi
646
656
  # Calculates hash code according to all attributes.
647
657
  # @return [Fixnum] Hash code
648
658
  def hash
649
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, package_type, provider, release, repository, repository_url, self_html_url, self_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, type_display, uploaded_at, uploader, uploader_url, version, version_orig].hash
659
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, package_type, provider, release, repository, repository_url, self_html_url, self_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig].hash
650
660
  end
651
661
 
652
662
  # Builds the object from hash