cloudsmith-api 0.51.22 → 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (952) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +14 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +63 -0
  6. data/docs/ConanPackageUpload.md +1 -0
  7. data/docs/EntitlementsCreate.md +1 -1
  8. data/docs/EntitlementsPartialUpdate.md +1 -1
  9. data/docs/EntitlementsRefresh.md +1 -1
  10. data/docs/MavenPackageUpload.md +1 -0
  11. data/docs/Package.md +2 -0
  12. data/docs/PackageCopy.md +2 -0
  13. data/docs/PackageMove.md +2 -0
  14. data/docs/PackagesApi.md +238 -39
  15. data/docs/PackagesCopy.md +0 -1
  16. data/docs/PackagesMove.md +0 -1
  17. data/docs/PackagesTag.md +10 -0
  18. data/docs/PackagesUploadAlpine.md +1 -0
  19. data/docs/PackagesUploadCargo.md +1 -0
  20. data/docs/PackagesUploadCocoapods.md +1 -0
  21. data/docs/PackagesUploadComposer.md +1 -0
  22. data/docs/PackagesUploadConan.md +6 -3
  23. data/docs/PackagesUploadCran.md +1 -0
  24. data/docs/PackagesUploadDart.md +1 -0
  25. data/docs/PackagesUploadDeb.md +3 -0
  26. data/docs/PackagesUploadDocker.md +1 -0
  27. data/docs/PackagesUploadGo.md +1 -0
  28. data/docs/PackagesUploadHelm.md +1 -0
  29. data/docs/PackagesUploadLuarocks.md +1 -0
  30. data/docs/PackagesUploadMaven.md +1 -0
  31. data/docs/PackagesUploadNpm.md +1 -0
  32. data/docs/PackagesUploadNuget.md +1 -0
  33. data/docs/PackagesUploadPython.md +1 -0
  34. data/docs/PackagesUploadRaw.md +1 -0
  35. data/docs/PackagesUploadRpm.md +1 -0
  36. data/docs/PackagesUploadRuby.md +1 -0
  37. data/docs/{PackagesResync.md → PackagesUploadTerraform.md} +3 -1
  38. data/docs/PackagesUploadVagrant.md +1 -0
  39. data/docs/PackagesValidateuploadAlpine.md +1 -0
  40. data/docs/PackagesValidateuploadCargo.md +1 -0
  41. data/docs/PackagesValidateuploadCocoapods.md +1 -0
  42. data/docs/PackagesValidateuploadComposer.md +1 -0
  43. data/docs/PackagesValidateuploadConan.md +6 -3
  44. data/docs/PackagesValidateuploadCran.md +1 -0
  45. data/docs/PackagesValidateuploadDart.md +1 -0
  46. data/docs/PackagesValidateuploadDeb.md +3 -0
  47. data/docs/PackagesValidateuploadDocker.md +1 -0
  48. data/docs/PackagesValidateuploadGo.md +1 -0
  49. data/docs/PackagesValidateuploadHelm.md +1 -0
  50. data/docs/PackagesValidateuploadLuarocks.md +1 -0
  51. data/docs/PackagesValidateuploadMaven.md +1 -0
  52. data/docs/PackagesValidateuploadNpm.md +1 -0
  53. data/docs/PackagesValidateuploadNuget.md +1 -0
  54. data/docs/PackagesValidateuploadPython.md +1 -0
  55. data/docs/PackagesValidateuploadRaw.md +1 -0
  56. data/docs/PackagesValidateuploadRpm.md +1 -0
  57. data/docs/PackagesValidateuploadRuby.md +1 -0
  58. data/docs/PackagesValidateuploadTerraform.md +10 -0
  59. data/docs/PackagesValidateuploadVagrant.md +1 -0
  60. data/docs/RawPackageUpload.md +1 -0
  61. data/docs/ReposCreate.md +4 -7
  62. data/docs/ReposPartialUpdate.md +3 -7
  63. data/docs/Repository.md +11 -10
  64. data/docs/RepositoryToken.md +3 -3
  65. data/docs/RepositoryTokenRefresh.md +3 -3
  66. data/docs/RepositoryTokenSyncTokens.md +3 -3
  67. data/docs/RepositoryWebhook.md +1 -0
  68. data/docs/StorageRegion.md +9 -0
  69. data/docs/StorageregionsApi.md +122 -0
  70. data/docs/VagrantPackageUpload.md +1 -0
  71. data/docs/WebhooksCreate.md +1 -0
  72. data/docs/WebhooksPartialUpdate.md +1 -0
  73. data/lib/cloudsmith-api.rb +6 -1
  74. data/lib/cloudsmith-api/api/packages_api.rb +237 -53
  75. data/lib/cloudsmith-api/api/storageregions_api.rb +119 -0
  76. data/lib/cloudsmith-api/models/alpine_package_upload.rb +743 -0
  77. data/lib/cloudsmith-api/models/conan_package_upload.rb +11 -1
  78. data/lib/cloudsmith-api/models/entitlements_create.rb +1 -1
  79. data/lib/cloudsmith-api/models/entitlements_partial_update.rb +1 -1
  80. data/lib/cloudsmith-api/models/entitlements_refresh.rb +1 -1
  81. data/lib/cloudsmith-api/models/maven_package_upload.rb +11 -1
  82. data/lib/cloudsmith-api/models/package.rb +21 -1
  83. data/lib/cloudsmith-api/models/package_copy.rb +21 -1
  84. data/lib/cloudsmith-api/models/package_move.rb +21 -1
  85. data/lib/cloudsmith-api/models/packages_copy.rb +4 -14
  86. data/lib/cloudsmith-api/models/packages_move.rb +4 -14
  87. data/lib/cloudsmith-api/models/packages_tag.rb +211 -0
  88. data/lib/cloudsmith-api/models/packages_upload_alpine.rb +14 -4
  89. data/lib/cloudsmith-api/models/packages_upload_cargo.rb +14 -4
  90. data/lib/cloudsmith-api/models/packages_upload_cocoapods.rb +14 -4
  91. data/lib/cloudsmith-api/models/packages_upload_composer.rb +14 -4
  92. data/lib/cloudsmith-api/models/packages_upload_conan.rb +49 -4
  93. data/lib/cloudsmith-api/models/packages_upload_cran.rb +14 -4
  94. data/lib/cloudsmith-api/models/packages_upload_dart.rb +14 -4
  95. data/lib/cloudsmith-api/models/packages_upload_deb.rb +34 -4
  96. data/lib/cloudsmith-api/models/packages_upload_docker.rb +14 -4
  97. data/lib/cloudsmith-api/models/packages_upload_go.rb +14 -4
  98. data/lib/cloudsmith-api/models/packages_upload_helm.rb +14 -4
  99. data/lib/cloudsmith-api/models/packages_upload_luarocks.rb +14 -4
  100. data/lib/cloudsmith-api/models/packages_upload_maven.rb +11 -1
  101. data/lib/cloudsmith-api/models/packages_upload_npm.rb +14 -4
  102. data/lib/cloudsmith-api/models/packages_upload_nuget.rb +14 -4
  103. data/lib/cloudsmith-api/models/packages_upload_python.rb +14 -4
  104. data/lib/cloudsmith-api/models/packages_upload_raw.rb +11 -1
  105. data/lib/cloudsmith-api/models/packages_upload_rpm.rb +14 -4
  106. data/lib/cloudsmith-api/models/packages_upload_ruby.rb +14 -4
  107. data/lib/cloudsmith-api/models/packages_upload_terraform.rb +214 -0
  108. data/lib/cloudsmith-api/models/packages_upload_vagrant.rb +11 -1
  109. data/lib/cloudsmith-api/models/packages_validateupload_alpine.rb +14 -4
  110. data/lib/cloudsmith-api/models/packages_validateupload_cargo.rb +14 -4
  111. data/lib/cloudsmith-api/models/packages_validateupload_cocoapods.rb +14 -4
  112. data/lib/cloudsmith-api/models/packages_validateupload_composer.rb +14 -4
  113. data/lib/cloudsmith-api/models/packages_validateupload_conan.rb +49 -4
  114. data/lib/cloudsmith-api/models/packages_validateupload_cran.rb +14 -4
  115. data/lib/cloudsmith-api/models/packages_validateupload_dart.rb +14 -4
  116. data/lib/cloudsmith-api/models/packages_validateupload_deb.rb +34 -4
  117. data/lib/cloudsmith-api/models/packages_validateupload_docker.rb +14 -4
  118. data/lib/cloudsmith-api/models/packages_validateupload_go.rb +14 -4
  119. data/lib/cloudsmith-api/models/packages_validateupload_helm.rb +14 -4
  120. data/lib/cloudsmith-api/models/packages_validateupload_luarocks.rb +14 -4
  121. data/lib/cloudsmith-api/models/packages_validateupload_maven.rb +11 -1
  122. data/lib/cloudsmith-api/models/packages_validateupload_npm.rb +14 -4
  123. data/lib/cloudsmith-api/models/packages_validateupload_nuget.rb +14 -4
  124. data/lib/cloudsmith-api/models/packages_validateupload_python.rb +14 -4
  125. data/lib/cloudsmith-api/models/packages_validateupload_raw.rb +11 -1
  126. data/lib/cloudsmith-api/models/packages_validateupload_rpm.rb +14 -4
  127. data/lib/cloudsmith-api/models/packages_validateupload_ruby.rb +14 -4
  128. data/lib/cloudsmith-api/models/packages_validateupload_terraform.rb +214 -0
  129. data/lib/cloudsmith-api/models/packages_validateupload_vagrant.rb +11 -1
  130. data/lib/cloudsmith-api/models/raw_package_upload.rb +11 -1
  131. data/lib/cloudsmith-api/models/repos_create.rb +17 -57
  132. data/lib/cloudsmith-api/models/repos_partial_update.rb +4 -44
  133. data/lib/cloudsmith-api/models/repository.rb +24 -24
  134. data/lib/cloudsmith-api/models/repository_token.rb +3 -3
  135. data/lib/cloudsmith-api/models/repository_token_refresh.rb +3 -3
  136. data/lib/cloudsmith-api/models/repository_token_sync_tokens.rb +3 -3
  137. data/lib/cloudsmith-api/models/repository_webhook.rb +11 -1
  138. data/lib/cloudsmith-api/models/{packages_resync.rb → storage_region.rb} +29 -9
  139. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +11 -1
  140. data/lib/cloudsmith-api/models/webhooks_create.rb +11 -1
  141. data/lib/cloudsmith-api/models/webhooks_partial_update.rb +11 -1
  142. data/lib/cloudsmith-api/version.rb +1 -1
  143. data/spec/api/packages_api_spec.rb +59 -17
  144. data/spec/api/storageregions_api_spec.rb +58 -0
  145. data/spec/models/alpine_package_upload_spec.rb +372 -0
  146. data/spec/models/conan_package_upload_spec.rb +6 -0
  147. data/spec/models/maven_package_upload_spec.rb +6 -0
  148. data/spec/models/package_copy_spec.rb +12 -0
  149. data/spec/models/package_move_spec.rb +12 -0
  150. data/spec/models/package_spec.rb +12 -0
  151. data/spec/models/packages_copy_spec.rb +0 -6
  152. data/spec/models/packages_move_spec.rb +0 -6
  153. data/spec/models/packages_tag_spec.rb +54 -0
  154. data/spec/models/packages_upload_alpine_spec.rb +6 -0
  155. data/spec/models/packages_upload_cargo_spec.rb +6 -0
  156. data/spec/models/packages_upload_cocoapods_spec.rb +6 -0
  157. data/spec/models/packages_upload_composer_spec.rb +6 -0
  158. data/spec/models/packages_upload_conan_spec.rb +18 -0
  159. data/spec/models/packages_upload_cran_spec.rb +6 -0
  160. data/spec/models/packages_upload_dart_spec.rb +6 -0
  161. data/spec/models/packages_upload_deb_spec.rb +18 -0
  162. data/spec/models/packages_upload_docker_spec.rb +6 -0
  163. data/spec/models/packages_upload_go_spec.rb +6 -0
  164. data/spec/models/packages_upload_helm_spec.rb +6 -0
  165. data/spec/models/packages_upload_luarocks_spec.rb +6 -0
  166. data/spec/models/packages_upload_maven_spec.rb +6 -0
  167. data/spec/models/packages_upload_npm_spec.rb +6 -0
  168. data/spec/models/packages_upload_nuget_spec.rb +6 -0
  169. data/spec/models/packages_upload_python_spec.rb +6 -0
  170. data/spec/models/packages_upload_raw_spec.rb +6 -0
  171. data/spec/models/packages_upload_rpm_spec.rb +6 -0
  172. data/spec/models/packages_upload_ruby_spec.rb +6 -0
  173. data/spec/models/packages_upload_terraform_spec.rb +54 -0
  174. data/spec/models/packages_upload_vagrant_spec.rb +6 -0
  175. data/spec/models/packages_validateupload_alpine_spec.rb +6 -0
  176. data/spec/models/packages_validateupload_cargo_spec.rb +6 -0
  177. data/spec/models/packages_validateupload_cocoapods_spec.rb +6 -0
  178. data/spec/models/packages_validateupload_composer_spec.rb +6 -0
  179. data/spec/models/packages_validateupload_conan_spec.rb +18 -0
  180. data/spec/models/packages_validateupload_cran_spec.rb +6 -0
  181. data/spec/models/packages_validateupload_dart_spec.rb +6 -0
  182. data/spec/models/packages_validateupload_deb_spec.rb +18 -0
  183. data/spec/models/packages_validateupload_docker_spec.rb +6 -0
  184. data/spec/models/packages_validateupload_go_spec.rb +6 -0
  185. data/spec/models/packages_validateupload_helm_spec.rb +6 -0
  186. data/spec/models/packages_validateupload_luarocks_spec.rb +6 -0
  187. data/spec/models/packages_validateupload_maven_spec.rb +6 -0
  188. data/spec/models/packages_validateupload_npm_spec.rb +6 -0
  189. data/spec/models/packages_validateupload_nuget_spec.rb +6 -0
  190. data/spec/models/packages_validateupload_python_spec.rb +6 -0
  191. data/spec/models/packages_validateupload_raw_spec.rb +6 -0
  192. data/spec/models/packages_validateupload_rpm_spec.rb +6 -0
  193. data/spec/models/packages_validateupload_ruby_spec.rb +6 -0
  194. data/spec/models/packages_validateupload_terraform_spec.rb +54 -0
  195. data/spec/models/packages_validateupload_vagrant_spec.rb +6 -0
  196. data/spec/models/raw_package_upload_spec.rb +6 -0
  197. data/spec/models/repos_create_spec.rb +3 -21
  198. data/spec/models/repos_partial_update_spec.rb +0 -24
  199. data/spec/models/repository_spec.rb +6 -0
  200. data/spec/models/repository_webhook_spec.rb +6 -0
  201. data/spec/models/{packages_resync_spec.rb → storage_region_spec.rb} +13 -7
  202. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  203. data/spec/models/webhooks_create_spec.rb +6 -0
  204. data/spec/models/webhooks_partial_update_spec.rb +6 -0
  205. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
  206. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.13.1.gem +0 -0
  207. data/vendor/bundle/ruby/2.6.0/cache/json-2.3.1.gem +0 -0
  208. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.17/gem_make.out +1 -1
  209. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.13.0 → ffi-1.13.1}/ffi_c.so +0 -0
  210. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.13.0 → ffi-1.13.1}/gem.build_complete +0 -0
  211. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.13.0 → ffi-1.13.1}/gem_make.out +7 -8
  212. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.13.0 → ffi-1.13.1}/mkmf.log +7 -61
  213. 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
  214. 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
  215. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/generator.so +0 -0
  216. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.1/json/ext/parser.so +0 -0
  217. 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
  218. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/.rspec +0 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Code-of-Conduct.md +0 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/License.md +0 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Manifest.txt +8 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/README.rdoc +10 -10
  225. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/Rakefile +39 -22
  226. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/htmldiff +7 -4
  228. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/bin/ldiff +4 -1
  229. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/COPYING.txt +0 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/docs/artistic.txt +0 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs.rb +184 -170
  233. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/array.rb +1 -1
  234. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/block.rb +1 -1
  236. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/callbacks.rb +15 -12
  237. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/change.rb +30 -37
  238. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/htmldiff.rb +17 -16
  239. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/hunk.rb +156 -74
  240. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/internals.rb +36 -39
  241. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/ldiff.rb +46 -42
  242. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/lib/diff/lcs/string.rb +1 -1
  243. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/change_spec.rb +31 -7
  244. 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
  245. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds1.csv +0 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/fixtures/ds2.csv +0 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/lcs_spec.rb +10 -10
  257. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/patch_spec.rb +93 -99
  259. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/spec_helper.rb +118 -64
  261. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.3 → diff-lcs-1.4.4}/spec/traverse_sequences_spec.rb +28 -28
  263. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.appveyor.yml +0 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.github/workflows/ci.yml +0 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.gitignore +0 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.gitmodules +0 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.travis.yml +0 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/.yardopts +0 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/CHANGELOG.md +11 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/COPYING +0 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/Gemfile +0 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/LICENSE +0 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/LICENSE.SPECS +0 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/README.md +0 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/Rakefile +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/.sitearchdir.time +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/AbstractMemory.c +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/AbstractMemory.h +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/ArrayType.c +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/ArrayType.h +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Buffer.c +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Call.c +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Call.h +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/ClosurePool.c +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/ClosurePool.h +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/DynamicLibrary.c +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/DynamicLibrary.h +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Function.c +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Function.h +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/FunctionInfo.c +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/LastError.c +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/LastError.h +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/LongDouble.c +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/LongDouble.h +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Makefile +3 -3
  296. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MappedType.c +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MappedType.h +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MemoryPointer.c +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MemoryPointer.h +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MethodHandle.c +0 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/MethodHandle.h +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Platform.c +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Platform.h +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Pointer.c +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Pointer.h +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Struct.c +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Struct.h +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/StructByValue.c +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/StructByValue.h +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/StructLayout.c +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Thread.c +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Thread.h +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Type.c +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Type.h +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Types.c +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Types.h +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/Variadic.c +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/compat.h +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/extconf.h +0 -1
  320. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/extconf.rb +5 -6
  321. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/ffi.c +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.bsd.mk +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.darwin.mk +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.gnu.mk +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.mk +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.vc.mk +0 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi.vc64.mk +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.appveyor.yml +0 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.gitattributes +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.gitignore +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis.yml +0 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/ar-lib +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/bfin-sim.exp +0 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/build-cross-in-container.sh +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/build-in-container.sh +0 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/build.sh +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/compile +0 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/install.sh +0 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/m32r-sim.exp +0 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/moxie-sim.exp +0 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/or1k-sim.exp +0 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/powerpc-eabisim.exp +0 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/site.exp +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/.travis/wine-sim.exp +0 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/LICENSE +0 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/Makefile.am +0 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/README.md +0 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/acinclude.m4 +0 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/autogen.sh +0 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/config.guess +0 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/config.sub +0 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/configure.ac +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/configure.host +0 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/include/Makefile.am +0 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/libffi.map.in +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/libtool-version +0 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/msvcc.sh +0 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  409. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/closures.c +0 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/debug.c +0 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  433. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  436. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  438. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  439. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  440. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  441. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
  444. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
  445. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  446. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
  447. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  448. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
  449. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
  450. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
  451. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
  452. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  453. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  454. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
  458. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  465. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
  470. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  485. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  486. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  487. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  488. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
  489. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
  490. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  491. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  492. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  493. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/types.c +0 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
  504. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
  512. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/stamp-h.in +0 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/Makefile.am +0 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
  521. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  522. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  523. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  524. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  525. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  526. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
  527. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  528. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -0
  529. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  530. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  531. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  532. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  533. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
  534. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  535. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  536. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  537. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  538. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  539. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
  540. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  541. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  542. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  543. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  544. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  545. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  546. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  547. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +0 -0
  549. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  550. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  551. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  552. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  553. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  554. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  555. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  556. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  557. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  558. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
  559. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  560. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
  561. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  562. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
  563. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
  564. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
  565. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
  566. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
  567. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  568. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
  569. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  570. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  571. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  572. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  573. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  574. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  575. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  576. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  577. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  578. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
  579. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
  580. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -0
  581. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -0
  582. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  583. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
  584. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
  585. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
  586. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
  587. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
  588. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
  589. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
  590. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
  591. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
  592. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
  593. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
  594. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
  595. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
  596. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
  597. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
  598. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
  599. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
  600. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
  601. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
  602. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
  603. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
  604. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
  605. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
  606. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
  607. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
  608. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
  609. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
  610. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
  611. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
  612. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
  613. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
  614. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
  615. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
  616. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
  617. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
  618. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
  619. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
  620. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
  621. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
  622. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
  623. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
  624. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
  625. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
  626. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
  627. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
  628. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
  629. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -0
  630. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  631. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
  632. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
  633. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
  634. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
  635. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  636. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  637. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
  638. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
  639. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -0
  640. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
  641. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
  642. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -0
  643. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
  644. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
  645. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
  646. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
  647. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
  648. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
  649. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
  650. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar_va.c +0 -0
  651. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
  652. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
  653. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
  654. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
  655. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
  656. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort_va.c +0 -0
  657. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  658. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
  659. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -0
  660. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
  661. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
  662. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
  663. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
  664. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
  665. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
  666. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
  667. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
  668. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
  669. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
  670. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
  671. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
  672. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  673. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  674. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  675. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
  676. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
  677. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
  678. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -0
  679. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -0
  680. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  681. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  682. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  683. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  684. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  685. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  686. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  687. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  688. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  689. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  690. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  691. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  692. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  693. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  694. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  695. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  696. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  697. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  698. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  699. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  700. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  701. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  702. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  703. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
  704. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  705. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
  706. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  707. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  708. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  709. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  710. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  711. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  712. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  713. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  714. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  715. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  716. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  717. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  718. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  719. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  720. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  721. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  722. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  723. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  724. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
  725. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  726. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  727. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/rbffi.h +0 -0
  728. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/rbffi_endian.h +0 -0
  729. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/win32/stdbool.h +0 -0
  730. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ext/ffi_c/win32/stdint.h +0 -0
  731. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/ffi.gemspec +0 -0
  732. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi.rb +0 -0
  733. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/autopointer.rb +0 -0
  734. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/buffer.rb +0 -0
  735. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/callback.rb +0 -0
  736. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/data_converter.rb +0 -0
  737. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/enum.rb +0 -0
  738. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/errno.rb +0 -0
  739. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/ffi.rb +0 -0
  740. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/io.rb +0 -0
  741. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/library.rb +0 -0
  742. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/managedstruct.rb +0 -0
  743. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/memorypointer.rb +0 -0
  744. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform.rb +5 -1
  745. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  746. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  747. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  748. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  749. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  750. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/arm-linux/types.conf +0 -0
  751. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  752. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  753. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  754. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  755. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  756. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-linux/types.conf +0 -0
  757. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  758. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  759. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  760. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/i386-windows/types.conf +0 -0
  761. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  762. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mips-linux/types.conf +0 -0
  763. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  764. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  765. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  766. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  767. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  768. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  769. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  770. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  771. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  772. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  773. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  774. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  775. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/s390-linux/types.conf +0 -0
  776. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  777. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  778. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  779. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/sparc64-linux/types.conf +0 -0
  780. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  781. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  782. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  783. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  784. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +4 -22
  785. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  786. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  787. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  788. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  789. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  790. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  791. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
  792. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/pointer.rb +0 -0
  793. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/struct.rb +0 -0
  794. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/struct_by_reference.rb +0 -0
  795. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/struct_layout.rb +0 -0
  796. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/struct_layout_builder.rb +0 -0
  797. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/tools/const_generator.rb +0 -0
  798. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/tools/generator.rb +0 -0
  799. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/tools/generator_task.rb +0 -0
  800. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/tools/struct_generator.rb +0 -0
  801. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/tools/types_generator.rb +0 -0
  802. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/types.rb +0 -0
  803. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/union.rb +0 -0
  804. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/lib/ffi/variadic.rb +0 -0
  805. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.1/lib/ffi/version.rb +3 -0
  806. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/getlogin.rb +0 -0
  807. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/getpid.rb +0 -0
  808. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/gettimeofday.rb +0 -0
  809. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/hello.rb +0 -0
  810. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/inotify.rb +0 -0
  811. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/pty.rb +0 -0
  812. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.13.0 → ffi-1.13.1}/samples/qsort.rb +0 -0
  813. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.gitignore +0 -0
  814. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/.travis.yml +2 -0
  815. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/CHANGES.md +33 -0
  816. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Gemfile +0 -0
  817. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README-json-jruby.md +0 -0
  818. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/README.md +16 -0
  819. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/Rakefile +8 -87
  820. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/VERSION +1 -0
  821. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/diagrams/.keep +0 -0
  822. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  823. 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
  824. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/depend +0 -0
  825. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/extconf.rb +0 -0
  826. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.c +71 -1
  827. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/generator/generator.h +0 -0
  828. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/generator/generator.so +0 -0
  829. 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
  830. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/depend +0 -0
  831. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/extconf.rb +0 -0
  832. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.c +71 -70
  833. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.h +0 -0
  834. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/ext/parser/parser.rl +1 -0
  835. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/ext/json/ext/parser/parser.so +0 -0
  836. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/ext/json/extconf.rb +0 -0
  837. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/install.rb +0 -0
  838. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ByteListTranscoder.java +0 -0
  839. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Generator.java +0 -0
  840. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorMethods.java +0 -0
  841. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorService.java +0 -0
  842. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/GeneratorState.java +0 -0
  843. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/OptionsReader.java +0 -0
  844. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.java +0 -0
  845. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Parser.rl +0 -0
  846. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/ParserService.java +0 -0
  847. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/RuntimeInfo.java +0 -0
  848. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringDecoder.java +0 -0
  849. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/StringEncoder.java +0 -0
  850. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/java/src/json/ext/Utils.java +0 -0
  851. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json-java.gemspec +3 -3
  852. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/json.gemspec +139 -0
  853. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/json_pure.gemspec +8 -13
  854. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json.rb +412 -0
  855. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/bigdecimal.rb +0 -0
  856. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/complex.rb +0 -0
  857. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/core.rb +0 -0
  858. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date.rb +0 -0
  859. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/date_time.rb +0 -0
  860. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/exception.rb +0 -0
  861. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/ostruct.rb +0 -0
  862. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/range.rb +0 -0
  863. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/rational.rb +0 -0
  864. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/regexp.rb +0 -0
  865. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/set.rb +0 -0
  866. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/struct.rb +0 -0
  867. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/symbol.rb +0 -0
  868. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/add/time.rb +0 -0
  869. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/common.rb +691 -0
  870. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext.rb +0 -0
  871. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/ext/.keep +0 -0
  872. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/generator.so +0 -0
  873. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.1/lib/json/ext/parser.so +0 -0
  874. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/generic_object.rb +0 -0
  875. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure.rb +0 -0
  876. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/generator.rb +1 -1
  877. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/pure/parser.rb +2 -2
  878. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/lib/json/version.rb +1 -1
  879. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/references/rfc7159.txt +0 -0
  880. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail10.json +0 -0
  881. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail11.json +0 -0
  882. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail12.json +0 -0
  883. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail13.json +0 -0
  884. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail14.json +0 -0
  885. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail18.json +0 -0
  886. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail19.json +0 -0
  887. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail2.json +0 -0
  888. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail20.json +0 -0
  889. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail21.json +0 -0
  890. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail22.json +0 -0
  891. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail23.json +0 -0
  892. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail24.json +0 -0
  893. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail25.json +0 -0
  894. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail27.json +0 -0
  895. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail28.json +0 -0
  896. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail3.json +0 -0
  897. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail4.json +0 -0
  898. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail5.json +0 -0
  899. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail6.json +0 -0
  900. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail7.json +0 -0
  901. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail8.json +0 -0
  902. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/fail9.json +0 -0
  903. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/obsolete_fail1.json +0 -0
  904. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass1.json +0 -0
  905. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass15.json +0 -0
  906. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass16.json +0 -0
  907. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass17.json +0 -0
  908. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass2.json +0 -0
  909. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass26.json +0 -0
  910. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/fixtures/pass3.json +0 -0
  911. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_addition_test.rb +0 -0
  912. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_common_interface_test.rb +0 -0
  913. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_encoding_test.rb +0 -0
  914. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_ext_parser_test.rb +0 -0
  915. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_fixtures_test.rb +6 -1
  916. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generator_test.rb +0 -0
  917. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_generic_object_test.rb +0 -0
  918. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_parser_test.rb +0 -0
  919. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/json_string_matching_test.rb +0 -0
  920. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tests/test_helper.rb +0 -0
  921. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/diff.sh +0 -0
  922. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/fuzz.rb +0 -0
  923. data/vendor/bundle/ruby/2.6.0/gems/{json-2.3.0 → json-2.3.1}/tools/server.rb +0 -0
  924. data/vendor/bundle/ruby/2.6.0/specifications/{diff-lcs-1.3.gemspec → diff-lcs-1.4.4.gemspec} +11 -13
  925. data/vendor/bundle/ruby/2.6.0/specifications/{ffi-1.13.0.gemspec → ffi-1.13.1.gemspec} +3 -3
  926. data/vendor/bundle/ruby/2.6.0/specifications/{json-2.3.0.gemspec → json-2.3.1.gemspec} +0 -0
  927. data/vendor/bundle/ruby/2.6.0/specifications/sys-uname-1.2.1.gemspec +1 -1
  928. metadata +874 -847
  929. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.3.gem +0 -0
  930. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.13.0.gem +0 -0
  931. data/vendor/bundle/ruby/2.6.0/cache/json-2.3.0.gem +0 -0
  932. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/generator.so +0 -0
  933. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.3.0/json/ext/parser.so +0 -0
  934. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/Contributing.md +0 -83
  935. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/History.md +0 -220
  936. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/autotest/discover.rb +0 -1
  937. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/lib/diff-lcs.rb +0 -3
  938. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/diff_spec.rb +0 -47
  939. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/hunk_spec.rb +0 -72
  940. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/issues_spec.rb +0 -49
  941. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/sdiff_spec.rb +0 -214
  942. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.3/spec/traverse_balanced_spec.rb +0 -310
  943. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.13.0/lib/ffi/version.rb +0 -3
  944. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/LICENSE +0 -56
  945. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/VERSION +0 -1
  946. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/generator/generator.so +0 -0
  947. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/ext/json/ext/parser/parser.so +0 -0
  948. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/json.gemspec +0 -0
  949. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json.rb +0 -63
  950. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/common.rb +0 -456
  951. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/generator.so +0 -0
  952. data/vendor/bundle/ruby/2.6.0/gems/json-2.3.0/lib/json/ext/parser.so +0 -0
@@ -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** | |
@@ -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** | | [optional]
@@ -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** | **String** | | [optional]
21
21
  **name** | **String** | | [optional]
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
  **last_response_status** | **Integer** | | [optional]
16
16
  **last_response_status_str** | **String** | | [optional]
17
17
  **num_sent** | **Integer** | | [optional]
18
+ **package_query** | **String** | 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. | [optional]
18
19
  **request_body_format** | **String** | The format of the payloads for webhook requests. | [optional]
19
20
  **request_body_format_str** | **String** | | [optional]
20
21
  **request_body_template_format** | **String** | The format of the payloads for webhook requests. | [optional]
@@ -0,0 +1,9 @@
1
+ # CloudsmithApi::StorageRegion
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **label** | **String** | Name of the storage region |
7
+ **slug** | **String** | Slug for the storage region |
8
+
9
+
@@ -0,0 +1,122 @@
1
+ # CloudsmithApi::StorageregionsApi
2
+
3
+ All URIs are relative to *https://api.cloudsmith.io*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**storage_regions_list**](StorageregionsApi.md#storage_regions_list) | **GET** /storage-regions/ | Get a list of all available storage regions.
8
+ [**storage_regions_read**](StorageregionsApi.md#storage_regions_read) | **GET** /storage-regions/{slug}/ | Get a specific storage region.
9
+
10
+
11
+ # **storage_regions_list**
12
+ > Array<StorageRegion> storage_regions_list
13
+
14
+ Get a list of all available storage regions.
15
+
16
+ Get a list of all available storage regions.
17
+
18
+ ### Example
19
+ ```ruby
20
+ # load the gem
21
+ require 'cloudsmith-api'
22
+ # setup authorization
23
+ CloudsmithApi.configure do |config|
24
+ # Configure API key authorization: apikey
25
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
26
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
27
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
28
+
29
+ # Configure API key authorization: csrf_token
30
+ config.api_key['X-CSRFToken'] = 'YOUR API KEY'
31
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
32
+ #config.api_key_prefix['X-CSRFToken'] = 'Bearer'
33
+ end
34
+
35
+ api_instance = CloudsmithApi::StorageregionsApi.new
36
+
37
+ begin
38
+ #Get a list of all available storage regions.
39
+ result = api_instance.storage_regions_list
40
+ p result
41
+ rescue CloudsmithApi::ApiError => e
42
+ puts "Exception when calling StorageregionsApi->storage_regions_list: #{e}"
43
+ end
44
+ ```
45
+
46
+ ### Parameters
47
+ This endpoint does not need any parameter.
48
+
49
+ ### Return type
50
+
51
+ [**Array<StorageRegion>**](StorageRegion.md)
52
+
53
+ ### Authorization
54
+
55
+ [apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
56
+
57
+ ### HTTP request headers
58
+
59
+ - **Content-Type**: Not defined
60
+ - **Accept**: Not defined
61
+
62
+
63
+
64
+ # **storage_regions_read**
65
+ > StorageRegion storage_regions_read(slug)
66
+
67
+ Get a specific storage region.
68
+
69
+ Get a specific storage region.
70
+
71
+ ### Example
72
+ ```ruby
73
+ # load the gem
74
+ require 'cloudsmith-api'
75
+ # setup authorization
76
+ CloudsmithApi.configure do |config|
77
+ # Configure API key authorization: apikey
78
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
79
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
80
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
81
+
82
+ # Configure API key authorization: csrf_token
83
+ config.api_key['X-CSRFToken'] = 'YOUR API KEY'
84
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
85
+ #config.api_key_prefix['X-CSRFToken'] = 'Bearer'
86
+ end
87
+
88
+ api_instance = CloudsmithApi::StorageregionsApi.new
89
+
90
+ slug = "slug_example" # String |
91
+
92
+
93
+ begin
94
+ #Get a specific storage region.
95
+ result = api_instance.storage_regions_read(slug)
96
+ p result
97
+ rescue CloudsmithApi::ApiError => e
98
+ puts "Exception when calling StorageregionsApi->storage_regions_read: #{e}"
99
+ end
100
+ ```
101
+
102
+ ### Parameters
103
+
104
+ Name | Type | Description | Notes
105
+ ------------- | ------------- | ------------- | -------------
106
+ **slug** | **String**| |
107
+
108
+ ### Return type
109
+
110
+ [**StorageRegion**](StorageRegion.md)
111
+
112
+ ### Authorization
113
+
114
+ [apikey](../README.md#apikey), [csrf_token](../README.md#csrf_token)
115
+
116
+ ### HTTP request headers
117
+
118
+ - **Content-Type**: Not defined
119
+ - **Accept**: Not defined
120
+
121
+
122
+
@@ -53,6 +53,7 @@ Name | Type | Description | Notes
53
53
  **summary** | **String** | A one-liner synopsis of this package. | [optional]
54
54
  **sync_finished_at** | **String** | The datetime the package sync was finished at. | [optional]
55
55
  **sync_progress** | **Integer** | Synchronisation progress (from 0-100) | [optional]
56
+ **tags_immutable** | **Object** | All immutable tags on the package, grouped by tag type. Immutable tags cannot be (easily) deleted. | [optional]
56
57
  **type_display** | **String** | | [optional]
57
58
  **uploaded_at** | **String** | The date this package was uploaded. | [optional]
58
59
  **uploader** | **String** | | [optional]
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **events** | **Array<String>** | None |
7
7
  **is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional]
8
+ **package_query** | **String** | 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. | [optional]
8
9
  **request_body_format** | **String** | The format of the payloads for webhook requests. | [optional]
9
10
  **request_body_template_format** | **String** | The format of the payloads for webhook requests. | [optional]
10
11
  **request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional]
@@ -5,6 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **events** | **Array<String>** | None | [optional]
7
7
  **is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional]
8
+ **package_query** | **String** | 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. | [optional]
8
9
  **request_body_format** | **String** | The format of the payloads for webhook requests. | [optional]
9
10
  **request_body_template_format** | **String** | The format of the payloads for webhook requests. | [optional]
10
11
  **request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional]
@@ -17,6 +17,7 @@ require 'cloudsmith-api/version'
17
17
  require 'cloudsmith-api/configuration'
18
18
 
19
19
  # Models
20
+ require 'cloudsmith-api/models/alpine_package_upload'
20
21
  require 'cloudsmith-api/models/conan_package_upload'
21
22
  require 'cloudsmith-api/models/distribution'
22
23
  require 'cloudsmith-api/models/distros_versions'
@@ -41,7 +42,7 @@ require 'cloudsmith-api/models/package_move'
41
42
  require 'cloudsmith-api/models/package_status'
42
43
  require 'cloudsmith-api/models/packages_copy'
43
44
  require 'cloudsmith-api/models/packages_move'
44
- require 'cloudsmith-api/models/packages_resync'
45
+ require 'cloudsmith-api/models/packages_tag'
45
46
  require 'cloudsmith-api/models/packages_upload_alpine'
46
47
  require 'cloudsmith-api/models/packages_upload_cargo'
47
48
  require 'cloudsmith-api/models/packages_upload_cocoapods'
@@ -61,6 +62,7 @@ require 'cloudsmith-api/models/packages_upload_python'
61
62
  require 'cloudsmith-api/models/packages_upload_raw'
62
63
  require 'cloudsmith-api/models/packages_upload_rpm'
63
64
  require 'cloudsmith-api/models/packages_upload_ruby'
65
+ require 'cloudsmith-api/models/packages_upload_terraform'
64
66
  require 'cloudsmith-api/models/packages_upload_vagrant'
65
67
  require 'cloudsmith-api/models/packages_validateupload_alpine'
66
68
  require 'cloudsmith-api/models/packages_validateupload_cargo'
@@ -81,6 +83,7 @@ require 'cloudsmith-api/models/packages_validateupload_python'
81
83
  require 'cloudsmith-api/models/packages_validateupload_raw'
82
84
  require 'cloudsmith-api/models/packages_validateupload_rpm'
83
85
  require 'cloudsmith-api/models/packages_validateupload_ruby'
86
+ require 'cloudsmith-api/models/packages_validateupload_terraform'
84
87
  require 'cloudsmith-api/models/packages_validateupload_vagrant'
85
88
  require 'cloudsmith-api/models/packagesownerrepo_architectures'
86
89
  require 'cloudsmith-api/models/packagesownerrepo_files'
@@ -97,6 +100,7 @@ require 'cloudsmith-api/models/repository_webhook'
97
100
  require 'cloudsmith-api/models/resources_rate_check'
98
101
  require 'cloudsmith-api/models/status'
99
102
  require 'cloudsmith-api/models/status_basic'
103
+ require 'cloudsmith-api/models/storage_region'
100
104
  require 'cloudsmith-api/models/user_auth_token'
101
105
  require 'cloudsmith-api/models/user_brief'
102
106
  require 'cloudsmith-api/models/user_profile'
@@ -118,6 +122,7 @@ require 'cloudsmith-api/api/packages_api'
118
122
  require 'cloudsmith-api/api/rates_api'
119
123
  require 'cloudsmith-api/api/repos_api'
120
124
  require 'cloudsmith-api/api/status_api'
125
+ require 'cloudsmith-api/api/storageregions_api'
121
126
  require 'cloudsmith-api/api/user_api'
122
127
  require 'cloudsmith-api/api/users_api'
123
128
  require 'cloudsmith-api/api/webhooks_api'
@@ -351,7 +351,6 @@ module CloudsmithApi
351
351
  # @param repo
352
352
  # @param identifier
353
353
  # @param [Hash] opts the optional parameters
354
- # @option opts [PackagesResync] :data
355
354
  # @return [Package]
356
355
  def packages_resync(owner, repo, identifier, opts = {})
357
356
  data, _status_code, _headers = packages_resync_with_http_info(owner, repo, identifier, opts)
@@ -364,7 +363,6 @@ module CloudsmithApi
364
363
  # @param repo
365
364
  # @param identifier
366
365
  # @param [Hash] opts the optional parameters
367
- # @option opts [PackagesResync] :data
368
366
  # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
369
367
  def packages_resync_with_http_info(owner, repo, identifier, opts = {})
370
368
  if @api_client.config.debugging
@@ -390,14 +388,12 @@ module CloudsmithApi
390
388
 
391
389
  # header parameters
392
390
  header_params = {}
393
- # HTTP header 'Content-Type'
394
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
395
391
 
396
392
  # form parameters
397
393
  form_params = {}
398
394
 
399
395
  # http body (model)
400
- post_body = @api_client.object_to_http_body(opts[:'data'])
396
+ post_body = nil
401
397
  auth_names = ['apikey', 'csrf_token']
402
398
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
403
399
  :header_params => header_params,
@@ -475,13 +471,80 @@ module CloudsmithApi
475
471
  return data, status_code, headers
476
472
  end
477
473
 
474
+ # Add/Replace/Remove tags for a package.
475
+ # Add/Replace/Remove tags for a package.
476
+ # @param owner
477
+ # @param repo
478
+ # @param identifier
479
+ # @param [Hash] opts the optional parameters
480
+ # @option opts [PackagesTag] :data
481
+ # @return [Package]
482
+ def packages_tag(owner, repo, identifier, opts = {})
483
+ data, _status_code, _headers = packages_tag_with_http_info(owner, repo, identifier, opts)
484
+ return data
485
+ end
486
+
487
+ # Add/Replace/Remove tags for a package.
488
+ # Add/Replace/Remove tags for a package.
489
+ # @param owner
490
+ # @param repo
491
+ # @param identifier
492
+ # @param [Hash] opts the optional parameters
493
+ # @option opts [PackagesTag] :data
494
+ # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
495
+ def packages_tag_with_http_info(owner, repo, identifier, opts = {})
496
+ if @api_client.config.debugging
497
+ @api_client.config.logger.debug "Calling API: PackagesApi.packages_tag ..."
498
+ end
499
+ # verify the required parameter 'owner' is set
500
+ if @api_client.config.client_side_validation && owner.nil?
501
+ fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_tag"
502
+ end
503
+ # verify the required parameter 'repo' is set
504
+ if @api_client.config.client_side_validation && repo.nil?
505
+ fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_tag"
506
+ end
507
+ # verify the required parameter 'identifier' is set
508
+ if @api_client.config.client_side_validation && identifier.nil?
509
+ fail ArgumentError, "Missing the required parameter 'identifier' when calling PackagesApi.packages_tag"
510
+ end
511
+ # resource path
512
+ local_var_path = "/packages/{owner}/{repo}/{identifier}/tag/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s).sub('{' + 'identifier' + '}', identifier.to_s)
513
+
514
+ # query parameters
515
+ query_params = {}
516
+
517
+ # header parameters
518
+ header_params = {}
519
+ # HTTP header 'Content-Type'
520
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
521
+
522
+ # form parameters
523
+ form_params = {}
524
+
525
+ # http body (model)
526
+ post_body = @api_client.object_to_http_body(opts[:'data'])
527
+ auth_names = ['apikey', 'csrf_token']
528
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
529
+ :header_params => header_params,
530
+ :query_params => query_params,
531
+ :form_params => form_params,
532
+ :body => post_body,
533
+ :auth_names => auth_names,
534
+ :return_type => 'Package')
535
+ if @api_client.config.debugging
536
+ @api_client.config.logger.debug "API called: PackagesApi#packages_tag\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
537
+ end
538
+ return data, status_code, headers
539
+ end
540
+
478
541
  # Create a new Alpine package
479
542
  # Create a new Alpine package
480
543
  # @param owner
481
544
  # @param repo
482
545
  # @param [Hash] opts the optional parameters
483
546
  # @option opts [PackagesUploadAlpine] :data
484
- # @return [Package]
547
+ # @return [AlpinePackageUpload]
485
548
  def packages_upload_alpine(owner, repo, opts = {})
486
549
  data, _status_code, _headers = packages_upload_alpine_with_http_info(owner, repo, opts)
487
550
  return data
@@ -493,7 +556,7 @@ module CloudsmithApi
493
556
  # @param repo
494
557
  # @param [Hash] opts the optional parameters
495
558
  # @option opts [PackagesUploadAlpine] :data
496
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
559
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
497
560
  def packages_upload_alpine_with_http_info(owner, repo, opts = {})
498
561
  if @api_client.config.debugging
499
562
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_alpine ..."
@@ -529,7 +592,7 @@ module CloudsmithApi
529
592
  :form_params => form_params,
530
593
  :body => post_body,
531
594
  :auth_names => auth_names,
532
- :return_type => 'Package')
595
+ :return_type => 'AlpinePackageUpload')
533
596
  if @api_client.config.debugging
534
597
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_alpine\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
535
598
  end
@@ -542,7 +605,7 @@ module CloudsmithApi
542
605
  # @param repo
543
606
  # @param [Hash] opts the optional parameters
544
607
  # @option opts [PackagesUploadCargo] :data
545
- # @return [Package]
608
+ # @return [AlpinePackageUpload]
546
609
  def packages_upload_cargo(owner, repo, opts = {})
547
610
  data, _status_code, _headers = packages_upload_cargo_with_http_info(owner, repo, opts)
548
611
  return data
@@ -554,7 +617,7 @@ module CloudsmithApi
554
617
  # @param repo
555
618
  # @param [Hash] opts the optional parameters
556
619
  # @option opts [PackagesUploadCargo] :data
557
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
620
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
558
621
  def packages_upload_cargo_with_http_info(owner, repo, opts = {})
559
622
  if @api_client.config.debugging
560
623
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_cargo ..."
@@ -590,7 +653,7 @@ module CloudsmithApi
590
653
  :form_params => form_params,
591
654
  :body => post_body,
592
655
  :auth_names => auth_names,
593
- :return_type => 'Package')
656
+ :return_type => 'AlpinePackageUpload')
594
657
  if @api_client.config.debugging
595
658
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_cargo\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
596
659
  end
@@ -603,7 +666,7 @@ module CloudsmithApi
603
666
  # @param repo
604
667
  # @param [Hash] opts the optional parameters
605
668
  # @option opts [PackagesUploadCocoapods] :data
606
- # @return [Package]
669
+ # @return [AlpinePackageUpload]
607
670
  def packages_upload_cocoapods(owner, repo, opts = {})
608
671
  data, _status_code, _headers = packages_upload_cocoapods_with_http_info(owner, repo, opts)
609
672
  return data
@@ -615,7 +678,7 @@ module CloudsmithApi
615
678
  # @param repo
616
679
  # @param [Hash] opts the optional parameters
617
680
  # @option opts [PackagesUploadCocoapods] :data
618
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
681
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
619
682
  def packages_upload_cocoapods_with_http_info(owner, repo, opts = {})
620
683
  if @api_client.config.debugging
621
684
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_cocoapods ..."
@@ -651,7 +714,7 @@ module CloudsmithApi
651
714
  :form_params => form_params,
652
715
  :body => post_body,
653
716
  :auth_names => auth_names,
654
- :return_type => 'Package')
717
+ :return_type => 'AlpinePackageUpload')
655
718
  if @api_client.config.debugging
656
719
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_cocoapods\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
657
720
  end
@@ -664,7 +727,7 @@ module CloudsmithApi
664
727
  # @param repo
665
728
  # @param [Hash] opts the optional parameters
666
729
  # @option opts [PackagesUploadComposer] :data
667
- # @return [Package]
730
+ # @return [AlpinePackageUpload]
668
731
  def packages_upload_composer(owner, repo, opts = {})
669
732
  data, _status_code, _headers = packages_upload_composer_with_http_info(owner, repo, opts)
670
733
  return data
@@ -676,7 +739,7 @@ module CloudsmithApi
676
739
  # @param repo
677
740
  # @param [Hash] opts the optional parameters
678
741
  # @option opts [PackagesUploadComposer] :data
679
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
742
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
680
743
  def packages_upload_composer_with_http_info(owner, repo, opts = {})
681
744
  if @api_client.config.debugging
682
745
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_composer ..."
@@ -712,7 +775,7 @@ module CloudsmithApi
712
775
  :form_params => form_params,
713
776
  :body => post_body,
714
777
  :auth_names => auth_names,
715
- :return_type => 'Package')
778
+ :return_type => 'AlpinePackageUpload')
716
779
  if @api_client.config.debugging
717
780
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_composer\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
718
781
  end
@@ -786,7 +849,7 @@ module CloudsmithApi
786
849
  # @param repo
787
850
  # @param [Hash] opts the optional parameters
788
851
  # @option opts [PackagesUploadCran] :data
789
- # @return [Package]
852
+ # @return [AlpinePackageUpload]
790
853
  def packages_upload_cran(owner, repo, opts = {})
791
854
  data, _status_code, _headers = packages_upload_cran_with_http_info(owner, repo, opts)
792
855
  return data
@@ -798,7 +861,7 @@ module CloudsmithApi
798
861
  # @param repo
799
862
  # @param [Hash] opts the optional parameters
800
863
  # @option opts [PackagesUploadCran] :data
801
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
864
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
802
865
  def packages_upload_cran_with_http_info(owner, repo, opts = {})
803
866
  if @api_client.config.debugging
804
867
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_cran ..."
@@ -834,7 +897,7 @@ module CloudsmithApi
834
897
  :form_params => form_params,
835
898
  :body => post_body,
836
899
  :auth_names => auth_names,
837
- :return_type => 'Package')
900
+ :return_type => 'AlpinePackageUpload')
838
901
  if @api_client.config.debugging
839
902
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_cran\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
840
903
  end
@@ -847,7 +910,7 @@ module CloudsmithApi
847
910
  # @param repo
848
911
  # @param [Hash] opts the optional parameters
849
912
  # @option opts [PackagesUploadDart] :data
850
- # @return [Package]
913
+ # @return [AlpinePackageUpload]
851
914
  def packages_upload_dart(owner, repo, opts = {})
852
915
  data, _status_code, _headers = packages_upload_dart_with_http_info(owner, repo, opts)
853
916
  return data
@@ -859,7 +922,7 @@ module CloudsmithApi
859
922
  # @param repo
860
923
  # @param [Hash] opts the optional parameters
861
924
  # @option opts [PackagesUploadDart] :data
862
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
925
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
863
926
  def packages_upload_dart_with_http_info(owner, repo, opts = {})
864
927
  if @api_client.config.debugging
865
928
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_dart ..."
@@ -895,7 +958,7 @@ module CloudsmithApi
895
958
  :form_params => form_params,
896
959
  :body => post_body,
897
960
  :auth_names => auth_names,
898
- :return_type => 'Package')
961
+ :return_type => 'AlpinePackageUpload')
899
962
  if @api_client.config.debugging
900
963
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_dart\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
901
964
  end
@@ -908,7 +971,7 @@ module CloudsmithApi
908
971
  # @param repo
909
972
  # @param [Hash] opts the optional parameters
910
973
  # @option opts [PackagesUploadDeb] :data
911
- # @return [Package]
974
+ # @return [AlpinePackageUpload]
912
975
  def packages_upload_deb(owner, repo, opts = {})
913
976
  data, _status_code, _headers = packages_upload_deb_with_http_info(owner, repo, opts)
914
977
  return data
@@ -920,7 +983,7 @@ module CloudsmithApi
920
983
  # @param repo
921
984
  # @param [Hash] opts the optional parameters
922
985
  # @option opts [PackagesUploadDeb] :data
923
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
986
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
924
987
  def packages_upload_deb_with_http_info(owner, repo, opts = {})
925
988
  if @api_client.config.debugging
926
989
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_deb ..."
@@ -956,7 +1019,7 @@ module CloudsmithApi
956
1019
  :form_params => form_params,
957
1020
  :body => post_body,
958
1021
  :auth_names => auth_names,
959
- :return_type => 'Package')
1022
+ :return_type => 'AlpinePackageUpload')
960
1023
  if @api_client.config.debugging
961
1024
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_deb\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
962
1025
  end
@@ -969,7 +1032,7 @@ module CloudsmithApi
969
1032
  # @param repo
970
1033
  # @param [Hash] opts the optional parameters
971
1034
  # @option opts [PackagesUploadDocker] :data
972
- # @return [Package]
1035
+ # @return [AlpinePackageUpload]
973
1036
  def packages_upload_docker(owner, repo, opts = {})
974
1037
  data, _status_code, _headers = packages_upload_docker_with_http_info(owner, repo, opts)
975
1038
  return data
@@ -981,7 +1044,7 @@ module CloudsmithApi
981
1044
  # @param repo
982
1045
  # @param [Hash] opts the optional parameters
983
1046
  # @option opts [PackagesUploadDocker] :data
984
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1047
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
985
1048
  def packages_upload_docker_with_http_info(owner, repo, opts = {})
986
1049
  if @api_client.config.debugging
987
1050
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_docker ..."
@@ -1017,7 +1080,7 @@ module CloudsmithApi
1017
1080
  :form_params => form_params,
1018
1081
  :body => post_body,
1019
1082
  :auth_names => auth_names,
1020
- :return_type => 'Package')
1083
+ :return_type => 'AlpinePackageUpload')
1021
1084
  if @api_client.config.debugging
1022
1085
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_docker\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1023
1086
  end
@@ -1030,7 +1093,7 @@ module CloudsmithApi
1030
1093
  # @param repo
1031
1094
  # @param [Hash] opts the optional parameters
1032
1095
  # @option opts [PackagesUploadGo] :data
1033
- # @return [Package]
1096
+ # @return [AlpinePackageUpload]
1034
1097
  def packages_upload_go(owner, repo, opts = {})
1035
1098
  data, _status_code, _headers = packages_upload_go_with_http_info(owner, repo, opts)
1036
1099
  return data
@@ -1042,7 +1105,7 @@ module CloudsmithApi
1042
1105
  # @param repo
1043
1106
  # @param [Hash] opts the optional parameters
1044
1107
  # @option opts [PackagesUploadGo] :data
1045
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1108
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1046
1109
  def packages_upload_go_with_http_info(owner, repo, opts = {})
1047
1110
  if @api_client.config.debugging
1048
1111
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_go ..."
@@ -1078,7 +1141,7 @@ module CloudsmithApi
1078
1141
  :form_params => form_params,
1079
1142
  :body => post_body,
1080
1143
  :auth_names => auth_names,
1081
- :return_type => 'Package')
1144
+ :return_type => 'AlpinePackageUpload')
1082
1145
  if @api_client.config.debugging
1083
1146
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_go\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1084
1147
  end
@@ -1091,7 +1154,7 @@ module CloudsmithApi
1091
1154
  # @param repo
1092
1155
  # @param [Hash] opts the optional parameters
1093
1156
  # @option opts [PackagesUploadHelm] :data
1094
- # @return [Package]
1157
+ # @return [AlpinePackageUpload]
1095
1158
  def packages_upload_helm(owner, repo, opts = {})
1096
1159
  data, _status_code, _headers = packages_upload_helm_with_http_info(owner, repo, opts)
1097
1160
  return data
@@ -1103,7 +1166,7 @@ module CloudsmithApi
1103
1166
  # @param repo
1104
1167
  # @param [Hash] opts the optional parameters
1105
1168
  # @option opts [PackagesUploadHelm] :data
1106
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1169
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1107
1170
  def packages_upload_helm_with_http_info(owner, repo, opts = {})
1108
1171
  if @api_client.config.debugging
1109
1172
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_helm ..."
@@ -1139,7 +1202,7 @@ module CloudsmithApi
1139
1202
  :form_params => form_params,
1140
1203
  :body => post_body,
1141
1204
  :auth_names => auth_names,
1142
- :return_type => 'Package')
1205
+ :return_type => 'AlpinePackageUpload')
1143
1206
  if @api_client.config.debugging
1144
1207
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_helm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1145
1208
  end
@@ -1152,7 +1215,7 @@ module CloudsmithApi
1152
1215
  # @param repo
1153
1216
  # @param [Hash] opts the optional parameters
1154
1217
  # @option opts [PackagesUploadLuarocks] :data
1155
- # @return [Package]
1218
+ # @return [AlpinePackageUpload]
1156
1219
  def packages_upload_luarocks(owner, repo, opts = {})
1157
1220
  data, _status_code, _headers = packages_upload_luarocks_with_http_info(owner, repo, opts)
1158
1221
  return data
@@ -1164,7 +1227,7 @@ module CloudsmithApi
1164
1227
  # @param repo
1165
1228
  # @param [Hash] opts the optional parameters
1166
1229
  # @option opts [PackagesUploadLuarocks] :data
1167
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1230
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1168
1231
  def packages_upload_luarocks_with_http_info(owner, repo, opts = {})
1169
1232
  if @api_client.config.debugging
1170
1233
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_luarocks ..."
@@ -1200,7 +1263,7 @@ module CloudsmithApi
1200
1263
  :form_params => form_params,
1201
1264
  :body => post_body,
1202
1265
  :auth_names => auth_names,
1203
- :return_type => 'Package')
1266
+ :return_type => 'AlpinePackageUpload')
1204
1267
  if @api_client.config.debugging
1205
1268
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_luarocks\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1206
1269
  end
@@ -1274,7 +1337,7 @@ module CloudsmithApi
1274
1337
  # @param repo
1275
1338
  # @param [Hash] opts the optional parameters
1276
1339
  # @option opts [PackagesUploadNpm] :data
1277
- # @return [Package]
1340
+ # @return [AlpinePackageUpload]
1278
1341
  def packages_upload_npm(owner, repo, opts = {})
1279
1342
  data, _status_code, _headers = packages_upload_npm_with_http_info(owner, repo, opts)
1280
1343
  return data
@@ -1286,7 +1349,7 @@ module CloudsmithApi
1286
1349
  # @param repo
1287
1350
  # @param [Hash] opts the optional parameters
1288
1351
  # @option opts [PackagesUploadNpm] :data
1289
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1352
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1290
1353
  def packages_upload_npm_with_http_info(owner, repo, opts = {})
1291
1354
  if @api_client.config.debugging
1292
1355
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_npm ..."
@@ -1322,7 +1385,7 @@ module CloudsmithApi
1322
1385
  :form_params => form_params,
1323
1386
  :body => post_body,
1324
1387
  :auth_names => auth_names,
1325
- :return_type => 'Package')
1388
+ :return_type => 'AlpinePackageUpload')
1326
1389
  if @api_client.config.debugging
1327
1390
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_npm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1328
1391
  end
@@ -1335,7 +1398,7 @@ module CloudsmithApi
1335
1398
  # @param repo
1336
1399
  # @param [Hash] opts the optional parameters
1337
1400
  # @option opts [PackagesUploadNuget] :data
1338
- # @return [Package]
1401
+ # @return [AlpinePackageUpload]
1339
1402
  def packages_upload_nuget(owner, repo, opts = {})
1340
1403
  data, _status_code, _headers = packages_upload_nuget_with_http_info(owner, repo, opts)
1341
1404
  return data
@@ -1347,7 +1410,7 @@ module CloudsmithApi
1347
1410
  # @param repo
1348
1411
  # @param [Hash] opts the optional parameters
1349
1412
  # @option opts [PackagesUploadNuget] :data
1350
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1413
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1351
1414
  def packages_upload_nuget_with_http_info(owner, repo, opts = {})
1352
1415
  if @api_client.config.debugging
1353
1416
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_nuget ..."
@@ -1383,7 +1446,7 @@ module CloudsmithApi
1383
1446
  :form_params => form_params,
1384
1447
  :body => post_body,
1385
1448
  :auth_names => auth_names,
1386
- :return_type => 'Package')
1449
+ :return_type => 'AlpinePackageUpload')
1387
1450
  if @api_client.config.debugging
1388
1451
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_nuget\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1389
1452
  end
@@ -1396,7 +1459,7 @@ module CloudsmithApi
1396
1459
  # @param repo
1397
1460
  # @param [Hash] opts the optional parameters
1398
1461
  # @option opts [PackagesUploadPython] :data
1399
- # @return [Package]
1462
+ # @return [AlpinePackageUpload]
1400
1463
  def packages_upload_python(owner, repo, opts = {})
1401
1464
  data, _status_code, _headers = packages_upload_python_with_http_info(owner, repo, opts)
1402
1465
  return data
@@ -1408,7 +1471,7 @@ module CloudsmithApi
1408
1471
  # @param repo
1409
1472
  # @param [Hash] opts the optional parameters
1410
1473
  # @option opts [PackagesUploadPython] :data
1411
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1474
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1412
1475
  def packages_upload_python_with_http_info(owner, repo, opts = {})
1413
1476
  if @api_client.config.debugging
1414
1477
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_python ..."
@@ -1444,7 +1507,7 @@ module CloudsmithApi
1444
1507
  :form_params => form_params,
1445
1508
  :body => post_body,
1446
1509
  :auth_names => auth_names,
1447
- :return_type => 'Package')
1510
+ :return_type => 'AlpinePackageUpload')
1448
1511
  if @api_client.config.debugging
1449
1512
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_python\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1450
1513
  end
@@ -1518,7 +1581,7 @@ module CloudsmithApi
1518
1581
  # @param repo
1519
1582
  # @param [Hash] opts the optional parameters
1520
1583
  # @option opts [PackagesUploadRpm] :data
1521
- # @return [Package]
1584
+ # @return [AlpinePackageUpload]
1522
1585
  def packages_upload_rpm(owner, repo, opts = {})
1523
1586
  data, _status_code, _headers = packages_upload_rpm_with_http_info(owner, repo, opts)
1524
1587
  return data
@@ -1530,7 +1593,7 @@ module CloudsmithApi
1530
1593
  # @param repo
1531
1594
  # @param [Hash] opts the optional parameters
1532
1595
  # @option opts [PackagesUploadRpm] :data
1533
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1596
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1534
1597
  def packages_upload_rpm_with_http_info(owner, repo, opts = {})
1535
1598
  if @api_client.config.debugging
1536
1599
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_rpm ..."
@@ -1566,7 +1629,7 @@ module CloudsmithApi
1566
1629
  :form_params => form_params,
1567
1630
  :body => post_body,
1568
1631
  :auth_names => auth_names,
1569
- :return_type => 'Package')
1632
+ :return_type => 'AlpinePackageUpload')
1570
1633
  if @api_client.config.debugging
1571
1634
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_rpm\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1572
1635
  end
@@ -1579,7 +1642,7 @@ module CloudsmithApi
1579
1642
  # @param repo
1580
1643
  # @param [Hash] opts the optional parameters
1581
1644
  # @option opts [PackagesUploadRuby] :data
1582
- # @return [Package]
1645
+ # @return [AlpinePackageUpload]
1583
1646
  def packages_upload_ruby(owner, repo, opts = {})
1584
1647
  data, _status_code, _headers = packages_upload_ruby_with_http_info(owner, repo, opts)
1585
1648
  return data
@@ -1591,7 +1654,7 @@ module CloudsmithApi
1591
1654
  # @param repo
1592
1655
  # @param [Hash] opts the optional parameters
1593
1656
  # @option opts [PackagesUploadRuby] :data
1594
- # @return [Array<(Package, Fixnum, Hash)>] Package data, response status code and response headers
1657
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1595
1658
  def packages_upload_ruby_with_http_info(owner, repo, opts = {})
1596
1659
  if @api_client.config.debugging
1597
1660
  @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_ruby ..."
@@ -1627,13 +1690,74 @@ module CloudsmithApi
1627
1690
  :form_params => form_params,
1628
1691
  :body => post_body,
1629
1692
  :auth_names => auth_names,
1630
- :return_type => 'Package')
1693
+ :return_type => 'AlpinePackageUpload')
1631
1694
  if @api_client.config.debugging
1632
1695
  @api_client.config.logger.debug "API called: PackagesApi#packages_upload_ruby\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1633
1696
  end
1634
1697
  return data, status_code, headers
1635
1698
  end
1636
1699
 
1700
+ # Create a new Terraform package
1701
+ # Create a new Terraform package
1702
+ # @param owner
1703
+ # @param repo
1704
+ # @param [Hash] opts the optional parameters
1705
+ # @option opts [PackagesUploadTerraform] :data
1706
+ # @return [AlpinePackageUpload]
1707
+ def packages_upload_terraform(owner, repo, opts = {})
1708
+ data, _status_code, _headers = packages_upload_terraform_with_http_info(owner, repo, opts)
1709
+ return data
1710
+ end
1711
+
1712
+ # Create a new Terraform package
1713
+ # Create a new Terraform package
1714
+ # @param owner
1715
+ # @param repo
1716
+ # @param [Hash] opts the optional parameters
1717
+ # @option opts [PackagesUploadTerraform] :data
1718
+ # @return [Array<(AlpinePackageUpload, Fixnum, Hash)>] AlpinePackageUpload data, response status code and response headers
1719
+ def packages_upload_terraform_with_http_info(owner, repo, opts = {})
1720
+ if @api_client.config.debugging
1721
+ @api_client.config.logger.debug "Calling API: PackagesApi.packages_upload_terraform ..."
1722
+ end
1723
+ # verify the required parameter 'owner' is set
1724
+ if @api_client.config.client_side_validation && owner.nil?
1725
+ fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_upload_terraform"
1726
+ end
1727
+ # verify the required parameter 'repo' is set
1728
+ if @api_client.config.client_side_validation && repo.nil?
1729
+ fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_upload_terraform"
1730
+ end
1731
+ # resource path
1732
+ local_var_path = "/packages/{owner}/{repo}/upload/terraform/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
1733
+
1734
+ # query parameters
1735
+ query_params = {}
1736
+
1737
+ # header parameters
1738
+ header_params = {}
1739
+ # HTTP header 'Content-Type'
1740
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
1741
+
1742
+ # form parameters
1743
+ form_params = {}
1744
+
1745
+ # http body (model)
1746
+ post_body = @api_client.object_to_http_body(opts[:'data'])
1747
+ auth_names = ['apikey', 'csrf_token']
1748
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1749
+ :header_params => header_params,
1750
+ :query_params => query_params,
1751
+ :form_params => form_params,
1752
+ :body => post_body,
1753
+ :auth_names => auth_names,
1754
+ :return_type => 'AlpinePackageUpload')
1755
+ if @api_client.config.debugging
1756
+ @api_client.config.logger.debug "API called: PackagesApi#packages_upload_terraform\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1757
+ end
1758
+ return data, status_code, headers
1759
+ end
1760
+
1637
1761
  # Create a new Vagrant package
1638
1762
  # Create a new Vagrant package
1639
1763
  # @param owner
@@ -2835,6 +2959,66 @@ module CloudsmithApi
2835
2959
  return data, status_code, headers
2836
2960
  end
2837
2961
 
2962
+ # Validate parameters for create Terraform package
2963
+ # Validate parameters for create Terraform package
2964
+ # @param owner
2965
+ # @param repo
2966
+ # @param [Hash] opts the optional parameters
2967
+ # @option opts [PackagesValidateuploadTerraform] :data
2968
+ # @return [nil]
2969
+ def packages_validate_upload_terraform(owner, repo, opts = {})
2970
+ packages_validate_upload_terraform_with_http_info(owner, repo, opts)
2971
+ return nil
2972
+ end
2973
+
2974
+ # Validate parameters for create Terraform package
2975
+ # Validate parameters for create Terraform package
2976
+ # @param owner
2977
+ # @param repo
2978
+ # @param [Hash] opts the optional parameters
2979
+ # @option opts [PackagesValidateuploadTerraform] :data
2980
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
2981
+ def packages_validate_upload_terraform_with_http_info(owner, repo, opts = {})
2982
+ if @api_client.config.debugging
2983
+ @api_client.config.logger.debug "Calling API: PackagesApi.packages_validate_upload_terraform ..."
2984
+ end
2985
+ # verify the required parameter 'owner' is set
2986
+ if @api_client.config.client_side_validation && owner.nil?
2987
+ fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_validate_upload_terraform"
2988
+ end
2989
+ # verify the required parameter 'repo' is set
2990
+ if @api_client.config.client_side_validation && repo.nil?
2991
+ fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_validate_upload_terraform"
2992
+ end
2993
+ # resource path
2994
+ local_var_path = "/packages/{owner}/{repo}/validate-upload/terraform/".sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
2995
+
2996
+ # query parameters
2997
+ query_params = {}
2998
+
2999
+ # header parameters
3000
+ header_params = {}
3001
+ # HTTP header 'Content-Type'
3002
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
3003
+
3004
+ # form parameters
3005
+ form_params = {}
3006
+
3007
+ # http body (model)
3008
+ post_body = @api_client.object_to_http_body(opts[:'data'])
3009
+ auth_names = ['apikey', 'csrf_token']
3010
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3011
+ :header_params => header_params,
3012
+ :query_params => query_params,
3013
+ :form_params => form_params,
3014
+ :body => post_body,
3015
+ :auth_names => auth_names)
3016
+ if @api_client.config.debugging
3017
+ @api_client.config.logger.debug "API called: PackagesApi#packages_validate_upload_terraform\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3018
+ end
3019
+ return data, status_code, headers
3020
+ end
3021
+
2838
3022
  # Validate parameters for create Vagrant package
2839
3023
  # Validate parameters for create Vagrant package
2840
3024
  # @param owner