cloudsmith-api 2.0.16 → 2.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1386) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +8 -8
  3. data/README.md +26 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +3 -0
  6. data/docs/CargoPackageUpload.md +3 -0
  7. data/docs/CocoapodsPackageUpload.md +3 -0
  8. data/docs/ComposerPackageUpload.md +3 -0
  9. data/docs/ConanPackageUpload.md +3 -0
  10. data/docs/CondaPackageUpload.md +3 -0
  11. data/docs/CranPackageUpload.md +3 -0
  12. data/docs/DartPackageUpload.md +3 -0
  13. data/docs/DebPackageUpload.md +3 -0
  14. data/docs/DockerPackageUpload.md +3 -0
  15. data/docs/DockerUpstreamRequest.md +2 -0
  16. data/docs/DockerUpstreamRequestPatch.md +2 -0
  17. data/docs/EntitlementsApi.md +3 -1
  18. data/docs/ErrorDetail.md +1 -0
  19. data/docs/GoPackageUpload.md +3 -0
  20. data/docs/HelmPackageUpload.md +3 -0
  21. data/docs/HexPackageUpload.md +3 -0
  22. data/docs/InlineResponse200.md +8 -0
  23. data/docs/LuarocksPackageUpload.md +3 -0
  24. data/docs/MavenPackageUpload.md +3 -0
  25. data/docs/MavenPackageUploadRequest.md +1 -0
  26. data/docs/NpmPackageUpload.md +3 -0
  27. data/docs/NugetPackageUpload.md +3 -0
  28. data/docs/OrganizationMembershipRequestPatch.md +7 -0
  29. data/docs/OrganizationMembershipRoleUpdate.md +18 -0
  30. data/docs/OrganizationMembershipRoleUpdateRequestPatch.md +8 -0
  31. data/docs/OrganizationMembershipVisibilityUpdate.md +18 -0
  32. data/docs/OrganizationMembershipVisibilityUpdateRequestPatch.md +8 -0
  33. data/docs/OrganizationSAMLAuth.md +11 -0
  34. data/docs/OrganizationSAMLAuthRequestPatch.md +11 -0
  35. data/docs/OrgsApi.md +342 -4
  36. data/docs/P2PackageUpload.md +3 -0
  37. data/docs/Package.md +3 -0
  38. data/docs/PackageCopy.md +3 -0
  39. data/docs/PackageMove.md +3 -0
  40. data/docs/PackageQuarantine.md +3 -0
  41. data/docs/PackageResync.md +3 -0
  42. data/docs/PackageTag.md +3 -0
  43. data/docs/PythonPackageUpload.md +3 -0
  44. data/docs/RawPackageUpload.md +3 -0
  45. data/docs/ReposApi.md +124 -0
  46. data/docs/Repository.md +2 -0
  47. data/docs/RepositoryCreate.md +2 -0
  48. data/docs/RepositoryCreateRequest.md +2 -0
  49. data/docs/RepositoryRequestPatch.md +2 -0
  50. data/docs/RepositoryX509EcdsaCertificate.md +17 -0
  51. data/docs/RepositoryX509RsaCertificate.md +17 -0
  52. data/docs/RpmPackageUpload.md +3 -0
  53. data/docs/RubyPackageUpload.md +3 -0
  54. data/docs/StatusBasic.md +1 -1
  55. data/docs/SwiftPackageUpload.md +3 -0
  56. data/docs/TerraformPackageUpload.md +3 -0
  57. data/docs/UserApi.md +178 -4
  58. data/docs/UserAuthToken.md +2 -0
  59. data/docs/UserAuthTokenRequest.md +1 -0
  60. data/docs/UserAuthenticationToken.md +10 -0
  61. data/docs/VagrantPackageUpload.md +3 -0
  62. data/docs/VulnerabilityScanResults.md +1 -1
  63. data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
  64. data/lib/cloudsmith-api/api/orgs_api.rb +323 -0
  65. data/lib/cloudsmith-api/api/repos_api.rb +120 -0
  66. data/lib/cloudsmith-api/api/user_api.rb +160 -4
  67. data/lib/cloudsmith-api/models/alpine_package_upload.rb +32 -1
  68. data/lib/cloudsmith-api/models/cargo_package_upload.rb +32 -1
  69. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +32 -1
  70. data/lib/cloudsmith-api/models/composer_package_upload.rb +32 -1
  71. data/lib/cloudsmith-api/models/conan_package_upload.rb +32 -1
  72. data/lib/cloudsmith-api/models/conda_package_upload.rb +32 -1
  73. data/lib/cloudsmith-api/models/cran_package_upload.rb +32 -1
  74. data/lib/cloudsmith-api/models/dart_package_upload.rb +32 -1
  75. data/lib/cloudsmith-api/models/dart_upstream.rb +2 -2
  76. data/lib/cloudsmith-api/models/dart_upstream_request.rb +2 -2
  77. data/lib/cloudsmith-api/models/dart_upstream_request_patch.rb +2 -2
  78. data/lib/cloudsmith-api/models/deb_package_upload.rb +32 -1
  79. data/lib/cloudsmith-api/models/docker_package_upload.rb +32 -1
  80. data/lib/cloudsmith-api/models/docker_upstream.rb +2 -2
  81. data/lib/cloudsmith-api/models/docker_upstream_request.rb +23 -3
  82. data/lib/cloudsmith-api/models/docker_upstream_request_patch.rb +23 -3
  83. data/lib/cloudsmith-api/models/error_detail.rb +16 -4
  84. data/lib/cloudsmith-api/models/go_package_upload.rb +32 -1
  85. data/lib/cloudsmith-api/models/helm_package_upload.rb +32 -1
  86. data/lib/cloudsmith-api/models/hex_package_upload.rb +32 -1
  87. data/lib/cloudsmith-api/models/inline_response_200.rb +191 -0
  88. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +32 -1
  89. data/lib/cloudsmith-api/models/maven_package_upload.rb +32 -1
  90. data/lib/cloudsmith-api/models/maven_package_upload_request.rb +13 -1
  91. data/lib/cloudsmith-api/models/npm_package_upload.rb +32 -1
  92. data/lib/cloudsmith-api/models/nuget_package_upload.rb +32 -1
  93. data/lib/cloudsmith-api/models/organization_membership_request_patch.rb +175 -0
  94. data/lib/cloudsmith-api/models/organization_membership_role_update.rb +338 -0
  95. data/lib/cloudsmith-api/models/organization_membership_role_update_request_patch.rb +220 -0
  96. data/lib/cloudsmith-api/models/organization_membership_visibility_update.rb +338 -0
  97. data/lib/cloudsmith-api/models/organization_membership_visibility_update_request_patch.rb +220 -0
  98. data/lib/cloudsmith-api/models/organization_saml_auth.rb +223 -0
  99. data/lib/cloudsmith-api/models/organization_saml_auth_request_patch.rb +213 -0
  100. data/lib/cloudsmith-api/models/p2_package_upload.rb +32 -1
  101. data/lib/cloudsmith-api/models/package.rb +32 -1
  102. data/lib/cloudsmith-api/models/package_copy.rb +32 -1
  103. data/lib/cloudsmith-api/models/package_move.rb +32 -1
  104. data/lib/cloudsmith-api/models/package_quarantine.rb +32 -1
  105. data/lib/cloudsmith-api/models/package_resync.rb +32 -1
  106. data/lib/cloudsmith-api/models/package_tag.rb +32 -1
  107. data/lib/cloudsmith-api/models/python_package_upload.rb +32 -1
  108. data/lib/cloudsmith-api/models/raw_package_upload.rb +32 -1
  109. data/lib/cloudsmith-api/models/repository.rb +21 -1
  110. data/lib/cloudsmith-api/models/repository_create.rb +21 -1
  111. data/lib/cloudsmith-api/models/repository_create_request.rb +21 -1
  112. data/lib/cloudsmith-api/models/repository_request_patch.rb +21 -1
  113. data/lib/cloudsmith-api/models/repository_x509_ecdsa_certificate.rb +306 -0
  114. data/lib/cloudsmith-api/models/repository_x509_rsa_certificate.rb +306 -0
  115. data/lib/cloudsmith-api/models/rpm_package_upload.rb +32 -1
  116. data/lib/cloudsmith-api/models/ruby_package_upload.rb +32 -1
  117. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  118. data/lib/cloudsmith-api/models/swift_package_upload.rb +32 -1
  119. data/lib/cloudsmith-api/models/terraform_package_upload.rb +32 -1
  120. data/lib/cloudsmith-api/models/user_auth_token.rb +24 -4
  121. data/lib/cloudsmith-api/models/user_auth_token_request.rb +14 -4
  122. data/lib/cloudsmith-api/models/user_authentication_token.rb +205 -0
  123. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +32 -1
  124. data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +20 -18
  125. data/lib/cloudsmith-api/version.rb +1 -1
  126. data/lib/cloudsmith-api.rb +11 -0
  127. data/spec/api/entitlements_api_spec.rb +1 -0
  128. data/spec/api/orgs_api_spec.rb +76 -0
  129. data/spec/api/repos_api_spec.rb +26 -0
  130. data/spec/api/user_api_spec.rb +38 -2
  131. data/spec/models/alpine_package_upload_spec.rb +18 -0
  132. data/spec/models/cargo_package_upload_spec.rb +18 -0
  133. data/spec/models/cocoapods_package_upload_spec.rb +18 -0
  134. data/spec/models/composer_package_upload_spec.rb +18 -0
  135. data/spec/models/conan_package_upload_spec.rb +18 -0
  136. data/spec/models/conda_package_upload_spec.rb +18 -0
  137. data/spec/models/cran_package_upload_spec.rb +18 -0
  138. data/spec/models/dart_package_upload_spec.rb +18 -0
  139. data/spec/models/dart_upstream_request_patch_spec.rb +1 -1
  140. data/spec/models/dart_upstream_request_spec.rb +1 -1
  141. data/spec/models/dart_upstream_spec.rb +1 -1
  142. data/spec/models/deb_package_upload_spec.rb +18 -0
  143. data/spec/models/docker_package_upload_spec.rb +18 -0
  144. data/spec/models/docker_upstream_request_patch_spec.rb +13 -1
  145. data/spec/models/docker_upstream_request_spec.rb +13 -1
  146. data/spec/models/docker_upstream_spec.rb +1 -1
  147. data/spec/models/error_detail_spec.rb +6 -0
  148. data/spec/models/format_support_upstream_spec.rb +1 -1
  149. data/spec/models/go_package_upload_spec.rb +18 -0
  150. data/spec/models/helm_package_upload_spec.rb +18 -0
  151. data/spec/models/hex_package_upload_spec.rb +18 -0
  152. data/spec/models/inline_response_200_spec.rb +41 -0
  153. data/spec/models/luarocks_package_upload_spec.rb +18 -0
  154. data/spec/models/maven_package_upload_request_spec.rb +6 -0
  155. data/spec/models/maven_package_upload_spec.rb +18 -0
  156. data/spec/models/npm_package_upload_spec.rb +18 -0
  157. data/spec/models/nuget_package_upload_spec.rb +18 -0
  158. data/spec/models/organization_membership_request_patch_spec.rb +35 -0
  159. data/spec/models/organization_membership_role_update_request_patch_spec.rb +45 -0
  160. data/spec/models/organization_membership_role_update_spec.rb +113 -0
  161. data/spec/models/organization_membership_visibility_update_request_patch_spec.rb +45 -0
  162. data/spec/models/organization_membership_visibility_update_spec.rb +113 -0
  163. data/spec/models/organization_saml_auth_request_patch_spec.rb +59 -0
  164. data/spec/models/organization_saml_auth_spec.rb +59 -0
  165. data/spec/models/p2_package_upload_spec.rb +18 -0
  166. data/spec/models/package_copy_spec.rb +18 -0
  167. data/spec/models/package_move_spec.rb +18 -0
  168. data/spec/models/package_quarantine_spec.rb +18 -0
  169. data/spec/models/package_resync_spec.rb +18 -0
  170. data/spec/models/package_spec.rb +18 -0
  171. data/spec/models/package_tag_spec.rb +18 -0
  172. data/spec/models/python_package_upload_spec.rb +18 -0
  173. data/spec/models/raw_package_upload_spec.rb +18 -0
  174. data/spec/models/repository_create_request_spec.rb +12 -0
  175. data/spec/models/repository_create_spec.rb +12 -0
  176. data/spec/models/repository_request_patch_spec.rb +12 -0
  177. data/spec/models/repository_spec.rb +12 -0
  178. data/spec/models/repository_x509_ecdsa_certificate_spec.rb +99 -0
  179. data/spec/models/repository_x509_rsa_certificate_spec.rb +99 -0
  180. data/spec/models/rpm_package_upload_spec.rb +18 -0
  181. data/spec/models/ruby_package_upload_spec.rb +18 -0
  182. data/spec/models/swift_package_upload_spec.rb +18 -0
  183. data/spec/models/terraform_package_upload_spec.rb +18 -0
  184. data/spec/models/user_auth_token_request_spec.rb +6 -0
  185. data/spec/models/user_auth_token_spec.rb +12 -0
  186. data/spec/models/user_authentication_token_spec.rb +53 -0
  187. data/spec/models/vagrant_package_upload_spec.rb +18 -0
  188. data/spec/models/vulnerability_scan_results_spec.rb +2 -2
  189. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.22.gem +0 -0
  190. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
  191. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
  192. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2.gem +0 -0
  193. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.4.1.gem +0 -0
  194. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
  195. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
  196. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +14 -0
  197. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
  198. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/gem_make.out +157 -0
  199. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/mkmf.log +674 -0
  200. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/ffi_c.so +0 -0
  201. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +44 -0
  202. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +299 -0
  203. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  204. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  205. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/CHANGELOG.md +155 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/README.md +87 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/lib/autotest-fsevent/version.rb +5 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/Makefile +267 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c +7790 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/extconf.rb +64 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.c +28 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.o +0 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal/util.rb +185 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CHANGELOG.md +506 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CODE_OF_CONDUCT.md +128 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CONTRIBUTING.md +71 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CONTRIBUTORS.md +48 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/LICENCE.md +40 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/Manifest.txt +115 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/README.md +92 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/Rakefile +99 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/SECURITY.md +41 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/docs/artistic.txt +127 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/change.rb +174 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/htmldiff.rb +160 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/hunk.rb +379 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/ldiff.rb +189 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/version.rb +7 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs.rb +742 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/mise.toml +5 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/123_x +2 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/456_x +2 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/file1.bin +0 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/file2.bin +0 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/four_lines +4 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/four_lines_with_missing_new_line +4 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line1-e +1 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line1-f +1 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line2-e +1 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/diff.missing_new_line2-f +1 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.chef-e +2 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.chef-f +2 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line1-e +1 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line1-f +1 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line2-e +1 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/error.diff.missing_new_line2-f +1 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2 +1 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-c +1 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-e +1 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-f +1 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin2-u +1 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +5 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +9 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +6 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +6 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +7 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +5 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +9 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +1 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +1 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +7 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context +4 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +9 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +3 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +3 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +6 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1 +5 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-c +14 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line1-u +9 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2 +5 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-c +14 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.missing_new_line2-u +9 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/hunk_spec.rb +83 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/issues_spec.rb +160 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/ldiff_spec.rb +100 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/patch_spec.rb +416 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/spec/spec_helper.rb +376 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/CHANGELOG.md +473 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Gemfile +23 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Rakefile +206 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/.sitearchdir.time +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/AbstractMemory.o +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ArrayType.o +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Buffer.o +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Call.o +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.o +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.o +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Function.c +1081 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Function.o +0 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/FunctionInfo.o +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LastError.o +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LongDouble.o +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +266 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.o +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MemoryPointer.o +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.o +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Platform.o +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Pointer.o +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Struct.o +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructByValue.o +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructLayout.o +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Thread.o +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Type.o +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Types.o +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Variadic.o +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi.o +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi_c.so +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.allow-ai-service +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.github/workflows/emscripten.yml +160 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.am +158 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.in +2107 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/README.md +548 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/acinclude.m4 +383 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.guess +1812 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.sub +1973 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure +22807 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.ac +452 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.host +332 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/Makefile.in +819 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +4 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/fficonfig.h.in +188 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/Makefile.in +610 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_cfi.h +78 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_common.h +201 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/Makefile.in +566 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffi.c +1145 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffitarget.h +97 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/internal.h +146 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/sysv.S +699 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/ffi.c +447 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/closures.c +1107 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/dlmalloc.c +5172 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/ffitarget.h +249 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/n32.S +827 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/o32.S +565 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi.c +188 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1160 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +933 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +613 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +421 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/prep_cif.c +280 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/ffi.c +783 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/internal.h +22 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/sysv.S +363 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/ffi.c +484 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffi.c +695 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi.c +835 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi64.c +953 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.am +88 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.in +618 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +34 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build.sh +46 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +23 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +99 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +108 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +114 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +119 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +54 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +88 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +135 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +141 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +31 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +94 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +94 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +86 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/ffi.rb +109 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/version.rb +3 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi_c.so +0 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/auto_pointer.rbs +26 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/sig/ffi/library.rbs +42 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  387. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  388. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/NEWS.md +699 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/baseparser.rb +887 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/parsers/pullparser.rb +213 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/rexml.rb +39 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/source.rb +383 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.4.1/lib/rexml/text.rb +423 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/Changelog.md +2425 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/drb.rb +120 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/example.rb +666 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/filter_manager.rb +231 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/reporter.rb +266 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/version.rb +9 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/Changelog.md +408 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/spec/shell_out.rb +113 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/version.rb +9 -0
  403. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.22.gemspec +44 -0
  404. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.9.gemspec +25 -0
  405. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.6.1.gemspec +46 -0
  406. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.2.gemspec +43 -0
  407. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.4.1.gemspec +25 -0
  408. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.3.gemspec +37 -0
  409. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.2.gemspec +36 -0
  410. metadata +1079 -979
  411. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.21.gem +0 -0
  412. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.8.gem +0 -0
  413. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.1.gem +0 -0
  414. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.0.gem +0 -0
  415. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.3.9.gem +0 -0
  416. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.2.gem +0 -0
  417. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.1.gem +0 -0
  418. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +0 -14
  419. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/bigdecimal.so +0 -0
  420. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/gem_make.out +0 -161
  421. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/mkmf.log +0 -894
  422. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/ffi_c.so +0 -0
  423. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/gem_make.out +0 -44
  424. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/mkmf.log +0 -299
  425. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/CHANGELOG.md +0 -149
  426. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/README.md +0 -85
  427. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/lib/autotest-fsevent/version.rb +0 -5
  428. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +0 -267
  429. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c +0 -7794
  430. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.o +0 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.so +0 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/extconf.rb +0 -62
  433. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c +0 -27
  434. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.o +0 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/lib/bigdecimal/util.rb +0 -185
  436. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/lib/bigdecimal.so +0 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Code-of-Conduct.md +0 -74
  438. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Contributing.md +0 -121
  439. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/History.md +0 -431
  440. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/License.md +0 -41
  441. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Manifest.txt +0 -59
  442. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/README.rdoc +0 -84
  443. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Rakefile +0 -130
  444. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/docs/artistic.txt +0 -127
  445. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +0 -174
  446. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +0 -158
  447. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +0 -363
  448. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +0 -173
  449. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +0 -741
  450. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb +0 -83
  451. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb +0 -160
  452. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb +0 -89
  453. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb +0 -416
  454. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/spec_helper.rb +0 -376
  455. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/CHANGELOG.md +0 -456
  456. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Gemfile +0 -21
  457. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/Rakefile +0 -206
  458. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/AbstractMemory.o +0 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ArrayType.o +0 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Buffer.o +0 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Call.o +0 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ClosurePool.o +0 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/DynamicLibrary.o +0 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Function.c +0 -1063
  465. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Function.o +0 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/FunctionInfo.o +0 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LastError.o +0 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/LongDouble.o +0 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +0 -266
  470. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MappedType.o +0 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MemoryPointer.o +0 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/MethodHandle.o +0 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Platform.o +0 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Pointer.o +0 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Struct.o +0 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructByValue.o +0 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/StructLayout.o +0 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Thread.o +0 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Type.o +0 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Types.o +0 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Variadic.o +0 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi.o +0 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/ffi_c.so +0 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.circleci/config.yml +0 -156
  485. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -172
  486. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/Makefile.am +0 -157
  487. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/Makefile.in +0 -2127
  488. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/README.md +0 -531
  489. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/acinclude.m4 +0 -377
  490. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/config.guess +0 -1754
  491. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/config.sub +0 -1892
  492. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure +0 -22791
  493. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure.ac +0 -451
  494. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/configure.host +0 -337
  495. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/doc/Makefile.in +0 -818
  496. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
  497. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/doc/version.texi +0 -4
  498. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/fficonfig.h.in +0 -188
  499. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/include/Makefile.in +0 -609
  500. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/include/ffi_cfi.h +0 -76
  501. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/include/ffi_common.h +0 -184
  502. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/man/Makefile.in +0 -565
  503. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1142
  504. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
  505. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/internal.h +0 -100
  506. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -695
  507. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
  508. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/arc/ffi.c +0 -443
  509. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/closures.c +0 -1107
  510. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
  511. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -251
  512. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/mips/n32.S +0 -823
  513. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/mips/o32.S +0 -561
  514. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
  515. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
  516. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
  517. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
  518. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -175
  519. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  520. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
  521. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -566
  522. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
  523. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/prep_cif.c +0 -283
  524. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
  525. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/s390/internal.h +0 -11
  526. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
  527. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
  528. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -947
  529. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/x86/ffi.c +0 -832
  530. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/src/x86/ffi64.c +0 -950
  531. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/Makefile.am +0 -87
  532. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/Makefile.in +0 -616
  533. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -54
  534. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -63
  535. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -48
  536. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -99
  537. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -108
  538. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -114
  539. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -119
  540. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -134
  541. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -140
  542. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
  543. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
  544. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
  545. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/ffi.rb +0 -50
  546. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi/version.rb +0 -3
  547. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/lib/ffi_c.so +0 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/auto_pointer.rbs +0 -27
  549. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/sig/ffi/library.rbs +0 -42
  550. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/NEWS.md +0 -646
  551. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/parsers/baseparser.rb +0 -862
  552. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/parsers/pullparser.rb +0 -209
  553. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/rexml.rb +0 -39
  554. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/source.rb +0 -334
  555. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/text.rb +0 -448
  556. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/Changelog.md +0 -2415
  557. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/lib/rspec/core/drb.rb +0 -120
  558. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/lib/rspec/core/example.rb +0 -666
  559. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/lib/rspec/core/filter_manager.rb +0 -231
  560. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/lib/rspec/core/reporter.rb +0 -265
  561. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.2/lib/rspec/core/version.rb +0 -9
  562. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/Changelog.md +0 -397
  563. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/lib/rspec/support/spec/shell_out.rb +0 -110
  564. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.1/lib/rspec/support/version.rb +0 -9
  565. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.21.gemspec +0 -44
  566. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.8.gemspec +0 -25
  567. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.1.gemspec +0 -50
  568. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.0.gemspec +0 -43
  569. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.3.9.gemspec +0 -25
  570. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.2.gemspec +0 -53
  571. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.1.gemspec +0 -36
  572. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/gem.build_complete +0 -0
  573. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/gem.build_complete +0 -0
  574. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.0 → ffi-1.17.2}/gem.build_complete +0 -0
  575. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/LICENSE.txt +0 -0
  576. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/Makefile +0 -0
  577. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/extconf.rb +0 -0
  578. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent.dll +0 -0
  579. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent.so +0 -0
  580. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/fsevent_sleep.c +0 -0
  581. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/make +0 -0
  582. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/ext/fsevent/nmake.bat +0 -0
  583. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/lib/autotest/fsevent.rb +0 -0
  584. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/lib/autotest-fsevent.rb +0 -0
  585. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/post-install.txt +0 -0
  586. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.21 → autotest-fsevent-0.2.22}/prebuilt/fsevent_sleep +0 -0
  587. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/LICENSE +0 -0
  588. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/bigdecimal.gemspec +0 -0
  589. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/.sitearchdir.time +0 -0
  590. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/bigdecimal.h +0 -0
  591. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/bits.h +0 -0
  592. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/feature.h +0 -0
  593. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/missing/dtoa.c +0 -0
  594. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/missing.h +0 -0
  595. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/ext/bigdecimal/static_assert.h +0 -0
  596. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/jacobian.rb +0 -0
  597. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/ludcmp.rb +0 -0
  598. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/math.rb +0 -0
  599. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal/newton.rb +0 -0
  600. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/lib/bigdecimal.rb +0 -0
  601. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/linear.rb +0 -0
  602. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/nlsolve.rb +0 -0
  603. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.8 → bigdecimal-3.1.9}/sample/pi.rb +0 -0
  604. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/.rspec +0 -0
  605. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/bin/htmldiff +0 -0
  606. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/bin/ldiff +0 -0
  607. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/docs/COPYING.txt +0 -0
  608. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/array.rb +0 -0
  609. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/backports.rb +0 -0
  610. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/block.rb +0 -0
  611. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/callbacks.rb +0 -0
  612. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/internals.rb +0 -0
  613. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff/lcs/string.rb +0 -0
  614. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/lib/diff-lcs.rb +0 -0
  615. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/change_spec.rb +0 -0
  616. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/diff_spec.rb +0 -0
  617. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/aX +0 -0
  618. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/bXaX +0 -0
  619. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ds1.csv +0 -0
  620. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ds2.csv +0 -0
  621. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0/ext/ffi_c/.sitearchdir.time → diff-lcs-1.6.1/spec/fixtures/empty} +0 -0
  622. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff +0 -0
  623. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-c +0 -0
  624. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-e +0 -0
  625. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-f +0 -0
  626. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff-u +0 -0
  627. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0/ext/ffi_c/libffi/.allow-ai-service → diff-lcs-1.6.1/spec/fixtures/ldiff/output.diff.bin1} +0 -0
  628. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef +0 -0
  629. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  630. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  631. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  632. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  633. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  634. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  635. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  636. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  637. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  638. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  639. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/new-chef +0 -0
  640. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/new-chef2 +0 -0
  641. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/old-chef +0 -0
  642. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/fixtures/old-chef2 +0 -0
  643. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/lcs_spec.rb +0 -0
  644. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/sdiff_spec.rb +0 -0
  645. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/traverse_balanced_spec.rb +0 -0
  646. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.1 → diff-lcs-1.6.1}/spec/traverse_sequences_spec.rb +0 -0
  647. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/COPYING +0 -0
  648. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/LICENSE +0 -0
  649. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/LICENSE.SPECS +0 -0
  650. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/README.md +0 -0
  651. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.c +0 -0
  652. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.h +0 -0
  653. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/ArrayType.c +0 -0
  654. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/ArrayType.h +0 -0
  655. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Buffer.c +0 -0
  656. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Call.c +0 -0
  657. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Call.h +0 -0
  658. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/ClosurePool.c +0 -0
  659. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/ClosurePool.h +0 -0
  660. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.c +0 -0
  661. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.h +0 -0
  662. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Function.h +0 -0
  663. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.c +0 -0
  664. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/LastError.c +0 -0
  665. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/LastError.h +0 -0
  666. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/LongDouble.c +0 -0
  667. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/LongDouble.h +0 -0
  668. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MappedType.c +0 -0
  669. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MappedType.h +0 -0
  670. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.c +0 -0
  671. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.h +0 -0
  672. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MethodHandle.c +0 -0
  673. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/MethodHandle.h +0 -0
  674. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Platform.c +0 -0
  675. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Platform.h +0 -0
  676. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Pointer.c +0 -0
  677. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Pointer.h +0 -0
  678. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Struct.c +0 -0
  679. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Struct.h +0 -0
  680. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/StructByValue.c +0 -0
  681. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/StructByValue.h +0 -0
  682. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/StructLayout.c +0 -0
  683. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Thread.c +0 -0
  684. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Thread.h +0 -0
  685. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Type.c +0 -0
  686. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Type.h +0 -0
  687. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Types.c +0 -0
  688. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Types.h +0 -0
  689. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/Variadic.c +0 -0
  690. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/compat.h +0 -0
  691. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/extconf.h +0 -0
  692. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/extconf.rb +0 -0
  693. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/ffi.c +0 -0
  694. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor/site.exp +0 -0
  695. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -0
  696. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor.yml +0 -0
  697. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
  698. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
  699. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -0
  700. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -0
  701. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build.sh +0 -0
  702. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/compile +0 -0
  703. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/install.sh +0 -0
  704. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
  705. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
  706. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
  707. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
  708. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
  709. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/site.exp +0 -0
  710. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
  711. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.gitattributes +0 -0
  712. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  713. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.github/workflows/build.yml +0 -0
  714. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/.gitignore +0 -0
  715. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  716. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE +0 -0
  717. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  718. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/autogen.sh +0 -0
  719. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/compile +0 -0
  720. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  721. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
  722. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/include/Makefile.am +0 -0
  723. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
  724. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/include/tramp.h +0 -0
  725. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/install-sh +0 -0
  726. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.map.in +0 -0
  727. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  728. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  729. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  730. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-version +0 -0
  731. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/ltmain.sh +0 -0
  732. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  733. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  734. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
  735. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
  736. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  737. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
  738. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  739. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  740. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  741. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  742. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
  743. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  744. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  745. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  746. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  747. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  748. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  749. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  750. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/missing +0 -0
  751. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  752. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  753. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  754. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  755. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
  756. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  757. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/msvcc.sh +0 -0
  758. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  759. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  760. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  761. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  762. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  763. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
  764. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
  765. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
  766. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
  767. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
  768. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  769. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  770. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  771. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  772. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  773. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  774. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  775. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  776. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  777. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  778. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  779. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  780. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  781. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/debug.c +0 -0
  782. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  783. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  784. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  785. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
  786. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  787. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  788. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
  789. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  790. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  791. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  792. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  793. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  794. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
  795. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
  796. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
  797. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
  798. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  799. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  800. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  801. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  802. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  803. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  804. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  805. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  806. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  807. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  808. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  809. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  810. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  811. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  812. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
  813. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  814. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
  815. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  816. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  817. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  818. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
  819. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
  820. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
  821. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
  822. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
  823. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
  824. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  825. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  826. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  827. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  828. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  829. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  830. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  831. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  832. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
  833. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  834. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
  835. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  836. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
  837. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  838. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  839. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  840. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  841. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  842. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  843. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  844. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  845. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  846. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
  847. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  848. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  849. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  850. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  851. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  852. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  853. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  854. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/tramp.c +0 -0
  855. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/types.c +0 -0
  856. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  857. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  858. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  859. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -0
  860. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  861. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
  862. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
  863. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
  864. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
  865. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
  866. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
  867. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
  868. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
  869. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  870. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
  871. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
  872. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
  873. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/stamp-h.in +0 -0
  874. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  875. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -0
  876. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
  877. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -0
  878. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
  879. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
  880. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  881. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  882. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  883. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  884. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  885. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
  886. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  887. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -0
  888. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  889. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  890. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -0
  891. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  892. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  893. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
  894. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  895. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  896. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  897. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  898. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  899. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
  900. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  901. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  902. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  903. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  904. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  905. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  906. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  907. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  908. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -0
  909. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  910. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  911. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  912. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  913. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  914. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  915. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  916. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  917. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  918. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
  919. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  920. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
  921. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  922. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
  923. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -0
  924. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
  925. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
  926. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
  927. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
  928. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  929. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
  930. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  931. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  932. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  933. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  934. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  935. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  936. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  937. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  938. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -0
  939. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -0
  940. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -0
  941. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -0
  942. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -0
  943. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -0
  944. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -0
  945. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -0
  946. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -0
  947. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  948. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
  949. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -0
  950. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -0
  951. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
  952. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  953. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
  954. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
  955. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
  956. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
  957. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
  958. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
  959. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
  960. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
  961. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
  962. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
  963. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
  964. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
  965. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
  966. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
  967. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
  968. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
  969. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
  970. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
  971. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
  972. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
  973. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
  974. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
  975. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
  976. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
  977. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
  978. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
  979. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
  980. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
  981. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
  982. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
  983. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
  984. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
  985. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
  986. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
  987. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
  988. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
  989. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
  990. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
  991. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
  992. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
  993. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
  994. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
  995. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
  996. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
  997. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
  998. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
  999. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -0
  1000. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  1001. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
  1002. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
  1003. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
  1004. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
  1005. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  1006. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  1007. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
  1008. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
  1009. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
  1010. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
  1011. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
  1012. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
  1013. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
  1014. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
  1015. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
  1016. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
  1017. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
  1018. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
  1019. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
  1020. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
  1021. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
  1022. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
  1023. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  1024. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
  1025. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -0
  1026. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
  1027. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
  1028. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
  1029. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
  1030. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -0
  1031. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -0
  1032. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
  1033. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
  1034. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
  1035. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
  1036. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
  1037. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
  1038. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
  1039. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
  1040. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  1041. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -0
  1042. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -0
  1043. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -0
  1044. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  1045. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  1046. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
  1047. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
  1048. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
  1049. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -0
  1050. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -0
  1051. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  1052. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  1053. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  1054. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  1055. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  1056. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  1057. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  1058. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  1059. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  1060. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  1061. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  1062. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  1063. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  1064. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  1065. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  1066. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  1067. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  1068. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  1069. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  1070. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  1071. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  1072. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  1073. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  1074. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  1075. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
  1076. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  1077. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  1078. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  1079. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  1080. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  1081. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  1082. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  1083. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  1084. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  1085. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  1086. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  1087. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  1088. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  1089. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  1090. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  1091. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  1092. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  1093. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  1094. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
  1095. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  1096. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  1097. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.bsd.mk +0 -0
  1098. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.darwin.mk +0 -0
  1099. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.gnu.mk +0 -0
  1100. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.mk +0 -0
  1101. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.vc.mk +0 -0
  1102. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/libffi.vc64.mk +0 -0
  1103. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/rbffi.h +0 -0
  1104. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ext/ffi_c/rbffi_endian.h +0 -0
  1105. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/ffi.gemspec +0 -0
  1106. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/abstract_memory.rb +0 -0
  1107. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/autopointer.rb +0 -0
  1108. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/buffer.rb +0 -0
  1109. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/callback.rb +0 -0
  1110. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/compat.rb +0 -0
  1111. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/data_converter.rb +0 -0
  1112. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/dynamic_library.rb +0 -0
  1113. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/enum.rb +0 -0
  1114. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/errno.rb +0 -0
  1115. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/function.rb +0 -0
  1116. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/io.rb +0 -0
  1117. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/library.rb +0 -0
  1118. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/library_path.rb +0 -0
  1119. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/managedstruct.rb +0 -0
  1120. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/memorypointer.rb +0 -0
  1121. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1122. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1123. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1124. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1125. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1126. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
  1127. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1128. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1129. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1130. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
  1131. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
  1132. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1133. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1134. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1135. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1136. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1137. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1138. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1139. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1140. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1141. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1142. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1143. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
  1144. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1145. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1146. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1147. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1148. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1149. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1150. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1151. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1152. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1153. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1154. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1155. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1156. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1157. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1158. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1159. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1160. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1161. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1162. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1163. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
  1164. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1165. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1166. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
  1167. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1168. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1169. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1170. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1171. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1172. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1173. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1174. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1175. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1176. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1177. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1178. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
  1179. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/platform.rb +0 -0
  1180. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/pointer.rb +0 -0
  1181. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/struct.rb +0 -0
  1182. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/struct_by_reference.rb +0 -0
  1183. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/struct_layout.rb +0 -0
  1184. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/struct_layout_builder.rb +0 -0
  1185. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/tools/const_generator.rb +0 -0
  1186. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/tools/generator.rb +0 -0
  1187. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/tools/generator_task.rb +0 -0
  1188. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/tools/struct_generator.rb +0 -0
  1189. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/tools/types_generator.rb +0 -0
  1190. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/types.rb +0 -0
  1191. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/union.rb +0 -0
  1192. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi/variadic.rb +0 -0
  1193. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/lib/ffi.rb +0 -0
  1194. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/rakelib/ffi_gem_helper.rb +0 -0
  1195. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/getlogin.rb +0 -0
  1196. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/getpid.rb +0 -0
  1197. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/gettimeofday.rb +0 -0
  1198. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/hello.rb +0 -0
  1199. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/hello_ractor.rb +0 -0
  1200. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/inotify.rb +0 -0
  1201. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/pty.rb +0 -0
  1202. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/qsort.rb +0 -0
  1203. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/samples/qsort_ractor.rb +0 -0
  1204. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/abstract_memory.rbs +0 -0
  1205. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/buffer.rbs +0 -0
  1206. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/data_converter.rbs +0 -0
  1207. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/dynamic_library.rbs +0 -0
  1208. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/enum.rbs +0 -0
  1209. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/function.rbs +0 -0
  1210. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/native_type.rbs +0 -0
  1211. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/pointer.rbs +0 -0
  1212. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/struct.rbs +0 -0
  1213. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/struct_by_reference.rbs +0 -0
  1214. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/struct_by_value.rbs +0 -0
  1215. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/struct_layout.rbs +0 -0
  1216. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/struct_layout_builder.rbs +0 -0
  1217. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi/type.rbs +0 -0
  1218. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.0 → ffi-1.17.2}/sig/ffi.rbs +0 -0
  1219. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/LICENSE.txt +0 -0
  1220. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/README.md +0 -0
  1221. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/context.rdoc +0 -0
  1222. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  1223. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  1224. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/rdoc/element.rdoc +0 -0
  1225. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  1226. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  1227. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
  1228. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
  1229. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
  1230. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
  1231. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
  1232. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
  1233. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/doc/rexml/tutorial.rdoc +0 -0
  1234. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/attlistdecl.rb +0 -0
  1235. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/attribute.rb +0 -0
  1236. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/cdata.rb +0 -0
  1237. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/child.rb +0 -0
  1238. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/comment.rb +0 -0
  1239. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/doctype.rb +0 -0
  1240. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/document.rb +0 -0
  1241. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/dtd/attlistdecl.rb +0 -0
  1242. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/dtd/dtd.rb +0 -0
  1243. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/dtd/elementdecl.rb +0 -0
  1244. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/dtd/entitydecl.rb +0 -0
  1245. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/dtd/notationdecl.rb +0 -0
  1246. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/element.rb +0 -0
  1247. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/encoding.rb +0 -0
  1248. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/entity.rb +0 -0
  1249. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/formatters/default.rb +0 -0
  1250. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/formatters/pretty.rb +0 -0
  1251. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/formatters/transitive.rb +0 -0
  1252. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/functions.rb +0 -0
  1253. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/instruction.rb +0 -0
  1254. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/light/node.rb +0 -0
  1255. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/namespace.rb +0 -0
  1256. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/node.rb +0 -0
  1257. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/output.rb +0 -0
  1258. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parent.rb +0 -0
  1259. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parseexception.rb +0 -0
  1260. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/lightparser.rb +0 -0
  1261. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/sax2parser.rb +0 -0
  1262. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/streamparser.rb +0 -0
  1263. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/treeparser.rb +0 -0
  1264. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/ultralightparser.rb +0 -0
  1265. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/parsers/xpathparser.rb +0 -0
  1266. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/quickpath.rb +0 -0
  1267. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/sax2listener.rb +0 -0
  1268. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/security.rb +0 -0
  1269. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/streamlistener.rb +0 -0
  1270. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/undefinednamespaceexception.rb +0 -0
  1271. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/validation/relaxng.rb +0 -0
  1272. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/validation/validation.rb +0 -0
  1273. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/validation/validationexception.rb +0 -0
  1274. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/xmldecl.rb +0 -0
  1275. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/xmltokens.rb +0 -0
  1276. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/xpath.rb +0 -0
  1277. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml/xpath_parser.rb +0 -0
  1278. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.3.9 → rexml-3.4.1}/lib/rexml.rb +0 -0
  1279. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/.document +0 -0
  1280. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/.yardopts +0 -0
  1281. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/LICENSE.md +0 -0
  1282. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/README.md +0 -0
  1283. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/exe/rspec +0 -0
  1284. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/autorun.rb +0 -0
  1285. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/backtrace_formatter.rb +0 -0
  1286. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/coordinator.rb +0 -0
  1287. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  1288. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  1289. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/server.rb +0 -0
  1290. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_command.rb +0 -0
  1291. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  1292. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/bisect/utilities.rb +0 -0
  1293. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/configuration.rb +0 -0
  1294. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/configuration_options.rb +0 -0
  1295. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/did_you_mean.rb +0 -0
  1296. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/dsl.rb +0 -0
  1297. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/example_group.rb +0 -0
  1298. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/example_status_persister.rb +0 -0
  1299. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/flat_map.rb +0 -0
  1300. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  1301. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  1302. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  1303. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  1304. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  1305. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/console_codes.rb +0 -0
  1306. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  1307. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  1308. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
  1309. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  1310. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  1311. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/helpers.rb +0 -0
  1312. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  1313. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_printer.rb +0 -0
  1314. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  1315. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  1316. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  1317. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  1318. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/protocol.rb +0 -0
  1319. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  1320. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  1321. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/formatters.rb +0 -0
  1322. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/hooks.rb +0 -0
  1323. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/invocations.rb +0 -0
  1324. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/memoized_helpers.rb +0 -0
  1325. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/metadata.rb +0 -0
  1326. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/metadata_filter.rb +0 -0
  1327. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  1328. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  1329. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  1330. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  1331. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  1332. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  1333. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/notifications.rb +0 -0
  1334. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/option_parser.rb +0 -0
  1335. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/ordering.rb +0 -0
  1336. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/output_wrapper.rb +0 -0
  1337. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/pending.rb +0 -0
  1338. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/profiler.rb +0 -0
  1339. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/.rspec +0 -0
  1340. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  1341. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/project_initializer.rb +0 -0
  1342. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/rake_task.rb +0 -0
  1343. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/ruby_project.rb +0 -0
  1344. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/runner.rb +0 -0
  1345. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/sandbox.rb +0 -0
  1346. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/set.rb +0 -0
  1347. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/shared_context.rb +0 -0
  1348. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/shared_example_group.rb +0 -0
  1349. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/shell_escape.rb +0 -0
  1350. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  1351. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/warnings.rb +0 -0
  1352. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core/world.rb +0 -0
  1353. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.2 → rspec-core-3.13.3}/lib/rspec/core.rb +0 -0
  1354. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/LICENSE.md +0 -0
  1355. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/README.md +0 -0
  1356. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/caller_filter.rb +0 -0
  1357. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/comparable_version.rb +0 -0
  1358. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/differ.rb +0 -0
  1359. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/directory_maker.rb +0 -0
  1360. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/encoded_string.rb +0 -0
  1361. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  1362. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/hunk_generator.rb +0 -0
  1363. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/matcher_definition.rb +0 -0
  1364. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/method_signature_verifier.rb +0 -0
  1365. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/mutex.rb +0 -0
  1366. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/object_formatter.rb +0 -0
  1367. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/recursive_const_methods.rb +0 -0
  1368. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/reentrant_mutex.rb +0 -0
  1369. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/ruby_features.rb +0 -0
  1370. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/location.rb +0 -0
  1371. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/node.rb +0 -0
  1372. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source/token.rb +0 -0
  1373. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/source.rb +0 -0
  1374. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  1375. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  1376. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/formatting_support.rb +0 -0
  1377. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  1378. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  1379. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  1380. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/string_matcher.rb +0 -0
  1381. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  1382. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  1383. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/spec.rb +0 -0
  1384. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/warnings.rb +0 -0
  1385. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  1386. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.1 → rspec-support-3.13.2}/lib/rspec/support.rb +0 -0
@@ -0,0 +1,1973 @@
1
+ #! /bin/sh
2
+ # Configuration validation subroutine script.
3
+ # Copyright 1992-2024 Free Software Foundation, Inc.
4
+
5
+ # shellcheck disable=SC2006,SC2268 # see below for rationale
6
+
7
+ timestamp='2024-01-01'
8
+
9
+ # This file is free software; you can redistribute it and/or modify it
10
+ # under the terms of the GNU General Public License as published by
11
+ # the Free Software Foundation, either version 3 of the License, or
12
+ # (at your option) any later version.
13
+ #
14
+ # This program is distributed in the hope that it will be useful, but
15
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
+ # General Public License for more details.
18
+ #
19
+ # You should have received a copy of the GNU General Public License
20
+ # along with this program; if not, see <https://www.gnu.org/licenses/>.
21
+ #
22
+ # As a special exception to the GNU General Public License, if you
23
+ # distribute this file as part of a program that contains a
24
+ # configuration script generated by Autoconf, you may include it under
25
+ # the same distribution terms that you use for the rest of that
26
+ # program. This Exception is an additional permission under section 7
27
+ # of the GNU General Public License, version 3 ("GPLv3").
28
+
29
+
30
+ # Please send patches to <config-patches@gnu.org>.
31
+ #
32
+ # Configuration subroutine to validate and canonicalize a configuration type.
33
+ # Supply the specified configuration type as an argument.
34
+ # If it is invalid, we print an error message on stderr and exit with code 1.
35
+ # Otherwise, we print the canonical config type on stdout and succeed.
36
+
37
+ # You can get the latest version of this script from:
38
+ # https://git.savannah.gnu.org/cgit/config.git/plain/config.sub
39
+
40
+ # This file is supposed to be the same for all GNU packages
41
+ # and recognize all the CPU types, system types and aliases
42
+ # that are meaningful with *any* GNU software.
43
+ # Each package is responsible for reporting which valid configurations
44
+ # it does not support. The user should be able to distinguish
45
+ # a failure to support a valid configuration from a meaningless
46
+ # configuration.
47
+
48
+ # The goal of this file is to map all the various variations of a given
49
+ # machine specification into a single specification in the form:
50
+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51
+ # or in some cases, the newer four-part form:
52
+ # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53
+ # It is wrong to echo any other type of specification.
54
+
55
+ # The "shellcheck disable" line above the timestamp inhibits complaints
56
+ # about features and limitations of the classic Bourne shell that were
57
+ # superseded or lifted in POSIX. However, this script identifies a wide
58
+ # variety of pre-POSIX systems that do not have POSIX shells at all, and
59
+ # even some reasonably current systems (Solaris 10 as case-in-point) still
60
+ # have a pre-POSIX /bin/sh.
61
+
62
+ me=`echo "$0" | sed -e 's,.*/,,'`
63
+
64
+ usage="\
65
+ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
66
+
67
+ Canonicalize a configuration name.
68
+
69
+ Options:
70
+ -h, --help print this help, then exit
71
+ -t, --time-stamp print date of last modification, then exit
72
+ -v, --version print version number, then exit
73
+
74
+ Report bugs and patches to <config-patches@gnu.org>."
75
+
76
+ version="\
77
+ GNU config.sub ($timestamp)
78
+
79
+ Copyright 1992-2024 Free Software Foundation, Inc.
80
+
81
+ This is free software; see the source for copying conditions. There is NO
82
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
83
+
84
+ help="
85
+ Try '$me --help' for more information."
86
+
87
+ # Parse command line
88
+ while test $# -gt 0 ; do
89
+ case $1 in
90
+ --time-stamp | --time* | -t )
91
+ echo "$timestamp" ; exit ;;
92
+ --version | -v )
93
+ echo "$version" ; exit ;;
94
+ --help | --h* | -h )
95
+ echo "$usage"; exit ;;
96
+ -- ) # Stop option processing
97
+ shift; break ;;
98
+ - ) # Use stdin as input.
99
+ break ;;
100
+ -* )
101
+ echo "$me: invalid option $1$help" >&2
102
+ exit 1 ;;
103
+
104
+ *local*)
105
+ # First pass through any local machine types.
106
+ echo "$1"
107
+ exit ;;
108
+
109
+ * )
110
+ break ;;
111
+ esac
112
+ done
113
+
114
+ case $# in
115
+ 0) echo "$me: missing argument$help" >&2
116
+ exit 1;;
117
+ 1) ;;
118
+ *) echo "$me: too many arguments$help" >&2
119
+ exit 1;;
120
+ esac
121
+
122
+ # Split fields of configuration type
123
+ # shellcheck disable=SC2162
124
+ saved_IFS=$IFS
125
+ IFS="-" read field1 field2 field3 field4 <<EOF
126
+ $1
127
+ EOF
128
+ IFS=$saved_IFS
129
+
130
+ # Separate into logical components for further validation
131
+ case $1 in
132
+ *-*-*-*-*)
133
+ echo "Invalid configuration '$1': more than four components" >&2
134
+ exit 1
135
+ ;;
136
+ *-*-*-*)
137
+ basic_machine=$field1-$field2
138
+ basic_os=$field3-$field4
139
+ ;;
140
+ *-*-*)
141
+ # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two
142
+ # parts
143
+ maybe_os=$field2-$field3
144
+ case $maybe_os in
145
+ nto-qnx* | linux-* | uclinux-uclibc* \
146
+ | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \
147
+ | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \
148
+ | storm-chaos* | os2-emx* | rtmk-nova* | managarm-* \
149
+ | windows-* )
150
+ basic_machine=$field1
151
+ basic_os=$maybe_os
152
+ ;;
153
+ android-linux)
154
+ basic_machine=$field1-unknown
155
+ basic_os=linux-android
156
+ ;;
157
+ *)
158
+ basic_machine=$field1-$field2
159
+ basic_os=$field3
160
+ ;;
161
+ esac
162
+ ;;
163
+ *-*)
164
+ # A lone config we happen to match not fitting any pattern
165
+ case $field1-$field2 in
166
+ decstation-3100)
167
+ basic_machine=mips-dec
168
+ basic_os=
169
+ ;;
170
+ *-*)
171
+ # Second component is usually, but not always the OS
172
+ case $field2 in
173
+ # Prevent following clause from handling this valid os
174
+ sun*os*)
175
+ basic_machine=$field1
176
+ basic_os=$field2
177
+ ;;
178
+ zephyr*)
179
+ basic_machine=$field1-unknown
180
+ basic_os=$field2
181
+ ;;
182
+ # Manufacturers
183
+ dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \
184
+ | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \
185
+ | unicom* | ibm* | next | hp | isi* | apollo | altos* \
186
+ | convergent* | ncr* | news | 32* | 3600* | 3100* \
187
+ | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \
188
+ | ultra | tti* | harris | dolphin | highlevel | gould \
189
+ | cbm | ns | masscomp | apple | axis | knuth | cray \
190
+ | microblaze* | sim | cisco \
191
+ | oki | wec | wrs | winbond)
192
+ basic_machine=$field1-$field2
193
+ basic_os=
194
+ ;;
195
+ *)
196
+ basic_machine=$field1
197
+ basic_os=$field2
198
+ ;;
199
+ esac
200
+ ;;
201
+ esac
202
+ ;;
203
+ *)
204
+ # Convert single-component short-hands not valid as part of
205
+ # multi-component configurations.
206
+ case $field1 in
207
+ 386bsd)
208
+ basic_machine=i386-pc
209
+ basic_os=bsd
210
+ ;;
211
+ a29khif)
212
+ basic_machine=a29k-amd
213
+ basic_os=udi
214
+ ;;
215
+ adobe68k)
216
+ basic_machine=m68010-adobe
217
+ basic_os=scout
218
+ ;;
219
+ alliant)
220
+ basic_machine=fx80-alliant
221
+ basic_os=
222
+ ;;
223
+ altos | altos3068)
224
+ basic_machine=m68k-altos
225
+ basic_os=
226
+ ;;
227
+ am29k)
228
+ basic_machine=a29k-none
229
+ basic_os=bsd
230
+ ;;
231
+ amdahl)
232
+ basic_machine=580-amdahl
233
+ basic_os=sysv
234
+ ;;
235
+ amiga)
236
+ basic_machine=m68k-unknown
237
+ basic_os=
238
+ ;;
239
+ amigaos | amigados)
240
+ basic_machine=m68k-unknown
241
+ basic_os=amigaos
242
+ ;;
243
+ amigaunix | amix)
244
+ basic_machine=m68k-unknown
245
+ basic_os=sysv4
246
+ ;;
247
+ apollo68)
248
+ basic_machine=m68k-apollo
249
+ basic_os=sysv
250
+ ;;
251
+ apollo68bsd)
252
+ basic_machine=m68k-apollo
253
+ basic_os=bsd
254
+ ;;
255
+ aros)
256
+ basic_machine=i386-pc
257
+ basic_os=aros
258
+ ;;
259
+ aux)
260
+ basic_machine=m68k-apple
261
+ basic_os=aux
262
+ ;;
263
+ balance)
264
+ basic_machine=ns32k-sequent
265
+ basic_os=dynix
266
+ ;;
267
+ blackfin)
268
+ basic_machine=bfin-unknown
269
+ basic_os=linux
270
+ ;;
271
+ cegcc)
272
+ basic_machine=arm-unknown
273
+ basic_os=cegcc
274
+ ;;
275
+ convex-c1)
276
+ basic_machine=c1-convex
277
+ basic_os=bsd
278
+ ;;
279
+ convex-c2)
280
+ basic_machine=c2-convex
281
+ basic_os=bsd
282
+ ;;
283
+ convex-c32)
284
+ basic_machine=c32-convex
285
+ basic_os=bsd
286
+ ;;
287
+ convex-c34)
288
+ basic_machine=c34-convex
289
+ basic_os=bsd
290
+ ;;
291
+ convex-c38)
292
+ basic_machine=c38-convex
293
+ basic_os=bsd
294
+ ;;
295
+ cray)
296
+ basic_machine=j90-cray
297
+ basic_os=unicos
298
+ ;;
299
+ crds | unos)
300
+ basic_machine=m68k-crds
301
+ basic_os=
302
+ ;;
303
+ da30)
304
+ basic_machine=m68k-da30
305
+ basic_os=
306
+ ;;
307
+ decstation | pmax | pmin | dec3100 | decstatn)
308
+ basic_machine=mips-dec
309
+ basic_os=
310
+ ;;
311
+ delta88)
312
+ basic_machine=m88k-motorola
313
+ basic_os=sysv3
314
+ ;;
315
+ dicos)
316
+ basic_machine=i686-pc
317
+ basic_os=dicos
318
+ ;;
319
+ djgpp)
320
+ basic_machine=i586-pc
321
+ basic_os=msdosdjgpp
322
+ ;;
323
+ ebmon29k)
324
+ basic_machine=a29k-amd
325
+ basic_os=ebmon
326
+ ;;
327
+ es1800 | OSE68k | ose68k | ose | OSE)
328
+ basic_machine=m68k-ericsson
329
+ basic_os=ose
330
+ ;;
331
+ gmicro)
332
+ basic_machine=tron-gmicro
333
+ basic_os=sysv
334
+ ;;
335
+ go32)
336
+ basic_machine=i386-pc
337
+ basic_os=go32
338
+ ;;
339
+ h8300hms)
340
+ basic_machine=h8300-hitachi
341
+ basic_os=hms
342
+ ;;
343
+ h8300xray)
344
+ basic_machine=h8300-hitachi
345
+ basic_os=xray
346
+ ;;
347
+ h8500hms)
348
+ basic_machine=h8500-hitachi
349
+ basic_os=hms
350
+ ;;
351
+ harris)
352
+ basic_machine=m88k-harris
353
+ basic_os=sysv3
354
+ ;;
355
+ hp300 | hp300hpux)
356
+ basic_machine=m68k-hp
357
+ basic_os=hpux
358
+ ;;
359
+ hp300bsd)
360
+ basic_machine=m68k-hp
361
+ basic_os=bsd
362
+ ;;
363
+ hppaosf)
364
+ basic_machine=hppa1.1-hp
365
+ basic_os=osf
366
+ ;;
367
+ hppro)
368
+ basic_machine=hppa1.1-hp
369
+ basic_os=proelf
370
+ ;;
371
+ i386mach)
372
+ basic_machine=i386-mach
373
+ basic_os=mach
374
+ ;;
375
+ isi68 | isi)
376
+ basic_machine=m68k-isi
377
+ basic_os=sysv
378
+ ;;
379
+ m68knommu)
380
+ basic_machine=m68k-unknown
381
+ basic_os=linux
382
+ ;;
383
+ magnum | m3230)
384
+ basic_machine=mips-mips
385
+ basic_os=sysv
386
+ ;;
387
+ merlin)
388
+ basic_machine=ns32k-utek
389
+ basic_os=sysv
390
+ ;;
391
+ mingw64)
392
+ basic_machine=x86_64-pc
393
+ basic_os=mingw64
394
+ ;;
395
+ mingw32)
396
+ basic_machine=i686-pc
397
+ basic_os=mingw32
398
+ ;;
399
+ mingw32ce)
400
+ basic_machine=arm-unknown
401
+ basic_os=mingw32ce
402
+ ;;
403
+ monitor)
404
+ basic_machine=m68k-rom68k
405
+ basic_os=coff
406
+ ;;
407
+ morphos)
408
+ basic_machine=powerpc-unknown
409
+ basic_os=morphos
410
+ ;;
411
+ moxiebox)
412
+ basic_machine=moxie-unknown
413
+ basic_os=moxiebox
414
+ ;;
415
+ msdos)
416
+ basic_machine=i386-pc
417
+ basic_os=msdos
418
+ ;;
419
+ msys)
420
+ basic_machine=i686-pc
421
+ basic_os=msys
422
+ ;;
423
+ mvs)
424
+ basic_machine=i370-ibm
425
+ basic_os=mvs
426
+ ;;
427
+ nacl)
428
+ basic_machine=le32-unknown
429
+ basic_os=nacl
430
+ ;;
431
+ ncr3000)
432
+ basic_machine=i486-ncr
433
+ basic_os=sysv4
434
+ ;;
435
+ netbsd386)
436
+ basic_machine=i386-pc
437
+ basic_os=netbsd
438
+ ;;
439
+ netwinder)
440
+ basic_machine=armv4l-rebel
441
+ basic_os=linux
442
+ ;;
443
+ news | news700 | news800 | news900)
444
+ basic_machine=m68k-sony
445
+ basic_os=newsos
446
+ ;;
447
+ news1000)
448
+ basic_machine=m68030-sony
449
+ basic_os=newsos
450
+ ;;
451
+ necv70)
452
+ basic_machine=v70-nec
453
+ basic_os=sysv
454
+ ;;
455
+ nh3000)
456
+ basic_machine=m68k-harris
457
+ basic_os=cxux
458
+ ;;
459
+ nh[45]000)
460
+ basic_machine=m88k-harris
461
+ basic_os=cxux
462
+ ;;
463
+ nindy960)
464
+ basic_machine=i960-intel
465
+ basic_os=nindy
466
+ ;;
467
+ mon960)
468
+ basic_machine=i960-intel
469
+ basic_os=mon960
470
+ ;;
471
+ nonstopux)
472
+ basic_machine=mips-compaq
473
+ basic_os=nonstopux
474
+ ;;
475
+ os400)
476
+ basic_machine=powerpc-ibm
477
+ basic_os=os400
478
+ ;;
479
+ OSE68000 | ose68000)
480
+ basic_machine=m68000-ericsson
481
+ basic_os=ose
482
+ ;;
483
+ os68k)
484
+ basic_machine=m68k-none
485
+ basic_os=os68k
486
+ ;;
487
+ paragon)
488
+ basic_machine=i860-intel
489
+ basic_os=osf
490
+ ;;
491
+ parisc)
492
+ basic_machine=hppa-unknown
493
+ basic_os=linux
494
+ ;;
495
+ psp)
496
+ basic_machine=mipsallegrexel-sony
497
+ basic_os=psp
498
+ ;;
499
+ pw32)
500
+ basic_machine=i586-unknown
501
+ basic_os=pw32
502
+ ;;
503
+ rdos | rdos64)
504
+ basic_machine=x86_64-pc
505
+ basic_os=rdos
506
+ ;;
507
+ rdos32)
508
+ basic_machine=i386-pc
509
+ basic_os=rdos
510
+ ;;
511
+ rom68k)
512
+ basic_machine=m68k-rom68k
513
+ basic_os=coff
514
+ ;;
515
+ sa29200)
516
+ basic_machine=a29k-amd
517
+ basic_os=udi
518
+ ;;
519
+ sei)
520
+ basic_machine=mips-sei
521
+ basic_os=seiux
522
+ ;;
523
+ sequent)
524
+ basic_machine=i386-sequent
525
+ basic_os=
526
+ ;;
527
+ sps7)
528
+ basic_machine=m68k-bull
529
+ basic_os=sysv2
530
+ ;;
531
+ st2000)
532
+ basic_machine=m68k-tandem
533
+ basic_os=
534
+ ;;
535
+ stratus)
536
+ basic_machine=i860-stratus
537
+ basic_os=sysv4
538
+ ;;
539
+ sun2)
540
+ basic_machine=m68000-sun
541
+ basic_os=
542
+ ;;
543
+ sun2os3)
544
+ basic_machine=m68000-sun
545
+ basic_os=sunos3
546
+ ;;
547
+ sun2os4)
548
+ basic_machine=m68000-sun
549
+ basic_os=sunos4
550
+ ;;
551
+ sun3)
552
+ basic_machine=m68k-sun
553
+ basic_os=
554
+ ;;
555
+ sun3os3)
556
+ basic_machine=m68k-sun
557
+ basic_os=sunos3
558
+ ;;
559
+ sun3os4)
560
+ basic_machine=m68k-sun
561
+ basic_os=sunos4
562
+ ;;
563
+ sun4)
564
+ basic_machine=sparc-sun
565
+ basic_os=
566
+ ;;
567
+ sun4os3)
568
+ basic_machine=sparc-sun
569
+ basic_os=sunos3
570
+ ;;
571
+ sun4os4)
572
+ basic_machine=sparc-sun
573
+ basic_os=sunos4
574
+ ;;
575
+ sun4sol2)
576
+ basic_machine=sparc-sun
577
+ basic_os=solaris2
578
+ ;;
579
+ sun386 | sun386i | roadrunner)
580
+ basic_machine=i386-sun
581
+ basic_os=
582
+ ;;
583
+ sv1)
584
+ basic_machine=sv1-cray
585
+ basic_os=unicos
586
+ ;;
587
+ symmetry)
588
+ basic_machine=i386-sequent
589
+ basic_os=dynix
590
+ ;;
591
+ t3e)
592
+ basic_machine=alphaev5-cray
593
+ basic_os=unicos
594
+ ;;
595
+ t90)
596
+ basic_machine=t90-cray
597
+ basic_os=unicos
598
+ ;;
599
+ toad1)
600
+ basic_machine=pdp10-xkl
601
+ basic_os=tops20
602
+ ;;
603
+ tpf)
604
+ basic_machine=s390x-ibm
605
+ basic_os=tpf
606
+ ;;
607
+ udi29k)
608
+ basic_machine=a29k-amd
609
+ basic_os=udi
610
+ ;;
611
+ ultra3)
612
+ basic_machine=a29k-nyu
613
+ basic_os=sym1
614
+ ;;
615
+ v810 | necv810)
616
+ basic_machine=v810-nec
617
+ basic_os=none
618
+ ;;
619
+ vaxv)
620
+ basic_machine=vax-dec
621
+ basic_os=sysv
622
+ ;;
623
+ vms)
624
+ basic_machine=vax-dec
625
+ basic_os=vms
626
+ ;;
627
+ vsta)
628
+ basic_machine=i386-pc
629
+ basic_os=vsta
630
+ ;;
631
+ vxworks960)
632
+ basic_machine=i960-wrs
633
+ basic_os=vxworks
634
+ ;;
635
+ vxworks68)
636
+ basic_machine=m68k-wrs
637
+ basic_os=vxworks
638
+ ;;
639
+ vxworks29k)
640
+ basic_machine=a29k-wrs
641
+ basic_os=vxworks
642
+ ;;
643
+ xbox)
644
+ basic_machine=i686-pc
645
+ basic_os=mingw32
646
+ ;;
647
+ ymp)
648
+ basic_machine=ymp-cray
649
+ basic_os=unicos
650
+ ;;
651
+ *)
652
+ basic_machine=$1
653
+ basic_os=
654
+ ;;
655
+ esac
656
+ ;;
657
+ esac
658
+
659
+ # Decode 1-component or ad-hoc basic machines
660
+ case $basic_machine in
661
+ # Here we handle the default manufacturer of certain CPU types. It is in
662
+ # some cases the only manufacturer, in others, it is the most popular.
663
+ w89k)
664
+ cpu=hppa1.1
665
+ vendor=winbond
666
+ ;;
667
+ op50n)
668
+ cpu=hppa1.1
669
+ vendor=oki
670
+ ;;
671
+ op60c)
672
+ cpu=hppa1.1
673
+ vendor=oki
674
+ ;;
675
+ ibm*)
676
+ cpu=i370
677
+ vendor=ibm
678
+ ;;
679
+ orion105)
680
+ cpu=clipper
681
+ vendor=highlevel
682
+ ;;
683
+ mac | mpw | mac-mpw)
684
+ cpu=m68k
685
+ vendor=apple
686
+ ;;
687
+ pmac | pmac-mpw)
688
+ cpu=powerpc
689
+ vendor=apple
690
+ ;;
691
+
692
+ # Recognize the various machine names and aliases which stand
693
+ # for a CPU type and a company and sometimes even an OS.
694
+ 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
695
+ cpu=m68000
696
+ vendor=att
697
+ ;;
698
+ 3b*)
699
+ cpu=we32k
700
+ vendor=att
701
+ ;;
702
+ bluegene*)
703
+ cpu=powerpc
704
+ vendor=ibm
705
+ basic_os=cnk
706
+ ;;
707
+ decsystem10* | dec10*)
708
+ cpu=pdp10
709
+ vendor=dec
710
+ basic_os=tops10
711
+ ;;
712
+ decsystem20* | dec20*)
713
+ cpu=pdp10
714
+ vendor=dec
715
+ basic_os=tops20
716
+ ;;
717
+ delta | 3300 | motorola-3300 | motorola-delta \
718
+ | 3300-motorola | delta-motorola)
719
+ cpu=m68k
720
+ vendor=motorola
721
+ ;;
722
+ dpx2*)
723
+ cpu=m68k
724
+ vendor=bull
725
+ basic_os=sysv3
726
+ ;;
727
+ encore | umax | mmax)
728
+ cpu=ns32k
729
+ vendor=encore
730
+ ;;
731
+ elxsi)
732
+ cpu=elxsi
733
+ vendor=elxsi
734
+ basic_os=${basic_os:-bsd}
735
+ ;;
736
+ fx2800)
737
+ cpu=i860
738
+ vendor=alliant
739
+ ;;
740
+ genix)
741
+ cpu=ns32k
742
+ vendor=ns
743
+ ;;
744
+ h3050r* | hiux*)
745
+ cpu=hppa1.1
746
+ vendor=hitachi
747
+ basic_os=hiuxwe2
748
+ ;;
749
+ hp3k9[0-9][0-9] | hp9[0-9][0-9])
750
+ cpu=hppa1.0
751
+ vendor=hp
752
+ ;;
753
+ hp9k2[0-9][0-9] | hp9k31[0-9])
754
+ cpu=m68000
755
+ vendor=hp
756
+ ;;
757
+ hp9k3[2-9][0-9])
758
+ cpu=m68k
759
+ vendor=hp
760
+ ;;
761
+ hp9k6[0-9][0-9] | hp6[0-9][0-9])
762
+ cpu=hppa1.0
763
+ vendor=hp
764
+ ;;
765
+ hp9k7[0-79][0-9] | hp7[0-79][0-9])
766
+ cpu=hppa1.1
767
+ vendor=hp
768
+ ;;
769
+ hp9k78[0-9] | hp78[0-9])
770
+ # FIXME: really hppa2.0-hp
771
+ cpu=hppa1.1
772
+ vendor=hp
773
+ ;;
774
+ hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
775
+ # FIXME: really hppa2.0-hp
776
+ cpu=hppa1.1
777
+ vendor=hp
778
+ ;;
779
+ hp9k8[0-9][13679] | hp8[0-9][13679])
780
+ cpu=hppa1.1
781
+ vendor=hp
782
+ ;;
783
+ hp9k8[0-9][0-9] | hp8[0-9][0-9])
784
+ cpu=hppa1.0
785
+ vendor=hp
786
+ ;;
787
+ i*86v32)
788
+ cpu=`echo "$1" | sed -e 's/86.*/86/'`
789
+ vendor=pc
790
+ basic_os=sysv32
791
+ ;;
792
+ i*86v4*)
793
+ cpu=`echo "$1" | sed -e 's/86.*/86/'`
794
+ vendor=pc
795
+ basic_os=sysv4
796
+ ;;
797
+ i*86v)
798
+ cpu=`echo "$1" | sed -e 's/86.*/86/'`
799
+ vendor=pc
800
+ basic_os=sysv
801
+ ;;
802
+ i*86sol2)
803
+ cpu=`echo "$1" | sed -e 's/86.*/86/'`
804
+ vendor=pc
805
+ basic_os=solaris2
806
+ ;;
807
+ j90 | j90-cray)
808
+ cpu=j90
809
+ vendor=cray
810
+ basic_os=${basic_os:-unicos}
811
+ ;;
812
+ iris | iris4d)
813
+ cpu=mips
814
+ vendor=sgi
815
+ case $basic_os in
816
+ irix*)
817
+ ;;
818
+ *)
819
+ basic_os=irix4
820
+ ;;
821
+ esac
822
+ ;;
823
+ miniframe)
824
+ cpu=m68000
825
+ vendor=convergent
826
+ ;;
827
+ *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*)
828
+ cpu=m68k
829
+ vendor=atari
830
+ basic_os=mint
831
+ ;;
832
+ news-3600 | risc-news)
833
+ cpu=mips
834
+ vendor=sony
835
+ basic_os=newsos
836
+ ;;
837
+ next | m*-next)
838
+ cpu=m68k
839
+ vendor=next
840
+ case $basic_os in
841
+ openstep*)
842
+ ;;
843
+ nextstep*)
844
+ ;;
845
+ ns2*)
846
+ basic_os=nextstep2
847
+ ;;
848
+ *)
849
+ basic_os=nextstep3
850
+ ;;
851
+ esac
852
+ ;;
853
+ np1)
854
+ cpu=np1
855
+ vendor=gould
856
+ ;;
857
+ op50n-* | op60c-*)
858
+ cpu=hppa1.1
859
+ vendor=oki
860
+ basic_os=proelf
861
+ ;;
862
+ pa-hitachi)
863
+ cpu=hppa1.1
864
+ vendor=hitachi
865
+ basic_os=hiuxwe2
866
+ ;;
867
+ pbd)
868
+ cpu=sparc
869
+ vendor=tti
870
+ ;;
871
+ pbb)
872
+ cpu=m68k
873
+ vendor=tti
874
+ ;;
875
+ pc532)
876
+ cpu=ns32k
877
+ vendor=pc532
878
+ ;;
879
+ pn)
880
+ cpu=pn
881
+ vendor=gould
882
+ ;;
883
+ power)
884
+ cpu=power
885
+ vendor=ibm
886
+ ;;
887
+ ps2)
888
+ cpu=i386
889
+ vendor=ibm
890
+ ;;
891
+ rm[46]00)
892
+ cpu=mips
893
+ vendor=siemens
894
+ ;;
895
+ rtpc | rtpc-*)
896
+ cpu=romp
897
+ vendor=ibm
898
+ ;;
899
+ sde)
900
+ cpu=mipsisa32
901
+ vendor=sde
902
+ basic_os=${basic_os:-elf}
903
+ ;;
904
+ simso-wrs)
905
+ cpu=sparclite
906
+ vendor=wrs
907
+ basic_os=vxworks
908
+ ;;
909
+ tower | tower-32)
910
+ cpu=m68k
911
+ vendor=ncr
912
+ ;;
913
+ vpp*|vx|vx-*)
914
+ cpu=f301
915
+ vendor=fujitsu
916
+ ;;
917
+ w65)
918
+ cpu=w65
919
+ vendor=wdc
920
+ ;;
921
+ w89k-*)
922
+ cpu=hppa1.1
923
+ vendor=winbond
924
+ basic_os=proelf
925
+ ;;
926
+ none)
927
+ cpu=none
928
+ vendor=none
929
+ ;;
930
+ leon|leon[3-9])
931
+ cpu=sparc
932
+ vendor=$basic_machine
933
+ ;;
934
+ leon-*|leon[3-9]-*)
935
+ cpu=sparc
936
+ vendor=`echo "$basic_machine" | sed 's/-.*//'`
937
+ ;;
938
+
939
+ *-*)
940
+ # shellcheck disable=SC2162
941
+ saved_IFS=$IFS
942
+ IFS="-" read cpu vendor <<EOF
943
+ $basic_machine
944
+ EOF
945
+ IFS=$saved_IFS
946
+ ;;
947
+ # We use 'pc' rather than 'unknown'
948
+ # because (1) that's what they normally are, and
949
+ # (2) the word "unknown" tends to confuse beginning users.
950
+ i*86 | x86_64)
951
+ cpu=$basic_machine
952
+ vendor=pc
953
+ ;;
954
+ # These rules are duplicated from below for sake of the special case above;
955
+ # i.e. things that normalized to x86 arches should also default to "pc"
956
+ pc98)
957
+ cpu=i386
958
+ vendor=pc
959
+ ;;
960
+ x64 | amd64)
961
+ cpu=x86_64
962
+ vendor=pc
963
+ ;;
964
+ # Recognize the basic CPU types without company name.
965
+ *)
966
+ cpu=$basic_machine
967
+ vendor=unknown
968
+ ;;
969
+ esac
970
+
971
+ unset -v basic_machine
972
+
973
+ # Decode basic machines in the full and proper CPU-Company form.
974
+ case $cpu-$vendor in
975
+ # Here we handle the default manufacturer of certain CPU types in canonical form. It is in
976
+ # some cases the only manufacturer, in others, it is the most popular.
977
+ craynv-unknown)
978
+ vendor=cray
979
+ basic_os=${basic_os:-unicosmp}
980
+ ;;
981
+ c90-unknown | c90-cray)
982
+ vendor=cray
983
+ basic_os=${Basic_os:-unicos}
984
+ ;;
985
+ fx80-unknown)
986
+ vendor=alliant
987
+ ;;
988
+ romp-unknown)
989
+ vendor=ibm
990
+ ;;
991
+ mmix-unknown)
992
+ vendor=knuth
993
+ ;;
994
+ microblaze-unknown | microblazeel-unknown)
995
+ vendor=xilinx
996
+ ;;
997
+ rs6000-unknown)
998
+ vendor=ibm
999
+ ;;
1000
+ vax-unknown)
1001
+ vendor=dec
1002
+ ;;
1003
+ pdp11-unknown)
1004
+ vendor=dec
1005
+ ;;
1006
+ we32k-unknown)
1007
+ vendor=att
1008
+ ;;
1009
+ cydra-unknown)
1010
+ vendor=cydrome
1011
+ ;;
1012
+ i370-ibm*)
1013
+ vendor=ibm
1014
+ ;;
1015
+ orion-unknown)
1016
+ vendor=highlevel
1017
+ ;;
1018
+ xps-unknown | xps100-unknown)
1019
+ cpu=xps100
1020
+ vendor=honeywell
1021
+ ;;
1022
+
1023
+ # Here we normalize CPU types with a missing or matching vendor
1024
+ armh-unknown | armh-alt)
1025
+ cpu=armv7l
1026
+ vendor=alt
1027
+ basic_os=${basic_os:-linux-gnueabihf}
1028
+ ;;
1029
+ dpx20-unknown | dpx20-bull)
1030
+ cpu=rs6000
1031
+ vendor=bull
1032
+ basic_os=${basic_os:-bosx}
1033
+ ;;
1034
+
1035
+ # Here we normalize CPU types irrespective of the vendor
1036
+ amd64-*)
1037
+ cpu=x86_64
1038
+ ;;
1039
+ blackfin-*)
1040
+ cpu=bfin
1041
+ basic_os=linux
1042
+ ;;
1043
+ c54x-*)
1044
+ cpu=tic54x
1045
+ ;;
1046
+ c55x-*)
1047
+ cpu=tic55x
1048
+ ;;
1049
+ c6x-*)
1050
+ cpu=tic6x
1051
+ ;;
1052
+ e500v[12]-*)
1053
+ cpu=powerpc
1054
+ basic_os=${basic_os}"spe"
1055
+ ;;
1056
+ mips3*-*)
1057
+ cpu=mips64
1058
+ ;;
1059
+ ms1-*)
1060
+ cpu=mt
1061
+ ;;
1062
+ m68knommu-*)
1063
+ cpu=m68k
1064
+ basic_os=linux
1065
+ ;;
1066
+ m9s12z-* | m68hcs12z-* | hcs12z-* | s12z-*)
1067
+ cpu=s12z
1068
+ ;;
1069
+ openrisc-*)
1070
+ cpu=or32
1071
+ ;;
1072
+ parisc-*)
1073
+ cpu=hppa
1074
+ basic_os=linux
1075
+ ;;
1076
+ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
1077
+ cpu=i586
1078
+ ;;
1079
+ pentiumpro-* | p6-* | 6x86-* | athlon-* | athlon_*-*)
1080
+ cpu=i686
1081
+ ;;
1082
+ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
1083
+ cpu=i686
1084
+ ;;
1085
+ pentium4-*)
1086
+ cpu=i786
1087
+ ;;
1088
+ pc98-*)
1089
+ cpu=i386
1090
+ ;;
1091
+ ppc-* | ppcbe-*)
1092
+ cpu=powerpc
1093
+ ;;
1094
+ ppcle-* | powerpclittle-*)
1095
+ cpu=powerpcle
1096
+ ;;
1097
+ ppc64-*)
1098
+ cpu=powerpc64
1099
+ ;;
1100
+ ppc64le-* | powerpc64little-*)
1101
+ cpu=powerpc64le
1102
+ ;;
1103
+ sb1-*)
1104
+ cpu=mipsisa64sb1
1105
+ ;;
1106
+ sb1el-*)
1107
+ cpu=mipsisa64sb1el
1108
+ ;;
1109
+ sh5e[lb]-*)
1110
+ cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
1111
+ ;;
1112
+ spur-*)
1113
+ cpu=spur
1114
+ ;;
1115
+ strongarm-* | thumb-*)
1116
+ cpu=arm
1117
+ ;;
1118
+ tx39-*)
1119
+ cpu=mipstx39
1120
+ ;;
1121
+ tx39el-*)
1122
+ cpu=mipstx39el
1123
+ ;;
1124
+ x64-*)
1125
+ cpu=x86_64
1126
+ ;;
1127
+ xscale-* | xscalee[bl]-*)
1128
+ cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
1129
+ ;;
1130
+ arm64-* | arm64_32-* | aarch64le-*)
1131
+ cpu=aarch64
1132
+ ;;
1133
+
1134
+ # Recognize the canonical CPU Types that limit and/or modify the
1135
+ # company names they are paired with.
1136
+ cr16-*)
1137
+ basic_os=${basic_os:-elf}
1138
+ ;;
1139
+ crisv32-* | etraxfs*-*)
1140
+ cpu=crisv32
1141
+ vendor=axis
1142
+ ;;
1143
+ cris-* | etrax*-*)
1144
+ cpu=cris
1145
+ vendor=axis
1146
+ ;;
1147
+ crx-*)
1148
+ basic_os=${basic_os:-elf}
1149
+ ;;
1150
+ neo-tandem)
1151
+ cpu=neo
1152
+ vendor=tandem
1153
+ ;;
1154
+ nse-tandem)
1155
+ cpu=nse
1156
+ vendor=tandem
1157
+ ;;
1158
+ nsr-tandem)
1159
+ cpu=nsr
1160
+ vendor=tandem
1161
+ ;;
1162
+ nsv-tandem)
1163
+ cpu=nsv
1164
+ vendor=tandem
1165
+ ;;
1166
+ nsx-tandem)
1167
+ cpu=nsx
1168
+ vendor=tandem
1169
+ ;;
1170
+ mipsallegrexel-sony)
1171
+ cpu=mipsallegrexel
1172
+ vendor=sony
1173
+ ;;
1174
+ tile*-*)
1175
+ basic_os=${basic_os:-linux-gnu}
1176
+ ;;
1177
+
1178
+ *)
1179
+ # Recognize the canonical CPU types that are allowed with any
1180
+ # company name.
1181
+ case $cpu in
1182
+ 1750a | 580 \
1183
+ | a29k \
1184
+ | aarch64 | aarch64_be | aarch64c | arm64ec \
1185
+ | abacus \
1186
+ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \
1187
+ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \
1188
+ | alphapca5[67] | alpha64pca5[67] \
1189
+ | am33_2.0 \
1190
+ | amdgcn \
1191
+ | arc | arceb | arc32 | arc64 \
1192
+ | arm | arm[lb]e | arme[lb] | armv* \
1193
+ | avr | avr32 \
1194
+ | asmjs \
1195
+ | ba \
1196
+ | be32 | be64 \
1197
+ | bfin | bpf | bs2000 \
1198
+ | c[123]* | c30 | [cjt]90 | c4x \
1199
+ | c8051 | clipper | craynv | csky | cydra \
1200
+ | d10v | d30v | dlx | dsp16xx \
1201
+ | e2k | elxsi | epiphany \
1202
+ | f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \
1203
+ | javascript \
1204
+ | h8300 | h8500 \
1205
+ | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
1206
+ | hexagon \
1207
+ | i370 | i*86 | i860 | i960 | ia16 | ia64 \
1208
+ | ip2k | iq2000 \
1209
+ | k1om \
1210
+ | kvx \
1211
+ | le32 | le64 \
1212
+ | lm32 \
1213
+ | loongarch32 | loongarch64 \
1214
+ | m32c | m32r | m32rle \
1215
+ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \
1216
+ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \
1217
+ | m88110 | m88k | maxq | mb | mcore | mep | metag \
1218
+ | microblaze | microblazeel \
1219
+ | mips* \
1220
+ | mmix \
1221
+ | mn10200 | mn10300 \
1222
+ | moxie \
1223
+ | mt \
1224
+ | msp430 \
1225
+ | nanomips* \
1226
+ | nds32 | nds32le | nds32be \
1227
+ | nfp \
1228
+ | nios | nios2 | nios2eb | nios2el \
1229
+ | none | np1 | ns16k | ns32k | nvptx \
1230
+ | open8 \
1231
+ | or1k* \
1232
+ | or32 \
1233
+ | orion \
1234
+ | picochip \
1235
+ | pdp10 | pdp11 | pj | pjl | pn | power \
1236
+ | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \
1237
+ | pru \
1238
+ | pyramid \
1239
+ | riscv | riscv32 | riscv32be | riscv64 | riscv64be \
1240
+ | rl78 | romp | rs6000 | rx \
1241
+ | s390 | s390x \
1242
+ | score \
1243
+ | sh | shl \
1244
+ | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
1245
+ | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
1246
+ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \
1247
+ | sparclite \
1248
+ | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \
1249
+ | spu \
1250
+ | tahoe \
1251
+ | thumbv7* \
1252
+ | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \
1253
+ | tron \
1254
+ | ubicom32 \
1255
+ | v70 | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \
1256
+ | vax \
1257
+ | vc4 \
1258
+ | visium \
1259
+ | w65 \
1260
+ | wasm32 | wasm64 \
1261
+ | we32k \
1262
+ | x86 | x86_64 | xc16x | xgate | xps100 \
1263
+ | xstormy16 | xtensa* \
1264
+ | ymp \
1265
+ | z8k | z80)
1266
+ ;;
1267
+
1268
+ *)
1269
+ echo "Invalid configuration '$1': machine '$cpu-$vendor' not recognized" 1>&2
1270
+ exit 1
1271
+ ;;
1272
+ esac
1273
+ ;;
1274
+ esac
1275
+
1276
+ # Here we canonicalize certain aliases for manufacturers.
1277
+ case $vendor in
1278
+ digital*)
1279
+ vendor=dec
1280
+ ;;
1281
+ commodore*)
1282
+ vendor=cbm
1283
+ ;;
1284
+ *)
1285
+ ;;
1286
+ esac
1287
+
1288
+ # Decode manufacturer-specific aliases for certain operating systems.
1289
+
1290
+ if test x"$basic_os" != x
1291
+ then
1292
+
1293
+ # First recognize some ad-hoc cases, or perhaps split kernel-os, or else just
1294
+ # set os.
1295
+ obj=
1296
+ case $basic_os in
1297
+ gnu/linux*)
1298
+ kernel=linux
1299
+ os=`echo "$basic_os" | sed -e 's|gnu/linux|gnu|'`
1300
+ ;;
1301
+ os2-emx)
1302
+ kernel=os2
1303
+ os=`echo "$basic_os" | sed -e 's|os2-emx|emx|'`
1304
+ ;;
1305
+ nto-qnx*)
1306
+ kernel=nto
1307
+ os=`echo "$basic_os" | sed -e 's|nto-qnx|qnx|'`
1308
+ ;;
1309
+ *-*)
1310
+ # shellcheck disable=SC2162
1311
+ saved_IFS=$IFS
1312
+ IFS="-" read kernel os <<EOF
1313
+ $basic_os
1314
+ EOF
1315
+ IFS=$saved_IFS
1316
+ ;;
1317
+ # Default OS when just kernel was specified
1318
+ nto*)
1319
+ kernel=nto
1320
+ os=`echo "$basic_os" | sed -e 's|nto|qnx|'`
1321
+ ;;
1322
+ linux*)
1323
+ kernel=linux
1324
+ os=`echo "$basic_os" | sed -e 's|linux|gnu|'`
1325
+ ;;
1326
+ managarm*)
1327
+ kernel=managarm
1328
+ os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'`
1329
+ ;;
1330
+ *)
1331
+ kernel=
1332
+ os=$basic_os
1333
+ ;;
1334
+ esac
1335
+
1336
+ # Now, normalize the OS (knowing we just have one component, it's not a kernel,
1337
+ # etc.)
1338
+ case $os in
1339
+ # First match some system type aliases that might get confused
1340
+ # with valid system types.
1341
+ # solaris* is a basic system type, with this one exception.
1342
+ auroraux)
1343
+ os=auroraux
1344
+ ;;
1345
+ bluegene*)
1346
+ os=cnk
1347
+ ;;
1348
+ solaris1 | solaris1.*)
1349
+ os=`echo "$os" | sed -e 's|solaris1|sunos4|'`
1350
+ ;;
1351
+ solaris)
1352
+ os=solaris2
1353
+ ;;
1354
+ unixware*)
1355
+ os=sysv4.2uw
1356
+ ;;
1357
+ # es1800 is here to avoid being matched by es* (a different OS)
1358
+ es1800*)
1359
+ os=ose
1360
+ ;;
1361
+ # Some version numbers need modification
1362
+ chorusos*)
1363
+ os=chorusos
1364
+ ;;
1365
+ isc)
1366
+ os=isc2.2
1367
+ ;;
1368
+ sco6)
1369
+ os=sco5v6
1370
+ ;;
1371
+ sco5)
1372
+ os=sco3.2v5
1373
+ ;;
1374
+ sco4)
1375
+ os=sco3.2v4
1376
+ ;;
1377
+ sco3.2.[4-9]*)
1378
+ os=`echo "$os" | sed -e 's/sco3.2./sco3.2v/'`
1379
+ ;;
1380
+ sco*v* | scout)
1381
+ # Don't match below
1382
+ ;;
1383
+ sco*)
1384
+ os=sco3.2v2
1385
+ ;;
1386
+ psos*)
1387
+ os=psos
1388
+ ;;
1389
+ qnx*)
1390
+ os=qnx
1391
+ ;;
1392
+ hiux*)
1393
+ os=hiuxwe2
1394
+ ;;
1395
+ lynx*178)
1396
+ os=lynxos178
1397
+ ;;
1398
+ lynx*5)
1399
+ os=lynxos5
1400
+ ;;
1401
+ lynxos*)
1402
+ # don't get caught up in next wildcard
1403
+ ;;
1404
+ lynx*)
1405
+ os=lynxos
1406
+ ;;
1407
+ mac[0-9]*)
1408
+ os=`echo "$os" | sed -e 's|mac|macos|'`
1409
+ ;;
1410
+ opened*)
1411
+ os=openedition
1412
+ ;;
1413
+ os400*)
1414
+ os=os400
1415
+ ;;
1416
+ sunos5*)
1417
+ os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
1418
+ ;;
1419
+ sunos6*)
1420
+ os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
1421
+ ;;
1422
+ wince*)
1423
+ os=wince
1424
+ ;;
1425
+ utek*)
1426
+ os=bsd
1427
+ ;;
1428
+ dynix*)
1429
+ os=bsd
1430
+ ;;
1431
+ acis*)
1432
+ os=aos
1433
+ ;;
1434
+ atheos*)
1435
+ os=atheos
1436
+ ;;
1437
+ syllable*)
1438
+ os=syllable
1439
+ ;;
1440
+ 386bsd)
1441
+ os=bsd
1442
+ ;;
1443
+ ctix* | uts*)
1444
+ os=sysv
1445
+ ;;
1446
+ nova*)
1447
+ os=rtmk-nova
1448
+ ;;
1449
+ ns2)
1450
+ os=nextstep2
1451
+ ;;
1452
+ # Preserve the version number of sinix5.
1453
+ sinix5.*)
1454
+ os=`echo "$os" | sed -e 's|sinix|sysv|'`
1455
+ ;;
1456
+ sinix*)
1457
+ os=sysv4
1458
+ ;;
1459
+ tpf*)
1460
+ os=tpf
1461
+ ;;
1462
+ triton*)
1463
+ os=sysv3
1464
+ ;;
1465
+ oss*)
1466
+ os=sysv3
1467
+ ;;
1468
+ svr4*)
1469
+ os=sysv4
1470
+ ;;
1471
+ svr3)
1472
+ os=sysv3
1473
+ ;;
1474
+ sysvr4)
1475
+ os=sysv4
1476
+ ;;
1477
+ ose*)
1478
+ os=ose
1479
+ ;;
1480
+ *mint | mint[0-9]* | *MiNT | MiNT[0-9]*)
1481
+ os=mint
1482
+ ;;
1483
+ dicos*)
1484
+ os=dicos
1485
+ ;;
1486
+ pikeos*)
1487
+ # Until real need of OS specific support for
1488
+ # particular features comes up, bare metal
1489
+ # configurations are quite functional.
1490
+ case $cpu in
1491
+ arm*)
1492
+ os=eabi
1493
+ ;;
1494
+ *)
1495
+ os=
1496
+ obj=elf
1497
+ ;;
1498
+ esac
1499
+ ;;
1500
+ aout* | coff* | elf* | pe*)
1501
+ # These are machine code file formats, not OSes
1502
+ obj=$os
1503
+ os=
1504
+ ;;
1505
+ *)
1506
+ # No normalization, but not necessarily accepted, that comes below.
1507
+ ;;
1508
+ esac
1509
+
1510
+ else
1511
+
1512
+ # Here we handle the default operating systems that come with various machines.
1513
+ # The value should be what the vendor currently ships out the door with their
1514
+ # machine or put another way, the most popular os provided with the machine.
1515
+
1516
+ # Note that if you're going to try to match "-MANUFACTURER" here (say,
1517
+ # "-sun"), then you have to tell the case statement up towards the top
1518
+ # that MANUFACTURER isn't an operating system. Otherwise, code above
1519
+ # will signal an error saying that MANUFACTURER isn't an operating
1520
+ # system, and we'll never get to this point.
1521
+
1522
+ kernel=
1523
+ obj=
1524
+ case $cpu-$vendor in
1525
+ score-*)
1526
+ os=
1527
+ obj=elf
1528
+ ;;
1529
+ spu-*)
1530
+ os=
1531
+ obj=elf
1532
+ ;;
1533
+ *-acorn)
1534
+ os=riscix1.2
1535
+ ;;
1536
+ arm*-rebel)
1537
+ kernel=linux
1538
+ os=gnu
1539
+ ;;
1540
+ arm*-semi)
1541
+ os=
1542
+ obj=aout
1543
+ ;;
1544
+ c4x-* | tic4x-*)
1545
+ os=
1546
+ obj=coff
1547
+ ;;
1548
+ c8051-*)
1549
+ os=
1550
+ obj=elf
1551
+ ;;
1552
+ clipper-intergraph)
1553
+ os=clix
1554
+ ;;
1555
+ hexagon-*)
1556
+ os=
1557
+ obj=elf
1558
+ ;;
1559
+ tic54x-*)
1560
+ os=
1561
+ obj=coff
1562
+ ;;
1563
+ tic55x-*)
1564
+ os=
1565
+ obj=coff
1566
+ ;;
1567
+ tic6x-*)
1568
+ os=
1569
+ obj=coff
1570
+ ;;
1571
+ # This must come before the *-dec entry.
1572
+ pdp10-*)
1573
+ os=tops20
1574
+ ;;
1575
+ pdp11-*)
1576
+ os=none
1577
+ ;;
1578
+ *-dec | vax-*)
1579
+ os=ultrix4.2
1580
+ ;;
1581
+ m68*-apollo)
1582
+ os=domain
1583
+ ;;
1584
+ i386-sun)
1585
+ os=sunos4.0.2
1586
+ ;;
1587
+ m68000-sun)
1588
+ os=sunos3
1589
+ ;;
1590
+ m68*-cisco)
1591
+ os=
1592
+ obj=aout
1593
+ ;;
1594
+ mep-*)
1595
+ os=
1596
+ obj=elf
1597
+ ;;
1598
+ mips*-cisco)
1599
+ os=
1600
+ obj=elf
1601
+ ;;
1602
+ mips*-*|nanomips*-*)
1603
+ os=
1604
+ obj=elf
1605
+ ;;
1606
+ or32-*)
1607
+ os=
1608
+ obj=coff
1609
+ ;;
1610
+ *-tti) # must be before sparc entry or we get the wrong os.
1611
+ os=sysv3
1612
+ ;;
1613
+ sparc-* | *-sun)
1614
+ os=sunos4.1.1
1615
+ ;;
1616
+ pru-*)
1617
+ os=
1618
+ obj=elf
1619
+ ;;
1620
+ *-be)
1621
+ os=beos
1622
+ ;;
1623
+ *-ibm)
1624
+ os=aix
1625
+ ;;
1626
+ *-knuth)
1627
+ os=mmixware
1628
+ ;;
1629
+ *-wec)
1630
+ os=proelf
1631
+ ;;
1632
+ *-winbond)
1633
+ os=proelf
1634
+ ;;
1635
+ *-oki)
1636
+ os=proelf
1637
+ ;;
1638
+ *-hp)
1639
+ os=hpux
1640
+ ;;
1641
+ *-hitachi)
1642
+ os=hiux
1643
+ ;;
1644
+ i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1645
+ os=sysv
1646
+ ;;
1647
+ *-cbm)
1648
+ os=amigaos
1649
+ ;;
1650
+ *-dg)
1651
+ os=dgux
1652
+ ;;
1653
+ *-dolphin)
1654
+ os=sysv3
1655
+ ;;
1656
+ m68k-ccur)
1657
+ os=rtu
1658
+ ;;
1659
+ m88k-omron*)
1660
+ os=luna
1661
+ ;;
1662
+ *-next)
1663
+ os=nextstep
1664
+ ;;
1665
+ *-sequent)
1666
+ os=ptx
1667
+ ;;
1668
+ *-crds)
1669
+ os=unos
1670
+ ;;
1671
+ *-ns)
1672
+ os=genix
1673
+ ;;
1674
+ i370-*)
1675
+ os=mvs
1676
+ ;;
1677
+ *-gould)
1678
+ os=sysv
1679
+ ;;
1680
+ *-highlevel)
1681
+ os=bsd
1682
+ ;;
1683
+ *-encore)
1684
+ os=bsd
1685
+ ;;
1686
+ *-sgi)
1687
+ os=irix
1688
+ ;;
1689
+ *-siemens)
1690
+ os=sysv4
1691
+ ;;
1692
+ *-masscomp)
1693
+ os=rtu
1694
+ ;;
1695
+ f30[01]-fujitsu | f700-fujitsu)
1696
+ os=uxpv
1697
+ ;;
1698
+ *-rom68k)
1699
+ os=
1700
+ obj=coff
1701
+ ;;
1702
+ *-*bug)
1703
+ os=
1704
+ obj=coff
1705
+ ;;
1706
+ *-apple)
1707
+ os=macos
1708
+ ;;
1709
+ *-atari*)
1710
+ os=mint
1711
+ ;;
1712
+ *-wrs)
1713
+ os=vxworks
1714
+ ;;
1715
+ *)
1716
+ os=none
1717
+ ;;
1718
+ esac
1719
+
1720
+ fi
1721
+
1722
+ # Now, validate our (potentially fixed-up) individual pieces (OS, OBJ).
1723
+
1724
+ case $os in
1725
+ # Sometimes we do "kernel-libc", so those need to count as OSes.
1726
+ llvm* | musl* | newlib* | relibc* | uclibc*)
1727
+ ;;
1728
+ # Likewise for "kernel-abi"
1729
+ eabi* | gnueabi*)
1730
+ ;;
1731
+ # VxWorks passes extra cpu info in the 4th filed.
1732
+ simlinux | simwindows | spe)
1733
+ ;;
1734
+ # See `case $cpu-$os` validation below
1735
+ ghcjs)
1736
+ ;;
1737
+ # Now accept the basic system types.
1738
+ # The portable systems comes first.
1739
+ # Each alternative MUST end in a * to match a version number.
1740
+ gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
1741
+ | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
1742
+ | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
1743
+ | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
1744
+ | hiux* | abug | nacl* | netware* | windows* \
1745
+ | os9* | macos* | osx* | ios* | tvos* | watchos* \
1746
+ | mpw* | magic* | mmixware* | mon960* | lnews* \
1747
+ | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \
1748
+ | aos* | aros* | cloudabi* | sortix* | twizzler* \
1749
+ | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1750
+ | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
1751
+ | mirbsd* | netbsd* | dicos* | openedition* | ose* \
1752
+ | bitrig* | openbsd* | secbsd* | solidbsd* | libertybsd* | os108* \
1753
+ | ekkobsd* | freebsd* | riscix* | lynxos* | os400* \
1754
+ | bosx* | nextstep* | cxux* | oabi* \
1755
+ | ptx* | ecoff* | winnt* | domain* | vsta* \
1756
+ | udi* | lites* | ieee* | go32* | aux* | hcos* \
1757
+ | chorusrdb* | cegcc* | glidix* | serenity* \
1758
+ | cygwin* | msys* | moss* | proelf* | rtems* \
1759
+ | midipix* | mingw32* | mingw64* | mint* \
1760
+ | uxpv* | beos* | mpeix* | udk* | moxiebox* \
1761
+ | interix* | uwin* | mks* | rhapsody* | darwin* \
1762
+ | openstep* | oskit* | conix* | pw32* | nonstopux* \
1763
+ | storm-chaos* | tops10* | tenex* | tops20* | its* \
1764
+ | os2* | vos* | palmos* | uclinux* | nucleus* | morphos* \
1765
+ | scout* | superux* | sysv* | rtmk* | tpf* | windiss* \
1766
+ | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
1767
+ | skyos* | haiku* | rdos* | toppers* | drops* | es* \
1768
+ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
1769
+ | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
1770
+ | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | zephyr* \
1771
+ | fiwix* | mlibc* | cos* | mbr* | ironclad* )
1772
+ ;;
1773
+ # This one is extra strict with allowed versions
1774
+ sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
1775
+ # Don't forget version if it is 3.2v4 or newer.
1776
+ ;;
1777
+ # This refers to builds using the UEFI calling convention
1778
+ # (which depends on the architecture) and PE file format.
1779
+ # Note that this is both a different calling convention and
1780
+ # different file format than that of GNU-EFI
1781
+ # (x86_64-w64-mingw32).
1782
+ uefi)
1783
+ ;;
1784
+ none)
1785
+ ;;
1786
+ kernel* | msvc* )
1787
+ # Restricted further below
1788
+ ;;
1789
+ '')
1790
+ if test x"$obj" = x
1791
+ then
1792
+ echo "Invalid configuration '$1': Blank OS only allowed with explicit machine code file format" 1>&2
1793
+ fi
1794
+ ;;
1795
+ *)
1796
+ echo "Invalid configuration '$1': OS '$os' not recognized" 1>&2
1797
+ exit 1
1798
+ ;;
1799
+ esac
1800
+
1801
+ case $obj in
1802
+ aout* | coff* | elf* | pe*)
1803
+ ;;
1804
+ '')
1805
+ # empty is fine
1806
+ ;;
1807
+ *)
1808
+ echo "Invalid configuration '$1': Machine code format '$obj' not recognized" 1>&2
1809
+ exit 1
1810
+ ;;
1811
+ esac
1812
+
1813
+ # Here we handle the constraint that a (synthetic) cpu and os are
1814
+ # valid only in combination with each other and nowhere else.
1815
+ case $cpu-$os in
1816
+ # The "javascript-unknown-ghcjs" triple is used by GHC; we
1817
+ # accept it here in order to tolerate that, but reject any
1818
+ # variations.
1819
+ javascript-ghcjs)
1820
+ ;;
1821
+ javascript-* | *-ghcjs)
1822
+ echo "Invalid configuration '$1': cpu '$cpu' is not valid with os '$os$obj'" 1>&2
1823
+ exit 1
1824
+ ;;
1825
+ esac
1826
+
1827
+ # As a final step for OS-related things, validate the OS-kernel combination
1828
+ # (given a valid OS), if there is a kernel.
1829
+ case $kernel-$os-$obj in
1830
+ linux-gnu*- | linux-android*- | linux-dietlibc*- | linux-llvm*- \
1831
+ | linux-mlibc*- | linux-musl*- | linux-newlib*- \
1832
+ | linux-relibc*- | linux-uclibc*- )
1833
+ ;;
1834
+ uclinux-uclibc*- )
1835
+ ;;
1836
+ managarm-mlibc*- | managarm-kernel*- )
1837
+ ;;
1838
+ windows*-msvc*-)
1839
+ ;;
1840
+ -dietlibc*- | -llvm*- | -mlibc*- | -musl*- | -newlib*- | -relibc*- \
1841
+ | -uclibc*- )
1842
+ # These are just libc implementations, not actual OSes, and thus
1843
+ # require a kernel.
1844
+ echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2
1845
+ exit 1
1846
+ ;;
1847
+ -kernel*- )
1848
+ echo "Invalid configuration '$1': '$os' needs explicit kernel." 1>&2
1849
+ exit 1
1850
+ ;;
1851
+ *-kernel*- )
1852
+ echo "Invalid configuration '$1': '$kernel' does not support '$os'." 1>&2
1853
+ exit 1
1854
+ ;;
1855
+ *-msvc*- )
1856
+ echo "Invalid configuration '$1': '$os' needs 'windows'." 1>&2
1857
+ exit 1
1858
+ ;;
1859
+ kfreebsd*-gnu*- | kopensolaris*-gnu*-)
1860
+ ;;
1861
+ vxworks-simlinux- | vxworks-simwindows- | vxworks-spe-)
1862
+ ;;
1863
+ nto-qnx*-)
1864
+ ;;
1865
+ os2-emx-)
1866
+ ;;
1867
+ ios*-simulator* | tvos*-simulator* | watchos*-simulator*)
1868
+ ;;
1869
+ *-eabi*- | *-gnueabi*-)
1870
+ ;;
1871
+ none--*)
1872
+ # None (no kernel, i.e. freestanding / bare metal),
1873
+ # can be paired with an machine code file format
1874
+ ;;
1875
+ -*-)
1876
+ # Blank kernel with real OS is always fine.
1877
+ ;;
1878
+ --*)
1879
+ # Blank kernel and OS with real machine code file format is always fine.
1880
+ ;;
1881
+ *-*-*)
1882
+ echo "Invalid configuration '$1': Kernel '$kernel' not known to work with OS '$os'." 1>&2
1883
+ exit 1
1884
+ ;;
1885
+ esac
1886
+
1887
+ # Here we handle the case where we know the os, and the CPU type, but not the
1888
+ # manufacturer. We pick the logical manufacturer.
1889
+ case $vendor in
1890
+ unknown)
1891
+ case $cpu-$os in
1892
+ *-riscix*)
1893
+ vendor=acorn
1894
+ ;;
1895
+ *-sunos*)
1896
+ vendor=sun
1897
+ ;;
1898
+ *-cnk* | *-aix*)
1899
+ vendor=ibm
1900
+ ;;
1901
+ *-beos*)
1902
+ vendor=be
1903
+ ;;
1904
+ *-hpux*)
1905
+ vendor=hp
1906
+ ;;
1907
+ *-mpeix*)
1908
+ vendor=hp
1909
+ ;;
1910
+ *-hiux*)
1911
+ vendor=hitachi
1912
+ ;;
1913
+ *-unos*)
1914
+ vendor=crds
1915
+ ;;
1916
+ *-dgux*)
1917
+ vendor=dg
1918
+ ;;
1919
+ *-luna*)
1920
+ vendor=omron
1921
+ ;;
1922
+ *-genix*)
1923
+ vendor=ns
1924
+ ;;
1925
+ *-clix*)
1926
+ vendor=intergraph
1927
+ ;;
1928
+ *-mvs* | *-opened*)
1929
+ vendor=ibm
1930
+ ;;
1931
+ *-os400*)
1932
+ vendor=ibm
1933
+ ;;
1934
+ s390-* | s390x-*)
1935
+ vendor=ibm
1936
+ ;;
1937
+ *-ptx*)
1938
+ vendor=sequent
1939
+ ;;
1940
+ *-tpf*)
1941
+ vendor=ibm
1942
+ ;;
1943
+ *-vxsim* | *-vxworks* | *-windiss*)
1944
+ vendor=wrs
1945
+ ;;
1946
+ *-aux*)
1947
+ vendor=apple
1948
+ ;;
1949
+ *-hms*)
1950
+ vendor=hitachi
1951
+ ;;
1952
+ *-mpw* | *-macos*)
1953
+ vendor=apple
1954
+ ;;
1955
+ *-*mint | *-mint[0-9]* | *-*MiNT | *-MiNT[0-9]*)
1956
+ vendor=atari
1957
+ ;;
1958
+ *-vos*)
1959
+ vendor=stratus
1960
+ ;;
1961
+ esac
1962
+ ;;
1963
+ esac
1964
+
1965
+ echo "$cpu-$vendor${kernel:+-$kernel}${os:+-$os}${obj:+-$obj}"
1966
+ exit
1967
+
1968
+ # Local variables:
1969
+ # eval: (add-hook 'before-save-hook 'time-stamp)
1970
+ # time-stamp-start: "timestamp='"
1971
+ # time-stamp-format: "%:y-%02m-%02d"
1972
+ # time-stamp-end: "'"
1973
+ # End: