cloudsmith-api 2.0.24 → 2.0.26

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 (1385) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +12 -10
  3. data/README.md +33 -6
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +1 -0
  6. data/docs/AlpineUpstream.md +36 -0
  7. data/docs/AlpineUpstreamRequest.md +22 -0
  8. data/docs/AlpineUpstreamRequestPatch.md +22 -0
  9. data/docs/BulkActionApi.md +70 -0
  10. data/docs/CargoPackageUpload.md +1 -0
  11. data/docs/CargoUpstream.md +4 -4
  12. data/docs/CocoapodsPackageUpload.md +1 -0
  13. data/docs/ComposerPackageUpload.md +1 -0
  14. data/docs/ComposerUpstream.md +4 -4
  15. data/docs/ConanPackageUpload.md +1 -0
  16. data/docs/CondaPackageUpload.md +1 -0
  17. data/docs/CondaUpstream.md +4 -4
  18. data/docs/CranPackageUpload.md +1 -0
  19. data/docs/CranUpstream.md +4 -4
  20. data/docs/DartPackageUpload.md +1 -0
  21. data/docs/DartUpstream.md +4 -4
  22. data/docs/DebPackageUpload.md +1 -0
  23. data/docs/DebUpstream.md +4 -4
  24. data/docs/DockerPackageUpload.md +1 -0
  25. data/docs/DockerUpstream.md +2 -2
  26. data/docs/EntitlementsApi.md +68 -0
  27. data/docs/FormatSupportUpstream.md +1 -0
  28. data/docs/GenericPackageUpload.md +1 -0
  29. data/docs/GenericUpstream.md +4 -4
  30. data/docs/GoPackageUpload.md +1 -0
  31. data/docs/GoUpstream.md +4 -4
  32. data/docs/HelmPackageUpload.md +1 -0
  33. data/docs/HelmUpstream.md +4 -4
  34. data/docs/HexPackageUpload.md +1 -0
  35. data/docs/HexUpstream.md +4 -4
  36. data/docs/HuggingfacePackageUpload.md +1 -0
  37. data/docs/HuggingfaceUpstream.md +4 -4
  38. data/docs/LuarocksPackageUpload.md +1 -0
  39. data/docs/MavenPackageUpload.md +1 -0
  40. data/docs/MavenUpstream.md +4 -4
  41. data/docs/McpPackageUpload.md +91 -0
  42. data/docs/McpPackageUploadRequest.md +11 -0
  43. data/docs/NpmPackageUpload.md +1 -0
  44. data/docs/NpmUpstream.md +5 -4
  45. data/docs/NpmUpstreamRequest.md +1 -0
  46. data/docs/NpmUpstreamRequestPatch.md +1 -0
  47. data/docs/NugetPackageUpload.md +1 -0
  48. data/docs/NugetUpstream.md +4 -4
  49. data/docs/OrganizationTeamMembers.md +1 -1
  50. data/docs/OrganizationTeamServiceMember.md +10 -0
  51. data/docs/P2PackageUpload.md +1 -0
  52. data/docs/Package.md +1 -0
  53. data/docs/PackageBulkAction.md +11 -0
  54. data/docs/PackageBulkActionResponse.md +10 -0
  55. data/docs/PackageCopy.md +1 -0
  56. data/docs/PackageMove.md +1 -0
  57. data/docs/PackageQuarantine.md +1 -0
  58. data/docs/PackageRecycleBin.md +10 -0
  59. data/docs/PackageResync.md +1 -0
  60. data/docs/PackageTag.md +1 -0
  61. data/docs/PackagesApi.md +262 -0
  62. data/docs/PythonPackageUpload.md +1 -0
  63. data/docs/PythonUpstream.md +4 -4
  64. data/docs/RawPackageUpload.md +1 -0
  65. data/docs/RecycleBinApi.md +137 -0
  66. data/docs/RecycleBinPackage.md +31 -0
  67. data/docs/ReposApi.md +409 -5
  68. data/docs/Repository.md +2 -0
  69. data/docs/RepositoryCreate.md +2 -0
  70. data/docs/RepositoryCreateRequest.md +1 -0
  71. data/docs/RepositoryRequestPatch.md +1 -0
  72. data/docs/RepositoryTokenPrivateBroadcasts.md +8 -0
  73. data/docs/RepositoryTokenPrivateBroadcastsRequest.md +8 -0
  74. data/docs/RepositoryTokenRefreshRequest.md +0 -1
  75. data/docs/RepositoryTokenRequest.md +0 -1
  76. data/docs/RepositoryTokenRequestPatch.md +0 -1
  77. data/docs/RpmPackageUpload.md +1 -0
  78. data/docs/RpmUpstream.md +4 -4
  79. data/docs/RubyPackageUpload.md +1 -0
  80. data/docs/RubyUpstream.md +4 -4
  81. data/docs/StorageAllocatedLimit.md +1 -0
  82. data/docs/StorageAllocatedLimitRaw.md +1 -0
  83. data/docs/SwiftPackageUpload.md +1 -0
  84. data/docs/SwiftUpstream.md +4 -4
  85. data/docs/TerraformPackageUpload.md +1 -0
  86. data/docs/VagrantPackageUpload.md +1 -0
  87. data/docs/VsxPackageUpload.md +91 -0
  88. data/docs/VsxPackageUploadRequest.md +10 -0
  89. data/lib/cloudsmith-api/api/bulk_action_api.rb +77 -0
  90. data/lib/cloudsmith-api/api/entitlements_api.rb +67 -0
  91. data/lib/cloudsmith-api/api/packages_api.rb +246 -0
  92. data/lib/cloudsmith-api/api/recycle_bin_api.rb +140 -0
  93. data/lib/cloudsmith-api/api/repos_api.rb +403 -4
  94. data/lib/cloudsmith-api/models/alpine_package_upload.rb +10 -1
  95. data/lib/cloudsmith-api/models/alpine_upstream.rb +564 -0
  96. data/lib/cloudsmith-api/models/alpine_upstream_request.rb +399 -0
  97. data/lib/cloudsmith-api/models/alpine_upstream_request_patch.rb +389 -0
  98. data/lib/cloudsmith-api/models/cargo_package_upload.rb +10 -1
  99. data/lib/cloudsmith-api/models/cargo_upstream.rb +9 -6
  100. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +10 -1
  101. data/lib/cloudsmith-api/models/composer_package_upload.rb +10 -1
  102. data/lib/cloudsmith-api/models/composer_upstream.rb +9 -6
  103. data/lib/cloudsmith-api/models/conan_package_upload.rb +10 -1
  104. data/lib/cloudsmith-api/models/conda_package_upload.rb +10 -1
  105. data/lib/cloudsmith-api/models/conda_upstream.rb +9 -6
  106. data/lib/cloudsmith-api/models/cran_package_upload.rb +10 -1
  107. data/lib/cloudsmith-api/models/cran_upstream.rb +9 -6
  108. data/lib/cloudsmith-api/models/dart_package_upload.rb +10 -1
  109. data/lib/cloudsmith-api/models/dart_upstream.rb +9 -6
  110. data/lib/cloudsmith-api/models/deb_package_upload.rb +10 -1
  111. data/lib/cloudsmith-api/models/deb_upstream.rb +9 -6
  112. data/lib/cloudsmith-api/models/docker_package_upload.rb +10 -1
  113. data/lib/cloudsmith-api/models/docker_upstream.rb +6 -4
  114. data/lib/cloudsmith-api/models/format_support_upstream.rb +19 -4
  115. data/lib/cloudsmith-api/models/generic_package_upload.rb +10 -1
  116. data/lib/cloudsmith-api/models/generic_upstream.rb +9 -6
  117. data/lib/cloudsmith-api/models/go_package_upload.rb +10 -1
  118. data/lib/cloudsmith-api/models/go_upstream.rb +9 -6
  119. data/lib/cloudsmith-api/models/helm_package_upload.rb +10 -1
  120. data/lib/cloudsmith-api/models/helm_upstream.rb +9 -6
  121. data/lib/cloudsmith-api/models/hex_package_upload.rb +10 -1
  122. data/lib/cloudsmith-api/models/hex_upstream.rb +9 -6
  123. data/lib/cloudsmith-api/models/huggingface_package_upload.rb +10 -1
  124. data/lib/cloudsmith-api/models/huggingface_upstream.rb +9 -6
  125. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +10 -1
  126. data/lib/cloudsmith-api/models/maven_package_upload.rb +10 -1
  127. data/lib/cloudsmith-api/models/maven_upstream.rb +9 -6
  128. data/lib/cloudsmith-api/models/mcp_package_upload.rb +1001 -0
  129. data/lib/cloudsmith-api/models/mcp_package_upload_request.rb +220 -0
  130. data/lib/cloudsmith-api/models/npm_package_upload.rb +10 -1
  131. data/lib/cloudsmith-api/models/npm_upstream.rb +34 -7
  132. data/lib/cloudsmith-api/models/npm_upstream_request.rb +25 -1
  133. data/lib/cloudsmith-api/models/npm_upstream_request_patch.rb +25 -1
  134. data/lib/cloudsmith-api/models/nuget_package_upload.rb +10 -1
  135. data/lib/cloudsmith-api/models/nuget_upstream.rb +9 -6
  136. data/lib/cloudsmith-api/models/organization_team_members.rb +1 -1
  137. data/lib/cloudsmith-api/models/organization_team_service_member.rb +261 -0
  138. data/lib/cloudsmith-api/models/p2_package_upload.rb +10 -1
  139. data/lib/cloudsmith-api/models/package.rb +10 -1
  140. data/lib/cloudsmith-api/models/package_bulk_action.rb +261 -0
  141. data/lib/cloudsmith-api/models/package_bulk_action_response.rb +209 -0
  142. data/lib/cloudsmith-api/models/package_copy.rb +10 -1
  143. data/lib/cloudsmith-api/models/package_move.rb +10 -1
  144. data/lib/cloudsmith-api/models/package_quarantine.rb +10 -1
  145. data/lib/cloudsmith-api/models/package_recycle_bin.rb +251 -0
  146. data/lib/cloudsmith-api/models/package_resync.rb +10 -1
  147. data/lib/cloudsmith-api/models/package_tag.rb +10 -1
  148. data/lib/cloudsmith-api/models/python_package_upload.rb +10 -1
  149. data/lib/cloudsmith-api/models/python_upstream.rb +9 -6
  150. data/lib/cloudsmith-api/models/raw_package_upload.rb +10 -1
  151. data/lib/cloudsmith-api/models/recycle_bin_package.rb +442 -0
  152. data/lib/cloudsmith-api/models/repository.rb +21 -1
  153. data/lib/cloudsmith-api/models/repository_create.rb +21 -1
  154. data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
  155. data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
  156. data/lib/cloudsmith-api/models/repository_token_private_broadcasts.rb +190 -0
  157. data/lib/cloudsmith-api/models/repository_token_private_broadcasts_request.rb +190 -0
  158. data/lib/cloudsmith-api/models/repository_token_refresh_request.rb +1 -11
  159. data/lib/cloudsmith-api/models/repository_token_request.rb +1 -11
  160. data/lib/cloudsmith-api/models/repository_token_request_patch.rb +1 -11
  161. data/lib/cloudsmith-api/models/rpm_package_upload.rb +10 -1
  162. data/lib/cloudsmith-api/models/rpm_upstream.rb +9 -6
  163. data/lib/cloudsmith-api/models/ruby_package_upload.rb +10 -1
  164. data/lib/cloudsmith-api/models/ruby_upstream.rb +9 -6
  165. data/lib/cloudsmith-api/models/storage_allocated_limit.rb +13 -4
  166. data/lib/cloudsmith-api/models/storage_allocated_limit_raw.rb +13 -4
  167. data/lib/cloudsmith-api/models/swift_package_upload.rb +10 -1
  168. data/lib/cloudsmith-api/models/swift_upstream.rb +9 -6
  169. data/lib/cloudsmith-api/models/terraform_package_upload.rb +10 -1
  170. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +10 -1
  171. data/lib/cloudsmith-api/models/vsx_package_upload.rb +1001 -0
  172. data/lib/cloudsmith-api/models/vsx_package_upload_request.rb +210 -0
  173. data/lib/cloudsmith-api/version.rb +1 -1
  174. data/lib/cloudsmith-api.rb +16 -1
  175. data/spec/api/bulk_action_api_spec.rb +47 -0
  176. data/spec/api/entitlements_api_spec.rb +15 -0
  177. data/spec/api/packages_api_spec.rb +56 -0
  178. data/spec/api/recycle_bin_api_spec.rb +62 -0
  179. data/spec/api/repos_api_spec.rb +90 -2
  180. data/spec/models/alpine_package_upload_spec.rb +6 -0
  181. data/spec/models/alpine_upstream_request_patch_spec.rb +137 -0
  182. data/spec/models/alpine_upstream_request_spec.rb +137 -0
  183. data/spec/models/alpine_upstream_spec.rb +229 -0
  184. data/spec/models/cargo_package_upload_spec.rb +6 -0
  185. data/spec/models/cargo_upstream_spec.rb +1 -1
  186. data/spec/models/cocoapods_package_upload_spec.rb +6 -0
  187. data/spec/models/composer_package_upload_spec.rb +6 -0
  188. data/spec/models/composer_upstream_spec.rb +1 -1
  189. data/spec/models/conan_package_upload_spec.rb +6 -0
  190. data/spec/models/conda_package_upload_spec.rb +6 -0
  191. data/spec/models/conda_upstream_spec.rb +1 -1
  192. data/spec/models/cran_package_upload_spec.rb +6 -0
  193. data/spec/models/cran_upstream_spec.rb +1 -1
  194. data/spec/models/dart_package_upload_spec.rb +6 -0
  195. data/spec/models/dart_upstream_spec.rb +1 -1
  196. data/spec/models/deb_package_upload_spec.rb +6 -0
  197. data/spec/models/deb_upstream_spec.rb +1 -1
  198. data/spec/models/docker_package_upload_spec.rb +6 -0
  199. data/spec/models/docker_upstream_spec.rb +1 -1
  200. data/spec/models/format_support_upstream_spec.rb +6 -0
  201. data/spec/models/generic_package_upload_spec.rb +6 -0
  202. data/spec/models/generic_upstream_spec.rb +1 -1
  203. data/spec/models/go_package_upload_spec.rb +6 -0
  204. data/spec/models/go_upstream_spec.rb +1 -1
  205. data/spec/models/helm_package_upload_spec.rb +6 -0
  206. data/spec/models/helm_upstream_spec.rb +1 -1
  207. data/spec/models/hex_package_upload_spec.rb +6 -0
  208. data/spec/models/hex_upstream_spec.rb +1 -1
  209. data/spec/models/huggingface_package_upload_spec.rb +6 -0
  210. data/spec/models/huggingface_upstream_spec.rb +1 -1
  211. data/spec/models/luarocks_package_upload_spec.rb +6 -0
  212. data/spec/models/maven_package_upload_spec.rb +6 -0
  213. data/spec/models/maven_upstream_spec.rb +1 -1
  214. data/spec/models/mcp_package_upload_request_spec.rb +59 -0
  215. data/spec/models/mcp_package_upload_spec.rb +543 -0
  216. data/spec/models/npm_package_upload_spec.rb +6 -0
  217. data/spec/models/npm_upstream_request_patch_spec.rb +10 -0
  218. data/spec/models/npm_upstream_request_spec.rb +10 -0
  219. data/spec/models/npm_upstream_spec.rb +11 -1
  220. data/spec/models/nuget_package_upload_spec.rb +6 -0
  221. data/spec/models/nuget_upstream_spec.rb +1 -1
  222. data/spec/models/organization_team_service_member_spec.rb +61 -0
  223. data/spec/models/p2_package_upload_spec.rb +6 -0
  224. data/spec/models/package_bulk_action_response_spec.rb +53 -0
  225. data/spec/models/package_bulk_action_spec.rb +63 -0
  226. data/spec/models/package_copy_spec.rb +6 -0
  227. data/spec/models/package_move_spec.rb +6 -0
  228. data/spec/models/package_quarantine_spec.rb +6 -0
  229. data/spec/models/package_recycle_bin_spec.rb +57 -0
  230. data/spec/models/package_resync_spec.rb +6 -0
  231. data/spec/models/package_spec.rb +6 -0
  232. data/spec/models/package_tag_spec.rb +6 -0
  233. data/spec/models/python_package_upload_spec.rb +6 -0
  234. data/spec/models/python_upstream_spec.rb +1 -1
  235. data/spec/models/raw_package_upload_spec.rb +6 -0
  236. data/spec/models/recycle_bin_package_spec.rb +183 -0
  237. data/spec/models/repository_create_request_spec.rb +6 -0
  238. data/spec/models/repository_create_spec.rb +12 -0
  239. data/spec/models/repository_request_patch_spec.rb +6 -0
  240. data/spec/models/repository_spec.rb +12 -0
  241. data/spec/models/repository_token_private_broadcasts_request_spec.rb +41 -0
  242. data/spec/models/repository_token_private_broadcasts_spec.rb +41 -0
  243. data/spec/models/repository_token_refresh_request_spec.rb +0 -6
  244. data/spec/models/repository_token_request_patch_spec.rb +0 -6
  245. data/spec/models/repository_token_request_spec.rb +0 -6
  246. data/spec/models/rpm_package_upload_spec.rb +6 -0
  247. data/spec/models/rpm_upstream_spec.rb +1 -1
  248. data/spec/models/ruby_package_upload_spec.rb +6 -0
  249. data/spec/models/ruby_upstream_spec.rb +1 -1
  250. data/spec/models/storage_allocated_limit_raw_spec.rb +6 -0
  251. data/spec/models/storage_allocated_limit_spec.rb +6 -0
  252. data/spec/models/swift_package_upload_spec.rb +6 -0
  253. data/spec/models/swift_upstream_spec.rb +1 -1
  254. data/spec/models/terraform_package_upload_spec.rb +6 -0
  255. data/spec/models/vagrant_package_upload_spec.rb +6 -0
  256. data/spec/models/vsx_package_upload_request_spec.rb +53 -0
  257. data/spec/models/vsx_package_upload_spec.rb +543 -0
  258. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.9.0.gem +0 -0
  259. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.2.gem +0 -0
  260. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-4.1.2.gem +0 -0
  261. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.18.0.gem +0 -0
  262. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.4.gem +0 -0
  263. data/vendor/bundle/ruby/2.6.0/cache/logger-1.7.0.gem +0 -0
  264. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.8.gem +0 -0
  265. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.7.gem +0 -0
  266. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.6.0.gem +0 -0
  267. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.2/gem_make.out +14 -0
  268. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/bigdecimal.so +0 -0
  269. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/gem_make.out +206 -0
  270. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.1.2/mkmf.log +511 -0
  271. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/ffi_c.so +0 -0
  272. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/gem_make.out +44 -0
  273. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.4/mkmf.log +299 -0
  274. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  275. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  276. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.9.0/CHANGELOG.md +326 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.9.0/lib/addressable/idna/pure.rb +4710 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.9.0/lib/addressable/template.rb +1040 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.9.0/lib/addressable/version.rb +31 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.2/CHANGELOG.md +171 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.2/lib/autotest-fsevent/version.rb +5 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/bigdecimal.gemspec +62 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/Makefile +267 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/bigdecimal.c +6207 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/bigdecimal.h +298 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/bigdecimal.o +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/bigdecimal.so +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/div.h +192 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/extconf.rb +63 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/missing/dtoa.c +3509 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/missing.h +106 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/missing.o +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/ext/bigdecimal/ntt.h +191 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/lib/bigdecimal/math.rb +927 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/lib/bigdecimal/util.rb +186 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/lib/bigdecimal.rb +404 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/lib/bigdecimal.so +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sample/linear.rb +110 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sample/nlsolve.rb +57 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sample/pi.rb +16 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sig/big_decimal.rbs +1502 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sig/big_decimal_util.rbs +158 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.1.2/sig/big_math.rbs +423 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/CHANGELOG.md +417 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/README.md +118 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/curls/classes.rb +65 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/curls/codes.rb +123 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/curls/options.rb +503 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/easy/callbacks.rb +155 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/easy/informations.rb +116 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/easy/response_callbacks.rb +136 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/loggable.rb +58 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.18.0/lib/ethon/version.rb +6 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/CHANGELOG.md +507 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.o +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.o +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Buffer.o +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Call.o +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.o +0 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.o +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Function.o +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/FunctionInfo.o +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/LastError.o +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.o +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +266 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.o +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.o +0 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.o +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Platform.o +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.o +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Struct.o +0 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.o +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.c +886 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.o +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Thread.o +0 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Type.o +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Types.o +0 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/Variadic.o +0 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/ffi.o +0 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ext/ffi_c/ffi_c.so +0 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/ffi.gemspec +43 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/lib/ffi/version.rb +3 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.4/lib/ffi_c.so +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  346. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  347. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.document +4 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/.rdoc_options +3 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/BSDL +22 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/COPYING +56 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/README.md +104 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/logger-1.7.0/lib/logger.rb +789 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/recorder.rb +301 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/order_group.rb +92 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/version.rb +9 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.7/lib/rspec/support/fuzzy_matcher.rb +53 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.7/lib/rspec/support/version.rb +9 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.6.0/CHANGELOG.md +465 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.6.0/README.md +588 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.6.0/lib/typhoeus/version.rb +5 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.6.0/typhoeus.gemspec +35 -0
  370. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.9.0.gemspec +35 -0
  371. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.3.2.gemspec +43 -0
  372. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-4.1.2.gemspec +25 -0
  373. data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.18.0.gemspec +34 -0
  374. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.4.gemspec +27 -0
  375. data/vendor/bundle/ruby/2.6.0/specifications/logger-1.7.0.gemspec +22 -0
  376. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.8.gemspec +36 -0
  377. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.7.gemspec +36 -0
  378. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.6.0.gemspec +32 -0
  379. metadata +764 -1013
  380. data/docs/OrganizationTeamMembership.md +0 -9
  381. data/lib/cloudsmith-api/models/organization_team_membership.rb +0 -238
  382. data/spec/models/organization_team_membership_spec.rb +0 -51
  383. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.8.gem +0 -0
  384. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.3.1.gem +0 -0
  385. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-4.0.1.gem +0 -0
  386. data/vendor/bundle/ruby/2.6.0/cache/ethon-0.15.0.gem +0 -0
  387. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.3.gem +0 -0
  388. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.7.gem +0 -0
  389. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.6.gem +0 -0
  390. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.5.0.gem +0 -0
  391. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.3.1/gem_make.out +0 -14
  392. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/bigdecimal.so +0 -0
  393. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/gem_make.out +0 -145
  394. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-4.0.1/mkmf.log +0 -489
  395. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/ffi_c.so +0 -0
  396. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/gem_make.out +0 -44
  397. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.3/mkmf.log +0 -299
  398. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/CHANGELOG.md +0 -310
  399. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Gemfile +0 -31
  400. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/Rakefile +0 -37
  401. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/addressable.gemspec +0 -28
  402. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/idna/pure.rb +0 -4720
  403. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/template.rb +0 -1029
  404. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/lib/addressable/version.rb +0 -31
  405. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/idna_spec.rb +0 -302
  406. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/net_http_compat_spec.rb +0 -29
  407. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/security_spec.rb +0 -58
  408. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/template_spec.rb +0 -1264
  409. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/addressable/uri_spec.rb +0 -6854
  410. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/spec/spec_helper.rb +0 -33
  411. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/clobber.rake +0 -4
  412. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/gem.rake +0 -100
  413. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/git.rake +0 -47
  414. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/metrics.rake +0 -24
  415. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/profile.rake +0 -72
  416. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/rspec.rake +0 -23
  417. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.8/tasks/yard.rake +0 -29
  418. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.1/CHANGELOG.md +0 -166
  419. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.3.1/lib/autotest-fsevent/version.rb +0 -5
  420. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/bigdecimal.gemspec +0 -57
  421. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/Makefile +0 -267
  422. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.c +0 -6206
  423. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.h +0 -292
  424. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.o +0 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/bigdecimal.so +0 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/extconf.rb +0 -60
  427. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/missing/dtoa.c +0 -3462
  428. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/missing.h +0 -104
  429. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/ext/bigdecimal/missing.o +0 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/math.rb +0 -948
  431. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal/util.rb +0 -186
  432. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal.rb +0 -360
  433. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/lib/bigdecimal.so +0 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/sample/linear.rb +0 -74
  435. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/sample/nlsolve.rb +0 -40
  436. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-4.0.1/sample/pi.rb +0 -21
  437. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
  438. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.gitignore +0 -8
  439. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/.rspec +0 -3
  440. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/CHANGELOG.md +0 -372
  441. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Gemfile +0 -43
  442. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Guardfile +0 -10
  443. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/README.md +0 -95
  444. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/Rakefile +0 -40
  445. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
  446. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb +0 -55
  447. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/codes.rb +0 -122
  448. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb +0 -502
  449. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb +0 -148
  450. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb +0 -113
  451. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb +0 -131
  452. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/loggable.rb +0 -59
  453. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/lib/ethon/version.rb +0 -6
  454. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
  455. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
  456. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
  457. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
  458. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
  459. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
  460. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
  461. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
  462. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
  463. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
  464. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
  465. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
  466. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
  467. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
  468. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
  469. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
  470. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
  471. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
  472. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
  473. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
  474. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
  475. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
  476. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
  477. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
  478. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
  479. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
  480. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
  481. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
  482. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
  483. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
  484. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
  485. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
  486. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
  487. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
  488. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
  489. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
  490. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
  491. data/vendor/bundle/ruby/2.6.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
  492. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/CHANGELOG.md +0 -498
  493. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/AbstractMemory.o +0 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ArrayType.o +0 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Buffer.o +0 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Call.o +0 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ClosurePool.o +0 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/DynamicLibrary.o +0 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Function.o +0 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/FunctionInfo.o +0 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/LastError.o +0 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/LongDouble.o +0 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Makefile +0 -266
  504. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MappedType.o +0 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MemoryPointer.o +0 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/MethodHandle.o +0 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Platform.o +0 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Pointer.o +0 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Struct.o +0 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/StructByValue.o +0 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/StructLayout.c +0 -769
  512. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/StructLayout.o +0 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Thread.o +0 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Type.o +0 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Types.o +0 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/Variadic.o +0 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ffi.o +0 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/ffi_c.so +0 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.allow-ai-service +0 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/Containerfile.ppc64le +0 -12
  521. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/ar-lib +0 -270
  522. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -58
  523. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -18
  524. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -10
  525. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/build.sh +0 -129
  526. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/compile +0 -351
  527. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/install.sh +0 -74
  528. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -58
  529. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -60
  530. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/msvs-detect +0 -1103
  531. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -58
  532. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -58
  533. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/site.exp +0 -35
  534. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/unix-noexec.exp +0 -7
  535. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -55
  536. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.gail-labels +0 -44
  537. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.gitattributes +0 -4
  538. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/issue_template.md +0 -10
  539. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/build.yml +0 -358
  540. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -215
  541. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/label-new-issue.yaml +0 -15
  542. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.github/workflows/tarball.yml +0 -55
  543. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/.gitignore +0 -46
  544. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/Makefile.am +0 -89
  545. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
  546. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -34
  547. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -46
  548. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -86
  549. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -23
  550. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
  551. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
  552. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -695
  553. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  554. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
  555. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
  556. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
  557. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
  558. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
  559. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
  560. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
  561. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
  562. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
  563. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
  564. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
  565. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
  566. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -99
  567. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -108
  568. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -114
  569. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -119
  570. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
  571. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -166
  572. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
  573. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
  574. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
  575. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
  576. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
  577. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
  578. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/longjmp.c +0 -60
  579. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
  580. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
  581. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
  582. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
  583. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
  584. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
  585. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +0 -54
  586. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
  587. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
  588. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
  589. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
  590. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
  591. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
  592. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
  593. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
  594. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
  595. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
  596. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
  597. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
  598. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
  599. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
  600. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
  601. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
  602. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
  603. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
  604. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
  605. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  606. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  607. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  608. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
  609. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  610. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
  611. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
  612. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
  613. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
  614. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
  615. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
  616. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
  617. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
  618. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
  619. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
  620. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
  621. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
  622. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
  623. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
  624. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
  625. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +0 -88
  626. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
  627. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
  628. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
  629. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
  630. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
  631. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
  632. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
  633. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -135
  634. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -141
  635. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +0 -31
  636. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
  637. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
  638. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
  639. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
  640. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
  641. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
  642. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
  643. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
  644. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
  645. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
  646. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
  647. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
  648. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
  649. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
  650. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
  651. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
  652. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
  653. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
  654. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
  655. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
  656. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
  657. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
  658. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
  659. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
  660. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
  661. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
  662. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
  663. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
  664. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
  665. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
  666. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
  667. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
  668. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
  669. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
  670. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
  671. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
  672. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
  673. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
  674. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
  675. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
  676. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
  677. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
  678. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
  679. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
  680. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
  681. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
  682. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
  683. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
  684. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
  685. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
  686. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
  687. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
  688. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
  689. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
  690. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
  691. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
  692. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
  693. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
  694. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
  695. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
  696. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
  697. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
  698. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
  699. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
  700. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
  701. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
  702. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
  703. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
  704. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
  705. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
  706. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
  707. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
  708. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
  709. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
  710. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
  711. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -342
  712. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
  713. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  714. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
  715. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
  716. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
  717. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
  718. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
  719. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
  720. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
  721. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
  722. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
  723. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
  724. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
  725. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
  726. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
  727. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
  728. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
  729. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
  730. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
  731. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
  732. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  733. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  734. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
  735. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -120
  736. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -57
  737. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
  738. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
  739. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
  740. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
  741. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
  742. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
  743. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
  744. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
  745. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
  746. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
  747. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
  748. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
  749. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
  750. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
  751. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
  752. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
  753. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
  754. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
  755. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
  756. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
  757. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
  758. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
  759. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
  760. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
  761. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
  762. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
  763. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
  764. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
  765. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
  766. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
  767. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
  768. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
  769. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
  770. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
  771. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
  772. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
  773. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
  774. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
  775. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
  776. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
  777. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
  778. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
  779. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
  780. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
  781. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
  782. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
  783. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
  784. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/ffitest.h +0 -1
  785. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/threads.exp +0 -50
  786. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ext/ffi_c/libffi/testsuite/libffi.threads/tsan.c +0 -74
  787. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/ffi.gemspec +0 -41
  788. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi/version.rb +0 -3
  789. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.3/lib/ffi_c.so +0 -0
  790. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/Changelog.md +0 -1343
  791. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/any_instance/recorder.rb +0 -299
  792. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/order_group.rb +0 -81
  793. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.7/lib/rspec/mocks/version.rb +0 -9
  794. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/Changelog.md +0 -437
  795. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/fuzzy_matcher.rb +0 -50
  796. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.6/lib/rspec/support/version.rb +0 -9
  797. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/CHANGELOG.md +0 -452
  798. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/README.md +0 -588
  799. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb +0 -5
  800. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.5.0/typhoeus.gemspec +0 -35
  801. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.8.gemspec +0 -37
  802. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.3.1.gemspec +0 -43
  803. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-4.0.1.gemspec +0 -25
  804. data/vendor/bundle/ruby/2.6.0/specifications/ethon-0.15.0.gemspec +0 -30
  805. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.3.gemspec +0 -27
  806. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.7.gemspec +0 -36
  807. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.6.gemspec +0 -36
  808. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.5.0.gemspec +0 -32
  809. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/gem.build_complete +0 -0
  810. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/gem.build_complete +0 -0
  811. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.3 → ffi-1.17.4}/gem.build_complete +0 -0
  812. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/LICENSE.txt +0 -0
  813. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/README.md +0 -0
  814. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/lib/addressable/idna/native.rb +0 -0
  815. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/lib/addressable/idna.rb +0 -0
  816. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/lib/addressable/uri.rb +0 -0
  817. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.8 → addressable-2.9.0}/lib/addressable.rb +0 -0
  818. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/LICENSE.txt +0 -0
  819. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/README.md +0 -0
  820. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/Makefile +0 -0
  821. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/extconf.rb +0 -0
  822. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/fsevent.dll +0 -0
  823. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/fsevent.so +0 -0
  824. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/fsevent_sleep.c +0 -0
  825. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/make +0 -0
  826. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/ext/fsevent/nmake.bat +0 -0
  827. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/lib/autotest/fsevent.rb +0 -0
  828. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/lib/autotest-fsevent.rb +0 -0
  829. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/post-install.txt +0 -0
  830. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.3.1 → autotest-fsevent-0.3.2}/prebuilt/fsevent_sleep +0 -0
  831. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/LICENSE +0 -0
  832. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/ext/bigdecimal/.sitearchdir.time +0 -0
  833. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/ext/bigdecimal/bits.h +0 -0
  834. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/ext/bigdecimal/feature.h +0 -0
  835. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/ext/bigdecimal/missing.c +0 -0
  836. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/ext/bigdecimal/static_assert.h +0 -0
  837. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/lib/bigdecimal/jacobian.rb +0 -0
  838. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/lib/bigdecimal/ludcmp.rb +0 -0
  839. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-4.0.1 → bigdecimal-4.1.2}/lib/bigdecimal/newton.rb +0 -0
  840. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
  841. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
  842. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
  843. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
  844. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
  845. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
  846. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
  847. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
  848. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
  849. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
  850. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
  851. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
  852. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
  853. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
  854. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
  855. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
  856. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
  857. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
  858. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
  859. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
  860. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
  861. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
  862. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
  863. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
  864. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
  865. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
  866. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
  867. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
  868. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
  869. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
  870. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
  871. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
  872. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
  873. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
  874. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
  875. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
  876. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
  877. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
  878. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
  879. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
  880. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
  881. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
  882. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
  883. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
  884. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
  885. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
  886. /data/vendor/bundle/ruby/2.6.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
  887. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/COPYING +0 -0
  888. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/Gemfile +0 -0
  889. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/LICENSE +0 -0
  890. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/LICENSE.SPECS +0 -0
  891. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/README.md +0 -0
  892. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/Rakefile +0 -0
  893. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/Steepfile +0 -0
  894. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/.sitearchdir.time +0 -0
  895. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/AbstractMemory.c +0 -0
  896. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/AbstractMemory.h +0 -0
  897. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/ArrayType.c +0 -0
  898. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/ArrayType.h +0 -0
  899. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Buffer.c +0 -0
  900. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Call.c +0 -0
  901. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Call.h +0 -0
  902. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/ClosurePool.c +0 -0
  903. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/ClosurePool.h +0 -0
  904. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/DynamicLibrary.c +0 -0
  905. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/DynamicLibrary.h +0 -0
  906. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Function.c +0 -0
  907. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Function.h +0 -0
  908. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/FunctionInfo.c +0 -0
  909. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/LastError.c +0 -0
  910. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/LastError.h +0 -0
  911. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/LongDouble.c +0 -0
  912. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/LongDouble.h +0 -0
  913. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MappedType.c +0 -0
  914. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MappedType.h +0 -0
  915. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MemoryPointer.c +0 -0
  916. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MemoryPointer.h +0 -0
  917. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MethodHandle.c +0 -0
  918. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/MethodHandle.h +0 -0
  919. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Platform.c +0 -0
  920. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Platform.h +0 -0
  921. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Pointer.c +0 -0
  922. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Pointer.h +0 -0
  923. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Struct.c +0 -0
  924. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Struct.h +0 -0
  925. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/StructByValue.c +0 -0
  926. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/StructByValue.h +0 -0
  927. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Thread.c +0 -0
  928. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Thread.h +0 -0
  929. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Type.c +0 -0
  930. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Type.h +0 -0
  931. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Types.c +0 -0
  932. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Types.h +0 -0
  933. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/Variadic.c +0 -0
  934. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/compat.h +0 -0
  935. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/extconf.h +0 -0
  936. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/extconf.rb +0 -0
  937. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/ffi.c +0 -0
  938. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  939. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/LICENSE +0 -0
  940. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  941. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/Makefile.am +0 -0
  942. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/Makefile.in +0 -0
  943. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/README.md +0 -0
  944. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/acinclude.m4 +0 -0
  945. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/autogen.sh +0 -0
  946. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/compile +0 -0
  947. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/config.guess +0 -0
  948. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/config.sub +0 -0
  949. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/configure +0 -0
  950. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/configure.ac +0 -0
  951. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/configure.host +0 -0
  952. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  953. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/doc/Makefile.in +0 -0
  954. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/doc/libffi.texi +0 -0
  955. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/doc/version.texi +0 -0
  956. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/fficonfig.h.in +0 -0
  957. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
  958. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/Makefile.am +0 -0
  959. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/Makefile.in +0 -0
  960. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
  961. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/ffi_cfi.h +0 -0
  962. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/ffi_common.h +0 -0
  963. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/include/tramp.h +0 -0
  964. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/install-sh +0 -0
  965. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/libffi.map.in +0 -0
  966. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  967. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  968. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  969. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/libtool-version +0 -0
  970. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/ltmain.sh +0 -0
  971. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  972. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  973. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
  974. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
  975. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  976. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
  977. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  978. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  979. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  980. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  981. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
  982. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  983. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  984. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  985. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/Makefile.in +0 -0
  986. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  987. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  988. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  989. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  990. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/missing +0 -0
  991. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  992. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  993. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  994. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  995. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
  996. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  997. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/msvcc.sh +0 -0
  998. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -0
  999. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
  1000. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/aarch64/internal.h +0 -0
  1001. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -0
  1002. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  1003. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  1004. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  1005. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  1006. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  1007. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arc/arcompact.S +0 -0
  1008. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arc/ffi.c +0 -0
  1009. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
  1010. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
  1011. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
  1012. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
  1013. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
  1014. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  1015. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  1016. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  1017. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  1018. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  1019. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  1020. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  1021. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/closures.c +0 -0
  1022. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  1023. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  1024. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  1025. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  1026. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  1027. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  1028. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/debug.c +0 -0
  1029. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/dlmalloc.c +0 -0
  1030. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  1031. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  1032. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  1033. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
  1034. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  1035. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  1036. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
  1037. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  1038. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  1039. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  1040. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  1041. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  1042. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
  1043. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
  1044. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
  1045. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
  1046. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  1047. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  1048. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  1049. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  1050. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  1051. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  1052. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  1053. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  1054. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  1055. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  1056. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  1057. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  1058. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  1059. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  1060. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
  1061. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -0
  1062. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/mips/n32.S +0 -0
  1063. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/mips/o32.S +0 -0
  1064. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  1065. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
  1066. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  1067. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/or1k/ffi.c +0 -0
  1068. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  1069. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  1070. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
  1071. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
  1072. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
  1073. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
  1074. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
  1075. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
  1076. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  1077. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  1078. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  1079. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  1080. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  1081. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
  1082. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  1083. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -0
  1084. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  1085. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
  1086. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  1087. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/internal.h +0 -0
  1088. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
  1089. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -0
  1090. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
  1091. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  1092. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
  1093. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/prep_cif.c +0 -0
  1094. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  1095. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
  1096. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  1097. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/riscv/internal.h +0 -0
  1098. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  1099. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
  1100. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  1101. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
  1102. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
  1103. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  1104. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  1105. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  1106. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  1107. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  1108. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  1109. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
  1110. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
  1111. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  1112. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  1113. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  1114. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  1115. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  1116. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  1117. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  1118. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/tramp.c +0 -0
  1119. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/types.c +0 -0
  1120. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  1121. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  1122. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  1123. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/wasm/ffi.c +0 -0
  1124. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/wasm/ffitarget.h +0 -0
  1125. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  1126. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/ffi.c +0 -0
  1127. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/ffi64.c +0 -0
  1128. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
  1129. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
  1130. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
  1131. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
  1132. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
  1133. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
  1134. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
  1135. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
  1136. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  1137. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
  1138. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
  1139. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
  1140. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/stamp-h.in +0 -0
  1141. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi/testsuite/Makefile.in +0 -0
  1142. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.bsd.mk +0 -0
  1143. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.darwin.mk +0 -0
  1144. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.gnu.mk +0 -0
  1145. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.mk +0 -0
  1146. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.vc.mk +0 -0
  1147. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/libffi.vc64.mk +0 -0
  1148. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/rbffi.h +0 -0
  1149. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/ext/ffi_c/rbffi_endian.h +0 -0
  1150. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/abstract_memory.rb +0 -0
  1151. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/autopointer.rb +0 -0
  1152. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/buffer.rb +0 -0
  1153. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/callback.rb +0 -0
  1154. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/compat.rb +0 -0
  1155. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/data_converter.rb +0 -0
  1156. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/dynamic_library.rb +0 -0
  1157. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/enum.rb +0 -0
  1158. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/errno.rb +0 -0
  1159. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/ffi.rb +0 -0
  1160. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/function.rb +0 -0
  1161. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/io.rb +0 -0
  1162. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/library.rb +0 -0
  1163. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/library_path.rb +0 -0
  1164. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/managedstruct.rb +0 -0
  1165. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/memorypointer.rb +0 -0
  1166. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1167. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1168. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1169. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1170. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1171. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
  1172. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1173. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1174. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1175. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
  1176. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
  1177. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1178. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1179. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1180. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1181. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1182. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1183. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1184. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1185. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1186. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1187. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1188. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
  1189. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1190. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1191. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1192. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1193. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1194. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1195. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1196. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1197. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1198. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1199. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1200. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1201. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1202. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1203. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1204. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1205. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1206. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1207. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1208. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
  1209. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1210. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1211. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
  1212. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1213. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1214. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1215. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1216. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1217. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1218. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1219. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1220. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1221. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1222. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1223. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
  1224. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/platform.rb +0 -0
  1225. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/pointer.rb +0 -0
  1226. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/struct.rb +0 -0
  1227. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/struct_by_reference.rb +0 -0
  1228. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/struct_layout.rb +0 -0
  1229. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/struct_layout_builder.rb +0 -0
  1230. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/tools/const_generator.rb +0 -0
  1231. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/tools/generator.rb +0 -0
  1232. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/tools/generator_task.rb +0 -0
  1233. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/tools/struct_generator.rb +0 -0
  1234. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/types.rb +0 -0
  1235. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/union.rb +0 -0
  1236. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi/variadic.rb +0 -0
  1237. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/lib/ffi.rb +0 -0
  1238. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/getlogin.rb +0 -0
  1239. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/getpid.rb +0 -0
  1240. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/gettimeofday.rb +0 -0
  1241. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/hello.rb +0 -0
  1242. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/hello_ractor.rb +0 -0
  1243. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/inotify.rb +0 -0
  1244. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/pty.rb +0 -0
  1245. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/qsort.rb +0 -0
  1246. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/samples/qsort_ractor.rb +0 -0
  1247. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/abstract_memory.rbs +0 -0
  1248. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/auto_pointer.rbs +0 -0
  1249. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/buffer.rbs +0 -0
  1250. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/data_converter.rbs +0 -0
  1251. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/dynamic_library.rbs +0 -0
  1252. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/enum.rbs +0 -0
  1253. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/errno.rbs +0 -0
  1254. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/function.rbs +0 -0
  1255. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/library.rbs +0 -0
  1256. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/native_type.rbs +0 -0
  1257. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/platform.rbs +0 -0
  1258. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/pointer.rbs +0 -0
  1259. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/struct.rbs +0 -0
  1260. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/struct_by_reference.rbs +0 -0
  1261. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/struct_by_value.rbs +0 -0
  1262. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/struct_layout.rbs +0 -0
  1263. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/struct_layout_builder.rbs +0 -0
  1264. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi/type.rbs +0 -0
  1265. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.3 → ffi-1.17.4}/sig/ffi.rbs +0 -0
  1266. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.document +0 -0
  1267. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/.yardopts +0 -0
  1268. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/LICENSE.md +0 -0
  1269. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/README.md +0 -0
  1270. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  1271. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  1272. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  1273. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  1274. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  1275. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  1276. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  1277. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  1278. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/any_instance.rb +0 -0
  1279. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  1280. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/argument_matchers.rb +0 -0
  1281. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/configuration.rb +0 -0
  1282. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/error_generator.rb +0 -0
  1283. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/example_methods.rb +0 -0
  1284. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  1285. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/marshal_extension.rb +0 -0
  1286. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  1287. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  1288. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive.rb +0 -0
  1289. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  1290. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  1291. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_chain.rb +0 -0
  1292. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/message_expectation.rb +0 -0
  1293. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_double.rb +0 -0
  1294. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/method_reference.rb +0 -0
  1295. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/minitest_integration.rb +0 -0
  1296. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/mutate_const.rb +0 -0
  1297. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/object_reference.rb +0 -0
  1298. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/proxy.rb +0 -0
  1299. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/space.rb +0 -0
  1300. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/standalone.rb +0 -0
  1301. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/syntax.rb +0 -0
  1302. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/targets.rb +0 -0
  1303. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/test_double.rb +0 -0
  1304. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_double.rb +0 -0
  1305. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  1306. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  1307. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.7 → rspec-mocks-3.13.8}/lib/rspec/mocks.rb +0 -0
  1308. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/LICENSE.md +0 -0
  1309. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/README.md +0 -0
  1310. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/caller_filter.rb +0 -0
  1311. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/comparable_version.rb +0 -0
  1312. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/differ.rb +0 -0
  1313. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/directory_maker.rb +0 -0
  1314. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/encoded_string.rb +0 -0
  1315. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/hunk_generator.rb +0 -0
  1316. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/matcher_definition.rb +0 -0
  1317. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/method_signature_verifier.rb +0 -0
  1318. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/mutex.rb +0 -0
  1319. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/object_formatter.rb +0 -0
  1320. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/recursive_const_methods.rb +0 -0
  1321. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/reentrant_mutex.rb +0 -0
  1322. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/ruby_features.rb +0 -0
  1323. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/location.rb +0 -0
  1324. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/node.rb +0 -0
  1325. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source/token.rb +0 -0
  1326. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/source.rb +0 -0
  1327. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  1328. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/diff_helpers.rb +0 -0
  1329. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/formatting_support.rb +0 -0
  1330. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  1331. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  1332. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/shell_out.rb +0 -0
  1333. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  1334. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/string_matcher.rb +0 -0
  1335. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  1336. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  1337. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/spec.rb +0 -0
  1338. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/warnings.rb +0 -0
  1339. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  1340. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.6 → rspec-support-3.13.7}/lib/rspec/support.rb +0 -0
  1341. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
  1342. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
  1343. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
  1344. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  1345. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  1346. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
  1347. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
  1348. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
  1349. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
  1350. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
  1351. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
  1352. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
  1353. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
  1354. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  1355. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
  1356. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
  1357. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
  1358. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
  1359. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
  1360. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
  1361. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
  1362. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
  1363. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
  1364. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
  1365. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
  1366. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
  1367. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
  1368. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
  1369. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
  1370. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
  1371. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
  1372. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
  1373. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
  1374. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
  1375. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
  1376. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
  1377. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
  1378. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
  1379. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
  1380. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
  1381. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
  1382. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
  1383. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
  1384. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
  1385. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
@@ -1,948 +0,0 @@
1
- # frozen_string_literal: false
2
- require 'bigdecimal'
3
-
4
- #
5
- #--
6
- # Contents:
7
- # sqrt(x, prec)
8
- # cbrt(x, prec)
9
- # hypot(x, y, prec)
10
- # sin (x, prec)
11
- # cos (x, prec)
12
- # tan (x, prec)
13
- # asin(x, prec)
14
- # acos(x, prec)
15
- # atan(x, prec)
16
- # atan2(y, x, prec)
17
- # sinh (x, prec)
18
- # cosh (x, prec)
19
- # tanh (x, prec)
20
- # asinh(x, prec)
21
- # acosh(x, prec)
22
- # atanh(x, prec)
23
- # log2 (x, prec)
24
- # log10(x, prec)
25
- # log1p(x, prec)
26
- # expm1(x, prec)
27
- # erf (x, prec)
28
- # erfc(x, prec)
29
- # gamma(x, prec)
30
- # lgamma(x, prec)
31
- # frexp(x)
32
- # ldexp(x, exponent)
33
- # PI (prec)
34
- # E (prec) == exp(1.0,prec)
35
- #
36
- # where:
37
- # x, y ... BigDecimal number to be computed.
38
- # prec ... Number of digits to be obtained.
39
- #++
40
- #
41
- # Provides mathematical functions.
42
- #
43
- # Example:
44
- #
45
- # require "bigdecimal/math"
46
- #
47
- # include BigMath
48
- #
49
- # a = BigDecimal((PI(49)/2).to_s)
50
- # puts sin(a,100) # => 0.9999999999...9999999986e0
51
- #
52
- module BigMath
53
- module_function
54
-
55
- # call-seq:
56
- # sqrt(decimal, numeric) -> BigDecimal
57
- #
58
- # Computes the square root of +decimal+ to the specified number of digits of
59
- # precision, +numeric+.
60
- #
61
- # BigMath.sqrt(BigDecimal('2'), 32).to_s
62
- # #=> "0.14142135623730950488016887242097e1"
63
- #
64
- def sqrt(x, prec)
65
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :sqrt)
66
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :sqrt)
67
- x.sqrt(prec)
68
- end
69
-
70
-
71
- # Returns [sign, reduced_x] where reduced_x is in -pi/2..pi/2
72
- # and satisfies sin(x) = sign * sin(reduced_x)
73
- # If add_half_pi is true, adds pi/2 to x before reduction.
74
- # Precision of pi is adjusted to ensure reduced_x has the required precision.
75
- private_class_method def _sin_periodic_reduction(x, prec, add_half_pi: false) # :nodoc:
76
- return [1, x] if -Math::PI/2 <= x && x <= Math::PI/2 && !add_half_pi
77
-
78
- mod_prec = prec + BigDecimal.double_fig
79
- pi_extra_prec = [x.exponent, 0].max + BigDecimal.double_fig
80
- while true
81
- pi = PI(mod_prec + pi_extra_prec)
82
- half_pi = pi / 2
83
- div, mod = (add_half_pi ? x + pi : x + half_pi).divmod(pi)
84
- mod -= half_pi
85
- if mod.zero? || mod_prec + mod.exponent <= 0
86
- # mod is too small to estimate required pi precision
87
- mod_prec = mod_prec * 3 / 2 + BigDecimal.double_fig
88
- elsif mod_prec + mod.exponent < prec
89
- # Estimate required precision of pi
90
- mod_prec = prec - mod.exponent + BigDecimal.double_fig
91
- else
92
- return [div % 2 == 0 ? 1 : -1, mod.mult(1, prec)]
93
- end
94
- end
95
- end
96
-
97
- # call-seq:
98
- # cbrt(decimal, numeric) -> BigDecimal
99
- #
100
- # Computes the cube root of +decimal+ to the specified number of digits of
101
- # precision, +numeric+.
102
- #
103
- # BigMath.cbrt(BigDecimal('2'), 32).to_s
104
- # #=> "0.12599210498948731647672106072782e1"
105
- #
106
- def cbrt(x, prec)
107
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :cbrt)
108
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :cbrt)
109
- return BigDecimal::Internal.nan_computation_result if x.nan?
110
- return BigDecimal::Internal.infinity_computation_result * x.infinite? if x.infinite?
111
- return BigDecimal(0) if x.zero?
112
-
113
- x = -x if neg = x < 0
114
- ex = x.exponent / 3
115
- x = x._decimal_shift(-3 * ex)
116
- y = BigDecimal(Math.cbrt(x.to_f), 0)
117
- precs = [prec + BigDecimal.double_fig]
118
- precs << 2 + precs.last / 2 while precs.last > BigDecimal.double_fig
119
- precs.reverse_each do |p|
120
- y = (2 * y + x.div(y, p).div(y, p)).div(3, p)
121
- end
122
- y._decimal_shift(ex).mult(neg ? -1 : 1, prec)
123
- end
124
-
125
- # call-seq:
126
- # hypot(x, y, numeric) -> BigDecimal
127
- #
128
- # Returns sqrt(x**2 + y**2) to the specified number of digits of
129
- # precision, +numeric+.
130
- #
131
- # BigMath.hypot(BigDecimal('1'), BigDecimal('2'), 32).to_s
132
- # #=> "0.22360679774997896964091736687313e1"
133
- #
134
- def hypot(x, y, prec)
135
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :hypot)
136
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :hypot)
137
- y = BigDecimal::Internal.coerce_to_bigdecimal(y, prec, :hypot)
138
- return BigDecimal::Internal.nan_computation_result if x.nan? || y.nan?
139
- return BigDecimal::Internal.infinity_computation_result if x.infinite? || y.infinite?
140
- prec2 = prec + BigDecimal.double_fig
141
- sqrt(x.mult(x, prec2) + y.mult(y, prec2), prec)
142
- end
143
-
144
- # call-seq:
145
- # sin(decimal, numeric) -> BigDecimal
146
- #
147
- # Computes the sine of +decimal+ to the specified number of digits of
148
- # precision, +numeric+.
149
- #
150
- # If +decimal+ is Infinity or NaN, returns NaN.
151
- #
152
- # BigMath.sin(BigMath.PI(5)/4, 32).to_s
153
- # #=> "0.70710807985947359435812921837984e0"
154
- #
155
- def sin(x, prec)
156
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :sin)
157
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :sin)
158
- return BigDecimal::Internal.nan_computation_result if x.infinite? || x.nan?
159
- n = prec + BigDecimal.double_fig
160
- one = BigDecimal("1")
161
- two = BigDecimal("2")
162
- sign, x = _sin_periodic_reduction(x, n)
163
- x1 = x
164
- x2 = x.mult(x,n)
165
- y = x
166
- d = y
167
- i = one
168
- z = one
169
- while d.nonzero? && ((m = n - (y.exponent - d.exponent).abs) > 0)
170
- m = BigDecimal.double_fig if m < BigDecimal.double_fig
171
- x1 = -x2.mult(x1,n)
172
- i += two
173
- z *= (i-one) * i
174
- d = x1.div(z,m)
175
- y += d
176
- end
177
- y = BigDecimal("1") if y > 1
178
- y.mult(sign, prec)
179
- end
180
-
181
- # call-seq:
182
- # cos(decimal, numeric) -> BigDecimal
183
- #
184
- # Computes the cosine of +decimal+ to the specified number of digits of
185
- # precision, +numeric+.
186
- #
187
- # If +decimal+ is Infinity or NaN, returns NaN.
188
- #
189
- # BigMath.cos(BigMath.PI(16), 32).to_s
190
- # #=> "-0.99999999999999999999999999999997e0"
191
- #
192
- def cos(x, prec)
193
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :cos)
194
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :cos)
195
- return BigDecimal::Internal.nan_computation_result if x.infinite? || x.nan?
196
- sign, x = _sin_periodic_reduction(x, prec + BigDecimal.double_fig, add_half_pi: true)
197
- sign * sin(x, prec)
198
- end
199
-
200
- # call-seq:
201
- # tan(decimal, numeric) -> BigDecimal
202
- #
203
- # Computes the tangent of +decimal+ to the specified number of digits of
204
- # precision, +numeric+.
205
- #
206
- # If +decimal+ is Infinity or NaN, returns NaN.
207
- #
208
- # BigMath.tan(BigDecimal("0.0"), 4).to_s
209
- # #=> "0.0"
210
- #
211
- # BigMath.tan(BigMath.PI(24) / 4, 32).to_s
212
- # #=> "0.99999999999999999999999830836025e0"
213
- #
214
- def tan(x, prec)
215
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :tan)
216
- sin(x, prec + BigDecimal.double_fig).div(cos(x, prec + BigDecimal.double_fig), prec)
217
- end
218
-
219
- # call-seq:
220
- # asin(decimal, numeric) -> BigDecimal
221
- #
222
- # Computes the arcsine of +decimal+ to the specified number of digits of
223
- # precision, +numeric+.
224
- #
225
- # If +decimal+ is NaN, returns NaN.
226
- #
227
- # BigMath.asin(BigDecimal('0.5'), 32).to_s
228
- # #=> "0.52359877559829887307710723054658e0"
229
- #
230
- def asin(x, prec)
231
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :asin)
232
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :asin)
233
- raise Math::DomainError, "Out of domain argument for asin" if x < -1 || x > 1
234
- return BigDecimal::Internal.nan_computation_result if x.nan?
235
-
236
- prec2 = prec + BigDecimal.double_fig
237
- cos = (1 - x**2).sqrt(prec2)
238
- if cos.zero?
239
- PI(prec2).div(x > 0 ? 2 : -2, prec)
240
- else
241
- atan(x.div(cos, prec2), prec)
242
- end
243
- end
244
-
245
- # call-seq:
246
- # acos(decimal, numeric) -> BigDecimal
247
- #
248
- # Computes the arccosine of +decimal+ to the specified number of digits of
249
- # precision, +numeric+.
250
- #
251
- # If +decimal+ is NaN, returns NaN.
252
- #
253
- # BigMath.acos(BigDecimal('0.5'), 32).to_s
254
- # #=> "0.10471975511965977461542144610932e1"
255
- #
256
- def acos(x, prec)
257
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :acos)
258
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :acos)
259
- raise Math::DomainError, "Out of domain argument for acos" if x < -1 || x > 1
260
- return BigDecimal::Internal.nan_computation_result if x.nan?
261
-
262
- prec2 = prec + BigDecimal.double_fig
263
- return (PI(prec2) / 2).sub(asin(x, prec2), prec) if x < 0
264
- return PI(prec2).div(2, prec) if x.zero?
265
-
266
- sin = (1 - x**2).sqrt(prec2)
267
- atan(sin.div(x, prec2), prec)
268
- end
269
-
270
- # call-seq:
271
- # atan(decimal, numeric) -> BigDecimal
272
- #
273
- # Computes the arctangent of +decimal+ to the specified number of digits of
274
- # precision, +numeric+.
275
- #
276
- # If +decimal+ is NaN, returns NaN.
277
- #
278
- # BigMath.atan(BigDecimal('-1'), 32).to_s
279
- # #=> "-0.78539816339744830961566084581988e0"
280
- #
281
- def atan(x, prec)
282
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :atan)
283
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :atan)
284
- return BigDecimal::Internal.nan_computation_result if x.nan?
285
- n = prec + BigDecimal.double_fig
286
- pi = PI(n)
287
- x = -x if neg = x < 0
288
- return pi.div(neg ? -2 : 2, prec) if x.infinite?
289
- return pi.div(neg ? -4 : 4, prec) if x.round(n) == 1
290
- x = BigDecimal("1").div(x, n) if inv = x > 1
291
- x = (-1 + sqrt(1 + x.mult(x, n), n)).div(x, n) if dbl = x > 0.5
292
- y = x
293
- d = y
294
- t = x
295
- r = BigDecimal("3")
296
- x2 = x.mult(x,n)
297
- while d.nonzero? && ((m = n - (y.exponent - d.exponent).abs) > 0)
298
- m = BigDecimal.double_fig if m < BigDecimal.double_fig
299
- t = -t.mult(x2,n)
300
- d = t.div(r,m)
301
- y += d
302
- r += 2
303
- end
304
- y *= 2 if dbl
305
- y = pi / 2 - y if inv
306
- y = -y if neg
307
- y.mult(1, prec)
308
- end
309
-
310
- # call-seq:
311
- # atan2(decimal, decimal, numeric) -> BigDecimal
312
- #
313
- # Computes the arctangent of y and x to the specified number of digits of
314
- # precision, +numeric+.
315
- #
316
- # BigMath.atan2(BigDecimal('-1'), BigDecimal('1'), 32).to_s
317
- # #=> "-0.78539816339744830961566084581988e0"
318
- #
319
- def atan2(y, x, prec)
320
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :atan2)
321
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :atan2)
322
- y = BigDecimal::Internal.coerce_to_bigdecimal(y, prec, :atan2)
323
- return BigDecimal::Internal.nan_computation_result if x.nan? || y.nan?
324
-
325
- if x.infinite? || y.infinite?
326
- one = BigDecimal(1)
327
- zero = BigDecimal(0)
328
- x = x.infinite? ? (x > 0 ? one : -one) : zero
329
- y = y.infinite? ? (y > 0 ? one : -one) : y.sign * zero
330
- end
331
-
332
- return x.sign >= 0 ? BigDecimal(0) : y.sign * PI(prec) if y.zero?
333
-
334
- y = -y if neg = y < 0
335
- xlarge = y.abs < x.abs
336
- prec2 = prec + BigDecimal.double_fig
337
- if x > 0
338
- v = xlarge ? atan(y.div(x, prec2), prec) : PI(prec2) / 2 - atan(x.div(y, prec2), prec2)
339
- else
340
- v = xlarge ? PI(prec2) - atan(-y.div(x, prec2), prec2) : PI(prec2) / 2 + atan(x.div(-y, prec2), prec2)
341
- end
342
- v.mult(neg ? -1 : 1, prec)
343
- end
344
-
345
- # call-seq:
346
- # sinh(decimal, numeric) -> BigDecimal
347
- #
348
- # Computes the hyperbolic sine of +decimal+ to the specified number of digits of
349
- # precision, +numeric+.
350
- #
351
- # If +decimal+ is NaN, returns NaN.
352
- #
353
- # BigMath.sinh(BigDecimal('1'), 32).to_s
354
- # #=> "0.11752011936438014568823818505956e1"
355
- #
356
- def sinh(x, prec)
357
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :sinh)
358
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :sinh)
359
- return BigDecimal::Internal.nan_computation_result if x.nan?
360
- return BigDecimal::Internal.infinity_computation_result * x.infinite? if x.infinite?
361
-
362
- prec2 = prec + BigDecimal.double_fig
363
- prec2 -= x.exponent if x.exponent < 0
364
- e = exp(x, prec2)
365
- (e - BigDecimal(1).div(e, prec2)).div(2, prec)
366
- end
367
-
368
- # call-seq:
369
- # cosh(decimal, numeric) -> BigDecimal
370
- #
371
- # Computes the hyperbolic cosine of +decimal+ to the specified number of digits of
372
- # precision, +numeric+.
373
- #
374
- # If +decimal+ is NaN, returns NaN.
375
- #
376
- # BigMath.cosh(BigDecimal('1'), 32).to_s
377
- # #=> "0.15430806348152437784779056207571e1"
378
- #
379
- def cosh(x, prec)
380
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :cosh)
381
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :cosh)
382
- return BigDecimal::Internal.nan_computation_result if x.nan?
383
- return BigDecimal::Internal.infinity_computation_result if x.infinite?
384
-
385
- prec2 = prec + BigDecimal.double_fig
386
- e = exp(x, prec2)
387
- (e + BigDecimal(1).div(e, prec2)).div(2, prec)
388
- end
389
-
390
- # call-seq:
391
- # tanh(decimal, numeric) -> BigDecimal
392
- #
393
- # Computes the hyperbolic tangent of +decimal+ to the specified number of digits of
394
- # precision, +numeric+.
395
- #
396
- # If +decimal+ is NaN, returns NaN.
397
- #
398
- # BigMath.tanh(BigDecimal('1'), 32).to_s
399
- # #=> "0.76159415595576488811945828260479e0"
400
- #
401
- def tanh(x, prec)
402
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :tanh)
403
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :tanh)
404
- return BigDecimal::Internal.nan_computation_result if x.nan?
405
- return BigDecimal(x.infinite?) if x.infinite?
406
-
407
- prec2 = prec + BigDecimal.double_fig + [-x.exponent, 0].max
408
- e = exp(x, prec2)
409
- einv = BigDecimal(1).div(e, prec2)
410
- (e - einv).div(e + einv, prec)
411
- end
412
-
413
- # call-seq:
414
- # asinh(decimal, numeric) -> BigDecimal
415
- #
416
- # Computes the inverse hyperbolic sine of +decimal+ to the specified number of digits of
417
- # precision, +numeric+.
418
- #
419
- # If +decimal+ is NaN, returns NaN.
420
- #
421
- # BigMath.asinh(BigDecimal('1'), 32).to_s
422
- # #=> "0.88137358701954302523260932497979e0"
423
- #
424
- def asinh(x, prec)
425
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :asinh)
426
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :asinh)
427
- return BigDecimal::Internal.nan_computation_result if x.nan?
428
- return BigDecimal::Internal.infinity_computation_result * x.infinite? if x.infinite?
429
- return -asinh(-x, prec) if x < 0
430
-
431
- sqrt_prec = prec + [-x.exponent, 0].max + BigDecimal.double_fig
432
- log(x + sqrt(x**2 + 1, sqrt_prec), prec)
433
- end
434
-
435
- # call-seq:
436
- # acosh(decimal, numeric) -> BigDecimal
437
- #
438
- # Computes the inverse hyperbolic cosine of +decimal+ to the specified number of digits of
439
- # precision, +numeric+.
440
- #
441
- # If +decimal+ is NaN, returns NaN.
442
- #
443
- # BigMath.acosh(BigDecimal('2'), 32).to_s
444
- # #=> "0.1316957896924816708625046347308e1"
445
- #
446
- def acosh(x, prec)
447
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :acosh)
448
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :acosh)
449
- raise Math::DomainError, "Out of domain argument for acosh" if x < 1
450
- return BigDecimal::Internal.infinity_computation_result if x.infinite?
451
- return BigDecimal::Internal.nan_computation_result if x.nan?
452
-
453
- log(x + sqrt(x**2 - 1, prec + BigDecimal.double_fig), prec)
454
- end
455
-
456
- # call-seq:
457
- # atanh(decimal, numeric) -> BigDecimal
458
- #
459
- # Computes the inverse hyperbolic tangent of +decimal+ to the specified number of digits of
460
- # precision, +numeric+.
461
- #
462
- # If +decimal+ is NaN, returns NaN.
463
- #
464
- # BigMath.atanh(BigDecimal('0.5'), 32).to_s
465
- # #=> "0.54930614433405484569762261846126e0"
466
- #
467
- def atanh(x, prec)
468
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :atanh)
469
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :atanh)
470
- raise Math::DomainError, "Out of domain argument for atanh" if x < -1 || x > 1
471
- return BigDecimal::Internal.nan_computation_result if x.nan?
472
- return BigDecimal::Internal.infinity_computation_result if x == 1
473
- return -BigDecimal::Internal.infinity_computation_result if x == -1
474
-
475
- prec2 = prec + BigDecimal.double_fig
476
- (log(x + 1, prec2) - log(1 - x, prec2)).div(2, prec)
477
- end
478
-
479
- # call-seq:
480
- # BigMath.log2(decimal, numeric) -> BigDecimal
481
- #
482
- # Computes the base 2 logarithm of +decimal+ to the specified number of
483
- # digits of precision, +numeric+.
484
- #
485
- # If +decimal+ is zero or negative, raises Math::DomainError.
486
- #
487
- # If +decimal+ is positive infinity, returns Infinity.
488
- #
489
- # If +decimal+ is NaN, returns NaN.
490
- #
491
- # BigMath.log2(BigDecimal('3'), 32).to_s
492
- # #=> "0.15849625007211561814537389439478e1"
493
- #
494
- def log2(x, prec)
495
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :log2)
496
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :log2)
497
- return BigDecimal::Internal.nan_computation_result if x.nan?
498
- return BigDecimal::Internal.infinity_computation_result if x.infinite? == 1
499
-
500
- prec2 = prec + BigDecimal.double_fig * 3 / 2
501
- v = log(x, prec2).div(log(BigDecimal(2), prec2), prec2)
502
- # Perform half-up rounding to calculate log2(2**n)==n correctly in every rounding mode
503
- v = v.round(prec + BigDecimal.double_fig - (v.exponent < 0 ? v.exponent : 0), BigDecimal::ROUND_HALF_UP)
504
- v.mult(1, prec)
505
- end
506
-
507
- # call-seq:
508
- # BigMath.log10(decimal, numeric) -> BigDecimal
509
- #
510
- # Computes the base 10 logarithm of +decimal+ to the specified number of
511
- # digits of precision, +numeric+.
512
- #
513
- # If +decimal+ is zero or negative, raises Math::DomainError.
514
- #
515
- # If +decimal+ is positive infinity, returns Infinity.
516
- #
517
- # If +decimal+ is NaN, returns NaN.
518
- #
519
- # BigMath.log10(BigDecimal('3'), 32).to_s
520
- # #=> "0.47712125471966243729502790325512e0"
521
- #
522
- def log10(x, prec)
523
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :log10)
524
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :log10)
525
- return BigDecimal::Internal.nan_computation_result if x.nan?
526
- return BigDecimal::Internal.infinity_computation_result if x.infinite? == 1
527
-
528
- prec2 = prec + BigDecimal.double_fig * 3 / 2
529
- v = log(x, prec2).div(log(BigDecimal(10), prec2), prec2)
530
- # Perform half-up rounding to calculate log10(10**n)==n correctly in every rounding mode
531
- v = v.round(prec + BigDecimal.double_fig - (v.exponent < 0 ? v.exponent : 0), BigDecimal::ROUND_HALF_UP)
532
- v.mult(1, prec)
533
- end
534
-
535
- # call-seq:
536
- # BigMath.log1p(decimal, numeric) -> BigDecimal
537
- #
538
- # Computes log(1 + decimal) to the specified number of digits of precision, +numeric+.
539
- #
540
- # BigMath.log1p(BigDecimal('0.1'), 32).to_s
541
- # #=> "0.95310179804324860043952123280765e-1"
542
- #
543
- def log1p(x, prec)
544
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :log1p)
545
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :log1p)
546
- raise Math::DomainError, 'Out of domain argument for log1p' if x < -1
547
-
548
- return log(x + 1, prec)
549
- end
550
-
551
- # call-seq:
552
- # BigMath.expm1(decimal, numeric) -> BigDecimal
553
- #
554
- # Computes exp(decimal) - 1 to the specified number of digits of precision, +numeric+.
555
- #
556
- # BigMath.expm1(BigDecimal('0.1'), 32).to_s
557
- # #=> "0.10517091807564762481170782649025e0"
558
- #
559
- def expm1(x, prec)
560
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :expm1)
561
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :expm1)
562
- return BigDecimal(-1) if x.infinite? == -1
563
-
564
- exp_prec = prec
565
- if x < -1
566
- # log10(exp(x)) = x * log10(e)
567
- lg_e = 0.4342944819032518
568
- exp_prec = prec + (lg_e * x).ceil + BigDecimal.double_fig
569
- elsif x < 1
570
- exp_prec = prec - x.exponent + BigDecimal.double_fig
571
- else
572
- exp_prec = prec
573
- end
574
-
575
- return BigDecimal(-1) if exp_prec <= 0
576
-
577
- exp = exp(x, exp_prec)
578
-
579
- if exp.exponent > prec + BigDecimal.double_fig
580
- # Workaroudn for https://github.com/ruby/bigdecimal/issues/464
581
- exp
582
- else
583
- exp.sub(1, prec)
584
- end
585
- end
586
-
587
- # erf(decimal, numeric) -> BigDecimal
588
- #
589
- # Computes the error function of +decimal+ to the specified number of digits of
590
- # precision, +numeric+.
591
- #
592
- # If +decimal+ is NaN, returns NaN.
593
- #
594
- # BigMath.erf(BigDecimal('1'), 32).to_s
595
- # #=> "0.84270079294971486934122063508261e0"
596
- #
597
- def erf(x, prec)
598
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :erf)
599
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :erf)
600
- return BigDecimal::Internal.nan_computation_result if x.nan?
601
- return BigDecimal(x.infinite?) if x.infinite?
602
- return BigDecimal(0) if x == 0
603
- return -erf(-x, prec) if x < 0
604
- return BigDecimal(1) if x > 5000000000 # erf(5000000000) > 1 - 1e-10000000000000000000
605
-
606
- if x > 8
607
- xf = x.to_f
608
- log10_erfc = -xf ** 2 / Math.log(10) - Math.log10(xf * Math::PI ** 0.5)
609
- erfc_prec = [prec + log10_erfc.ceil, 1].max
610
- erfc = _erfc_asymptotic(x, erfc_prec)
611
- if erfc
612
- # Workaround for https://github.com/ruby/bigdecimal/issues/464
613
- return BigDecimal(1) if erfc.exponent < -prec - BigDecimal.double_fig
614
-
615
- return BigDecimal(1).sub(erfc, prec)
616
- end
617
- end
618
-
619
- prec2 = prec + BigDecimal.double_fig
620
- x_smallprec = x.mult(1, Integer.sqrt(prec2) / 2)
621
- # Taylor series of x with small precision is fast
622
- erf1 = _erf_taylor(x_smallprec, BigDecimal(0), BigDecimal(0), prec2)
623
- # Taylor series converges quickly for small x
624
- _erf_taylor(x - x_smallprec, x_smallprec, erf1, prec2).mult(1, prec)
625
- end
626
-
627
- # call-seq:
628
- # erfc(decimal, numeric) -> BigDecimal
629
- #
630
- # Computes the complementary error function of +decimal+ to the specified number of digits of
631
- # precision, +numeric+.
632
- #
633
- # If +decimal+ is NaN, returns NaN.
634
- #
635
- # BigMath.erfc(BigDecimal('10'), 32).to_s
636
- # #=> "0.20884875837625447570007862949578e-44"
637
- #
638
- def erfc(x, prec)
639
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :erfc)
640
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :erfc)
641
- return BigDecimal::Internal.nan_computation_result if x.nan?
642
- return BigDecimal(1 - x.infinite?) if x.infinite?
643
- return BigDecimal(1).sub(erf(x, prec + BigDecimal.double_fig), prec) if x < 0
644
- return BigDecimal(0) if x > 5000000000 # erfc(5000000000) < 1e-10000000000000000000 (underflow)
645
-
646
- if x >= 8
647
- y = _erfc_asymptotic(x, prec)
648
- return y.mult(1, prec) if y
649
- end
650
-
651
- # erfc(x) = 1 - erf(x) < exp(-x**2)/x/sqrt(pi)
652
- # Precision of erf(x) needs about log10(exp(-x**2)) extra digits
653
- log10 = 2.302585092994046
654
- high_prec = prec + BigDecimal.double_fig + (x.ceil**2 / log10).ceil
655
- BigDecimal(1).sub(erf(x, high_prec), prec)
656
- end
657
-
658
- # Calculates erf(x + a)
659
- private_class_method def _erf_taylor(x, a, erf_a, prec) # :nodoc:
660
- return erf_a if x.zero?
661
- # Let f(x+a) = erf(x+a)*exp((x+a)**2)*sqrt(pi)/2
662
- # = c0 + c1*x + c2*x**2 + c3*x**3 + c4*x**4 + ...
663
- # f'(x+a) = 1+2*(x+a)*f(x+a)
664
- # f'(x+a) = c1 + 2*c2*x + 3*c3*x**2 + 4*c4*x**3 + 5*c5*x**4 + ...
665
- # = 1+2*(x+a)*(c0 + c1*x + c2*x**2 + c3*x**3 + c4*x**4 + ...)
666
- # therefore,
667
- # c0 = f(a)
668
- # c1 = 2 * a * c0 + 1
669
- # c2 = (2 * c0 + 2 * a * c1) / 2
670
- # c3 = (2 * c1 + 2 * a * c2) / 3
671
- # c4 = (2 * c2 + 2 * a * c3) / 4
672
- #
673
- # All coefficients are positive when a >= 0
674
-
675
- scale = BigDecimal(2).div(sqrt(PI(prec), prec), prec)
676
- c_prev = erf_a.div(scale.mult(exp(-a*a, prec), prec), prec)
677
- c_next = (2 * a * c_prev).add(1, prec).mult(x, prec)
678
- sum = c_prev.add(c_next, prec)
679
-
680
- 2.step do |k|
681
- cn = (c_prev.mult(x, prec) + a * c_next).mult(2, prec).mult(x, prec).div(k, prec)
682
- sum = sum.add(cn, prec)
683
- c_prev, c_next = c_next, cn
684
- break if [c_prev, c_next].all? { |c| c.zero? || (c.exponent < sum.exponent - prec) }
685
- end
686
- value = sum.mult(scale.mult(exp(-(x + a).mult(x + a, prec), prec), prec), prec)
687
- value > 1 ? BigDecimal(1) : value
688
- end
689
-
690
- private_class_method def _erfc_asymptotic(x, prec) # :nodoc:
691
- # Let f(x) = erfc(x)*sqrt(pi)*exp(x**2)/2
692
- # f(x) satisfies the following differential equation:
693
- # 2*x*f(x) = f'(x) + 1
694
- # From the above equation, we can derive the following asymptotic expansion:
695
- # f(x) = (0..kmax).sum { (-1)**k * (2*k)! / 4**k / k! / x**(2*k)) } / x
696
-
697
- # This asymptotic expansion does not converge.
698
- # But if there is a k that satisfies (2*k)! / 4**k / k! / x**(2*k) < 10**(-prec),
699
- # It is enough to calculate erfc within the given precision.
700
- # Using Stirling's approximation, we can simplify this condition to:
701
- # sqrt(2)/2 + k*log(k) - k - 2*k*log(x) < -prec*log(10)
702
- # and the left side is minimized when k = x**2.
703
- prec += BigDecimal.double_fig
704
- xf = x.to_f
705
- kmax = (1..(xf ** 2).floor).bsearch do |k|
706
- Math.log(2) / 2 + k * Math.log(k) - k - 2 * k * Math.log(xf) < -prec * Math.log(10)
707
- end
708
- return unless kmax
709
-
710
- sum = BigDecimal(1)
711
- x2 = x.mult(x, prec)
712
- d = BigDecimal(1)
713
- (1..kmax).each do |k|
714
- d = d.div(x2, prec).mult(1 - 2 * k, prec).div(2, prec)
715
- sum = sum.add(d, prec)
716
- end
717
- sum.div(exp(x2, prec).mult(PI(prec).sqrt(prec), prec), prec).div(x, prec)
718
- end
719
-
720
- # call-seq:
721
- # BigMath.gamma(decimal, numeric) -> BigDecimal
722
- #
723
- # Computes the gamma function of +decimal+ to the specified number of
724
- # digits of precision, +numeric+.
725
- #
726
- # BigMath.gamma(BigDecimal('0.5'), 32).to_s
727
- # #=> "0.17724538509055160272981674833411e1"
728
- #
729
- def gamma(x, prec)
730
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :gamma)
731
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :gamma)
732
- prec2 = prec + BigDecimal.double_fig
733
- if x < 0.5
734
- raise Math::DomainError, 'Numerical argument is out of domain - gamma' if x.frac.zero?
735
-
736
- # Euler's reflection formula: gamma(z) * gamma(1-z) = pi/sin(pi*z)
737
- pi = PI(prec2)
738
- sin = _sinpix(x, pi, prec2)
739
- return pi.div(gamma(1 - x, prec2).mult(sin, prec2), prec)
740
- elsif x.frac.zero? && x < 1000 * prec
741
- return _gamma_positive_integer(x, prec2).mult(1, prec)
742
- end
743
-
744
- a, sum = _gamma_spouge_sum_part(x, prec2)
745
- (x + (a - 1)).power(x - 0.5, prec2).mult(BigMath.exp(1 - x, prec2), prec2).mult(sum, prec)
746
- end
747
-
748
- # call-seq:
749
- # BigMath.lgamma(decimal, numeric) -> [BigDecimal, Integer]
750
- #
751
- # Computes the natural logarithm of the absolute value of the gamma function
752
- # of +decimal+ to the specified number of digits of precision, +numeric+ and its sign.
753
- #
754
- # BigMath.lgamma(BigDecimal('0.5'), 32)
755
- # #=> [0.57236494292470008707171367567653e0, 1]
756
- #
757
- def lgamma(x, prec)
758
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :lgamma)
759
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, prec, :lgamma)
760
- prec2 = prec + BigDecimal.double_fig
761
- if x < 0.5
762
- return [BigDecimal::INFINITY, 1] if x.frac.zero?
763
-
764
- loop do
765
- # Euler's reflection formula: gamma(z) * gamma(1-z) = pi/sin(pi*z)
766
- pi = PI(prec2)
767
- sin = _sinpix(x, pi, prec2)
768
- log_gamma = BigMath.log(pi, prec2).sub(lgamma(1 - x, prec2).first + BigMath.log(sin.abs, prec2), prec)
769
- return [log_gamma, sin > 0 ? 1 : -1] if prec2 + log_gamma.exponent > prec + BigDecimal.double_fig
770
-
771
- # Retry with higher precision if loss of significance is too large
772
- prec2 = prec2 * 3 / 2
773
- end
774
- elsif x.frac.zero? && x < 1000 * prec
775
- log_gamma = BigMath.log(_gamma_positive_integer(x, prec2), prec)
776
- [log_gamma, 1]
777
- else
778
- # if x is close to 1 or 2, increase precision to reduce loss of significance
779
- diff1_exponent = (x - 1).exponent
780
- diff2_exponent = (x - 2).exponent
781
- extremely_near_one = diff1_exponent < -prec2
782
- extremely_near_two = diff2_exponent < -prec2
783
-
784
- if extremely_near_one || extremely_near_two
785
- # If x is extreamely close to base = 1 or 2, linear interpolation is accurate enough.
786
- # Taylor expansion at x = base is: (x - base) * digamma(base) + (x - base) ** 2 * trigamma(base) / 2 + ...
787
- # And we can ignore (x - base) ** 2 and higher order terms.
788
- base = extremely_near_one ? 1 : 2
789
- d = BigDecimal(1)._decimal_shift(1 - prec2)
790
- log_gamma_d, sign = lgamma(base + d, prec2)
791
- return [log_gamma_d.mult(x - base, prec2).div(d, prec), sign]
792
- end
793
-
794
- prec2 += [-diff1_exponent, -diff2_exponent, 0].max
795
- a, sum = _gamma_spouge_sum_part(x, prec2)
796
- log_gamma = BigMath.log(sum, prec2).add((x - 0.5).mult(BigMath.log(x.add(a - 1, prec2), prec2), prec2) + 1 - x, prec)
797
- [log_gamma, 1]
798
- end
799
- end
800
-
801
- # Returns sum part: sqrt(2*pi) and c[k]/(x+k) terms of Spouge's approximation
802
- private_class_method def _gamma_spouge_sum_part(x, prec) # :nodoc:
803
- x -= 1
804
- # Spouge's approximation
805
- # x! = (x + a)**(x + 0.5) * exp(-x - a) * (sqrt(2 * pi) + (1..a - 1).sum{|k| c[k] / (x + k) } + epsilon)
806
- # where c[k] = (-1)**k * (a - k)**(k - 0.5) * exp(a - k) / (k - 1)!
807
- # and epsilon is bounded by a**(-0.5) * (2 * pi) ** (-a - 0.5)
808
-
809
- # Estimate required a for given precision
810
- a = (prec / Math.log10(2 * Math::PI)).ceil
811
-
812
- # Calculate exponent of c[k] in low precision to estimate required precision
813
- low_prec = 16
814
- log10f = Math.log(10)
815
- x_low_prec = x.mult(1, low_prec)
816
- loggamma_k = 0
817
- ck_exponents = (1..a-1).map do |k|
818
- loggamma_k += Math.log10(k - 1) if k > 1
819
- -loggamma_k - k / log10f + (k - 0.5) * Math.log10(a - k) - BigMath.log10(x_low_prec.add(k, low_prec), low_prec)
820
- end
821
-
822
- # Estimate exponent of sum by Stirling's approximation
823
- approx_sum_exponent = x < 1 ? -Math.log10(a) / 2 : Math.log10(2 * Math::PI) / 2 + x_low_prec.add(0.5, low_prec) * Math.log10(x_low_prec / x_low_prec.add(a, low_prec))
824
-
825
- # Determine required precision of c[k]
826
- prec2 = [ck_exponents.max.ceil - approx_sum_exponent.floor, 0].max + prec
827
-
828
- einv = BigMath.exp(-1, prec2)
829
- sum = (PI(prec) * 2).sqrt(prec).mult(BigMath.exp(-a, prec), prec)
830
- y = BigDecimal(1)
831
- (1..a - 1).each do |k|
832
- # c[k] = (-1)**k * (a - k)**(k - 0.5) * exp(-k) / (k-1)! / (x + k)
833
- y = y.div(1 - k, prec2) if k > 1
834
- y = y.mult(einv, prec2)
835
- z = y.mult(BigDecimal((a - k) ** k), prec2).div(BigDecimal(a - k).sqrt(prec2).mult(x.add(k, prec2), prec2), prec2)
836
- # sum += c[k] / (x + k)
837
- sum = sum.add(z, prec2)
838
- end
839
- [a, sum]
840
- end
841
-
842
- private_class_method def _gamma_positive_integer(x, prec) # :nodoc:
843
- return x if x == 1
844
- numbers = (1..x - 1).map {|i| BigDecimal(i) }
845
- while numbers.size > 1
846
- numbers = numbers.each_slice(2).map {|a, b| b ? a.mult(b, prec) : a }
847
- end
848
- numbers.first
849
- end
850
-
851
- # Returns sin(pi * x), for gamma reflection formula calculation
852
- private_class_method def _sinpix(x, pi, prec) # :nodoc:
853
- x = x % 2
854
- sign = x > 1 ? -1 : 1
855
- x %= 1
856
- x = 1 - x if x > 0.5 # to avoid sin(pi*x) loss of precision for x close to 1
857
- sign * sin(x.mult(pi, prec), prec)
858
- end
859
-
860
- # call-seq:
861
- # frexp(x) -> [BigDecimal, Integer]
862
- #
863
- # Decomposes +x+ into a normalized fraction and an integral power of ten.
864
- #
865
- # BigMath.frexp(BigDecimal(123.456))
866
- # #=> [0.123456e0, 3]
867
- #
868
- def frexp(x)
869
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, 0, :frexp)
870
- return [x, 0] unless x.finite?
871
-
872
- exponent = x.exponent
873
- [x._decimal_shift(-exponent), exponent]
874
- end
875
-
876
- # call-seq:
877
- # ldexp(fraction, exponent) -> BigDecimal
878
- #
879
- # Inverse of +frexp+.
880
- # Returns the value of fraction * 10**exponent.
881
- #
882
- # BigMath.ldexp(BigDecimal("0.123456e0"), 3)
883
- # #=> 0.123456e3
884
- #
885
- def ldexp(x, exponent)
886
- x = BigDecimal::Internal.coerce_to_bigdecimal(x, 0, :ldexp)
887
- x.finite? ? x._decimal_shift(exponent) : x
888
- end
889
-
890
- # call-seq:
891
- # PI(numeric) -> BigDecimal
892
- #
893
- # Computes the value of pi to the specified number of digits of precision,
894
- # +numeric+.
895
- #
896
- # BigMath.PI(32).to_s
897
- # #=> "0.31415926535897932384626433832795e1"
898
- #
899
- def PI(prec)
900
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :PI)
901
- n = prec + BigDecimal.double_fig
902
- zero = BigDecimal("0")
903
- one = BigDecimal("1")
904
- two = BigDecimal("2")
905
-
906
- m25 = BigDecimal("-0.04")
907
- m57121 = BigDecimal("-57121")
908
-
909
- pi = zero
910
-
911
- d = one
912
- k = one
913
- t = BigDecimal("-80")
914
- while d.nonzero? && ((m = n - (pi.exponent - d.exponent).abs) > 0)
915
- m = BigDecimal.double_fig if m < BigDecimal.double_fig
916
- t = t*m25
917
- d = t.div(k,m)
918
- k = k+two
919
- pi = pi + d
920
- end
921
-
922
- d = one
923
- k = one
924
- t = BigDecimal("956")
925
- while d.nonzero? && ((m = n - (pi.exponent - d.exponent).abs) > 0)
926
- m = BigDecimal.double_fig if m < BigDecimal.double_fig
927
- t = t.div(m57121,n)
928
- d = t.div(k,m)
929
- pi = pi + d
930
- k = k+two
931
- end
932
- pi.mult(1, prec)
933
- end
934
-
935
- # call-seq:
936
- # E(numeric) -> BigDecimal
937
- #
938
- # Computes e (the base of natural logarithms) to the specified number of
939
- # digits of precision, +numeric+.
940
- #
941
- # BigMath.E(32).to_s
942
- # #=> "0.27182818284590452353602874713527e1"
943
- #
944
- def E(prec)
945
- prec = BigDecimal::Internal.coerce_validate_prec(prec, :E)
946
- exp(1, prec)
947
- end
948
- end