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
@@ -0,0 +1,43 @@
1
+ require File.expand_path("../lib/#{File.basename(__FILE__, '.gemspec')}/version", __FILE__)
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'ffi'
5
+ s.version = FFI::VERSION
6
+ s.author = 'Wayne Meissner'
7
+ s.email = 'wmeissner@gmail.com'
8
+ s.homepage = 'https://github.com/ffi/ffi/wiki'
9
+ s.summary = 'Ruby FFI'
10
+ s.description = 'Ruby FFI library'
11
+ if s.respond_to?(:metadata)
12
+ s.metadata['bug_tracker_uri'] = 'https://github.com/ffi/ffi/issues'
13
+ s.metadata['changelog_uri'] = 'https://github.com/ffi/ffi/blob/master/CHANGELOG.md'
14
+ s.metadata['documentation_uri'] = 'https://github.com/ffi/ffi/wiki'
15
+ s.metadata['wiki_uri'] = 'https://github.com/ffi/ffi/wiki'
16
+ s.metadata['source_code_uri'] = 'https://github.com/ffi/ffi/'
17
+ s.metadata['mailing_list_uri'] = 'http://groups.google.com/group/ruby-ffi'
18
+ s.metadata['rubygems_mfa_required'] = 'true'
19
+ end
20
+ s.files = `git ls-files -z`.split("\x0").reject do |f|
21
+ f =~ /^(\.|bench|gen|libtest|nbproject|spec|rakelib)/
22
+ end
23
+
24
+ # Add libffi git files
25
+ lfs = `git --git-dir ext/ffi_c/libffi/.git ls-files -z`.split("\x0").reject do |f|
26
+ f =~ /^(\.|testsuite)/
27
+ end
28
+ # Add autoconf generated files of libffi
29
+ lfs += %w[ compile configure config.guess config.sub install-sh ltmain.sh missing fficonfig.h.in ]
30
+ # Add automake generated files of libffi
31
+ lfs += `git --git-dir ext/ffi_c/libffi/.git ls-files -z *.am */*.am`.gsub(".am\0", ".in\0").split("\x0")
32
+ s.files += lfs.map do |f|
33
+ File.join("ext/ffi_c/libffi", f)
34
+ end
35
+
36
+ s.extensions << 'ext/ffi_c/extconf.rb'
37
+ s.rdoc_options = %w[--exclude=ext/ffi_c/.*\.o$ --exclude=ffi_c\.(bundle|so)$]
38
+ s.license = 'BSD-3-Clause'
39
+ s.require_paths << 'ext/ffi_c'
40
+ s.required_ruby_version = '>= 2.5'
41
+
42
+ s.metadata['msys2_mingw_dependencies'] = 'libffi'
43
+ end
@@ -0,0 +1,3 @@
1
+ module FFI
2
+ VERSION = '1.17.4'
3
+ end
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(vendorlibdir)/$(sitearch)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20260126-878-42syv2
35
- sitelibdir = $(DESTDIR)./.gem.20260126-878-42syv2
34
+ sitearchdir = $(DESTDIR)./.gem.20260424-877-dnnmct
35
+ sitelibdir = $(DESTDIR)./.gem.20260424-877-dnnmct
36
36
  sitedir = $(rubylibprefix)/site_ruby
37
37
  rubyarchdir = $(rubylibdir)/$(arch)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
31
31
  vendorarchdir = $(vendorlibdir)/$(sitearch)
32
32
  vendorlibdir = $(vendordir)/$(ruby_version)
33
33
  vendordir = $(rubylibprefix)/vendor_ruby
34
- sitearchdir = $(DESTDIR)./.gem.20260126-878-13wkkmb
35
- sitelibdir = $(DESTDIR)./.gem.20260126-878-13wkkmb
34
+ sitearchdir = $(DESTDIR)./.gem.20260424-877-tjummn
35
+ sitelibdir = $(DESTDIR)./.gem.20260424-877-tjummn
36
36
  sitedir = $(rubylibprefix)/site_ruby
37
37
  rubyarchdir = $(rubylibdir)/$(arch)
38
38
  rubylibdir = $(rubylibprefix)/$(ruby_version)
@@ -0,0 +1,4 @@
1
+ BSDL
2
+ COPYING
3
+ README.md
4
+ lib/
@@ -0,0 +1,3 @@
1
+ ---
2
+ main_page: README.md
3
+ title: Documentation for Logger
@@ -0,0 +1,22 @@
1
+ Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions
5
+ are met:
6
+ 1. Redistributions of source code must retain the above copyright
7
+ notice, this list of conditions and the following disclaimer.
8
+ 2. Redistributions in binary form must reproduce the above copyright
9
+ notice, this list of conditions and the following disclaimer in the
10
+ documentation and/or other materials provided with the distribution.
11
+
12
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
13
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
14
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
15
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
16
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
18
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
19
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
20
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
21
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
22
+ SUCH DAMAGE.
@@ -0,0 +1,56 @@
1
+ Ruby is copyrighted free software by Yukihiro Matsumoto <matz@netlab.jp>.
2
+ You can redistribute it and/or modify it under either the terms of the
3
+ 2-clause BSDL (see the file BSDL), or the conditions below:
4
+
5
+ 1. You may make and give away verbatim copies of the source form of the
6
+ software without restriction, provided that you duplicate all of the
7
+ original copyright notices and associated disclaimers.
8
+
9
+ 2. You may modify your copy of the software in any way, provided that
10
+ you do at least ONE of the following:
11
+
12
+ a. place your modifications in the Public Domain or otherwise
13
+ make them Freely Available, such as by posting said
14
+ modifications to Usenet or an equivalent medium, or by allowing
15
+ the author to include your modifications in the software.
16
+
17
+ b. use the modified software only within your corporation or
18
+ organization.
19
+
20
+ c. give non-standard binaries non-standard names, with
21
+ instructions on where to get the original software distribution.
22
+
23
+ d. make other distribution arrangements with the author.
24
+
25
+ 3. You may distribute the software in object code or binary form,
26
+ provided that you do at least ONE of the following:
27
+
28
+ a. distribute the binaries and library files of the software,
29
+ together with instructions (in the manual page or equivalent)
30
+ on where to get the original distribution.
31
+
32
+ b. accompany the distribution with the machine-readable source of
33
+ the software.
34
+
35
+ c. give non-standard binaries non-standard names, with
36
+ instructions on where to get the original software distribution.
37
+
38
+ d. make other distribution arrangements with the author.
39
+
40
+ 4. You may modify and include the part of the software into any other
41
+ software (possibly commercial). But some files in the distribution
42
+ are not written by the author, so that they are not under these terms.
43
+
44
+ For the list of those files and their copying conditions, see the
45
+ file LEGAL.
46
+
47
+ 5. The scripts and library files supplied as input to or produced as
48
+ output from the software do not automatically fall under the
49
+ copyright of the software, but belong to whomever generated them,
50
+ and may be sold commercially, and may be aggregated with this
51
+ software.
52
+
53
+ 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
54
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
55
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
56
+ PURPOSE.
@@ -0,0 +1,104 @@
1
+ # Logger
2
+
3
+ Logger is a simple but powerful logging utility to output messages in your Ruby program.
4
+
5
+ Logger has the following features:
6
+
7
+ * Print messages to different levels such as `info` and `error`
8
+ * Auto-rolling of log files
9
+ * Setting the format of log messages
10
+ * Specifying a program name in conjunction with the message
11
+
12
+ ## Installation
13
+
14
+ Add this line to your application's Gemfile:
15
+
16
+ ```ruby
17
+ gem 'logger'
18
+ ```
19
+
20
+ And then execute:
21
+
22
+ $ bundle
23
+
24
+ Or install it yourself as:
25
+
26
+ $ gem install logger
27
+
28
+ ## Usage
29
+
30
+ ### Simple Example
31
+
32
+ ```ruby
33
+ require 'logger'
34
+
35
+ # Create a Logger that prints to STDOUT
36
+ log = Logger.new(STDOUT)
37
+ log.debug("Created Logger")
38
+
39
+ log.info("Program finished")
40
+
41
+ # Create a Logger that prints to STDERR
42
+ error_log = Logger.new(STDERR)
43
+ error_log = error_log.error("fatal error")
44
+ ```
45
+
46
+ ## Development
47
+
48
+ After checking out the repo, run the following to install dependencies.
49
+
50
+ ```
51
+ $ bin/setup
52
+ ```
53
+
54
+ Then, run the tests as:
55
+
56
+ ```
57
+ $ rake test
58
+ ```
59
+
60
+ To install this gem onto your local machine, run
61
+
62
+ ```
63
+ $ rake install
64
+ ```
65
+
66
+ To release a new version, update the version number in `lib/logger/version.rb`, and then run
67
+
68
+ ```
69
+ $ rake release
70
+ ```
71
+
72
+ which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
73
+
74
+ ## Advanced Development
75
+
76
+ ### Run tests of a specific file
77
+
78
+ ```
79
+ $ ruby test/logger/test_logger.rb
80
+ ```
81
+
82
+ ### Run tests filtering test methods by a name
83
+
84
+ `--name` option is available as:
85
+
86
+ ```
87
+ $ ruby test/logger/test_logger.rb --name test_lshift
88
+ ```
89
+
90
+ ### Publish documents to GitHub Pages
91
+
92
+ ```
93
+ $ rake gh-pages
94
+ ```
95
+
96
+ Then, git commit and push the generated HTMLs onto `gh-pages` branch.
97
+
98
+ ## Contributing
99
+
100
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ruby/logger.
101
+
102
+ ## License
103
+
104
+ The gem is available as open source under the terms of the [BSD-2-Clause](BSDL).
@@ -0,0 +1,9 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Logger
4
+ # not used after 1.2.7. just for compat.
5
+ class Error < RuntimeError # :nodoc:
6
+ end
7
+ class ShiftingError < Error # :nodoc:
8
+ end
9
+ end
@@ -0,0 +1,36 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Logger
4
+ # Default formatter for log messages.
5
+ class Formatter
6
+ Format = "%.1s, [%s #%d] %5s -- %s: %s\n"
7
+ DatetimeFormat = "%Y-%m-%dT%H:%M:%S.%6N"
8
+
9
+ attr_accessor :datetime_format
10
+
11
+ def initialize
12
+ @datetime_format = nil
13
+ end
14
+
15
+ def call(severity, time, progname, msg)
16
+ sprintf(Format, severity, format_datetime(time), Process.pid, severity, progname, msg2str(msg))
17
+ end
18
+
19
+ private
20
+
21
+ def format_datetime(time)
22
+ time.strftime(@datetime_format || DatetimeFormat)
23
+ end
24
+
25
+ def msg2str(msg)
26
+ case msg
27
+ when ::String
28
+ msg
29
+ when ::Exception
30
+ "#{ msg.message } (#{ msg.class })\n#{ msg.backtrace.join("\n") if msg.backtrace }"
31
+ else
32
+ msg.inspect
33
+ end
34
+ end
35
+ end
36
+ end
@@ -0,0 +1,265 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'period'
4
+
5
+ class Logger
6
+ # Device used for logging messages.
7
+ class LogDevice
8
+ include Period
9
+
10
+ attr_reader :dev
11
+ attr_reader :filename
12
+ include MonitorMixin
13
+
14
+ def initialize(
15
+ log = nil, shift_age: nil, shift_size: nil, shift_period_suffix: nil,
16
+ binmode: false, reraise_write_errors: [], skip_header: false
17
+ )
18
+ @dev = @filename = @shift_age = @shift_size = @shift_period_suffix = nil
19
+ @binmode = binmode
20
+ @reraise_write_errors = reraise_write_errors
21
+ @skip_header = skip_header
22
+ mon_initialize
23
+ set_dev(log)
24
+ set_file(shift_age, shift_size, shift_period_suffix) if @filename
25
+ end
26
+
27
+ def write(message)
28
+ handle_write_errors("writing") do
29
+ synchronize do
30
+ if @shift_age and @dev.respond_to?(:stat)
31
+ handle_write_errors("shifting") {check_shift_log}
32
+ end
33
+ handle_write_errors("writing") {@dev.write(message)}
34
+ end
35
+ end
36
+ end
37
+
38
+ def close
39
+ begin
40
+ synchronize do
41
+ @dev.close rescue nil
42
+ end
43
+ rescue Exception
44
+ @dev.close rescue nil
45
+ end
46
+ end
47
+
48
+ def reopen(log = nil, shift_age: nil, shift_size: nil, shift_period_suffix: nil, binmode: nil)
49
+ # reopen the same filename if no argument, do nothing for IO
50
+ log ||= @filename if @filename
51
+ @binmode = binmode unless binmode.nil?
52
+ if log
53
+ synchronize do
54
+ if @filename and @dev
55
+ @dev.close rescue nil # close only file opened by Logger
56
+ @filename = nil
57
+ end
58
+ set_dev(log)
59
+ set_file(shift_age, shift_size, shift_period_suffix) if @filename
60
+ end
61
+ end
62
+ self
63
+ end
64
+
65
+ private
66
+
67
+ # :stopdoc:
68
+
69
+ MODE = File::WRONLY | File::APPEND
70
+ # TruffleRuby < 24.2 does not have File::SHARE_DELETE
71
+ if File.const_defined? :SHARE_DELETE
72
+ MODE_TO_OPEN = MODE | File::SHARE_DELETE | File::BINARY
73
+ else
74
+ MODE_TO_OPEN = MODE | File::BINARY
75
+ end
76
+ MODE_TO_CREATE = MODE_TO_OPEN | File::CREAT | File::EXCL
77
+
78
+ def set_dev(log)
79
+ if log.respond_to?(:write) and log.respond_to?(:close)
80
+ @dev = log
81
+ if log.respond_to?(:path) and path = log.path
82
+ if File.exist?(path)
83
+ @filename = path
84
+ end
85
+ end
86
+ else
87
+ @dev = open_logfile(log)
88
+ @filename = log
89
+ end
90
+ end
91
+
92
+ def set_file(shift_age, shift_size, shift_period_suffix)
93
+ @shift_age = shift_age || @shift_age || 7
94
+ @shift_size = shift_size || @shift_size || 1048576
95
+ @shift_period_suffix = shift_period_suffix || @shift_period_suffix || '%Y%m%d'
96
+
97
+ unless @shift_age.is_a?(Integer)
98
+ base_time = @dev.respond_to?(:stat) ? @dev.stat.mtime : Time.now
99
+ @next_rotate_time = next_rotate_time(base_time, @shift_age)
100
+ end
101
+ end
102
+
103
+ if MODE_TO_OPEN == MODE
104
+ def fixup_mode(dev)
105
+ dev
106
+ end
107
+ else
108
+ def fixup_mode(dev)
109
+ return dev if @binmode
110
+ dev.autoclose = false
111
+ old_dev = dev
112
+ dev = File.new(dev.fileno, mode: MODE, path: dev.path)
113
+ old_dev.close
114
+ PathAttr.set_path(dev, filename) if defined?(PathAttr)
115
+ dev
116
+ end
117
+ end
118
+
119
+ def open_logfile(filename)
120
+ begin
121
+ dev = File.open(filename, MODE_TO_OPEN)
122
+ rescue Errno::ENOENT
123
+ create_logfile(filename)
124
+ else
125
+ dev = fixup_mode(dev)
126
+ dev.sync = true
127
+ dev.binmode if @binmode
128
+ dev
129
+ end
130
+ end
131
+
132
+ def create_logfile(filename)
133
+ begin
134
+ logdev = File.open(filename, MODE_TO_CREATE)
135
+ logdev.flock(File::LOCK_EX)
136
+ logdev = fixup_mode(logdev)
137
+ logdev.sync = true
138
+ logdev.binmode if @binmode
139
+ add_log_header(logdev) unless @skip_header
140
+ logdev.flock(File::LOCK_UN)
141
+ logdev
142
+ rescue Errno::EEXIST
143
+ # file is created by another process
144
+ open_logfile(filename)
145
+ end
146
+ end
147
+
148
+ def handle_write_errors(mesg)
149
+ yield
150
+ rescue *@reraise_write_errors
151
+ raise
152
+ rescue
153
+ warn("log #{mesg} failed. #{$!}")
154
+ end
155
+
156
+ def add_log_header(file)
157
+ file.write(
158
+ "# Logfile created on %s by %s\n" % [Time.now.to_s, Logger::ProgName]
159
+ ) if file.size == 0
160
+ end
161
+
162
+ def check_shift_log
163
+ if @shift_age.is_a?(Integer)
164
+ # Note: always returns false if '0'.
165
+ if @filename && (@shift_age > 0) && (@dev.stat.size > @shift_size)
166
+ lock_shift_log { shift_log_age }
167
+ end
168
+ else
169
+ now = Time.now
170
+ if now >= @next_rotate_time
171
+ @next_rotate_time = next_rotate_time(now, @shift_age)
172
+ lock_shift_log { shift_log_period(previous_period_end(now, @shift_age)) }
173
+ end
174
+ end
175
+ end
176
+
177
+ def lock_shift_log
178
+ retry_limit = 8
179
+ retry_sleep = 0.1
180
+ begin
181
+ File.open(@filename, MODE_TO_OPEN) do |lock|
182
+ lock.flock(File::LOCK_EX) # inter-process locking. will be unlocked at closing file
183
+ if File.identical?(@filename, lock) and File.identical?(lock, @dev)
184
+ yield # log shifting
185
+ else
186
+ # log shifted by another process (i-node before locking and i-node after locking are different)
187
+ @dev.close rescue nil
188
+ @dev = open_logfile(@filename)
189
+ end
190
+ end
191
+ true
192
+ rescue Errno::ENOENT
193
+ # @filename file would not exist right after #rename and before #create_logfile
194
+ if retry_limit <= 0
195
+ warn("log rotation inter-process lock failed. #{$!}")
196
+ else
197
+ sleep retry_sleep
198
+ retry_limit -= 1
199
+ retry_sleep *= 2
200
+ retry
201
+ end
202
+ end
203
+ rescue
204
+ warn("log rotation inter-process lock failed. #{$!}")
205
+ end
206
+
207
+ def shift_log_age
208
+ (@shift_age-3).downto(0) do |i|
209
+ if FileTest.exist?("#{@filename}.#{i}")
210
+ File.rename("#{@filename}.#{i}", "#{@filename}.#{i+1}")
211
+ end
212
+ end
213
+ shift_log_file("#{@filename}.0")
214
+ end
215
+
216
+ def shift_log_period(period_end)
217
+ suffix = period_end.strftime(@shift_period_suffix)
218
+ age_file = "#{@filename}.#{suffix}"
219
+ if FileTest.exist?(age_file)
220
+ # try to avoid filename crash caused by Timestamp change.
221
+ idx = 0
222
+ # .99 can be overridden; avoid too much file search with 'loop do'
223
+ while idx < 100
224
+ idx += 1
225
+ age_file = "#{@filename}.#{suffix}.#{idx}"
226
+ break unless FileTest.exist?(age_file)
227
+ end
228
+ end
229
+ shift_log_file(age_file)
230
+ end
231
+
232
+ def shift_log_file(shifted)
233
+ stat = @dev.stat
234
+ @dev.close rescue nil
235
+ File.rename(@filename, shifted)
236
+ @dev = create_logfile(@filename)
237
+ mode, uid, gid = stat.mode, stat.uid, stat.gid
238
+ begin
239
+ @dev.chmod(mode) if mode
240
+ mode = nil
241
+ @dev.chown(uid, gid)
242
+ rescue Errno::EPERM
243
+ if mode
244
+ # failed to chmod, probably nothing can do more.
245
+ elsif uid
246
+ uid = nil
247
+ retry # to change gid only
248
+ end
249
+ end
250
+ return true
251
+ end
252
+ end
253
+ end
254
+
255
+ File.open(__FILE__) do |f|
256
+ File.new(f.fileno, autoclose: false, path: "").path
257
+ rescue IOError
258
+ module PathAttr # :nodoc:
259
+ attr_reader :path
260
+
261
+ def self.set_path(file, path)
262
+ file.extend(self).instance_variable_set(:@path, path)
263
+ end
264
+ end
265
+ end
@@ -0,0 +1,47 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Logger
4
+ module Period
5
+ module_function
6
+
7
+ SiD = 24 * 60 * 60
8
+
9
+ def next_rotate_time(now, shift_age)
10
+ case shift_age
11
+ when 'daily', :daily
12
+ t = Time.mktime(now.year, now.month, now.mday) + SiD
13
+ when 'weekly', :weekly
14
+ t = Time.mktime(now.year, now.month, now.mday) + SiD * (7 - now.wday)
15
+ when 'monthly', :monthly
16
+ t = Time.mktime(now.year, now.month, 1) + SiD * 32
17
+ return Time.mktime(t.year, t.month, 1)
18
+ when 'now', 'everytime', :now, :everytime
19
+ return now
20
+ else
21
+ raise ArgumentError, "invalid :shift_age #{shift_age.inspect}, should be daily, weekly, monthly, or everytime"
22
+ end
23
+ if t.hour.nonzero? or t.min.nonzero? or t.sec.nonzero?
24
+ hour = t.hour
25
+ t = Time.mktime(t.year, t.month, t.mday)
26
+ t += SiD if hour > 12
27
+ end
28
+ t
29
+ end
30
+
31
+ def previous_period_end(now, shift_age)
32
+ case shift_age
33
+ when 'daily', :daily
34
+ t = Time.mktime(now.year, now.month, now.mday) - SiD / 2
35
+ when 'weekly', :weekly
36
+ t = Time.mktime(now.year, now.month, now.mday) - (SiD * now.wday + SiD / 2)
37
+ when 'monthly', :monthly
38
+ t = Time.mktime(now.year, now.month, 1) - SiD / 2
39
+ when 'now', 'everytime', :now, :everytime
40
+ return now
41
+ else
42
+ raise ArgumentError, "invalid :shift_age #{shift_age.inspect}, should be daily, weekly, monthly, or everytime"
43
+ end
44
+ Time.mktime(t.year, t.month, t.mday, 23, 59, 59)
45
+ end
46
+ end
47
+ end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ class Logger
4
+ # Logging severity.
5
+ module Severity
6
+ # Low-level information, mostly for developers.
7
+ DEBUG = 0
8
+ # Generic (useful) information about system operation.
9
+ INFO = 1
10
+ # A warning.
11
+ WARN = 2
12
+ # A handleable error condition.
13
+ ERROR = 3
14
+ # An unhandleable error that results in a program crash.
15
+ FATAL = 4
16
+ # An unknown message that should always be logged.
17
+ UNKNOWN = 5
18
+
19
+ LEVELS = {
20
+ "debug" => DEBUG,
21
+ "info" => INFO,
22
+ "warn" => WARN,
23
+ "error" => ERROR,
24
+ "fatal" => FATAL,
25
+ "unknown" => UNKNOWN,
26
+ }
27
+ private_constant :LEVELS
28
+
29
+ def self.coerce(severity)
30
+ if severity.is_a?(Integer)
31
+ severity
32
+ else
33
+ key = severity.to_s.downcase
34
+ LEVELS[key] || raise(ArgumentError, "invalid log level: #{severity}")
35
+ end
36
+ end
37
+ end
38
+ end