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
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | The name of this package. | [optional]
12
12
  **package_file** | **String** | The primary file for the package. |
13
13
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
14
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
14
15
  **version** | **String** | The raw version for this package. | [optional]
15
16
 
16
17
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -3,8 +3,11 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **changes_file** | **String** | The changes archive containing the changes made to the source and debian packaging files | [optional]
6
7
  **distribution** | **String** | The distribution to store the package for. |
7
8
  **package_file** | **String** | The primary file for the package. |
8
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **sources_file** | **String** | The sources archive containing the source code for the binary | [optional]
11
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
12
 
10
13
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **pom_file** | **String** | The POM file is an XML file containing the Maven coordinates. | [optional]
12
12
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
13
13
  **sources_file** | **String** | Adds bundled Java source code to the Maven package. | [optional]
14
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
14
15
  **tests_file** | **String** | Adds bundled Java tests to the Maven package. | [optional]
15
16
  **version** | **String** | The raw version for this package. | [optional]
16
17
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **npm_dist_tag** | **String** | The default npm dist-tag for this package/version - This will replace any other package/version if they are using the same tag. | [optional]
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
8
  **symbols_file** | **String** | Attaches a symbols file to the package. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **package_file** | **String** | The primary file for the package. |
10
10
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
11
11
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
12
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
12
13
  **version** | **String** | The raw version for this package. | [optional]
13
14
 
14
15
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **provider** | **String** | The virtual machine provider for the box. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
  **version** | **String** | The raw version for this package. |
11
12
 
12
13
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **name** | **String** | The name of this package. | [optional]
12
12
  **package_file** | **String** | The primary file for the package. |
13
13
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
14
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
14
15
  **version** | **String** | The raw version for this package. | [optional]
15
16
 
16
17
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -3,8 +3,11 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **changes_file** | **String** | The changes archive containing the changes made to the source and debian packaging files | [optional]
6
7
  **distribution** | **String** | The distribution to store the package for. |
7
8
  **package_file** | **String** | The primary file for the package. |
8
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **sources_file** | **String** | The sources archive containing the source code for the binary | [optional]
11
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
12
 
10
13
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
  **pom_file** | **String** | The POM file is an XML file containing the Maven coordinates. | [optional]
12
12
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
13
13
  **sources_file** | **String** | Adds bundled Java source code to the Maven package. | [optional]
14
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
14
15
  **tests_file** | **String** | Adds bundled Java tests to the Maven package. | [optional]
15
16
  **version** | **String** | The raw version for this package. | [optional]
16
17
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **npm_dist_tag** | **String** | The default npm dist-tag for this package/version - This will replace any other package/version if they are using the same tag. | [optional]
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
8
  **symbols_file** | **String** | Attaches a symbols file to the package. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **package_file** | **String** | The primary file for the package. |
10
10
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
11
11
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
12
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
12
13
  **version** | **String** | The raw version for this package. | [optional]
13
14
 
14
15
 
@@ -6,5 +6,6 @@ Name | Type | Description | Notes
6
6
  **distribution** | **String** | The distribution to store the package for. |
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
9
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
9
10
 
10
11
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **package_file** | **String** | The primary file for the package. |
7
7
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
8
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
8
9
 
9
10
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **package_file** | **String** | The primary file for the package. |
8
8
  **provider** | **String** | The virtual machine provider for the box. |
9
9
  **republish** | **BOOLEAN** | If true, the uploaded package will overwrite any others with the same attributes (e.g. same version); otherwise, it will be flagged as a duplicate. | [optional]
10
+ **tags** | **String** | A comma-separated values list of tags to add to the package. | [optional]
10
11
  **version** | **String** | The raw version for this package. |
11
12
 
12
13
 
@@ -52,6 +52,7 @@ Name | Type | Description | Notes
52
52
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
53
53
  **sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
54
54
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
55
+ **tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
55
56
  **type_display** | **String** | | [optional]
56
57
  **uploaded_at** | **String** | The date this package was uploaded. | [optional]
57
58
  **uploader** | **String** | | [optional]
@@ -3,14 +3,11 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **description** | **String** | None | [optional]
6
+ **description** | **String** | A description of the repository's purpose/contents. | [optional]
7
7
  **index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
8
- **is_open_source** | **BOOLEAN** | None | [optional]
9
- **is_private** | **BOOLEAN** | None | [optional]
10
- **is_public** | **BOOLEAN** | None | [optional]
11
8
  **name** | **String** | A descriptive name for the repository. |
12
- **namespace** | **String** | None |
13
- **repository_type_str** | **String** | None | [optional]
14
- **slug** | **String** | None |
9
+ **repository_type_str** | **String** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Public repositories are free to use on all plans and visible to all Cloudsmith users. | [optional]
10
+ **slug** | **String** | The slug identifies the repository in URIs. | [optional]
11
+ **storage_region** | **String** | The Cloudsmith region in which package files are stored. | [optional]
15
12
 
16
13
 
@@ -3,14 +3,10 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **description** | **String** | None | [optional]
6
+ **description** | **String** | A description of the repository's purpose/contents. | [optional]
7
7
  **index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
8
- **is_open_source** | **BOOLEAN** | None | [optional]
9
- **is_private** | **BOOLEAN** | None | [optional]
10
- **is_public** | **BOOLEAN** | None | [optional]
11
8
  **name** | **String** | A descriptive name for the repository. | [optional]
12
- **namespace** | **String** | None | [optional]
13
- **repository_type_str** | **String** | None | [optional]
14
- **slug** | **String** | None | [optional]
9
+ **repository_type_str** | **String** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Public repositories are free to use on all plans and visible to all Cloudsmith users. | [optional]
10
+ **slug** | **String** | The slug identifies the repository in URIs. | [optional]
15
11
 
16
12
 
@@ -3,28 +3,29 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **cdn_url** | **String** | | [optional]
6
+ **cdn_url** | **String** | Base URL from which packages and other artifacts are downloaded. | [optional]
7
7
  **created_at** | **String** | | [optional]
8
8
  **deleted_at** | **String** | | [optional]
9
- **description** | **String** | | [optional]
9
+ **description** | **String** | A description of the repository's purpose/contents. | [optional]
10
10
  **gpg_keys** | [**Array<ReposGpgKeys>**](ReposGpgKeys.md) | | [optional]
11
11
  **index_files** | **BOOLEAN** | If checked, files contained in packages will be indexed, which increase the synchronisation time required for packages. Note that it is recommended you keep this enabled unless the synchronisation time is significantly impacted. | [optional]
12
12
  **is_open_source** | **BOOLEAN** | | [optional]
13
13
  **is_private** | **BOOLEAN** | | [optional]
14
14
  **is_public** | **BOOLEAN** | | [optional]
15
15
  **name** | **String** | A descriptive name for the repository. |
16
- **namespace** | **String** | |
17
- **namespace_url** | **String** | | [optional]
16
+ **namespace** | **String** | Namespace to which this repository belongs. | [optional]
17
+ **namespace_url** | **String** | API endpoint where data about this namespace can be retrieved. | [optional]
18
18
  **num_downloads** | **Integer** | The number of downloads for packages in the repository. | [optional]
19
19
  **package_count** | **Integer** | The number of packages in the repository. | [optional]
20
20
  **package_group_count** | **Integer** | The number of groups in the repository. | [optional]
21
21
  **repository_type** | **String** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Open-Source repositories are always visible to everyone and are restricted by licensing, but are free to use and come with generous bandwidth/storage. You can only select Open-Source at repository creation time. | [optional]
22
- **repository_type_str** | **String** | | [optional]
23
- **self_html_url** | **String** | | [optional]
24
- **self_url** | **String** | | [optional]
22
+ **repository_type_str** | **String** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Public repositories are free to use on all plans and visible to all Cloudsmith users. | [optional]
23
+ **self_html_url** | **String** | Website URL for this repository. | [optional]
24
+ **self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
25
25
  **size** | **Integer** | The calculated size of the repository. | [optional]
26
- **size_str** | **String** | | [optional]
27
- **slug** | **String** | |
28
- **slug_perm** | **String** | | [optional]
26
+ **size_str** | **String** | The calculated size of the repository (human readable). | [optional]
27
+ **slug** | **String** | The slug identifies the repository in URIs. | [optional]
28
+ **slug_perm** | **String** | The slug_perm immutably identifies the repository. It will never change once a repository has been created. | [optional]
29
+ **storage_region** | **String** | The Cloudsmith region in which package files are stored. | [optional]
29
30
 
30
31
 
@@ -7,15 +7,15 @@ Name | Type | Description | Notes
7
7
  **created_by** | **String** | | [optional]
8
8
  **created_by_url** | **String** | | [optional]
9
9
  **default** | **BOOLEAN** | If selected this is the default token for this repository. | [optional]
10
- **has_limits** | **String** | | [optional]
10
+ **has_limits** | **BOOLEAN** | | [optional]
11
11
  **identifier** | **Integer** | | [optional]
12
12
  **is_active** | **BOOLEAN** | If enabled, the token will allow downloads based on configured restrictions (if any). | [optional]
13
- **is_limited** | **String** | | [optional]
13
+ **is_limited** | **BOOLEAN** | | [optional]
14
14
  **limit_date_range_from** | **String** | The starting date/time the token is allowed to be used from. | [optional]
15
15
  **limit_date_range_to** | **String** | The ending date/time the token is allowed to be used until. | [optional]
16
16
  **limit_num_clients** | **Integer** | The maximum number of unique clients allowed for the token. Please note that since clients are calculated asynchronously (after the download happens), the limit may not be imposed immediately but at a later point. | [optional]
17
17
  **limit_num_downloads** | **Integer** | 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. | [optional]
18
- **limit_package_query** | **String** | 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. | [optional]
18
+ **limit_package_query** | **String** | 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. | [optional]
19
19
  **limit_path_query** | **String** | 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. | [optional]
20
20
  **metadata** | **Object** | | [optional]
21
21
  **name** | **String** | |
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
26
26
  **updated_at** | **String** | The datetime the token was updated at. | [optional]
27
27
  **updated_by** | **String** | | [optional]
28
28
  **updated_by_url** | **String** | | [optional]
29
+ **usage** | **String** | | [optional]
29
30
  **user** | **String** | | [optional]
30
31
  **user_url** | **String** | | [optional]
31
32