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
@@ -1,3 +0,0 @@
1
- module FFI
2
- VERSION = '1.13.0'
3
- end
@@ -1,56 +0,0 @@
1
- Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
- You can redistribute it and/or modify it under either the terms of the
3
- 2-clause BSDL (see the file BSDL), or the conditions below:
4
-
5
- 1. You may make and give away verbatim copies of the source form of the
6
- software without restriction, provided that you duplicate all of the
7
- original copyright notices and associated disclaimers.
8
-
9
- 2. You may modify your copy of the software in any way, provided that
10
- you do at least ONE of the following:
11
-
12
- a) place your modifications in the Public Domain or otherwise
13
- make them Freely Available, such as by posting said
14
- modifications to Usenet or an equivalent medium, or by allowing
15
- the author to include your modifications in the software.
16
-
17
- b) use the modified software only within your corporation or
18
- organization.
19
-
20
- c) give non-standard binaries non-standard names, with
21
- instructions on where to get the original software distribution.
22
-
23
- d) make other distribution arrangements with the author.
24
-
25
- 3. You may distribute the software in object code or binary form,
26
- provided that you do at least ONE of the following:
27
-
28
- a) distribute the binaries and library files of the software,
29
- together with instructions (in the manual page or equivalent)
30
- on where to get the original distribution.
31
-
32
- b) accompany the distribution with the machine-readable source of
33
- the software.
34
-
35
- c) give non-standard binaries non-standard names, with
36
- instructions on where to get the original software distribution.
37
-
38
- d) make other distribution arrangements with the author.
39
-
40
- 4. You may modify and include the part of the software into any other
41
- software (possibly commercial). But some files in the distribution
42
- are not written by the author, so that they are not under these terms.
43
-
44
- For the list of those files and their copying conditions, see the
45
- file LEGAL.
46
-
47
- 5. The scripts and library files supplied as input to or produced as
48
- output from the software do not automatically fall under the
49
- copyright of the software, but belong to whomever generated them,
50
- and may be sold commercially, and may be aggregated with this
51
- software.
52
-
53
- 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54
- IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56
- PURPOSE.
@@ -1,63 +0,0 @@
1
- #frozen_string_literal: false
2
- require 'json/common'
3
-
4
- ##
5
- # = JavaScript Object Notation (JSON)
6
- #
7
- # JSON is a lightweight data-interchange format. It is easy for us
8
- # humans to read and write. Plus, equally simple for machines to generate or parse.
9
- # JSON is completely language agnostic, making it the ideal interchange format.
10
- #
11
- # Built on two universally available structures:
12
- # 1. A collection of name/value pairs. Often referred to as an _object_, hash table, record, struct, keyed list, or associative array.
13
- # 2. An ordered list of values. More commonly called an _array_, vector, sequence or list.
14
- #
15
- # To read more about JSON visit: http://json.org
16
- #
17
- # == Parsing JSON
18
- #
19
- # To parse a JSON string received by another application or generated within
20
- # your existing application:
21
- #
22
- # require 'json'
23
- #
24
- # my_hash = JSON.parse('{"hello": "goodbye"}')
25
- # puts my_hash["hello"] => "goodbye"
26
- #
27
- # Notice the extra quotes <tt>''</tt> around the hash notation. Ruby expects
28
- # the argument to be a string and can't convert objects like a hash or array.
29
- #
30
- # Ruby converts your string into a hash
31
- #
32
- # == Generating JSON
33
- #
34
- # Creating a JSON string for communication or serialization is
35
- # just as simple.
36
- #
37
- # require 'json'
38
- #
39
- # my_hash = {:hello => "goodbye"}
40
- # puts JSON.generate(my_hash) => "{\"hello\":\"goodbye\"}"
41
- #
42
- # Or an alternative way:
43
- #
44
- # require 'json'
45
- # puts {:hello => "goodbye"}.to_json => "{\"hello\":\"goodbye\"}"
46
- #
47
- # <tt>JSON.generate</tt> only allows objects or arrays to be converted
48
- # to JSON syntax. <tt>to_json</tt>, however, accepts many Ruby classes
49
- # even though it acts only as a method for serialization:
50
- #
51
- # require 'json'
52
- #
53
- # 1.to_json => "1"
54
- #
55
- module JSON
56
- require 'json/version'
57
-
58
- begin
59
- require 'json/ext'
60
- rescue LoadError
61
- require 'json/pure'
62
- end
63
- end
@@ -1,456 +0,0 @@
1
- #frozen_string_literal: false
2
- require 'json/version'
3
- require 'json/generic_object'
4
-
5
- module JSON
6
- class << self
7
- # If _object_ is string-like, parse the string and return the parsed
8
- # result as a Ruby data structure. Otherwise generate a JSON text from the
9
- # Ruby data structure object and return it.
10
- #
11
- # The _opts_ argument is passed through to generate/parse respectively.
12
- # See generate and parse for their documentation.
13
- def [](object, opts = {})
14
- if object.respond_to? :to_str
15
- JSON.parse(object.to_str, opts)
16
- else
17
- JSON.generate(object, opts)
18
- end
19
- end
20
-
21
- # Returns the JSON parser class that is used by JSON. This is either
22
- # JSON::Ext::Parser or JSON::Pure::Parser.
23
- attr_reader :parser
24
-
25
- # Set the JSON parser class _parser_ to be used by JSON.
26
- def parser=(parser) # :nodoc:
27
- @parser = parser
28
- remove_const :Parser if const_defined?(:Parser, false)
29
- const_set :Parser, parser
30
- end
31
-
32
- # Return the constant located at _path_. The format of _path_ has to be
33
- # either ::A::B::C or A::B::C. In any case, A has to be located at the top
34
- # level (absolute namespace path?). If there doesn't exist a constant at
35
- # the given path, an ArgumentError is raised.
36
- def deep_const_get(path) # :nodoc:
37
- path.to_s.split(/::/).inject(Object) do |p, c|
38
- case
39
- when c.empty? then p
40
- when p.const_defined?(c, true) then p.const_get(c)
41
- else
42
- begin
43
- p.const_missing(c)
44
- rescue NameError => e
45
- raise ArgumentError, "can't get const #{path}: #{e}"
46
- end
47
- end
48
- end
49
- end
50
-
51
- # Set the module _generator_ to be used by JSON.
52
- def generator=(generator) # :nodoc:
53
- old, $VERBOSE = $VERBOSE, nil
54
- @generator = generator
55
- generator_methods = generator::GeneratorMethods
56
- for const in generator_methods.constants
57
- klass = deep_const_get(const)
58
- modul = generator_methods.const_get(const)
59
- klass.class_eval do
60
- instance_methods(false).each do |m|
61
- m.to_s == 'to_json' and remove_method m
62
- end
63
- include modul
64
- end
65
- end
66
- self.state = generator::State
67
- const_set :State, self.state
68
- const_set :SAFE_STATE_PROTOTYPE, State.new
69
- const_set :FAST_STATE_PROTOTYPE, State.new(
70
- :indent => '',
71
- :space => '',
72
- :object_nl => "",
73
- :array_nl => "",
74
- :max_nesting => false
75
- )
76
- const_set :PRETTY_STATE_PROTOTYPE, State.new(
77
- :indent => ' ',
78
- :space => ' ',
79
- :object_nl => "\n",
80
- :array_nl => "\n"
81
- )
82
- ensure
83
- $VERBOSE = old
84
- end
85
-
86
- # Returns the JSON generator module that is used by JSON. This is
87
- # either JSON::Ext::Generator or JSON::Pure::Generator.
88
- attr_reader :generator
89
-
90
- # Returns the JSON generator state class that is used by JSON. This is
91
- # either JSON::Ext::Generator::State or JSON::Pure::Generator::State.
92
- attr_accessor :state
93
-
94
- # This is create identifier, which is used to decide if the _json_create_
95
- # hook of a class should be called. It defaults to 'json_class'.
96
- attr_accessor :create_id
97
- end
98
- self.create_id = 'json_class'
99
-
100
- NaN = 0.0/0
101
-
102
- Infinity = 1.0/0
103
-
104
- MinusInfinity = -Infinity
105
-
106
- # The base exception for JSON errors.
107
- class JSONError < StandardError
108
- def self.wrap(exception)
109
- obj = new("Wrapped(#{exception.class}): #{exception.message.inspect}")
110
- obj.set_backtrace exception.backtrace
111
- obj
112
- end
113
- end
114
-
115
- # This exception is raised if a parser error occurs.
116
- class ParserError < JSONError; end
117
-
118
- # This exception is raised if the nesting of parsed data structures is too
119
- # deep.
120
- class NestingError < ParserError; end
121
-
122
- # :stopdoc:
123
- class CircularDatastructure < NestingError; end
124
- # :startdoc:
125
-
126
- # This exception is raised if a generator or unparser error occurs.
127
- class GeneratorError < JSONError; end
128
- # For backwards compatibility
129
- UnparserError = GeneratorError
130
-
131
- # This exception is raised if the required unicode support is missing on the
132
- # system. Usually this means that the iconv library is not installed.
133
- class MissingUnicodeSupport < JSONError; end
134
-
135
- module_function
136
-
137
- # Parse the JSON document _source_ into a Ruby data structure and return it.
138
- #
139
- # _opts_ can have the following
140
- # keys:
141
- # * *max_nesting*: The maximum depth of nesting allowed in the parsed data
142
- # structures. Disable depth checking with :max_nesting => false. It
143
- # defaults to 100.
144
- # * *allow_nan*: If set to true, allow NaN, Infinity and -Infinity in
145
- # defiance of RFC 7159 to be parsed by the Parser. This option defaults
146
- # to false.
147
- # * *symbolize_names*: If set to true, returns symbols for the names
148
- # (keys) in a JSON object. Otherwise strings are returned. Strings are
149
- # the default.
150
- # * *create_additions*: If set to false, the Parser doesn't create
151
- # additions even if a matching class and create_id was found. This option
152
- # defaults to false.
153
- # * *object_class*: Defaults to Hash
154
- # * *array_class*: Defaults to Array
155
- def parse(source, opts = {})
156
- Parser.new(source, **(opts||{})).parse
157
- end
158
-
159
- # Parse the JSON document _source_ into a Ruby data structure and return it.
160
- # The bang version of the parse method defaults to the more dangerous values
161
- # for the _opts_ hash, so be sure only to parse trusted _source_ documents.
162
- #
163
- # _opts_ can have the following keys:
164
- # * *max_nesting*: The maximum depth of nesting allowed in the parsed data
165
- # structures. Enable depth checking with :max_nesting => anInteger. The
166
- # parse! methods defaults to not doing max depth checking: This can be
167
- # dangerous if someone wants to fill up your stack.
168
- # * *allow_nan*: If set to true, allow NaN, Infinity, and -Infinity in
169
- # defiance of RFC 7159 to be parsed by the Parser. This option defaults
170
- # to true.
171
- # * *create_additions*: If set to false, the Parser doesn't create
172
- # additions even if a matching class and create_id was found. This option
173
- # defaults to false.
174
- def parse!(source, opts = {})
175
- opts = {
176
- :max_nesting => false,
177
- :allow_nan => true
178
- }.merge(opts)
179
- Parser.new(source, **(opts||{})).parse
180
- end
181
-
182
- # Generate a JSON document from the Ruby data structure _obj_ and return
183
- # it. _state_ is * a JSON::State object,
184
- # * or a Hash like object (responding to to_hash),
185
- # * an object convertible into a hash by a to_h method,
186
- # that is used as or to configure a State object.
187
- #
188
- # It defaults to a state object, that creates the shortest possible JSON text
189
- # in one line, checks for circular data structures and doesn't allow NaN,
190
- # Infinity, and -Infinity.
191
- #
192
- # A _state_ hash can have the following keys:
193
- # * *indent*: a string used to indent levels (default: ''),
194
- # * *space*: a string that is put after, a : or , delimiter (default: ''),
195
- # * *space_before*: a string that is put before a : pair delimiter (default: ''),
196
- # * *object_nl*: a string that is put at the end of a JSON object (default: ''),
197
- # * *array_nl*: a string that is put at the end of a JSON array (default: ''),
198
- # * *allow_nan*: true if NaN, Infinity, and -Infinity should be
199
- # generated, otherwise an exception is thrown if these values are
200
- # encountered. This options defaults to false.
201
- # * *max_nesting*: The maximum depth of nesting allowed in the data
202
- # structures from which JSON is to be generated. Disable depth checking
203
- # with :max_nesting => false, it defaults to 100.
204
- #
205
- # See also the fast_generate for the fastest creation method with the least
206
- # amount of sanity checks, and the pretty_generate method for some
207
- # defaults for pretty output.
208
- def generate(obj, opts = nil)
209
- if State === opts
210
- state, opts = opts, nil
211
- else
212
- state = SAFE_STATE_PROTOTYPE.dup
213
- end
214
- if opts
215
- if opts.respond_to? :to_hash
216
- opts = opts.to_hash
217
- elsif opts.respond_to? :to_h
218
- opts = opts.to_h
219
- else
220
- raise TypeError, "can't convert #{opts.class} into Hash"
221
- end
222
- state = state.configure(opts)
223
- end
224
- state.generate(obj)
225
- end
226
-
227
- # :stopdoc:
228
- # I want to deprecate these later, so I'll first be silent about them, and
229
- # later delete them.
230
- alias unparse generate
231
- module_function :unparse
232
- # :startdoc:
233
-
234
- # Generate a JSON document from the Ruby data structure _obj_ and return it.
235
- # This method disables the checks for circles in Ruby objects.
236
- #
237
- # *WARNING*: Be careful not to pass any Ruby data structures with circles as
238
- # _obj_ argument because this will cause JSON to go into an infinite loop.
239
- def fast_generate(obj, opts = nil)
240
- if State === opts
241
- state, opts = opts, nil
242
- else
243
- state = FAST_STATE_PROTOTYPE.dup
244
- end
245
- if opts
246
- if opts.respond_to? :to_hash
247
- opts = opts.to_hash
248
- elsif opts.respond_to? :to_h
249
- opts = opts.to_h
250
- else
251
- raise TypeError, "can't convert #{opts.class} into Hash"
252
- end
253
- state.configure(opts)
254
- end
255
- state.generate(obj)
256
- end
257
-
258
- # :stopdoc:
259
- # I want to deprecate these later, so I'll first be silent about them, and later delete them.
260
- alias fast_unparse fast_generate
261
- module_function :fast_unparse
262
- # :startdoc:
263
-
264
- # Generate a JSON document from the Ruby data structure _obj_ and return it.
265
- # The returned document is a prettier form of the document returned by
266
- # #unparse.
267
- #
268
- # The _opts_ argument can be used to configure the generator. See the
269
- # generate method for a more detailed explanation.
270
- def pretty_generate(obj, opts = nil)
271
- if State === opts
272
- state, opts = opts, nil
273
- else
274
- state = PRETTY_STATE_PROTOTYPE.dup
275
- end
276
- if opts
277
- if opts.respond_to? :to_hash
278
- opts = opts.to_hash
279
- elsif opts.respond_to? :to_h
280
- opts = opts.to_h
281
- else
282
- raise TypeError, "can't convert #{opts.class} into Hash"
283
- end
284
- state.configure(opts)
285
- end
286
- state.generate(obj)
287
- end
288
-
289
- # :stopdoc:
290
- # I want to deprecate these later, so I'll first be silent about them, and later delete them.
291
- alias pretty_unparse pretty_generate
292
- module_function :pretty_unparse
293
- # :startdoc:
294
-
295
- class << self
296
- # The global default options for the JSON.load method:
297
- # :max_nesting: false
298
- # :allow_nan: true
299
- # :allow_blank: true
300
- attr_accessor :load_default_options
301
- end
302
- self.load_default_options = {
303
- :max_nesting => false,
304
- :allow_nan => true,
305
- :allow_blank => true,
306
- :create_additions => true,
307
- }
308
-
309
- # Load a ruby data structure from a JSON _source_ and return it. A source can
310
- # either be a string-like object, an IO-like object, or an object responding
311
- # to the read method. If _proc_ was given, it will be called with any nested
312
- # Ruby object as an argument recursively in depth first order. To modify the
313
- # default options pass in the optional _options_ argument as well.
314
- #
315
- # BEWARE: This method is meant to serialise data from trusted user input,
316
- # like from your own database server or clients under your control, it could
317
- # be dangerous to allow untrusted users to pass JSON sources into it. The
318
- # default options for the parser can be changed via the load_default_options
319
- # method.
320
- #
321
- # This method is part of the implementation of the load/dump interface of
322
- # Marshal and YAML.
323
- def load(source, proc = nil, options = {})
324
- opts = load_default_options.merge options
325
- if source.respond_to? :to_str
326
- source = source.to_str
327
- elsif source.respond_to? :to_io
328
- source = source.to_io.read
329
- elsif source.respond_to?(:read)
330
- source = source.read
331
- end
332
- if opts[:allow_blank] && (source.nil? || source.empty?)
333
- source = 'null'
334
- end
335
- result = parse(source, opts)
336
- recurse_proc(result, &proc) if proc
337
- result
338
- end
339
-
340
- # Recursively calls passed _Proc_ if the parsed data structure is an _Array_ or _Hash_
341
- def recurse_proc(result, &proc)
342
- case result
343
- when Array
344
- result.each { |x| recurse_proc x, &proc }
345
- proc.call result
346
- when Hash
347
- result.each { |x, y| recurse_proc x, &proc; recurse_proc y, &proc }
348
- proc.call result
349
- else
350
- proc.call result
351
- end
352
- end
353
-
354
- alias restore load
355
- module_function :restore
356
-
357
- class << self
358
- # The global default options for the JSON.dump method:
359
- # :max_nesting: false
360
- # :allow_nan: true
361
- # :allow_blank: true
362
- attr_accessor :dump_default_options
363
- end
364
- self.dump_default_options = {
365
- :max_nesting => false,
366
- :allow_nan => true,
367
- }
368
-
369
- # Dumps _obj_ as a JSON string, i.e. calls generate on the object and returns
370
- # the result.
371
- #
372
- # If anIO (an IO-like object or an object that responds to the write method)
373
- # was given, the resulting JSON is written to it.
374
- #
375
- # If the number of nested arrays or objects exceeds _limit_, an ArgumentError
376
- # exception is raised. This argument is similar (but not exactly the
377
- # same!) to the _limit_ argument in Marshal.dump.
378
- #
379
- # The default options for the generator can be changed via the
380
- # dump_default_options method.
381
- #
382
- # This method is part of the implementation of the load/dump interface of
383
- # Marshal and YAML.
384
- def dump(obj, anIO = nil, limit = nil)
385
- if anIO and limit.nil?
386
- anIO = anIO.to_io if anIO.respond_to?(:to_io)
387
- unless anIO.respond_to?(:write)
388
- limit = anIO
389
- anIO = nil
390
- end
391
- end
392
- opts = JSON.dump_default_options
393
- opts = opts.merge(:max_nesting => limit) if limit
394
- result = generate(obj, opts)
395
- if anIO
396
- anIO.write result
397
- anIO
398
- else
399
- result
400
- end
401
- rescue JSON::NestingError
402
- raise ArgumentError, "exceed depth limit"
403
- end
404
-
405
- # Encodes string using Ruby's _String.encode_
406
- def self.iconv(to, from, string)
407
- string.encode(to, from)
408
- end
409
- end
410
-
411
- module ::Kernel
412
- private
413
-
414
- # Outputs _objs_ to STDOUT as JSON strings in the shortest form, that is in
415
- # one line.
416
- def j(*objs)
417
- objs.each do |obj|
418
- puts JSON::generate(obj, :allow_nan => true, :max_nesting => false)
419
- end
420
- nil
421
- end
422
-
423
- # Outputs _objs_ to STDOUT as JSON strings in a pretty format, with
424
- # indentation and over many lines.
425
- def jj(*objs)
426
- objs.each do |obj|
427
- puts JSON::pretty_generate(obj, :allow_nan => true, :max_nesting => false)
428
- end
429
- nil
430
- end
431
-
432
- # If _object_ is string-like, parse the string and return the parsed result as
433
- # a Ruby data structure. Otherwise, generate a JSON text from the Ruby data
434
- # structure object and return it.
435
- #
436
- # The _opts_ argument is passed through to generate/parse respectively. See
437
- # generate and parse for their documentation.
438
- def JSON(object, *args)
439
- if object.respond_to? :to_str
440
- JSON.parse(object.to_str, args.first)
441
- else
442
- JSON.generate(object, args.first)
443
- end
444
- end
445
- end
446
-
447
- # Extends any Class to include _json_creatable?_ method.
448
- class ::Class
449
- # Returns true if this class can be used to create an instance
450
- # from a serialised JSON string. The class has to implement a class
451
- # method _json_create_ that expects a hash as first parameter. The hash
452
- # should include the required data.
453
- def json_creatable?
454
- respond_to?(:json_create)
455
- end
456
- end