cloudsmith-api 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1890) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +25 -23
  3. data/README.md +23 -4
  4. data/build.json +1 -1
  5. data/docs/CommonBandwidthMetricsValue.md +3 -3
  6. data/docs/CommonMetrics.md +3 -3
  7. data/docs/CranPackageUpload.md +1 -0
  8. data/docs/CranPackageUploadRequest.md +2 -0
  9. data/docs/CranUpstream.md +23 -0
  10. data/docs/CranUpstreamRequest.md +20 -0
  11. data/docs/CranUpstreamRequestPatch.md +20 -0
  12. data/docs/FormatSupport.md +1 -0
  13. data/docs/FormatSupportUpstream.md +13 -0
  14. data/docs/NugetPackageUploadRequest.md +1 -1
  15. data/docs/Organization.md +1 -1
  16. data/docs/OrganizationMembership.md +1 -0
  17. data/docs/OrgsApi.md +362 -1
  18. data/docs/PackageDenyPolicy.md +16 -0
  19. data/docs/PackageDenyPolicyRequest.md +11 -0
  20. data/docs/PackageDenyPolicyRequestPatch.md +11 -0
  21. data/docs/ReposApi.md +377 -0
  22. data/docs/Repository.md +1 -1
  23. data/docs/RepositoryCreate.md +1 -1
  24. data/docs/RepositoryCreateRequest.md +1 -1
  25. data/docs/RepositoryRequestPatch.md +1 -1
  26. data/docs/RepositoryRsaKey.md +1 -0
  27. data/docs/StatusBasic.md +1 -1
  28. data/lib/cloudsmith-api/api/orgs_api.rb +362 -0
  29. data/lib/cloudsmith-api/api/repos_api.rb +395 -0
  30. data/lib/cloudsmith-api/models/common_bandwidth_metrics_value.rb +4 -0
  31. data/lib/cloudsmith-api/models/common_metrics.rb +3 -0
  32. data/lib/cloudsmith-api/models/cran_package_upload.rb +11 -1
  33. data/lib/cloudsmith-api/models/cran_package_upload_request.rb +55 -1
  34. data/lib/cloudsmith-api/models/cran_upstream.rb +393 -0
  35. data/lib/cloudsmith-api/models/cran_upstream_request.rb +365 -0
  36. data/lib/cloudsmith-api/models/cran_upstream_request_patch.rb +355 -0
  37. data/lib/cloudsmith-api/models/format_support.rb +15 -1
  38. data/lib/cloudsmith-api/models/format_support_upstream.rb +308 -0
  39. data/lib/cloudsmith-api/models/nuget_package_upload_request.rb +1 -1
  40. data/lib/cloudsmith-api/models/organization.rb +5 -1
  41. data/lib/cloudsmith-api/models/organization_membership.rb +10 -1
  42. data/lib/cloudsmith-api/models/package_deny_policy.rb +313 -0
  43. data/lib/cloudsmith-api/models/package_deny_policy_request.rb +218 -0
  44. data/lib/cloudsmith-api/models/package_deny_policy_request_patch.rb +213 -0
  45. data/lib/cloudsmith-api/models/package_dependency.rb +2 -2
  46. data/lib/cloudsmith-api/models/repository.rb +1 -1
  47. data/lib/cloudsmith-api/models/repository_create.rb +1 -1
  48. data/lib/cloudsmith-api/models/repository_create_request.rb +1 -1
  49. data/lib/cloudsmith-api/models/repository_request_patch.rb +1 -1
  50. data/lib/cloudsmith-api/models/repository_rsa_key.rb +14 -4
  51. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  52. data/lib/cloudsmith-api/version.rb +1 -1
  53. data/lib/cloudsmith-api.rb +7 -0
  54. data/spec/api/orgs_api_spec.rb +82 -0
  55. data/spec/api/repos_api_spec.rb +87 -0
  56. data/spec/models/cran_package_upload_request_spec.rb +16 -0
  57. data/spec/models/cran_package_upload_spec.rb +6 -0
  58. data/spec/models/cran_upstream_request_patch_spec.rb +121 -0
  59. data/spec/models/cran_upstream_request_spec.rb +121 -0
  60. data/spec/models/cran_upstream_spec.rb +139 -0
  61. data/spec/models/format_support_spec.rb +6 -0
  62. data/spec/models/format_support_upstream_spec.rb +83 -0
  63. data/spec/models/organization_membership_spec.rb +6 -0
  64. data/spec/models/package_deny_policy_request_patch_spec.rb +59 -0
  65. data/spec/models/package_deny_policy_request_spec.rb +59 -0
  66. data/spec/models/package_deny_policy_spec.rb +97 -0
  67. data/spec/models/package_dependency_spec.rb +1 -1
  68. data/spec/models/repository_rsa_key_spec.rb +6 -0
  69. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.6.gem +0 -0
  70. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.21.gem +0 -0
  71. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.6.gem +0 -0
  72. data/vendor/bundle/ruby/2.6.0/cache/crack-1.0.0.gem +0 -0
  73. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.1.gem +0 -0
  74. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.16.3.gem +0 -0
  75. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.0.gem +0 -0
  76. data/vendor/bundle/ruby/2.6.0/cache/json-2.7.1.gem +0 -0
  77. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.4.gem +0 -0
  78. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.6.gem +0 -0
  79. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
  80. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.0.gem +0 -0
  81. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.0.gem +0 -0
  82. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.0.gem +0 -0
  83. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.0.gem +0 -0
  84. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.1.gem +0 -0
  85. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +14 -0
  86. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/bigdecimal.so +0 -0
  87. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/gem_make.out +157 -0
  88. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.6/mkmf.log +894 -0
  89. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/ffi_c.so +0 -0
  90. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +44 -0
  91. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +299 -0
  92. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/gem_make.out +13 -0
  93. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/generator.so +0 -0
  94. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/json/ext/parser.so +0 -0
  95. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.1/mkmf.log +128 -0
  96. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/CHANGELOG.md +296 -0
  97. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/Rakefile +40 -0
  98. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/addressable.gemspec +28 -0
  99. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/uri.rb +2602 -0
  100. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/lib/addressable/version.rb +31 -0
  101. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/spec/addressable/uri_spec.rb +6840 -0
  102. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.6/tasks/gem.rake +95 -0
  103. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/CHANGELOG.md +149 -0
  104. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/ext/fsevent/extconf.rb +38 -0
  105. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.21/lib/autotest-fsevent/version.rb +5 -0
  106. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/LICENSE +56 -0
  107. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/bigdecimal.gemspec +55 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/Makefile +267 -0
  109. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.c +7738 -0
  110. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.h +313 -0
  111. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.o +0 -0
  112. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.so +0 -0
  113. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/bits.h +141 -0
  114. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/extconf.rb +62 -0
  115. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/feature.h +68 -0
  116. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing/dtoa.c +3462 -0
  117. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.c +27 -0
  118. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.h +196 -0
  119. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.o +0 -0
  120. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/ext/bigdecimal/static_assert.h +54 -0
  121. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/jacobian.rb +90 -0
  122. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/ludcmp.rb +89 -0
  123. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/math.rb +232 -0
  124. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/newton.rb +80 -0
  125. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal/util.rb +185 -0
  126. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal.rb +5 -0
  127. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/lib/bigdecimal.so +0 -0
  128. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/linear.rb +74 -0
  129. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/nlsolve.rb +40 -0
  130. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.6/sample/pi.rb +21 -0
  131. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/History +52 -0
  132. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/LICENSE +20 -0
  133. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/README.md +43 -0
  134. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/json.rb +113 -0
  135. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack/version.rb +3 -0
  136. data/vendor/bundle/ruby/2.6.0/gems/crack-1.0.0/lib/crack.rb +8 -0
  137. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Contributing.md +121 -0
  138. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/History.md +431 -0
  139. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/License.md +41 -0
  140. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/Rakefile +130 -0
  141. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/bin/htmldiff +35 -0
  142. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/array.rb +7 -0
  143. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/backports.rb +9 -0
  144. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/block.rb +37 -0
  145. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/callbacks.rb +327 -0
  146. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/change.rb +174 -0
  147. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/htmldiff.rb +158 -0
  148. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/hunk.rb +363 -0
  149. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/internals.rb +308 -0
  150. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs/ldiff.rb +173 -0
  151. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff/lcs.rb +741 -0
  152. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/lib/diff-lcs.rb +3 -0
  153. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/change_spec.rb +89 -0
  154. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/diff_spec.rb +51 -0
  155. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/hunk_spec.rb +83 -0
  156. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/issues_spec.rb +160 -0
  157. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/lcs_spec.rb +56 -0
  158. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/ldiff_spec.rb +89 -0
  159. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/patch_spec.rb +416 -0
  160. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/sdiff_spec.rb +216 -0
  161. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/spec_helper.rb +376 -0
  162. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/traverse_balanced_spec.rb +312 -0
  163. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.1/spec/traverse_sequences_spec.rb +137 -0
  164. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/CHANGELOG.md +414 -0
  165. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Gemfile +14 -0
  166. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/README.md +137 -0
  167. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/Rakefile +194 -0
  168. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.c +1128 -0
  169. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.h +176 -0
  170. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.o +0 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.c +198 -0
  172. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.h +60 -0
  173. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.o +0 -0
  174. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.c +417 -0
  175. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.o +0 -0
  176. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.c +498 -0
  177. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Call.o +0 -0
  178. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.o +0 -0
  179. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.c +397 -0
  180. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.o +0 -0
  181. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.c +1063 -0
  182. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.h +84 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Function.o +0 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.c +322 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.o +0 -0
  186. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.c +243 -0
  187. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LastError.o +0 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.o +0 -0
  189. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +266 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.c +211 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.h +57 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.o +0 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.c +219 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.o +0 -0
  195. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.c +350 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.o +0 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Platform.o +0 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.c +546 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.h +60 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.o +0 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.c +897 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.h +115 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Struct.o +0 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.c +177 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.o +0 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.c +769 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.o +0 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Thread.o +0 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.c +447 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.h +63 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Type.o +0 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.c +138 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Types.o +0 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.c +345 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.o +0 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/compat.h +82 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/extconf.rb +115 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi.c +97 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi.o +0 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/ffi_c.so +0 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/site.exp +16 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +7 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor.yml +84 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +18 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-in-container.sh +10 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build.sh +124 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/install.sh +78 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/msvs-detect +1103 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/site.exp +29 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.circleci/config.yml +156 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/build.yml +460 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +171 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.gitignore +46 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE +21 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.am +157 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.in +2127 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/README.md +526 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/acinclude.m4 +377 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/compile +348 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.guess +1754 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.sub +1892 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure +22791 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.ac +451 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.host +337 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/Makefile.in +818 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/version.texi +4 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/fficonfig.h.in +188 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +312 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.am +9 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.in +609 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi.h.in +527 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_cfi.h +76 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_common.h +182 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/tramp.h +45 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/install-sh +541 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-version +29 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ltmain.sh +11448 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +198 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +158 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +119 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +51 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/Makefile.in +565 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/missing +215 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvcc.sh +353 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffi.c +1129 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/internal.h +100 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/sysv.S +543 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffi.c +443 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffitarget.h +67 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffi.c +921 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/internal.h +17 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/closures.c +1107 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/dlmalloc.c +5171 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ffi.c +616 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/unix.S +585 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffi.c +621 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +82 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/sysv.S +327 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/ffi.c +249 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffi.c +1309 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffitarget.h +251 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/n32.S +772 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/o32.S +561 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/ffi.c +310 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi.c +673 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi64.c +614 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffitarget.h +94 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux32.S +417 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux64.S +681 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/linux.S +427 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1153 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64.S +293 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +566 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/t-aix +5 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/prep_cif.c +283 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/ffi.c +514 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi64.c +624 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tramp.c +716 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffi.c +934 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffitarget.h +62 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi.c +832 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi64.c +950 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffitarget.h +164 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal.h +43 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal64.h +36 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv.S +1272 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +998 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/unix64.S +711 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/win64.S +254 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffi.c +306 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +57 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/sysv.S +268 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.am +135 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.in +664 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +54 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +63 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +80 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +48 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test.html +7 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +51 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +682 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1746 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +747 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +41 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +163 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +110 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +48 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +42 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +42 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +60 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +43 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +63 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +65 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +65 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +67 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +67 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +93 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +61 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +63 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +90 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +78 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +220 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +154 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +134 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +134 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +140 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +90 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +83 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +83 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +102 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +91 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +94 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +92 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +96 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +61 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +112 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +117 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +120 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +131 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +93 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +109 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +113 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +145 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +103 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +114 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +103 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +103 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +113 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +120 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +103 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +137 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +116 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +148 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +140 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +121 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +155 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +121 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +102 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +103 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +103 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +111 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +109 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +111 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +147 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +152 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +113 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +108 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +106 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +109 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +108 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +109 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +111 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +68 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +69 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +46 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +115 -0
  409. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +80 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +78 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +79 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +94 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +99 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +78 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +94 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +79 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +152 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +47 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +44 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +45 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +125 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +45 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +47 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +49 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +49 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +49 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +46 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +343 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +175 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +161 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +146 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +137 -0
  433. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +86 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +115 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +119 -0
  436. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +120 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +120 -0
  438. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +121 -0
  439. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +142 -0
  440. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +120 -0
  441. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +142 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +142 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +86 -0
  444. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +102 -0
  445. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +101 -0
  446. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +124 -0
  447. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +125 -0
  448. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +75 -0
  449. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +118 -0
  450. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +55 -0
  451. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
  452. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi.bsd.mk +40 -0
  453. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/libffi.gnu.mk +32 -0
  454. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/rbffi.h +55 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ffi.gemspec +42 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb +188 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/compat.rb +43 -0
  458. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/data_converter.rb +67 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/dynamic_library.rb +89 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/enum.rb +303 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/ffi.rb +50 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/function.rb +71 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/library.rb +576 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/library_path.rb +109 -0
  465. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/managedstruct.rb +84 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/sw_64-linux/types.conf +141 -0
  470. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform/x86_64-windows/types.conf +52 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/platform.rb +187 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct.rb +317 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout.rb +96 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/struct_layout_builder.rb +227 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/types.rb +220 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/variadic.rb +80 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi/version.rb +3 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/samples/hello_ractor.rb +11 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/samples/qsort_ractor.rb +28 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/.rubocop.yml +40 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/Gemfile +8 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/README.md +295 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/changelog.md +108 -0
  485. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/hashdiff.gemspec +39 -0
  486. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/compare_hashes.rb +71 -0
  487. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/diff.rb +182 -0
  488. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/lib/hashdiff/version.rb +5 -0
  489. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.0/spec/hashdiff/diff_spec.rb +375 -0
  490. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/CHANGES.md +503 -0
  491. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/README.md +425 -0
  492. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/Makefile +202 -0
  493. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time +0 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/Makefile +267 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.c +1673 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.h +177 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.o +0 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/generator/generator.so +0 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time +0 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/Makefile +267 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.c +2211 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.o +0 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.rl +971 -0
  504. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/ext/json/ext/parser/parser.so +0 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/json.gemspec +68 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/bigdecimal.rb +58 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/complex.rb +51 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/date.rb +54 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/date_time.rb +67 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/exception.rb +49 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/ostruct.rb +51 -0
  512. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/range.rb +54 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/rational.rb +49 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/regexp.rb +48 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/set.rb +48 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/struct.rb +52 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/symbol.rb +48 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/add/time.rb +59 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/common.rb +697 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/generator.so +0 -0
  521. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/ext/parser.so +0 -0
  522. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/pure/generator.rb +513 -0
  523. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json/version.rb +9 -0
  524. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.1/lib/json.rb +592 -0
  525. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/CHANGELOG.md +451 -0
  526. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/LICENSE.txt +22 -0
  527. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/README.md +224 -0
  528. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/SECURITY.md +25 -0
  529. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/data/list.txt +15431 -0
  530. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb +235 -0
  531. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb +41 -0
  532. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb +247 -0
  533. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb +350 -0
  534. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb +14 -0
  535. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.4/lib/public_suffix.rb +177 -0
  536. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/NEWS.md +276 -0
  537. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/README.md +57 -0
  538. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/doc/rexml/tasks/rdoc/element.rdoc +602 -0
  539. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/doc/rexml/tutorial.rdoc +1358 -0
  540. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/attribute.rb +210 -0
  541. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/document.rb +451 -0
  542. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/element.rb +2599 -0
  543. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/entity.rb +181 -0
  544. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/formatters/pretty.rb +142 -0
  545. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/namespace.rb +63 -0
  546. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/parsers/xpathparser.rb +739 -0
  547. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/rexml.rb +39 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.6/lib/rexml/text.rb +426 -0
  549. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.0/lib/rspec/version.rb +5 -0
  550. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/Changelog.md +2400 -0
  551. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/README.md +389 -0
  552. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration.rb +2413 -0
  553. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/configuration_options.rb +238 -0
  554. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/exception_presenter.rb +546 -0
  555. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/formatters/json_formatter.rb +103 -0
  556. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/notifications.rb +523 -0
  557. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/ordering.rb +208 -0
  558. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/output_wrapper.rb +29 -0
  559. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/runner.rb +216 -0
  560. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.0/lib/rspec/core/version.rb +9 -0
  561. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/Changelog.md +1325 -0
  562. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/fail_with.rb +39 -0
  563. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/expectations/version.rb +8 -0
  564. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/base_matcher.rb +239 -0
  565. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/compound.rb +290 -0
  566. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/eq.rb +44 -0
  567. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/built_in/eql.rb +38 -0
  568. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/matcher_delegator.rb +61 -0
  569. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers/multi_matcher_diff.rb +82 -0
  570. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.0/lib/rspec/matchers.rb +1044 -0
  571. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/Changelog.md +1284 -0
  572. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/README.md +465 -0
  573. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/any_instance/recorder.rb +297 -0
  574. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/argument_matchers.rb +366 -0
  575. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/method_double.rb +316 -0
  576. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.0/lib/rspec/mocks/version.rb +9 -0
  577. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/Changelog.md +389 -0
  578. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/caller_filter.rb +85 -0
  579. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/comparable_version.rb +48 -0
  580. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/differ.rb +217 -0
  581. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/directory_maker.rb +65 -0
  582. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/encoded_string.rb +163 -0
  583. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/fuzzy_matcher.rb +50 -0
  584. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/hunk_generator.rb +49 -0
  585. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/matcher_definition.rb +44 -0
  586. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/method_signature_verifier.rb +442 -0
  587. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/mutex.rb +75 -0
  588. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/object_formatter.rb +277 -0
  589. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/recursive_const_methods.rb +78 -0
  590. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/reentrant_mutex.rb +80 -0
  591. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/ruby_features.rb +221 -0
  592. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/location.rb +23 -0
  593. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/node.rb +112 -0
  594. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source/token.rb +96 -0
  595. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/source.rb +87 -0
  596. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/deprecation_helpers.rb +50 -0
  597. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/diff_helpers.rb +33 -0
  598. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/formatting_support.rb +11 -0
  599. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/in_sub_process.rb +73 -0
  600. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/library_wide_checks.rb +152 -0
  601. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/shell_out.rb +110 -0
  602. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/stderr_splitter.rb +77 -0
  603. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/string_matcher.rb +47 -0
  604. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/with_isolated_directory.rb +15 -0
  605. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec/with_isolated_stderr.rb +15 -0
  606. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/spec.rb +84 -0
  607. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/version.rb +9 -0
  608. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/warnings.rb +41 -0
  609. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support/with_keywords_when_needed.rb +35 -0
  610. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.0/lib/rspec/support.rb +162 -0
  611. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
  612. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
  613. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
  614. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/Gemfile +36 -0
  615. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/README.md +588 -0
  616. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
  617. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
  618. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
  619. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
  620. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
  621. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
  622. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
  623. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.6.gemspec +37 -0
  624. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.21.gemspec +44 -0
  625. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.6.gemspec +24 -0
  626. data/vendor/bundle/ruby/2.6.0/specifications/crack-1.0.0.gemspec +34 -0
  627. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.1.gemspec +50 -0
  628. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.16.3.gemspec +43 -0
  629. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.0.gemspec +40 -0
  630. data/vendor/bundle/ruby/2.6.0/specifications/json-2.7.1.gemspec +0 -0
  631. data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.0.4.gemspec +24 -0
  632. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.6.gemspec +38 -0
  633. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.0.gemspec +39 -0
  634. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.0.gemspec +53 -0
  635. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.0.gemspec +44 -0
  636. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.0.gemspec +44 -0
  637. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.0.gemspec +36 -0
  638. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.1.gemspec +30 -0
  639. metadata +1335 -1255
  640. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.4.gem +0 -0
  641. data/vendor/bundle/ruby/2.6.0/cache/autotest-fsevent-0.2.20.gem +0 -0
  642. data/vendor/bundle/ruby/2.6.0/cache/crack-0.4.5.gem +0 -0
  643. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.5.0.gem +0 -0
  644. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.15.5.gem +0 -0
  645. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.0.1.gem +0 -0
  646. data/vendor/bundle/ruby/2.6.0/cache/json-2.6.3.gem +0 -0
  647. data/vendor/bundle/ruby/2.6.0/cache/public_suffix-5.0.1.gem +0 -0
  648. data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.5.gem +0 -0
  649. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.12.0.gem +0 -0
  650. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.2.gem +0 -0
  651. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.3.gem +0 -0
  652. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.5.gem +0 -0
  653. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.12.1.gem +0 -0
  654. data/vendor/bundle/ruby/2.6.0/cache/typhoeus-1.4.0.gem +0 -0
  655. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.20/gem_make.out +0 -14
  656. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/ffi_c.so +0 -0
  657. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +0 -43
  658. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/mkmf.log +0 -243
  659. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/gem_make.out +0 -13
  660. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/json/ext/generator.so +0 -0
  661. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/json/ext/parser.so +0 -0
  662. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/mkmf.log +0 -128
  663. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/CHANGELOG.md +0 -282
  664. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/Rakefile +0 -35
  665. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/addressable.gemspec +0 -28
  666. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/lib/addressable/uri.rb +0 -2576
  667. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/lib/addressable/version.rb +0 -31
  668. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/spec/addressable/uri_spec.rb +0 -6801
  669. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/tasks/gem.rake +0 -95
  670. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/CHANGELOG.md +0 -144
  671. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/ext/fsevent/extconf.rb +0 -38
  672. data/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.20/lib/autotest-fsevent/version.rb +0 -5
  673. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack/json.rb +0 -98
  674. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack/version.rb +0 -3
  675. data/vendor/bundle/ruby/2.6.0/gems/crack-0.4.5/lib/crack.rb +0 -7
  676. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/Contributing.md +0 -119
  677. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/History.md +0 -400
  678. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/License.md +0 -39
  679. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/Rakefile +0 -121
  680. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/bin/htmldiff +0 -35
  681. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +0 -7
  682. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +0 -9
  683. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +0 -37
  684. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +0 -325
  685. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +0 -174
  686. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +0 -150
  687. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +0 -358
  688. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +0 -308
  689. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +0 -171
  690. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +0 -739
  691. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +0 -3
  692. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +0 -89
  693. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +0 -51
  694. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +0 -83
  695. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +0 -154
  696. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +0 -56
  697. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +0 -87
  698. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +0 -416
  699. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +0 -214
  700. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +0 -374
  701. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +0 -310
  702. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +0 -137
  703. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/CHANGELOG.md +0 -338
  704. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/Gemfile +0 -14
  705. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/README.md +0 -136
  706. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/Rakefile +0 -191
  707. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.c +0 -1104
  708. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.h +0 -175
  709. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/AbstractMemory.o +0 -0
  710. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.c +0 -162
  711. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.h +0 -59
  712. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ArrayType.o +0 -0
  713. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.c +0 -360
  714. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Buffer.o +0 -0
  715. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Call.c +0 -487
  716. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Call.o +0 -0
  717. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ClosurePool.o +0 -0
  718. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.c +0 -334
  719. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/DynamicLibrary.o +0 -0
  720. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.c +0 -917
  721. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.h +0 -83
  722. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Function.o +0 -0
  723. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.c +0 -266
  724. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/FunctionInfo.o +0 -0
  725. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LastError.c +0 -225
  726. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LastError.o +0 -0
  727. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/LongDouble.o +0 -0
  728. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +0 -266
  729. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.c +0 -168
  730. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.h +0 -59
  731. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MappedType.o +0 -0
  732. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.c +0 -192
  733. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MemoryPointer.o +0 -0
  734. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.c +0 -348
  735. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/MethodHandle.o +0 -0
  736. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Platform.o +0 -0
  737. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.c +0 -507
  738. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.h +0 -59
  739. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Pointer.o +0 -0
  740. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.c +0 -822
  741. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.h +0 -112
  742. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Struct.o +0 -0
  743. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.c +0 -145
  744. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructByValue.o +0 -0
  745. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.c +0 -700
  746. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/StructLayout.o +0 -0
  747. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Thread.o +0 -0
  748. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.c +0 -379
  749. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.h +0 -61
  750. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Type.o +0 -0
  751. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Types.c +0 -138
  752. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Types.o +0 -0
  753. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.c +0 -303
  754. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Variadic.o +0 -0
  755. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/compat.h +0 -82
  756. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/extconf.rb +0 -98
  757. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi.c +0 -93
  758. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi.o +0 -0
  759. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/ffi_c.so +0 -0
  760. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.appveyor.yml +0 -66
  761. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.gitignore +0 -38
  762. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-cross-in-container.sh +0 -14
  763. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build-in-container.sh +0 -12
  764. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/build.sh +0 -142
  765. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/install.sh +0 -71
  766. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis/site.exp +0 -27
  767. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/.travis.yml +0 -83
  768. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/LICENSE +0 -21
  769. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.am +0 -150
  770. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/Makefile.in +0 -2060
  771. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/README.md +0 -486
  772. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/acinclude.m4 +0 -479
  773. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.guess +0 -1687
  774. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/config.sub +0 -1851
  775. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure +0 -22050
  776. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.ac +0 -415
  777. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/configure.host +0 -318
  778. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/Makefile.in +0 -815
  779. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/libffi.texi +0 -997
  780. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/doc/version.texi +0 -4
  781. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/fficonfig.h.in +0 -223
  782. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -201
  783. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.am +0 -9
  784. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/Makefile.in +0 -608
  785. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi.h.in +0 -523
  786. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_cfi.h +0 -55
  787. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/include/ffi_common.h +0 -153
  788. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/install-sh +0 -518
  789. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/libtool-version +0 -29
  790. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/ltmain.sh +0 -11251
  791. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -194
  792. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -122
  793. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -88
  794. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/man/Makefile.in +0 -562
  795. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/missing +0 -215
  796. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
  797. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/msvcc.sh +0 -353
  798. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1025
  799. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/internal.h +0 -68
  800. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -451
  801. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/arcompact.S +0 -135
  802. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffi.c +0 -266
  803. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -53
  804. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffi.c +0 -876
  805. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
  806. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/internal.h +0 -7
  807. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/arm/sysv.S +0 -385
  808. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/closures.c +0 -1021
  809. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/dlmalloc.c +0 -5166
  810. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/ffi.c +0 -604
  811. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/ia64/unix.S +0 -567
  812. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/m32r/ffi.c +0 -232
  813. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffi.c +0 -1134
  814. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -244
  815. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/n32.S +0 -663
  816. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/mips/o32.S +0 -504
  817. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/moxie/ffi.c +0 -285
  818. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/or1k/ffi.c +0 -328
  819. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffi.c +0 -674
  820. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -80
  821. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/hpux32.S +0 -370
  822. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/pa/linux.S +0 -380
  823. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  824. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -291
  825. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -564
  826. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/prep_cif.c +0 -263
  827. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/riscv/ffi.c +0 -481
  828. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -608
  829. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi.c +0 -770
  830. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffi64.c +0 -895
  831. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -160
  832. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -318
  833. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal.h +0 -29
  834. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/internal64.h +0 -22
  835. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv.S +0 -1138
  836. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -995
  837. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/unix64.S +0 -621
  838. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/x86/win64.S +0 -241
  839. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -298
  840. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -53
  841. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -258
  842. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.am +0 -122
  843. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/Makefile.in +0 -648
  844. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -660
  845. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
  846. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1745
  847. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -743
  848. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -138
  849. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -107
  850. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -43
  851. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -38
  852. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -38
  853. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -44
  854. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
  855. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
  856. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
  857. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
  858. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -196
  859. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -121
  860. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -123
  861. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -125
  862. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -89
  863. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -81
  864. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -81
  865. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -82
  866. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -89
  867. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -92
  868. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -90
  869. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -95
  870. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -55
  871. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -94
  872. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -95
  873. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -96
  874. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -102
  875. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -89
  876. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -91
  877. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -93
  878. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -113
  879. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -90
  880. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -95
  881. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -90
  882. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -90
  883. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -95
  884. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -98
  885. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -90
  886. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -109
  887. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -98
  888. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -124
  889. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -113
  890. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -99
  891. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -117
  892. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -97
  893. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -88
  894. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -90
  895. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -91
  896. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -93
  897. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -91
  898. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -92
  899. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -132
  900. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -115
  901. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -95
  902. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -91
  903. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -91
  904. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -92
  905. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -91
  906. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -91
  907. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -93
  908. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -66
  909. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -61
  910. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -42
  911. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -105
  912. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -61
  913. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -74
  914. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -74
  915. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -86
  916. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -91
  917. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -74
  918. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -86
  919. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -74
  920. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -142
  921. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -44
  922. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -42
  923. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -42
  924. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -114
  925. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -42
  926. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar_va.c +0 -44
  927. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -43
  928. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -45
  929. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -45
  930. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -47
  931. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -43
  932. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort_va.c +0 -44
  933. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -138
  934. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
  935. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -152
  936. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
  937. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -134
  938. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -121
  939. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -110
  940. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -111
  941. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -111
  942. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -112
  943. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -131
  944. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -111
  945. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -131
  946. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -131
  947. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
  948. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
  949. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -70
  950. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -117
  951. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -54
  952. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi.bsd.mk +0 -40
  953. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/libffi.gnu.mk +0 -32
  954. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/rbffi.h +0 -55
  955. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ffi.gemspec +0 -42
  956. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/autopointer.rb +0 -203
  957. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/data_converter.rb +0 -67
  958. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/enum.rb +0 -296
  959. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/ffi.rb +0 -47
  960. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb +0 -592
  961. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/managedstruct.rb +0 -84
  962. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/platform.rb +0 -185
  963. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct.rb +0 -316
  964. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout.rb +0 -96
  965. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/struct_layout_builder.rb +0 -227
  966. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/types.rb +0 -194
  967. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/variadic.rb +0 -69
  968. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi/version.rb +0 -3
  969. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/lib/ffi_c.so +0 -0
  970. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/.rubocop.yml +0 -32
  971. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/Gemfile +0 -8
  972. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/README.md +0 -276
  973. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/changelog.md +0 -100
  974. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/hashdiff.gemspec +0 -39
  975. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/compare_hashes.rb +0 -69
  976. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/diff.rb +0 -177
  977. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/lib/hashdiff/version.rb +0 -5
  978. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.0.1/spec/hashdiff/diff_spec.rb +0 -360
  979. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/CHANGES.md +0 -457
  980. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/README.md +0 -425
  981. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/VERSION +0 -1
  982. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/Makefile +0 -202
  983. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +0 -267
  984. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.c +0 -1608
  985. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.h +0 -174
  986. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.o +0 -0
  987. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/generator.so +0 -0
  988. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +0 -267
  989. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.c +0 -3347
  990. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.o +0 -0
  991. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.rl +0 -986
  992. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/parser.so +0 -0
  993. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/json.gemspec +0 -67
  994. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/bigdecimal.rb +0 -29
  995. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/complex.rb +0 -28
  996. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/date.rb +0 -34
  997. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/date_time.rb +0 -50
  998. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/exception.rb +0 -31
  999. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/ostruct.rb +0 -31
  1000. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/range.rb +0 -29
  1001. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/rational.rb +0 -27
  1002. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/regexp.rb +0 -30
  1003. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/set.rb +0 -29
  1004. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/struct.rb +0 -30
  1005. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/symbol.rb +0 -25
  1006. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/add/time.rb +0 -38
  1007. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/common.rb +0 -703
  1008. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/ext/generator.so +0 -0
  1009. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/ext/parser.so +0 -0
  1010. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/pure/generator.rb +0 -479
  1011. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json/version.rb +0 -9
  1012. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/lib/json.rb +0 -583
  1013. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/FUNDING.yml +0 -12
  1014. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/dependabot.yml +0 -19
  1015. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/psl-update.yml +0 -38
  1016. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/release.yml +0 -18
  1017. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.github/workflows/tests.yml +0 -29
  1018. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.gitignore +0 -8
  1019. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.rubocop.yml +0 -37
  1020. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/.rubocop_opinionated.yml +0 -135
  1021. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/CHANGELOG.md +0 -432
  1022. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/Gemfile +0 -14
  1023. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/LICENSE.txt +0 -22
  1024. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/README.md +0 -217
  1025. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/Rakefile +0 -52
  1026. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/SECURITY.md +0 -104
  1027. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/bin/console +0 -15
  1028. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/data/list.txt +0 -14189
  1029. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/domain.rb +0 -235
  1030. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/errors.rb +0 -41
  1031. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/list.rb +0 -247
  1032. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/rule.rb +0 -350
  1033. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix/version.rb +0 -15
  1034. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/lib/public_suffix.rb +0 -177
  1035. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/public_suffix.gemspec +0 -29
  1036. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/.empty +0 -2
  1037. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/acceptance_test.rb +0 -131
  1038. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find.rb +0 -66
  1039. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_find_all.rb +0 -102
  1040. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_names.rb +0 -91
  1041. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select.rb +0 -26
  1042. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_select_incremental.rb +0 -25
  1043. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/benchmarks/bm_valid.rb +0 -101
  1044. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/domain_profiler.rb +0 -12
  1045. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/find_profiler.rb +0 -12
  1046. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/find_profiler_jp.rb +0 -12
  1047. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/initialization_profiler.rb +0 -11
  1048. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/list_profsize.rb +0 -11
  1049. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/profilers/object_binsize.rb +0 -57
  1050. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/psl_test.rb +0 -52
  1051. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/test_helper.rb +0 -10
  1052. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/tests.txt +0 -98
  1053. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/domain_test.rb +0 -106
  1054. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/errors_test.rb +0 -25
  1055. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/list_test.rb +0 -241
  1056. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/public_suffix_test.rb +0 -188
  1057. data/vendor/bundle/ruby/2.6.0/gems/public_suffix-5.0.1/test/unit/rule_test.rb +0 -222
  1058. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/NEWS.md +0 -178
  1059. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/README.md +0 -48
  1060. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc +0 -602
  1061. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +0 -205
  1062. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/document.rb +0 -451
  1063. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/element.rb +0 -2599
  1064. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/entity.rb +0 -171
  1065. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +0 -142
  1066. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +0 -59
  1067. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +0 -689
  1068. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +0 -37
  1069. data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/text.rb +0 -424
  1070. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.12.0/lib/rspec/version.rb +0 -5
  1071. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/Changelog.md +0 -2375
  1072. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/README.md +0 -384
  1073. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/configuration.rb +0 -2385
  1074. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/configuration_options.rb +0 -233
  1075. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/formatters/exception_presenter.rb +0 -525
  1076. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/formatters/json_formatter.rb +0 -102
  1077. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/notifications.rb +0 -521
  1078. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/ordering.rb +0 -169
  1079. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/output_wrapper.rb +0 -29
  1080. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/runner.rb +0 -212
  1081. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.12.2/lib/rspec/core/version.rb +0 -9
  1082. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/Changelog.md +0 -1309
  1083. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/expectations/fail_with.rb +0 -39
  1084. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/expectations/version.rb +0 -8
  1085. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/base_matcher.rb +0 -198
  1086. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/compound.rb +0 -290
  1087. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/eq.rb +0 -40
  1088. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/built_in/eql.rb +0 -34
  1089. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -82
  1090. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers/matcher_delegator.rb +0 -35
  1091. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.12.3/lib/rspec/matchers.rb +0 -1044
  1092. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/Changelog.md +0 -1262
  1093. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/README.md +0 -463
  1094. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +0 -295
  1095. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +0 -322
  1096. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +0 -309
  1097. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +0 -9
  1098. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/Changelog.md +0 -372
  1099. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/caller_filter.rb +0 -83
  1100. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/comparable_version.rb +0 -46
  1101. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/differ.rb +0 -215
  1102. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/directory_maker.rb +0 -63
  1103. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/encoded_string.rb +0 -161
  1104. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/fuzzy_matcher.rb +0 -48
  1105. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/hunk_generator.rb +0 -47
  1106. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/matcher_definition.rb +0 -42
  1107. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/method_signature_verifier.rb +0 -438
  1108. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/mutex.rb +0 -73
  1109. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/object_formatter.rb +0 -275
  1110. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/recursive_const_methods.rb +0 -76
  1111. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/reentrant_mutex.rb +0 -78
  1112. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/ruby_features.rb +0 -198
  1113. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/source/location.rb +0 -21
  1114. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/source/node.rb +0 -110
  1115. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/source/token.rb +0 -94
  1116. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/source.rb +0 -85
  1117. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/deprecation_helpers.rb +0 -48
  1118. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/diff_helpers.rb +0 -31
  1119. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/formatting_support.rb +0 -9
  1120. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/in_sub_process.rb +0 -67
  1121. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/library_wide_checks.rb +0 -150
  1122. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/shell_out.rb +0 -108
  1123. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/stderr_splitter.rb +0 -75
  1124. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/string_matcher.rb +0 -45
  1125. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/with_isolated_directory.rb +0 -13
  1126. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec/with_isolated_stderr.rb +0 -13
  1127. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/spec.rb +0 -82
  1128. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/version.rb +0 -7
  1129. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/warnings.rb +0 -39
  1130. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support/with_keywords_when_needed.rb +0 -33
  1131. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.12.1/lib/rspec/support.rb +0 -160
  1132. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/.travis.yml +0 -26
  1133. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/CHANGELOG.md +0 -406
  1134. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/Gemfile +0 -32
  1135. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/README.md +0 -584
  1136. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/config.rb +0 -69
  1137. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/easy_factory.rb +0 -180
  1138. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/request.rb +0 -221
  1139. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/response/informations.rb +0 -248
  1140. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/lib/typhoeus/version.rb +0 -5
  1141. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/spec/typhoeus/request_spec.rb +0 -232
  1142. data/vendor/bundle/ruby/2.6.0/gems/typhoeus-1.4.0/spec/typhoeus/response/informations_spec.rb +0 -283
  1143. data/vendor/bundle/ruby/2.6.0/specifications/addressable-2.8.4.gemspec +0 -37
  1144. data/vendor/bundle/ruby/2.6.0/specifications/autotest-fsevent-0.2.20.gemspec +0 -44
  1145. data/vendor/bundle/ruby/2.6.0/specifications/crack-0.4.5.gemspec +0 -30
  1146. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.5.0.gemspec +0 -50
  1147. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.15.5.gemspec +0 -42
  1148. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.0.1.gemspec +0 -40
  1149. data/vendor/bundle/ruby/2.6.0/specifications/json-2.6.3.gemspec +0 -0
  1150. data/vendor/bundle/ruby/2.6.0/specifications/public_suffix-5.0.1.gemspec +0 -24
  1151. data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.5.gemspec +0 -38
  1152. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.12.0.gemspec +0 -39
  1153. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.12.2.gemspec +0 -53
  1154. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.12.3.gemspec +0 -44
  1155. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.12.5.gemspec +0 -44
  1156. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.12.1.gemspec +0 -36
  1157. data/vendor/bundle/ruby/2.6.0/specifications/typhoeus-1.4.0.gemspec +0 -30
  1158. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/gem.build_complete +0 -0
  1159. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.15.5 → bigdecimal-3.1.6}/gem.build_complete +0 -0
  1160. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{json-2.6.3 → ffi-1.16.3}/gem.build_complete +0 -0
  1161. /data/vendor/bundle/ruby/2.6.0/{gems/autotest-fsevent-0.2.20/ext/fsevent/fsevent.dll → extensions/x86_64-linux/2.6.0/json-2.7.1/gem.build_complete} +0 -0
  1162. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/Gemfile +0 -0
  1163. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/LICENSE.txt +0 -0
  1164. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/README.md +0 -0
  1165. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/data/unicode.data +0 -0
  1166. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna/native.rb +0 -0
  1167. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna/pure.rb +0 -0
  1168. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/idna.rb +0 -0
  1169. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable/template.rb +0 -0
  1170. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/lib/addressable.rb +0 -0
  1171. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/idna_spec.rb +0 -0
  1172. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/net_http_compat_spec.rb +0 -0
  1173. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/security_spec.rb +0 -0
  1174. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/addressable/template_spec.rb +0 -0
  1175. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/spec/spec_helper.rb +0 -0
  1176. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/clobber.rake +0 -0
  1177. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/git.rake +0 -0
  1178. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/metrics.rake +0 -0
  1179. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/profile.rake +0 -0
  1180. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/rspec.rake +0 -0
  1181. /data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.4 → addressable-2.8.6}/tasks/yard.rake +0 -0
  1182. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/LICENSE.txt +0 -0
  1183. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/README.md +0 -0
  1184. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/Makefile +0 -0
  1185. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20/ext/fsevent/fsevent.so → autotest-fsevent-0.2.21/ext/fsevent/fsevent.dll} +0 -0
  1186. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20/ext/fsevent/nmake.bat → autotest-fsevent-0.2.21/ext/fsevent/fsevent.so} +0 -0
  1187. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/fsevent_sleep.c +0 -0
  1188. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/ext/fsevent/make +0 -0
  1189. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/.sitearchdir.time → autotest-fsevent-0.2.21/ext/fsevent/nmake.bat} +0 -0
  1190. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/lib/autotest/fsevent.rb +0 -0
  1191. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/lib/autotest-fsevent.rb +0 -0
  1192. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/post-install.txt +0 -0
  1193. /data/vendor/bundle/ruby/2.6.0/gems/{autotest-fsevent-0.2.20 → autotest-fsevent-0.2.21}/prebuilt/fsevent_sleep +0 -0
  1194. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3/ext/json/ext/generator/.sitearchdir.-.json.-.ext.time → bigdecimal-3.1.6/ext/bigdecimal/.sitearchdir.time} +0 -0
  1195. /data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.5 → crack-1.0.0}/lib/crack/util.rb +0 -0
  1196. /data/vendor/bundle/ruby/2.6.0/gems/{crack-0.4.5 → crack-1.0.0}/lib/crack/xml.rb +0 -0
  1197. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/.rspec +0 -0
  1198. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/Code-of-Conduct.md +0 -0
  1199. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/Manifest.txt +0 -0
  1200. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/README.rdoc +0 -0
  1201. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/bin/ldiff +0 -0
  1202. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/docs/COPYING.txt +0 -0
  1203. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/docs/artistic.txt +0 -0
  1204. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/lib/diff/lcs/string.rb +0 -0
  1205. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/aX +0 -0
  1206. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/bXaX +0 -0
  1207. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ds1.csv +0 -0
  1208. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ds2.csv +0 -0
  1209. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff +0 -0
  1210. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-c +0 -0
  1211. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-e +0 -0
  1212. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-f +0 -0
  1213. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff-u +0 -0
  1214. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef +0 -0
  1215. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  1216. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  1217. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  1218. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  1219. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  1220. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  1221. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  1222. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  1223. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  1224. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  1225. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/new-chef +0 -0
  1226. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/new-chef2 +0 -0
  1227. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/old-chef +0 -0
  1228. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.5.0 → diff-lcs-1.5.1}/spec/fixtures/old-chef2 +0 -0
  1229. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/COPYING +0 -0
  1230. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/LICENSE +0 -0
  1231. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/LICENSE.SPECS +0 -0
  1232. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3/ext/json/ext/parser/.sitearchdir.-.json.-.ext.time → ffi-1.16.3/ext/ffi_c/.sitearchdir.time} +0 -0
  1233. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Call.h +0 -0
  1234. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/ClosurePool.c +0 -0
  1235. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/ClosurePool.h +0 -0
  1236. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/DynamicLibrary.h +0 -0
  1237. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LastError.h +0 -0
  1238. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LongDouble.c +0 -0
  1239. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/LongDouble.h +0 -0
  1240. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/MemoryPointer.h +0 -0
  1241. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/MethodHandle.h +0 -0
  1242. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Platform.c +0 -0
  1243. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Platform.h +0 -0
  1244. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/StructByValue.h +0 -0
  1245. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Thread.c +0 -0
  1246. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Thread.h +0 -0
  1247. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/Types.h +0 -0
  1248. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/extconf.h +0 -0
  1249. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/ar-lib +0 -0
  1250. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/bfin-sim.exp +0 -0
  1251. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/compile +0 -0
  1252. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/m32r-sim.exp +0 -0
  1253. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/moxie-sim.exp +0 -0
  1254. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/or1k-sim.exp +0 -0
  1255. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/powerpc-eabisim.exp +0 -0
  1256. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/.travis → ffi-1.16.3/ext/ffi_c/libffi/.ci}/wine-sim.exp +0 -0
  1257. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/.gitattributes +0 -0
  1258. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  1259. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  1260. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  1261. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/autogen.sh +0 -0
  1262. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  1263. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.map.in +0 -0
  1264. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  1265. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  1266. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  1267. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  1268. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  1269. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  1270. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  1271. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  1272. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  1273. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  1274. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  1275. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  1276. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  1277. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  1278. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  1279. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  1280. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  1281. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  1282. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  1283. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  1284. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  1285. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  1286. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -0
  1287. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  1288. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  1289. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  1290. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  1291. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  1292. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  1293. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  1294. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  1295. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  1296. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  1297. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  1298. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  1299. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  1300. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  1301. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  1302. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  1303. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  1304. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  1305. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/debug.c +0 -0
  1306. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  1307. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  1308. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  1309. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  1310. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  1311. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  1312. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  1313. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  1314. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  1315. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  1316. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  1317. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  1318. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  1319. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  1320. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  1321. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  1322. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  1323. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  1324. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  1325. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  1326. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  1327. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  1328. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  1329. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  1330. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  1331. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  1332. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffi.c +0 -0
  1333. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -0
  1334. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/nios2/sysv.S +0 -0
  1335. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  1336. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  1337. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  1338. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  1339. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  1340. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  1341. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  1342. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -0
  1343. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  1344. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  1345. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -0
  1346. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  1347. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -0
  1348. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  1349. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  1350. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  1351. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  1352. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffi.c +0 -0
  1353. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  1354. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/internal.h +0 -0
  1355. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/s390/sysv.S +0 -0
  1356. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  1357. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  1358. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  1359. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  1360. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  1361. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  1362. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffi.c +0 -0
  1363. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  1364. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  1365. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  1366. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  1367. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  1368. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  1369. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  1370. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/types.c +0 -0
  1371. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  1372. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  1373. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  1374. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  1375. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  1376. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/stamp-h.in +0 -0
  1377. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  1378. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  1379. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  1380. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  1381. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  1382. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  1383. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  1384. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  1385. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  1386. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  1387. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  1388. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  1389. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  1390. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  1391. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  1392. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  1393. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  1394. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  1395. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  1396. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  1397. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  1398. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  1399. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  1400. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  1401. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c} +0 -0
  1402. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  1403. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  1404. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  1405. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  1406. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  1407. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  1408. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  1409. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  1410. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  1411. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  1412. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  1413. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  1414. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  1415. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  1416. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  1417. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  1418. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  1419. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  1420. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  1421. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  1422. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  1423. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  1424. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  1425. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  1426. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  1427. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  1428. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.complex → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures}/ffitest.h +0 -0
  1429. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  1430. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  1431. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  1432. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  1433. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  1434. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  1435. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  1436. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  1437. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  1438. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  1439. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  1440. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  1441. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  1442. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  1443. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  1444. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  1445. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  1446. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  1447. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  1448. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  1449. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  1450. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  1451. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  1452. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  1453. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  1454. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  1455. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -0
  1456. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  1457. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/ext/ffi_c/libffi/testsuite/libffi.go → ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex}/ffitest.h +0 -0
  1458. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  1459. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  1460. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  1461. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  1462. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  1463. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  1464. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  1465. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  1466. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  1467. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  1468. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  1469. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  1470. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  1471. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  1472. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  1473. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  1474. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  1475. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  1476. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  1477. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  1478. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.darwin.mk +0 -0
  1479. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.mk +0 -0
  1480. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.vc.mk +0 -0
  1481. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/libffi.vc64.mk +0 -0
  1482. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/ext/ffi_c/rbffi_endian.h +0 -0
  1483. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/abstract_memory.rb +0 -0
  1484. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/buffer.rb +0 -0
  1485. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/callback.rb +0 -0
  1486. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/errno.rb +0 -0
  1487. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/io.rb +0 -0
  1488. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/memorypointer.rb +0 -0
  1489. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1490. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1491. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1492. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1493. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1494. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/lib/ffi/platform/x86_64-windows → ffi-1.16.3/lib/ffi/platform/aarch64-windows}/types.conf +0 -0
  1495. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1496. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1497. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1498. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1499. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1500. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1501. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1502. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1503. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1504. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1505. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1506. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1507. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1508. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1509. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1510. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1511. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1512. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1513. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1514. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1515. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1516. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1517. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1518. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1519. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1520. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1521. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1522. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1523. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1524. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1525. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1526. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1527. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1528. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5/lib/ffi/platform/sparc64-linux → ffi-1.16.3/lib/ffi/platform/sparcv9-linux}/types.conf +0 -0
  1529. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1530. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1531. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1532. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1533. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1534. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1535. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1536. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1537. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1538. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1539. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1540. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1541. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1542. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/pointer.rb +0 -0
  1543. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/struct_by_reference.rb +0 -0
  1544. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/const_generator.rb +0 -0
  1545. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/generator.rb +0 -0
  1546. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/generator_task.rb +0 -0
  1547. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/struct_generator.rb +0 -0
  1548. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/tools/types_generator.rb +0 -0
  1549. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi/union.rb +0 -0
  1550. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/lib/ffi.rb +0 -0
  1551. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/rakelib/ffi_gem_helper.rb +0 -0
  1552. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/getlogin.rb +0 -0
  1553. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/getpid.rb +0 -0
  1554. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/gettimeofday.rb +0 -0
  1555. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/hello.rb +0 -0
  1556. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/inotify.rb +0 -0
  1557. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/pty.rb +0 -0
  1558. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.15.5 → ffi-1.16.3}/samples/qsort.rb +0 -0
  1559. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.gitignore +0 -0
  1560. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.rspec +0 -0
  1561. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.travis.yml +0 -0
  1562. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/.yardopts +0 -0
  1563. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/LICENSE +0 -0
  1564. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/Rakefile +0 -0
  1565. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/lcs.rb +0 -0
  1566. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  1567. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/linear_compare_array.rb +0 -0
  1568. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/patch.rb +0 -0
  1569. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff/util.rb +0 -0
  1570. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/lib/hashdiff.rb +0 -0
  1571. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/best_diff_spec.rb +0 -0
  1572. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/diff_array_spec.rb +0 -0
  1573. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/lcs_spec.rb +0 -0
  1574. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/linear_compare_array_spec.rb +0 -0
  1575. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/patch_spec.rb +0 -0
  1576. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/readme_spec.rb +0 -0
  1577. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/hashdiff/util_spec.rb +0 -0
  1578. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.0.1 → hashdiff-1.1.0}/spec/spec_helper.rb +0 -0
  1579. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/LICENSE +0 -0
  1580. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/fbuffer/fbuffer.h +0 -0
  1581. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/generator/depend +0 -0
  1582. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/generator/extconf.rb +0 -0
  1583. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/depend +0 -0
  1584. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/extconf.rb +0 -0
  1585. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/ext/parser/parser.h +0 -0
  1586. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/ext/json/extconf.rb +0 -0
  1587. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/add/core.rb +0 -0
  1588. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/ext.rb +0 -0
  1589. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/generic_object.rb +0 -0
  1590. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/pure/parser.rb +0 -0
  1591. /data/vendor/bundle/ruby/2.6.0/gems/{json-2.6.3 → json-2.7.1}/lib/json/pure.rb +0 -0
  1592. /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.1 → public_suffix-5.0.4}/.yardopts +0 -0
  1593. /data/vendor/bundle/ruby/2.6.0/gems/{public_suffix-5.0.1 → public_suffix-5.0.4}/2.0-Upgrade.md +0 -0
  1594. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/LICENSE.txt +0 -0
  1595. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/context.rdoc +0 -0
  1596. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/child.rdoc +0 -0
  1597. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/document.rdoc +0 -0
  1598. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/node.rdoc +0 -0
  1599. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/rdoc/parent.rdoc +0 -0
  1600. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/child_toc.rdoc +0 -0
  1601. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/document_toc.rdoc +0 -0
  1602. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/element_toc.rdoc +0 -0
  1603. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/master_toc.rdoc +0 -0
  1604. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/node_toc.rdoc +0 -0
  1605. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/doc/rexml/tasks/tocs/parent_toc.rdoc +0 -0
  1606. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/attlistdecl.rb +0 -0
  1607. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/cdata.rb +0 -0
  1608. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/child.rb +0 -0
  1609. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/comment.rb +0 -0
  1610. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/doctype.rb +0 -0
  1611. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/attlistdecl.rb +0 -0
  1612. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/dtd.rb +0 -0
  1613. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/elementdecl.rb +0 -0
  1614. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/entitydecl.rb +0 -0
  1615. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/dtd/notationdecl.rb +0 -0
  1616. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/encoding.rb +0 -0
  1617. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/formatters/default.rb +0 -0
  1618. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/formatters/transitive.rb +0 -0
  1619. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/functions.rb +0 -0
  1620. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/instruction.rb +0 -0
  1621. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/light/node.rb +0 -0
  1622. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/node.rb +0 -0
  1623. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/output.rb +0 -0
  1624. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parent.rb +0 -0
  1625. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parseexception.rb +0 -0
  1626. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/baseparser.rb +0 -0
  1627. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/lightparser.rb +0 -0
  1628. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/pullparser.rb +0 -0
  1629. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/sax2parser.rb +0 -0
  1630. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/streamparser.rb +0 -0
  1631. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/treeparser.rb +0 -0
  1632. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/parsers/ultralightparser.rb +0 -0
  1633. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/quickpath.rb +0 -0
  1634. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/sax2listener.rb +0 -0
  1635. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/security.rb +0 -0
  1636. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/source.rb +0 -0
  1637. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/streamlistener.rb +0 -0
  1638. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/undefinednamespaceexception.rb +0 -0
  1639. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/relaxng.rb +0 -0
  1640. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/validation.rb +0 -0
  1641. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/validation/validationexception.rb +0 -0
  1642. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xmldecl.rb +0 -0
  1643. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xmltokens.rb +0 -0
  1644. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xpath.rb +0 -0
  1645. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml/xpath_parser.rb +0 -0
  1646. /data/vendor/bundle/ruby/2.6.0/gems/{rexml-3.2.5 → rexml-3.2.6}/lib/rexml.rb +0 -0
  1647. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/LICENSE.md +0 -0
  1648. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/README.md +0 -0
  1649. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.12.0 → rspec-3.13.0}/lib/rspec.rb +0 -0
  1650. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.document +0 -0
  1651. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/.yardopts +0 -0
  1652. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/LICENSE.md +0 -0
  1653. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/exe/rspec +0 -0
  1654. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/autorun.rb +0 -0
  1655. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/backtrace_formatter.rb +0 -0
  1656. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/coordinator.rb +0 -0
  1657. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  1658. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  1659. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/server.rb +0 -0
  1660. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_command.rb +0 -0
  1661. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  1662. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/bisect/utilities.rb +0 -0
  1663. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/did_you_mean.rb +0 -0
  1664. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/drb.rb +0 -0
  1665. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/dsl.rb +0 -0
  1666. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example.rb +0 -0
  1667. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_group.rb +0 -0
  1668. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/example_status_persister.rb +0 -0
  1669. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/filter_manager.rb +0 -0
  1670. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/flat_map.rb +0 -0
  1671. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  1672. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  1673. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  1674. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  1675. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  1676. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/console_codes.rb +0 -0
  1677. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  1678. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  1679. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  1680. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  1681. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/helpers.rb +0 -0
  1682. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  1683. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_printer.rb +0 -0
  1684. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  1685. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  1686. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  1687. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/protocol.rb +0 -0
  1688. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  1689. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  1690. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/formatters.rb +0 -0
  1691. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/hooks.rb +0 -0
  1692. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/invocations.rb +0 -0
  1693. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/memoized_helpers.rb +0 -0
  1694. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata.rb +0 -0
  1695. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/metadata_filter.rb +0 -0
  1696. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  1697. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  1698. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  1699. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  1700. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  1701. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  1702. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/option_parser.rb +0 -0
  1703. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/pending.rb +0 -0
  1704. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/profiler.rb +0 -0
  1705. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/.rspec +0 -0
  1706. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  1707. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/project_initializer.rb +0 -0
  1708. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/rake_task.rb +0 -0
  1709. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/reporter.rb +0 -0
  1710. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/ruby_project.rb +0 -0
  1711. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/sandbox.rb +0 -0
  1712. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/set.rb +0 -0
  1713. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_context.rb +0 -0
  1714. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shared_example_group.rb +0 -0
  1715. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/shell_escape.rb +0 -0
  1716. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  1717. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/warnings.rb +0 -0
  1718. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core/world.rb +0 -0
  1719. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.2 → rspec-core-3.13.0}/lib/rspec/core.rb +0 -0
  1720. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.document +0 -0
  1721. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/.yardopts +0 -0
  1722. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/LICENSE.md +0 -0
  1723. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/README.md +0 -0
  1724. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  1725. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/configuration.rb +0 -0
  1726. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/expectation_target.rb +0 -0
  1727. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  1728. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/handler.rb +0 -0
  1729. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/minitest_integration.rb +0 -0
  1730. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations/syntax.rb +0 -0
  1731. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/expectations.rb +0 -0
  1732. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  1733. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/all.rb +0 -0
  1734. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be.rb +0 -0
  1735. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  1736. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  1737. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  1738. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  1739. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/change.rb +0 -0
  1740. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  1741. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  1742. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/cover.rb +0 -0
  1743. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/equal.rb +0 -0
  1744. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/exist.rb +0 -0
  1745. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/has.rb +0 -0
  1746. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  1747. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/include.rb +0 -0
  1748. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/match.rb +0 -0
  1749. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/operators.rb +0 -0
  1750. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/output.rb +0 -0
  1751. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  1752. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  1753. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  1754. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  1755. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  1756. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in/yield.rb +0 -0
  1757. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/built_in.rb +0 -0
  1758. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/composable.rb +0 -0
  1759. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/dsl.rb +0 -0
  1760. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/english_phrasing.rb +0 -0
  1761. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/fail_matchers.rb +0 -0
  1762. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  1763. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.3 → rspec-expectations-3.13.0}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  1764. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/.document +0 -0
  1765. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/.yardopts +0 -0
  1766. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/LICENSE.md +0 -0
  1767. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  1768. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  1769. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  1770. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  1771. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  1772. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  1773. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  1774. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  1775. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/any_instance.rb +0 -0
  1776. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  1777. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/configuration.rb +0 -0
  1778. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/error_generator.rb +0 -0
  1779. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/example_methods.rb +0 -0
  1780. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  1781. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/marshal_extension.rb +0 -0
  1782. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  1783. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  1784. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive.rb +0 -0
  1785. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  1786. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  1787. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_chain.rb +0 -0
  1788. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/message_expectation.rb +0 -0
  1789. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/method_reference.rb +0 -0
  1790. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/minitest_integration.rb +0 -0
  1791. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/mutate_const.rb +0 -0
  1792. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/object_reference.rb +0 -0
  1793. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/order_group.rb +0 -0
  1794. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/proxy.rb +0 -0
  1795. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/space.rb +0 -0
  1796. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/standalone.rb +0 -0
  1797. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/syntax.rb +0 -0
  1798. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/targets.rb +0 -0
  1799. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/test_double.rb +0 -0
  1800. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_double.rb +0 -0
  1801. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  1802. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  1803. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.5 → rspec-mocks-3.13.0}/lib/rspec/mocks.rb +0 -0
  1804. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/LICENSE.md +0 -0
  1805. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.12.1 → rspec-support-3.13.0}/README.md +0 -0
  1806. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.gitignore +0 -0
  1807. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/.rspec +0 -0
  1808. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/CONTRIBUTING.md +0 -0
  1809. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Guardfile +0 -0
  1810. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/LICENSE +0 -0
  1811. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/Rakefile +0 -0
  1812. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/UPGRADE.md +0 -0
  1813. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
  1814. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
  1815. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/rack/typhoeus.rb +0 -0
  1816. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/adapters/faraday.rb +0 -0
  1817. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/dalli.rb +0 -0
  1818. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/rails.rb +0 -0
  1819. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/cache/redis.rb +0 -0
  1820. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/no_stub.rb +0 -0
  1821. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
  1822. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/errors.rb +0 -0
  1823. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/expectation.rb +0 -0
  1824. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/addable.rb +0 -0
  1825. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/before.rb +0 -0
  1826. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/block_connection.rb +0 -0
  1827. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/cacheable.rb +0 -0
  1828. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/memoizable.rb +0 -0
  1829. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/queueable.rb +0 -0
  1830. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/runnable.rb +0 -0
  1831. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra/stubbable.rb +0 -0
  1832. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/hydra.rb +0 -0
  1833. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/pool.rb +0 -0
  1834. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/railtie.rb +0 -0
  1835. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/actions.rb +0 -0
  1836. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/before.rb +0 -0
  1837. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/block_connection.rb +0 -0
  1838. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/cacheable.rb +0 -0
  1839. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/callbacks.rb +0 -0
  1840. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/marshal.rb +0 -0
  1841. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/memoizable.rb +0 -0
  1842. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/operations.rb +0 -0
  1843. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/responseable.rb +0 -0
  1844. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/streamable.rb +0 -0
  1845. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/request/stubbable.rb +0 -0
  1846. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/cacheable.rb +0 -0
  1847. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/header.rb +0 -0
  1848. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response/status.rb +0 -0
  1849. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus/response.rb +0 -0
  1850. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/lib/typhoeus.rb +0 -0
  1851. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/profile.rb +0 -0
  1852. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/perf/vs_nethttp.rb +0 -0
  1853. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -0
  1854. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -0
  1855. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/spec_helper.rb +0 -0
  1856. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/localhost_server.rb +0 -0
  1857. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/memory_cache.rb +0 -0
  1858. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/support/server.rb +0 -0
  1859. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/adapters/faraday_spec.rb +0 -0
  1860. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/dalli_spec.rb +0 -0
  1861. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/cache/redis_spec.rb +0 -0
  1862. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/config_spec.rb +0 -0
  1863. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/easy_factory_spec.rb +0 -0
  1864. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/errors/no_stub_spec.rb +0 -0
  1865. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/expectation_spec.rb +0 -0
  1866. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/addable_spec.rb +0 -0
  1867. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/before_spec.rb +0 -0
  1868. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/block_connection_spec.rb +0 -0
  1869. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/cacheable_spec.rb +0 -0
  1870. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/memoizable_spec.rb +0 -0
  1871. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/queueable_spec.rb +0 -0
  1872. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/runnable_spec.rb +0 -0
  1873. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra/stubbable_spec.rb +0 -0
  1874. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/hydra_spec.rb +0 -0
  1875. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/pool_spec.rb +0 -0
  1876. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/actions_spec.rb +0 -0
  1877. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/before_spec.rb +0 -0
  1878. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/block_connection_spec.rb +0 -0
  1879. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/cacheable_spec.rb +0 -0
  1880. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/callbacks_spec.rb +0 -0
  1881. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/marshal_spec.rb +0 -0
  1882. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/memoizable_spec.rb +0 -0
  1883. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/operations_spec.rb +0 -0
  1884. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/responseable_spec.rb +0 -0
  1885. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/request/stubbable_spec.rb +0 -0
  1886. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/header_spec.rb +0 -0
  1887. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response/status_spec.rb +0 -0
  1888. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus/response_spec.rb +0 -0
  1889. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/spec/typhoeus_spec.rb +0 -0
  1890. /data/vendor/bundle/ruby/2.6.0/gems/{typhoeus-1.4.0 → typhoeus-1.4.1}/typhoeus.gemspec +0 -0
@@ -1,1608 +0,0 @@
1
- #include "../fbuffer/fbuffer.h"
2
- #include "generator.h"
3
-
4
- static VALUE mJSON, mExt, mGenerator, cState, mGeneratorMethods, mObject,
5
- mHash, mArray,
6
- #ifdef RUBY_INTEGER_UNIFICATION
7
- mInteger,
8
- #else
9
- mFixnum, mBignum,
10
- #endif
11
- mFloat, mString, mString_Extend,
12
- mTrueClass, mFalseClass, mNilClass, eGeneratorError,
13
- eNestingError;
14
-
15
- static ID i_to_s, i_to_json, i_new, i_indent, i_space, i_space_before,
16
- i_object_nl, i_array_nl, i_max_nesting, i_allow_nan, i_ascii_only,
17
- i_pack, i_unpack, i_create_id, i_extend, i_key_p,
18
- i_aref, i_send, i_respond_to_p, i_match, i_keys, i_depth,
19
- i_buffer_initial_length, i_dup, i_escape_slash;
20
-
21
- /*
22
- * Copyright 2001-2004 Unicode, Inc.
23
- *
24
- * Disclaimer
25
- *
26
- * This source code is provided as is by Unicode, Inc. No claims are
27
- * made as to fitness for any particular purpose. No warranties of any
28
- * kind are expressed or implied. The recipient agrees to determine
29
- * applicability of information provided. If this file has been
30
- * purchased on magnetic or optical media from Unicode, Inc., the
31
- * sole remedy for any claim will be exchange of defective media
32
- * within 90 days of receipt.
33
- *
34
- * Limitations on Rights to Redistribute This Code
35
- *
36
- * Unicode, Inc. hereby grants the right to freely use the information
37
- * supplied in this file in the creation of products supporting the
38
- * Unicode Standard, and to make copies of this file in any form
39
- * for internal or external distribution as long as this notice
40
- * remains attached.
41
- */
42
-
43
- /*
44
- * Index into the table below with the first byte of a UTF-8 sequence to
45
- * get the number of trailing bytes that are supposed to follow it.
46
- * Note that *legal* UTF-8 values can't have 4 or 5-bytes. The table is
47
- * left as-is for anyone who may want to do such conversion, which was
48
- * allowed in earlier algorithms.
49
- */
50
- static const char trailingBytesForUTF8[256] = {
51
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
52
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
53
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
54
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
55
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
56
- 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
57
- 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
58
- 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2, 3,3,3,3,3,3,3,3,4,4,4,4,5,5,5,5
59
- };
60
-
61
- /*
62
- * Magic values subtracted from a buffer value during UTF8 conversion.
63
- * This table contains as many values as there might be trailing bytes
64
- * in a UTF-8 sequence.
65
- */
66
- static const UTF32 offsetsFromUTF8[6] = { 0x00000000UL, 0x00003080UL, 0x000E2080UL,
67
- 0x03C82080UL, 0xFA082080UL, 0x82082080UL };
68
-
69
- /*
70
- * Utility routine to tell whether a sequence of bytes is legal UTF-8.
71
- * This must be called with the length pre-determined by the first byte.
72
- * If not calling this from ConvertUTF8to*, then the length can be set by:
73
- * length = trailingBytesForUTF8[*source]+1;
74
- * and the sequence is illegal right away if there aren't that many bytes
75
- * available.
76
- * If presented with a length > 4, this returns 0. The Unicode
77
- * definition of UTF-8 goes up to 4-byte sequences.
78
- */
79
- static unsigned char isLegalUTF8(const UTF8 *source, unsigned long length)
80
- {
81
- UTF8 a;
82
- const UTF8 *srcptr = source+length;
83
- switch (length) {
84
- default: return 0;
85
- /* Everything else falls through when "1"... */
86
- case 4: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
87
- case 3: if ((a = (*--srcptr)) < 0x80 || a > 0xBF) return 0;
88
- case 2: if ((a = (*--srcptr)) > 0xBF) return 0;
89
-
90
- switch (*source) {
91
- /* no fall-through in this inner switch */
92
- case 0xE0: if (a < 0xA0) return 0; break;
93
- case 0xED: if (a > 0x9F) return 0; break;
94
- case 0xF0: if (a < 0x90) return 0; break;
95
- case 0xF4: if (a > 0x8F) return 0; break;
96
- default: if (a < 0x80) return 0;
97
- }
98
-
99
- case 1: if (*source >= 0x80 && *source < 0xC2) return 0;
100
- }
101
- if (*source > 0xF4) return 0;
102
- return 1;
103
- }
104
-
105
- /* Escapes the UTF16 character and stores the result in the buffer buf. */
106
- static void unicode_escape(char *buf, UTF16 character)
107
- {
108
- const char *digits = "0123456789abcdef";
109
-
110
- buf[2] = digits[character >> 12];
111
- buf[3] = digits[(character >> 8) & 0xf];
112
- buf[4] = digits[(character >> 4) & 0xf];
113
- buf[5] = digits[character & 0xf];
114
- }
115
-
116
- /* Escapes the UTF16 character and stores the result in the buffer buf, then
117
- * the buffer buf is appended to the FBuffer buffer. */
118
- static void unicode_escape_to_buffer(FBuffer *buffer, char buf[6], UTF16
119
- character)
120
- {
121
- unicode_escape(buf, character);
122
- fbuffer_append(buffer, buf, 6);
123
- }
124
-
125
- /* Converts string to a JSON string in FBuffer buffer, where all but the ASCII
126
- * and control characters are JSON escaped. */
127
- static void convert_UTF8_to_JSON_ASCII(FBuffer *buffer, VALUE string, char escape_slash)
128
- {
129
- const UTF8 *source = (UTF8 *) RSTRING_PTR(string);
130
- const UTF8 *sourceEnd = source + RSTRING_LEN(string);
131
- char buf[6] = { '\\', 'u' };
132
-
133
- while (source < sourceEnd) {
134
- UTF32 ch = 0;
135
- unsigned short extraBytesToRead = trailingBytesForUTF8[*source];
136
- if (source + extraBytesToRead >= sourceEnd) {
137
- rb_raise(rb_path2class("JSON::GeneratorError"),
138
- "partial character in source, but hit end");
139
- }
140
- if (!isLegalUTF8(source, extraBytesToRead+1)) {
141
- rb_raise(rb_path2class("JSON::GeneratorError"),
142
- "source sequence is illegal/malformed utf-8");
143
- }
144
- /*
145
- * The cases all fall through. See "Note A" below.
146
- */
147
- switch (extraBytesToRead) {
148
- case 5: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
149
- case 4: ch += *source++; ch <<= 6; /* remember, illegal UTF-8 */
150
- case 3: ch += *source++; ch <<= 6;
151
- case 2: ch += *source++; ch <<= 6;
152
- case 1: ch += *source++; ch <<= 6;
153
- case 0: ch += *source++;
154
- }
155
- ch -= offsetsFromUTF8[extraBytesToRead];
156
-
157
- if (ch <= UNI_MAX_BMP) { /* Target is a character <= 0xFFFF */
158
- /* UTF-16 surrogate values are illegal in UTF-32 */
159
- if (ch >= UNI_SUR_HIGH_START && ch <= UNI_SUR_LOW_END) {
160
- #if UNI_STRICT_CONVERSION
161
- source -= (extraBytesToRead+1); /* return to the illegal value itself */
162
- rb_raise(rb_path2class("JSON::GeneratorError"),
163
- "source sequence is illegal/malformed utf-8");
164
- #else
165
- unicode_escape_to_buffer(buffer, buf, UNI_REPLACEMENT_CHAR);
166
- #endif
167
- } else {
168
- /* normal case */
169
- if (ch >= 0x20 && ch <= 0x7f) {
170
- switch (ch) {
171
- case '\\':
172
- fbuffer_append(buffer, "\\\\", 2);
173
- break;
174
- case '"':
175
- fbuffer_append(buffer, "\\\"", 2);
176
- break;
177
- case '/':
178
- if(escape_slash) {
179
- fbuffer_append(buffer, "\\/", 2);
180
- break;
181
- }
182
- default:
183
- fbuffer_append_char(buffer, (char)ch);
184
- break;
185
- }
186
- } else {
187
- switch (ch) {
188
- case '\n':
189
- fbuffer_append(buffer, "\\n", 2);
190
- break;
191
- case '\r':
192
- fbuffer_append(buffer, "\\r", 2);
193
- break;
194
- case '\t':
195
- fbuffer_append(buffer, "\\t", 2);
196
- break;
197
- case '\f':
198
- fbuffer_append(buffer, "\\f", 2);
199
- break;
200
- case '\b':
201
- fbuffer_append(buffer, "\\b", 2);
202
- break;
203
- default:
204
- unicode_escape_to_buffer(buffer, buf, (UTF16) ch);
205
- break;
206
- }
207
- }
208
- }
209
- } else if (ch > UNI_MAX_UTF16) {
210
- #if UNI_STRICT_CONVERSION
211
- source -= (extraBytesToRead+1); /* return to the start */
212
- rb_raise(rb_path2class("JSON::GeneratorError"),
213
- "source sequence is illegal/malformed utf8");
214
- #else
215
- unicode_escape_to_buffer(buffer, buf, UNI_REPLACEMENT_CHAR);
216
- #endif
217
- } else {
218
- /* target is a character in range 0xFFFF - 0x10FFFF. */
219
- ch -= halfBase;
220
- unicode_escape_to_buffer(buffer, buf, (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START));
221
- unicode_escape_to_buffer(buffer, buf, (UTF16)((ch & halfMask) + UNI_SUR_LOW_START));
222
- }
223
- }
224
- RB_GC_GUARD(string);
225
- }
226
-
227
- /* Converts string to a JSON string in FBuffer buffer, where only the
228
- * characters required by the JSON standard are JSON escaped. The remaining
229
- * characters (should be UTF8) are just passed through and appended to the
230
- * result. */
231
- static void convert_UTF8_to_JSON(FBuffer *buffer, VALUE string, char escape_slash)
232
- {
233
- const char *ptr = RSTRING_PTR(string), *p;
234
- unsigned long len = RSTRING_LEN(string), start = 0, end = 0;
235
- const char *escape = NULL;
236
- int escape_len;
237
- unsigned char c;
238
- char buf[6] = { '\\', 'u' };
239
- int ascii_only = rb_enc_str_asciionly_p(string);
240
-
241
- for (start = 0, end = 0; end < len;) {
242
- p = ptr + end;
243
- c = (unsigned char) *p;
244
- if (c < 0x20) {
245
- switch (c) {
246
- case '\n':
247
- escape = "\\n";
248
- escape_len = 2;
249
- break;
250
- case '\r':
251
- escape = "\\r";
252
- escape_len = 2;
253
- break;
254
- case '\t':
255
- escape = "\\t";
256
- escape_len = 2;
257
- break;
258
- case '\f':
259
- escape = "\\f";
260
- escape_len = 2;
261
- break;
262
- case '\b':
263
- escape = "\\b";
264
- escape_len = 2;
265
- break;
266
- default:
267
- unicode_escape(buf, (UTF16) *p);
268
- escape = buf;
269
- escape_len = 6;
270
- break;
271
- }
272
- } else {
273
- switch (c) {
274
- case '\\':
275
- escape = "\\\\";
276
- escape_len = 2;
277
- break;
278
- case '"':
279
- escape = "\\\"";
280
- escape_len = 2;
281
- break;
282
- case '/':
283
- if(escape_slash) {
284
- escape = "\\/";
285
- escape_len = 2;
286
- break;
287
- }
288
- default:
289
- {
290
- unsigned short clen = 1;
291
- if (!ascii_only) {
292
- clen += trailingBytesForUTF8[c];
293
- if (end + clen > len) {
294
- rb_raise(rb_path2class("JSON::GeneratorError"),
295
- "partial character in source, but hit end");
296
- }
297
- if (!isLegalUTF8((UTF8 *) p, clen)) {
298
- rb_raise(rb_path2class("JSON::GeneratorError"),
299
- "source sequence is illegal/malformed utf-8");
300
- }
301
- }
302
- end += clen;
303
- }
304
- continue;
305
- break;
306
- }
307
- }
308
- fbuffer_append(buffer, ptr + start, end - start);
309
- fbuffer_append(buffer, escape, escape_len);
310
- start = ++end;
311
- escape = NULL;
312
- }
313
- fbuffer_append(buffer, ptr + start, end - start);
314
- }
315
-
316
- static char *fstrndup(const char *ptr, unsigned long len) {
317
- char *result;
318
- if (len <= 0) return NULL;
319
- result = ALLOC_N(char, len);
320
- memcpy(result, ptr, len);
321
- return result;
322
- }
323
-
324
- /*
325
- * Document-module: JSON::Ext::Generator
326
- *
327
- * This is the JSON generator implemented as a C extension. It can be
328
- * configured to be used by setting
329
- *
330
- * JSON.generator = JSON::Ext::Generator
331
- *
332
- * with the method generator= in JSON.
333
- *
334
- */
335
-
336
- /* Explanation of the following: that's the only way to not pollute
337
- * standard library's docs with GeneratorMethods::<ClassName> which
338
- * are uninformative and take a large place in a list of classes
339
- */
340
-
341
- /*
342
- * Document-module: JSON::Ext::Generator::GeneratorMethods
343
- * :nodoc:
344
- */
345
-
346
- /*
347
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Array
348
- * :nodoc:
349
- */
350
-
351
- /*
352
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Bignum
353
- * :nodoc:
354
- */
355
-
356
- /*
357
- * Document-module: JSON::Ext::Generator::GeneratorMethods::FalseClass
358
- * :nodoc:
359
- */
360
-
361
- /*
362
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Fixnum
363
- * :nodoc:
364
- */
365
-
366
- /*
367
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Float
368
- * :nodoc:
369
- */
370
-
371
- /*
372
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Hash
373
- * :nodoc:
374
- */
375
-
376
- /*
377
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Integer
378
- * :nodoc:
379
- */
380
-
381
- /*
382
- * Document-module: JSON::Ext::Generator::GeneratorMethods::NilClass
383
- * :nodoc:
384
- */
385
-
386
- /*
387
- * Document-module: JSON::Ext::Generator::GeneratorMethods::Object
388
- * :nodoc:
389
- */
390
-
391
- /*
392
- * Document-module: JSON::Ext::Generator::GeneratorMethods::String
393
- * :nodoc:
394
- */
395
-
396
- /*
397
- * Document-module: JSON::Ext::Generator::GeneratorMethods::String::Extend
398
- * :nodoc:
399
- */
400
-
401
- /*
402
- * Document-module: JSON::Ext::Generator::GeneratorMethods::TrueClass
403
- * :nodoc:
404
- */
405
-
406
- /*
407
- * call-seq: to_json(state = nil)
408
- *
409
- * Returns a JSON string containing a JSON object, that is generated from
410
- * this Hash instance.
411
- * _state_ is a JSON::State object, that can also be used to configure the
412
- * produced JSON string output further.
413
- */
414
- static VALUE mHash_to_json(int argc, VALUE *argv, VALUE self)
415
- {
416
- GENERATE_JSON(object);
417
- }
418
-
419
- /*
420
- * call-seq: to_json(state = nil)
421
- *
422
- * Returns a JSON string containing a JSON array, that is generated from
423
- * this Array instance.
424
- * _state_ is a JSON::State object, that can also be used to configure the
425
- * produced JSON string output further.
426
- */
427
- static VALUE mArray_to_json(int argc, VALUE *argv, VALUE self) {
428
- GENERATE_JSON(array);
429
- }
430
-
431
- #ifdef RUBY_INTEGER_UNIFICATION
432
- /*
433
- * call-seq: to_json(*)
434
- *
435
- * Returns a JSON string representation for this Integer number.
436
- */
437
- static VALUE mInteger_to_json(int argc, VALUE *argv, VALUE self)
438
- {
439
- GENERATE_JSON(integer);
440
- }
441
-
442
- #else
443
- /*
444
- * call-seq: to_json(*)
445
- *
446
- * Returns a JSON string representation for this Integer number.
447
- */
448
- static VALUE mFixnum_to_json(int argc, VALUE *argv, VALUE self)
449
- {
450
- GENERATE_JSON(fixnum);
451
- }
452
-
453
- /*
454
- * call-seq: to_json(*)
455
- *
456
- * Returns a JSON string representation for this Integer number.
457
- */
458
- static VALUE mBignum_to_json(int argc, VALUE *argv, VALUE self)
459
- {
460
- GENERATE_JSON(bignum);
461
- }
462
- #endif
463
-
464
- /*
465
- * call-seq: to_json(*)
466
- *
467
- * Returns a JSON string representation for this Float number.
468
- */
469
- static VALUE mFloat_to_json(int argc, VALUE *argv, VALUE self)
470
- {
471
- GENERATE_JSON(float);
472
- }
473
-
474
- /*
475
- * call-seq: String.included(modul)
476
- *
477
- * Extends _modul_ with the String::Extend module.
478
- */
479
- static VALUE mString_included_s(VALUE self, VALUE modul) {
480
- VALUE result = rb_funcall(modul, i_extend, 1, mString_Extend);
481
- return result;
482
- }
483
-
484
- /*
485
- * call-seq: to_json(*)
486
- *
487
- * This string should be encoded with UTF-8 A call to this method
488
- * returns a JSON string encoded with UTF16 big endian characters as
489
- * \u????.
490
- */
491
- static VALUE mString_to_json(int argc, VALUE *argv, VALUE self)
492
- {
493
- GENERATE_JSON(string);
494
- }
495
-
496
- /*
497
- * call-seq: to_json_raw_object()
498
- *
499
- * This method creates a raw object hash, that can be nested into
500
- * other data structures and will be generated as a raw string. This
501
- * method should be used, if you want to convert raw strings to JSON
502
- * instead of UTF-8 strings, e. g. binary data.
503
- */
504
- static VALUE mString_to_json_raw_object(VALUE self)
505
- {
506
- VALUE ary;
507
- VALUE result = rb_hash_new();
508
- rb_hash_aset(result, rb_funcall(mJSON, i_create_id, 0), rb_class_name(rb_obj_class(self)));
509
- ary = rb_funcall(self, i_unpack, 1, rb_str_new2("C*"));
510
- rb_hash_aset(result, rb_str_new2("raw"), ary);
511
- return result;
512
- }
513
-
514
- /*
515
- * call-seq: to_json_raw(*args)
516
- *
517
- * This method creates a JSON text from the result of a call to
518
- * to_json_raw_object of this String.
519
- */
520
- static VALUE mString_to_json_raw(int argc, VALUE *argv, VALUE self)
521
- {
522
- VALUE obj = mString_to_json_raw_object(self);
523
- Check_Type(obj, T_HASH);
524
- return mHash_to_json(argc, argv, obj);
525
- }
526
-
527
- /*
528
- * call-seq: json_create(o)
529
- *
530
- * Raw Strings are JSON Objects (the raw bytes are stored in an array for the
531
- * key "raw"). The Ruby String can be created by this module method.
532
- */
533
- static VALUE mString_Extend_json_create(VALUE self, VALUE o)
534
- {
535
- VALUE ary;
536
- Check_Type(o, T_HASH);
537
- ary = rb_hash_aref(o, rb_str_new2("raw"));
538
- return rb_funcall(ary, i_pack, 1, rb_str_new2("C*"));
539
- }
540
-
541
- /*
542
- * call-seq: to_json(*)
543
- *
544
- * Returns a JSON string for true: 'true'.
545
- */
546
- static VALUE mTrueClass_to_json(int argc, VALUE *argv, VALUE self)
547
- {
548
- GENERATE_JSON(true);
549
- }
550
-
551
- /*
552
- * call-seq: to_json(*)
553
- *
554
- * Returns a JSON string for false: 'false'.
555
- */
556
- static VALUE mFalseClass_to_json(int argc, VALUE *argv, VALUE self)
557
- {
558
- GENERATE_JSON(false);
559
- }
560
-
561
- /*
562
- * call-seq: to_json(*)
563
- *
564
- * Returns a JSON string for nil: 'null'.
565
- */
566
- static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self)
567
- {
568
- GENERATE_JSON(null);
569
- }
570
-
571
- /*
572
- * call-seq: to_json(*)
573
- *
574
- * Converts this object to a string (calling #to_s), converts
575
- * it to a JSON string, and returns the result. This is a fallback, if no
576
- * special method #to_json was defined for some object.
577
- */
578
- static VALUE mObject_to_json(int argc, VALUE *argv, VALUE self)
579
- {
580
- VALUE state;
581
- VALUE string = rb_funcall(self, i_to_s, 0);
582
- rb_scan_args(argc, argv, "01", &state);
583
- Check_Type(string, T_STRING);
584
- state = cState_from_state_s(cState, state);
585
- return cState_partial_generate(state, string);
586
- }
587
-
588
- static void State_free(void *ptr)
589
- {
590
- JSON_Generator_State *state = ptr;
591
- if (state->indent) ruby_xfree(state->indent);
592
- if (state->space) ruby_xfree(state->space);
593
- if (state->space_before) ruby_xfree(state->space_before);
594
- if (state->object_nl) ruby_xfree(state->object_nl);
595
- if (state->array_nl) ruby_xfree(state->array_nl);
596
- if (state->array_delim) fbuffer_free(state->array_delim);
597
- if (state->object_delim) fbuffer_free(state->object_delim);
598
- if (state->object_delim2) fbuffer_free(state->object_delim2);
599
- ruby_xfree(state);
600
- }
601
-
602
- static size_t State_memsize(const void *ptr)
603
- {
604
- const JSON_Generator_State *state = ptr;
605
- size_t size = sizeof(*state);
606
- if (state->indent) size += state->indent_len + 1;
607
- if (state->space) size += state->space_len + 1;
608
- if (state->space_before) size += state->space_before_len + 1;
609
- if (state->object_nl) size += state->object_nl_len + 1;
610
- if (state->array_nl) size += state->array_nl_len + 1;
611
- if (state->array_delim) size += FBUFFER_CAPA(state->array_delim);
612
- if (state->object_delim) size += FBUFFER_CAPA(state->object_delim);
613
- if (state->object_delim2) size += FBUFFER_CAPA(state->object_delim2);
614
- return size;
615
- }
616
-
617
- #ifndef HAVE_RB_EXT_RACTOR_SAFE
618
- # undef RUBY_TYPED_FROZEN_SHAREABLE
619
- # define RUBY_TYPED_FROZEN_SHAREABLE 0
620
- #endif
621
-
622
- #ifdef NEW_TYPEDDATA_WRAPPER
623
- static const rb_data_type_t JSON_Generator_State_type = {
624
- "JSON/Generator/State",
625
- {NULL, State_free, State_memsize,},
626
- #ifdef RUBY_TYPED_FREE_IMMEDIATELY
627
- 0, 0,
628
- RUBY_TYPED_FREE_IMMEDIATELY | RUBY_TYPED_FROZEN_SHAREABLE,
629
- #endif
630
- };
631
- #endif
632
-
633
- static VALUE cState_s_allocate(VALUE klass)
634
- {
635
- JSON_Generator_State *state;
636
- return TypedData_Make_Struct(klass, JSON_Generator_State,
637
- &JSON_Generator_State_type, state);
638
- }
639
-
640
- /*
641
- * call-seq: configure(opts)
642
- *
643
- * Configure this State instance with the Hash _opts_, and return
644
- * itself.
645
- */
646
- static VALUE cState_configure(VALUE self, VALUE opts)
647
- {
648
- VALUE tmp;
649
- GET_STATE(self);
650
- tmp = rb_check_convert_type(opts, T_HASH, "Hash", "to_hash");
651
- if (NIL_P(tmp)) tmp = rb_convert_type(opts, T_HASH, "Hash", "to_h");
652
- opts = tmp;
653
- tmp = rb_hash_aref(opts, ID2SYM(i_indent));
654
- if (RTEST(tmp)) {
655
- unsigned long len;
656
- Check_Type(tmp, T_STRING);
657
- len = RSTRING_LEN(tmp);
658
- state->indent = fstrndup(RSTRING_PTR(tmp), len + 1);
659
- state->indent_len = len;
660
- }
661
- tmp = rb_hash_aref(opts, ID2SYM(i_space));
662
- if (RTEST(tmp)) {
663
- unsigned long len;
664
- Check_Type(tmp, T_STRING);
665
- len = RSTRING_LEN(tmp);
666
- state->space = fstrndup(RSTRING_PTR(tmp), len + 1);
667
- state->space_len = len;
668
- }
669
- tmp = rb_hash_aref(opts, ID2SYM(i_space_before));
670
- if (RTEST(tmp)) {
671
- unsigned long len;
672
- Check_Type(tmp, T_STRING);
673
- len = RSTRING_LEN(tmp);
674
- state->space_before = fstrndup(RSTRING_PTR(tmp), len + 1);
675
- state->space_before_len = len;
676
- }
677
- tmp = rb_hash_aref(opts, ID2SYM(i_array_nl));
678
- if (RTEST(tmp)) {
679
- unsigned long len;
680
- Check_Type(tmp, T_STRING);
681
- len = RSTRING_LEN(tmp);
682
- state->array_nl = fstrndup(RSTRING_PTR(tmp), len + 1);
683
- state->array_nl_len = len;
684
- }
685
- tmp = rb_hash_aref(opts, ID2SYM(i_object_nl));
686
- if (RTEST(tmp)) {
687
- unsigned long len;
688
- Check_Type(tmp, T_STRING);
689
- len = RSTRING_LEN(tmp);
690
- state->object_nl = fstrndup(RSTRING_PTR(tmp), len + 1);
691
- state->object_nl_len = len;
692
- }
693
- tmp = ID2SYM(i_max_nesting);
694
- state->max_nesting = 100;
695
- if (option_given_p(opts, tmp)) {
696
- VALUE max_nesting = rb_hash_aref(opts, tmp);
697
- if (RTEST(max_nesting)) {
698
- Check_Type(max_nesting, T_FIXNUM);
699
- state->max_nesting = FIX2LONG(max_nesting);
700
- } else {
701
- state->max_nesting = 0;
702
- }
703
- }
704
- tmp = ID2SYM(i_depth);
705
- state->depth = 0;
706
- if (option_given_p(opts, tmp)) {
707
- VALUE depth = rb_hash_aref(opts, tmp);
708
- if (RTEST(depth)) {
709
- Check_Type(depth, T_FIXNUM);
710
- state->depth = FIX2LONG(depth);
711
- } else {
712
- state->depth = 0;
713
- }
714
- }
715
- tmp = ID2SYM(i_buffer_initial_length);
716
- if (option_given_p(opts, tmp)) {
717
- VALUE buffer_initial_length = rb_hash_aref(opts, tmp);
718
- if (RTEST(buffer_initial_length)) {
719
- long initial_length;
720
- Check_Type(buffer_initial_length, T_FIXNUM);
721
- initial_length = FIX2LONG(buffer_initial_length);
722
- if (initial_length > 0) state->buffer_initial_length = initial_length;
723
- }
724
- }
725
- tmp = rb_hash_aref(opts, ID2SYM(i_allow_nan));
726
- state->allow_nan = RTEST(tmp);
727
- tmp = rb_hash_aref(opts, ID2SYM(i_ascii_only));
728
- state->ascii_only = RTEST(tmp);
729
- tmp = rb_hash_aref(opts, ID2SYM(i_escape_slash));
730
- state->escape_slash = RTEST(tmp);
731
- return self;
732
- }
733
-
734
- static void set_state_ivars(VALUE hash, VALUE state)
735
- {
736
- VALUE ivars = rb_obj_instance_variables(state);
737
- int i = 0;
738
- for (i = 0; i < RARRAY_LEN(ivars); i++) {
739
- VALUE key = rb_funcall(rb_ary_entry(ivars, i), i_to_s, 0);
740
- long key_len = RSTRING_LEN(key);
741
- VALUE value = rb_iv_get(state, StringValueCStr(key));
742
- rb_hash_aset(hash, rb_str_intern(rb_str_substr(key, 1, key_len - 1)), value);
743
- }
744
- }
745
-
746
- /*
747
- * call-seq: to_h
748
- *
749
- * Returns the configuration instance variables as a hash, that can be
750
- * passed to the configure method.
751
- */
752
- static VALUE cState_to_h(VALUE self)
753
- {
754
- VALUE result = rb_hash_new();
755
- GET_STATE(self);
756
- set_state_ivars(result, self);
757
- rb_hash_aset(result, ID2SYM(i_indent), rb_str_new(state->indent, state->indent_len));
758
- rb_hash_aset(result, ID2SYM(i_space), rb_str_new(state->space, state->space_len));
759
- rb_hash_aset(result, ID2SYM(i_space_before), rb_str_new(state->space_before, state->space_before_len));
760
- rb_hash_aset(result, ID2SYM(i_object_nl), rb_str_new(state->object_nl, state->object_nl_len));
761
- rb_hash_aset(result, ID2SYM(i_array_nl), rb_str_new(state->array_nl, state->array_nl_len));
762
- rb_hash_aset(result, ID2SYM(i_allow_nan), state->allow_nan ? Qtrue : Qfalse);
763
- rb_hash_aset(result, ID2SYM(i_ascii_only), state->ascii_only ? Qtrue : Qfalse);
764
- rb_hash_aset(result, ID2SYM(i_max_nesting), LONG2FIX(state->max_nesting));
765
- rb_hash_aset(result, ID2SYM(i_escape_slash), state->escape_slash ? Qtrue : Qfalse);
766
- rb_hash_aset(result, ID2SYM(i_depth), LONG2FIX(state->depth));
767
- rb_hash_aset(result, ID2SYM(i_buffer_initial_length), LONG2FIX(state->buffer_initial_length));
768
- return result;
769
- }
770
-
771
- /*
772
- * call-seq: [](name)
773
- *
774
- * Returns the value returned by method +name+.
775
- */
776
- static VALUE cState_aref(VALUE self, VALUE name)
777
- {
778
- name = rb_funcall(name, i_to_s, 0);
779
- if (RTEST(rb_funcall(self, i_respond_to_p, 1, name))) {
780
- return rb_funcall(self, i_send, 1, name);
781
- } else {
782
- return rb_attr_get(self, rb_intern_str(rb_str_concat(rb_str_new2("@"), name)));
783
- }
784
- }
785
-
786
- /*
787
- * call-seq: []=(name, value)
788
- *
789
- * Sets the attribute name to value.
790
- */
791
- static VALUE cState_aset(VALUE self, VALUE name, VALUE value)
792
- {
793
- VALUE name_writer;
794
-
795
- name = rb_funcall(name, i_to_s, 0);
796
- name_writer = rb_str_cat2(rb_str_dup(name), "=");
797
- if (RTEST(rb_funcall(self, i_respond_to_p, 1, name_writer))) {
798
- return rb_funcall(self, i_send, 2, name_writer, value);
799
- } else {
800
- rb_ivar_set(self, rb_intern_str(rb_str_concat(rb_str_new2("@"), name)), value);
801
- }
802
- return Qnil;
803
- }
804
-
805
- struct hash_foreach_arg {
806
- FBuffer *buffer;
807
- JSON_Generator_State *state;
808
- VALUE Vstate;
809
- int iter;
810
- };
811
-
812
- static int
813
- json_object_i(VALUE key, VALUE val, VALUE _arg)
814
- {
815
- struct hash_foreach_arg *arg = (struct hash_foreach_arg *)_arg;
816
- FBuffer *buffer = arg->buffer;
817
- JSON_Generator_State *state = arg->state;
818
- VALUE Vstate = arg->Vstate;
819
-
820
- char *object_nl = state->object_nl;
821
- long object_nl_len = state->object_nl_len;
822
- char *indent = state->indent;
823
- long indent_len = state->indent_len;
824
- char *delim = FBUFFER_PTR(state->object_delim);
825
- long delim_len = FBUFFER_LEN(state->object_delim);
826
- char *delim2 = FBUFFER_PTR(state->object_delim2);
827
- long delim2_len = FBUFFER_LEN(state->object_delim2);
828
- long depth = state->depth;
829
- int j;
830
- VALUE klass, key_to_s;
831
-
832
- if (arg->iter > 0) fbuffer_append(buffer, delim, delim_len);
833
- if (object_nl) {
834
- fbuffer_append(buffer, object_nl, object_nl_len);
835
- }
836
- if (indent) {
837
- for (j = 0; j < depth; j++) {
838
- fbuffer_append(buffer, indent, indent_len);
839
- }
840
- }
841
-
842
- klass = CLASS_OF(key);
843
- if (klass == rb_cString) {
844
- key_to_s = key;
845
- } else if (klass == rb_cSymbol) {
846
- key_to_s = rb_id2str(SYM2ID(key));
847
- } else {
848
- key_to_s = rb_funcall(key, i_to_s, 0);
849
- }
850
- Check_Type(key_to_s, T_STRING);
851
- generate_json(buffer, Vstate, state, key_to_s);
852
- fbuffer_append(buffer, delim2, delim2_len);
853
- generate_json(buffer, Vstate, state, val);
854
-
855
- arg->iter++;
856
- return ST_CONTINUE;
857
- }
858
-
859
- static void generate_json_object(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
860
- {
861
- char *object_nl = state->object_nl;
862
- long object_nl_len = state->object_nl_len;
863
- char *indent = state->indent;
864
- long indent_len = state->indent_len;
865
- long max_nesting = state->max_nesting;
866
- long depth = ++state->depth;
867
- int j;
868
- struct hash_foreach_arg arg;
869
-
870
- if (max_nesting != 0 && depth > max_nesting) {
871
- fbuffer_free(buffer);
872
- rb_raise(eNestingError, "nesting of %ld is too deep", --state->depth);
873
- }
874
- fbuffer_append_char(buffer, '{');
875
-
876
- arg.buffer = buffer;
877
- arg.state = state;
878
- arg.Vstate = Vstate;
879
- arg.iter = 0;
880
- rb_hash_foreach(obj, json_object_i, (VALUE)&arg);
881
-
882
- depth = --state->depth;
883
- if (object_nl) {
884
- fbuffer_append(buffer, object_nl, object_nl_len);
885
- if (indent) {
886
- for (j = 0; j < depth; j++) {
887
- fbuffer_append(buffer, indent, indent_len);
888
- }
889
- }
890
- }
891
- fbuffer_append_char(buffer, '}');
892
- }
893
-
894
- static void generate_json_array(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
895
- {
896
- char *array_nl = state->array_nl;
897
- long array_nl_len = state->array_nl_len;
898
- char *indent = state->indent;
899
- long indent_len = state->indent_len;
900
- long max_nesting = state->max_nesting;
901
- char *delim = FBUFFER_PTR(state->array_delim);
902
- long delim_len = FBUFFER_LEN(state->array_delim);
903
- long depth = ++state->depth;
904
- int i, j;
905
- if (max_nesting != 0 && depth > max_nesting) {
906
- fbuffer_free(buffer);
907
- rb_raise(eNestingError, "nesting of %ld is too deep", --state->depth);
908
- }
909
- fbuffer_append_char(buffer, '[');
910
- if (array_nl) fbuffer_append(buffer, array_nl, array_nl_len);
911
- for(i = 0; i < RARRAY_LEN(obj); i++) {
912
- if (i > 0) fbuffer_append(buffer, delim, delim_len);
913
- if (indent) {
914
- for (j = 0; j < depth; j++) {
915
- fbuffer_append(buffer, indent, indent_len);
916
- }
917
- }
918
- generate_json(buffer, Vstate, state, rb_ary_entry(obj, i));
919
- }
920
- state->depth = --depth;
921
- if (array_nl) {
922
- fbuffer_append(buffer, array_nl, array_nl_len);
923
- if (indent) {
924
- for (j = 0; j < depth; j++) {
925
- fbuffer_append(buffer, indent, indent_len);
926
- }
927
- }
928
- }
929
- fbuffer_append_char(buffer, ']');
930
- }
931
-
932
- #ifdef HAVE_RUBY_ENCODING_H
933
- static int enc_utf8_compatible_p(rb_encoding *enc)
934
- {
935
- if (enc == rb_usascii_encoding()) return 1;
936
- if (enc == rb_utf8_encoding()) return 1;
937
- return 0;
938
- }
939
- #endif
940
-
941
- static void generate_json_string(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
942
- {
943
- fbuffer_append_char(buffer, '"');
944
- #ifdef HAVE_RUBY_ENCODING_H
945
- if (!enc_utf8_compatible_p(rb_enc_get(obj))) {
946
- obj = rb_str_export_to_enc(obj, rb_utf8_encoding());
947
- }
948
- #endif
949
- if (state->ascii_only) {
950
- convert_UTF8_to_JSON_ASCII(buffer, obj, state->escape_slash);
951
- } else {
952
- convert_UTF8_to_JSON(buffer, obj, state->escape_slash);
953
- }
954
- fbuffer_append_char(buffer, '"');
955
- }
956
-
957
- static void generate_json_null(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
958
- {
959
- fbuffer_append(buffer, "null", 4);
960
- }
961
-
962
- static void generate_json_false(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
963
- {
964
- fbuffer_append(buffer, "false", 5);
965
- }
966
-
967
- static void generate_json_true(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
968
- {
969
- fbuffer_append(buffer, "true", 4);
970
- }
971
-
972
- static void generate_json_fixnum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
973
- {
974
- fbuffer_append_long(buffer, FIX2LONG(obj));
975
- }
976
-
977
- static void generate_json_bignum(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
978
- {
979
- VALUE tmp = rb_funcall(obj, i_to_s, 0);
980
- fbuffer_append_str(buffer, tmp);
981
- }
982
-
983
- #ifdef RUBY_INTEGER_UNIFICATION
984
- static void generate_json_integer(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
985
- {
986
- if (FIXNUM_P(obj))
987
- generate_json_fixnum(buffer, Vstate, state, obj);
988
- else
989
- generate_json_bignum(buffer, Vstate, state, obj);
990
- }
991
- #endif
992
- static void generate_json_float(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
993
- {
994
- double value = RFLOAT_VALUE(obj);
995
- char allow_nan = state->allow_nan;
996
- VALUE tmp = rb_funcall(obj, i_to_s, 0);
997
- if (!allow_nan) {
998
- if (isinf(value)) {
999
- fbuffer_free(buffer);
1000
- rb_raise(eGeneratorError, "%"PRIsVALUE" not allowed in JSON", RB_OBJ_STRING(tmp));
1001
- } else if (isnan(value)) {
1002
- fbuffer_free(buffer);
1003
- rb_raise(eGeneratorError, "%"PRIsVALUE" not allowed in JSON", RB_OBJ_STRING(tmp));
1004
- }
1005
- }
1006
- fbuffer_append_str(buffer, tmp);
1007
- }
1008
-
1009
- static void generate_json(FBuffer *buffer, VALUE Vstate, JSON_Generator_State *state, VALUE obj)
1010
- {
1011
- VALUE tmp;
1012
- VALUE klass = CLASS_OF(obj);
1013
- if (klass == rb_cHash) {
1014
- generate_json_object(buffer, Vstate, state, obj);
1015
- } else if (klass == rb_cArray) {
1016
- generate_json_array(buffer, Vstate, state, obj);
1017
- } else if (klass == rb_cString) {
1018
- generate_json_string(buffer, Vstate, state, obj);
1019
- } else if (obj == Qnil) {
1020
- generate_json_null(buffer, Vstate, state, obj);
1021
- } else if (obj == Qfalse) {
1022
- generate_json_false(buffer, Vstate, state, obj);
1023
- } else if (obj == Qtrue) {
1024
- generate_json_true(buffer, Vstate, state, obj);
1025
- } else if (FIXNUM_P(obj)) {
1026
- generate_json_fixnum(buffer, Vstate, state, obj);
1027
- } else if (RB_TYPE_P(obj, T_BIGNUM)) {
1028
- generate_json_bignum(buffer, Vstate, state, obj);
1029
- } else if (klass == rb_cFloat) {
1030
- generate_json_float(buffer, Vstate, state, obj);
1031
- } else if (rb_respond_to(obj, i_to_json)) {
1032
- tmp = rb_funcall(obj, i_to_json, 1, Vstate);
1033
- Check_Type(tmp, T_STRING);
1034
- fbuffer_append_str(buffer, tmp);
1035
- } else {
1036
- tmp = rb_funcall(obj, i_to_s, 0);
1037
- Check_Type(tmp, T_STRING);
1038
- generate_json_string(buffer, Vstate, state, tmp);
1039
- }
1040
- }
1041
-
1042
- static FBuffer *cState_prepare_buffer(VALUE self)
1043
- {
1044
- FBuffer *buffer;
1045
- GET_STATE(self);
1046
- buffer = fbuffer_alloc(state->buffer_initial_length);
1047
-
1048
- if (state->object_delim) {
1049
- fbuffer_clear(state->object_delim);
1050
- } else {
1051
- state->object_delim = fbuffer_alloc(16);
1052
- }
1053
- fbuffer_append_char(state->object_delim, ',');
1054
- if (state->object_delim2) {
1055
- fbuffer_clear(state->object_delim2);
1056
- } else {
1057
- state->object_delim2 = fbuffer_alloc(16);
1058
- }
1059
- if (state->space_before) fbuffer_append(state->object_delim2, state->space_before, state->space_before_len);
1060
- fbuffer_append_char(state->object_delim2, ':');
1061
- if (state->space) fbuffer_append(state->object_delim2, state->space, state->space_len);
1062
-
1063
- if (state->array_delim) {
1064
- fbuffer_clear(state->array_delim);
1065
- } else {
1066
- state->array_delim = fbuffer_alloc(16);
1067
- }
1068
- fbuffer_append_char(state->array_delim, ',');
1069
- if (state->array_nl) fbuffer_append(state->array_delim, state->array_nl, state->array_nl_len);
1070
- return buffer;
1071
- }
1072
-
1073
- static VALUE cState_partial_generate(VALUE self, VALUE obj)
1074
- {
1075
- FBuffer *buffer = cState_prepare_buffer(self);
1076
- GET_STATE(self);
1077
- generate_json(buffer, self, state, obj);
1078
- return fbuffer_to_s(buffer);
1079
- }
1080
-
1081
- /*
1082
- * call-seq: generate(obj)
1083
- *
1084
- * Generates a valid JSON document from object +obj+ and returns the
1085
- * result. If no valid JSON document can be created this method raises a
1086
- * GeneratorError exception.
1087
- */
1088
- static VALUE cState_generate(VALUE self, VALUE obj)
1089
- {
1090
- VALUE result = cState_partial_generate(self, obj);
1091
- GET_STATE(self);
1092
- (void)state;
1093
- return result;
1094
- }
1095
-
1096
- /*
1097
- * call-seq: new(opts = {})
1098
- *
1099
- * Instantiates a new State object, configured by _opts_.
1100
- *
1101
- * _opts_ can have the following keys:
1102
- *
1103
- * * *indent*: a string used to indent levels (default: ''),
1104
- * * *space*: a string that is put after, a : or , delimiter (default: ''),
1105
- * * *space_before*: a string that is put before a : pair delimiter (default: ''),
1106
- * * *object_nl*: a string that is put at the end of a JSON object (default: ''),
1107
- * * *array_nl*: a string that is put at the end of a JSON array (default: ''),
1108
- * * *allow_nan*: true if NaN, Infinity, and -Infinity should be
1109
- * generated, otherwise an exception is thrown, if these values are
1110
- * encountered. This options defaults to false.
1111
- * * *ascii_only*: true if only ASCII characters should be generated. This
1112
- * option defaults to false.
1113
- * * *buffer_initial_length*: sets the initial length of the generator's
1114
- * internal buffer.
1115
- */
1116
- static VALUE cState_initialize(int argc, VALUE *argv, VALUE self)
1117
- {
1118
- VALUE opts;
1119
- GET_STATE(self);
1120
- state->max_nesting = 100;
1121
- state->buffer_initial_length = FBUFFER_INITIAL_LENGTH_DEFAULT;
1122
- rb_scan_args(argc, argv, "01", &opts);
1123
- if (!NIL_P(opts)) cState_configure(self, opts);
1124
- return self;
1125
- }
1126
-
1127
- /*
1128
- * call-seq: initialize_copy(orig)
1129
- *
1130
- * Initializes this object from orig if it can be duplicated/cloned and returns
1131
- * it.
1132
- */
1133
- static VALUE cState_init_copy(VALUE obj, VALUE orig)
1134
- {
1135
- JSON_Generator_State *objState, *origState;
1136
-
1137
- if (obj == orig) return obj;
1138
- GET_STATE_TO(obj, objState);
1139
- GET_STATE_TO(orig, origState);
1140
- if (!objState) rb_raise(rb_eArgError, "unallocated JSON::State");
1141
-
1142
- MEMCPY(objState, origState, JSON_Generator_State, 1);
1143
- objState->indent = fstrndup(origState->indent, origState->indent_len);
1144
- objState->space = fstrndup(origState->space, origState->space_len);
1145
- objState->space_before = fstrndup(origState->space_before, origState->space_before_len);
1146
- objState->object_nl = fstrndup(origState->object_nl, origState->object_nl_len);
1147
- objState->array_nl = fstrndup(origState->array_nl, origState->array_nl_len);
1148
- if (origState->array_delim) objState->array_delim = fbuffer_dup(origState->array_delim);
1149
- if (origState->object_delim) objState->object_delim = fbuffer_dup(origState->object_delim);
1150
- if (origState->object_delim2) objState->object_delim2 = fbuffer_dup(origState->object_delim2);
1151
- return obj;
1152
- }
1153
-
1154
- /*
1155
- * call-seq: from_state(opts)
1156
- *
1157
- * Creates a State object from _opts_, which ought to be Hash to create a
1158
- * new State instance configured by _opts_, something else to create an
1159
- * unconfigured instance. If _opts_ is a State object, it is just returned.
1160
- */
1161
- static VALUE cState_from_state_s(VALUE self, VALUE opts)
1162
- {
1163
- if (rb_obj_is_kind_of(opts, self)) {
1164
- return opts;
1165
- } else if (rb_obj_is_kind_of(opts, rb_cHash)) {
1166
- return rb_funcall(self, i_new, 1, opts);
1167
- } else {
1168
- return rb_class_new_instance(0, NULL, cState);
1169
- }
1170
- }
1171
-
1172
- /*
1173
- * call-seq: indent()
1174
- *
1175
- * Returns the string that is used to indent levels in the JSON text.
1176
- */
1177
- static VALUE cState_indent(VALUE self)
1178
- {
1179
- GET_STATE(self);
1180
- return state->indent ? rb_str_new(state->indent, state->indent_len) : rb_str_new2("");
1181
- }
1182
-
1183
- /*
1184
- * call-seq: indent=(indent)
1185
- *
1186
- * Sets the string that is used to indent levels in the JSON text.
1187
- */
1188
- static VALUE cState_indent_set(VALUE self, VALUE indent)
1189
- {
1190
- unsigned long len;
1191
- GET_STATE(self);
1192
- Check_Type(indent, T_STRING);
1193
- len = RSTRING_LEN(indent);
1194
- if (len == 0) {
1195
- if (state->indent) {
1196
- ruby_xfree(state->indent);
1197
- state->indent = NULL;
1198
- state->indent_len = 0;
1199
- }
1200
- } else {
1201
- if (state->indent) ruby_xfree(state->indent);
1202
- state->indent = fstrndup(RSTRING_PTR(indent), len);
1203
- state->indent_len = len;
1204
- }
1205
- return Qnil;
1206
- }
1207
-
1208
- /*
1209
- * call-seq: space()
1210
- *
1211
- * Returns the string that is used to insert a space between the tokens in a JSON
1212
- * string.
1213
- */
1214
- static VALUE cState_space(VALUE self)
1215
- {
1216
- GET_STATE(self);
1217
- return state->space ? rb_str_new(state->space, state->space_len) : rb_str_new2("");
1218
- }
1219
-
1220
- /*
1221
- * call-seq: space=(space)
1222
- *
1223
- * Sets _space_ to the string that is used to insert a space between the tokens in a JSON
1224
- * string.
1225
- */
1226
- static VALUE cState_space_set(VALUE self, VALUE space)
1227
- {
1228
- unsigned long len;
1229
- GET_STATE(self);
1230
- Check_Type(space, T_STRING);
1231
- len = RSTRING_LEN(space);
1232
- if (len == 0) {
1233
- if (state->space) {
1234
- ruby_xfree(state->space);
1235
- state->space = NULL;
1236
- state->space_len = 0;
1237
- }
1238
- } else {
1239
- if (state->space) ruby_xfree(state->space);
1240
- state->space = fstrndup(RSTRING_PTR(space), len);
1241
- state->space_len = len;
1242
- }
1243
- return Qnil;
1244
- }
1245
-
1246
- /*
1247
- * call-seq: space_before()
1248
- *
1249
- * Returns the string that is used to insert a space before the ':' in JSON objects.
1250
- */
1251
- static VALUE cState_space_before(VALUE self)
1252
- {
1253
- GET_STATE(self);
1254
- return state->space_before ? rb_str_new(state->space_before, state->space_before_len) : rb_str_new2("");
1255
- }
1256
-
1257
- /*
1258
- * call-seq: space_before=(space_before)
1259
- *
1260
- * Sets the string that is used to insert a space before the ':' in JSON objects.
1261
- */
1262
- static VALUE cState_space_before_set(VALUE self, VALUE space_before)
1263
- {
1264
- unsigned long len;
1265
- GET_STATE(self);
1266
- Check_Type(space_before, T_STRING);
1267
- len = RSTRING_LEN(space_before);
1268
- if (len == 0) {
1269
- if (state->space_before) {
1270
- ruby_xfree(state->space_before);
1271
- state->space_before = NULL;
1272
- state->space_before_len = 0;
1273
- }
1274
- } else {
1275
- if (state->space_before) ruby_xfree(state->space_before);
1276
- state->space_before = fstrndup(RSTRING_PTR(space_before), len);
1277
- state->space_before_len = len;
1278
- }
1279
- return Qnil;
1280
- }
1281
-
1282
- /*
1283
- * call-seq: object_nl()
1284
- *
1285
- * This string is put at the end of a line that holds a JSON object (or
1286
- * Hash).
1287
- */
1288
- static VALUE cState_object_nl(VALUE self)
1289
- {
1290
- GET_STATE(self);
1291
- return state->object_nl ? rb_str_new(state->object_nl, state->object_nl_len) : rb_str_new2("");
1292
- }
1293
-
1294
- /*
1295
- * call-seq: object_nl=(object_nl)
1296
- *
1297
- * This string is put at the end of a line that holds a JSON object (or
1298
- * Hash).
1299
- */
1300
- static VALUE cState_object_nl_set(VALUE self, VALUE object_nl)
1301
- {
1302
- unsigned long len;
1303
- GET_STATE(self);
1304
- Check_Type(object_nl, T_STRING);
1305
- len = RSTRING_LEN(object_nl);
1306
- if (len == 0) {
1307
- if (state->object_nl) {
1308
- ruby_xfree(state->object_nl);
1309
- state->object_nl = NULL;
1310
- }
1311
- } else {
1312
- if (state->object_nl) ruby_xfree(state->object_nl);
1313
- state->object_nl = fstrndup(RSTRING_PTR(object_nl), len);
1314
- state->object_nl_len = len;
1315
- }
1316
- return Qnil;
1317
- }
1318
-
1319
- /*
1320
- * call-seq: array_nl()
1321
- *
1322
- * This string is put at the end of a line that holds a JSON array.
1323
- */
1324
- static VALUE cState_array_nl(VALUE self)
1325
- {
1326
- GET_STATE(self);
1327
- return state->array_nl ? rb_str_new(state->array_nl, state->array_nl_len) : rb_str_new2("");
1328
- }
1329
-
1330
- /*
1331
- * call-seq: array_nl=(array_nl)
1332
- *
1333
- * This string is put at the end of a line that holds a JSON array.
1334
- */
1335
- static VALUE cState_array_nl_set(VALUE self, VALUE array_nl)
1336
- {
1337
- unsigned long len;
1338
- GET_STATE(self);
1339
- Check_Type(array_nl, T_STRING);
1340
- len = RSTRING_LEN(array_nl);
1341
- if (len == 0) {
1342
- if (state->array_nl) {
1343
- ruby_xfree(state->array_nl);
1344
- state->array_nl = NULL;
1345
- }
1346
- } else {
1347
- if (state->array_nl) ruby_xfree(state->array_nl);
1348
- state->array_nl = fstrndup(RSTRING_PTR(array_nl), len);
1349
- state->array_nl_len = len;
1350
- }
1351
- return Qnil;
1352
- }
1353
-
1354
-
1355
- /*
1356
- * call-seq: check_circular?
1357
- *
1358
- * Returns true, if circular data structures should be checked,
1359
- * otherwise returns false.
1360
- */
1361
- static VALUE cState_check_circular_p(VALUE self)
1362
- {
1363
- GET_STATE(self);
1364
- return state->max_nesting ? Qtrue : Qfalse;
1365
- }
1366
-
1367
- /*
1368
- * call-seq: max_nesting
1369
- *
1370
- * This integer returns the maximum level of data structure nesting in
1371
- * the generated JSON, max_nesting = 0 if no maximum is checked.
1372
- */
1373
- static VALUE cState_max_nesting(VALUE self)
1374
- {
1375
- GET_STATE(self);
1376
- return LONG2FIX(state->max_nesting);
1377
- }
1378
-
1379
- /*
1380
- * call-seq: max_nesting=(depth)
1381
- *
1382
- * This sets the maximum level of data structure nesting in the generated JSON
1383
- * to the integer depth, max_nesting = 0 if no maximum should be checked.
1384
- */
1385
- static VALUE cState_max_nesting_set(VALUE self, VALUE depth)
1386
- {
1387
- GET_STATE(self);
1388
- Check_Type(depth, T_FIXNUM);
1389
- return state->max_nesting = FIX2LONG(depth);
1390
- }
1391
-
1392
- /*
1393
- * call-seq: escape_slash
1394
- *
1395
- * If this boolean is true, the forward slashes will be escaped in
1396
- * the json output.
1397
- */
1398
- static VALUE cState_escape_slash(VALUE self)
1399
- {
1400
- GET_STATE(self);
1401
- return state->escape_slash ? Qtrue : Qfalse;
1402
- }
1403
-
1404
- /*
1405
- * call-seq: escape_slash=(depth)
1406
- *
1407
- * This sets whether or not the forward slashes will be escaped in
1408
- * the json output.
1409
- */
1410
- static VALUE cState_escape_slash_set(VALUE self, VALUE enable)
1411
- {
1412
- GET_STATE(self);
1413
- state->escape_slash = RTEST(enable);
1414
- return Qnil;
1415
- }
1416
-
1417
- /*
1418
- * call-seq: allow_nan?
1419
- *
1420
- * Returns true, if NaN, Infinity, and -Infinity should be generated, otherwise
1421
- * returns false.
1422
- */
1423
- static VALUE cState_allow_nan_p(VALUE self)
1424
- {
1425
- GET_STATE(self);
1426
- return state->allow_nan ? Qtrue : Qfalse;
1427
- }
1428
-
1429
- /*
1430
- * call-seq: ascii_only?
1431
- *
1432
- * Returns true, if only ASCII characters should be generated. Otherwise
1433
- * returns false.
1434
- */
1435
- static VALUE cState_ascii_only_p(VALUE self)
1436
- {
1437
- GET_STATE(self);
1438
- return state->ascii_only ? Qtrue : Qfalse;
1439
- }
1440
-
1441
- /*
1442
- * call-seq: depth
1443
- *
1444
- * This integer returns the current depth of data structure nesting.
1445
- */
1446
- static VALUE cState_depth(VALUE self)
1447
- {
1448
- GET_STATE(self);
1449
- return LONG2FIX(state->depth);
1450
- }
1451
-
1452
- /*
1453
- * call-seq: depth=(depth)
1454
- *
1455
- * This sets the maximum level of data structure nesting in the generated JSON
1456
- * to the integer depth, max_nesting = 0 if no maximum should be checked.
1457
- */
1458
- static VALUE cState_depth_set(VALUE self, VALUE depth)
1459
- {
1460
- GET_STATE(self);
1461
- Check_Type(depth, T_FIXNUM);
1462
- state->depth = FIX2LONG(depth);
1463
- return Qnil;
1464
- }
1465
-
1466
- /*
1467
- * call-seq: buffer_initial_length
1468
- *
1469
- * This integer returns the current initial length of the buffer.
1470
- */
1471
- static VALUE cState_buffer_initial_length(VALUE self)
1472
- {
1473
- GET_STATE(self);
1474
- return LONG2FIX(state->buffer_initial_length);
1475
- }
1476
-
1477
- /*
1478
- * call-seq: buffer_initial_length=(length)
1479
- *
1480
- * This sets the initial length of the buffer to +length+, if +length+ > 0,
1481
- * otherwise its value isn't changed.
1482
- */
1483
- static VALUE cState_buffer_initial_length_set(VALUE self, VALUE buffer_initial_length)
1484
- {
1485
- long initial_length;
1486
- GET_STATE(self);
1487
- Check_Type(buffer_initial_length, T_FIXNUM);
1488
- initial_length = FIX2LONG(buffer_initial_length);
1489
- if (initial_length > 0) {
1490
- state->buffer_initial_length = initial_length;
1491
- }
1492
- return Qnil;
1493
- }
1494
-
1495
- /*
1496
- *
1497
- */
1498
- void Init_generator(void)
1499
- {
1500
- #ifdef HAVE_RB_EXT_RACTOR_SAFE
1501
- rb_ext_ractor_safe(true);
1502
- #endif
1503
-
1504
- #undef rb_intern
1505
- rb_require("json/common");
1506
-
1507
- mJSON = rb_define_module("JSON");
1508
- mExt = rb_define_module_under(mJSON, "Ext");
1509
- mGenerator = rb_define_module_under(mExt, "Generator");
1510
-
1511
- eGeneratorError = rb_path2class("JSON::GeneratorError");
1512
- eNestingError = rb_path2class("JSON::NestingError");
1513
- rb_gc_register_mark_object(eGeneratorError);
1514
- rb_gc_register_mark_object(eNestingError);
1515
-
1516
- cState = rb_define_class_under(mGenerator, "State", rb_cObject);
1517
- rb_define_alloc_func(cState, cState_s_allocate);
1518
- rb_define_singleton_method(cState, "from_state", cState_from_state_s, 1);
1519
- rb_define_method(cState, "initialize", cState_initialize, -1);
1520
- rb_define_method(cState, "initialize_copy", cState_init_copy, 1);
1521
- rb_define_method(cState, "indent", cState_indent, 0);
1522
- rb_define_method(cState, "indent=", cState_indent_set, 1);
1523
- rb_define_method(cState, "space", cState_space, 0);
1524
- rb_define_method(cState, "space=", cState_space_set, 1);
1525
- rb_define_method(cState, "space_before", cState_space_before, 0);
1526
- rb_define_method(cState, "space_before=", cState_space_before_set, 1);
1527
- rb_define_method(cState, "object_nl", cState_object_nl, 0);
1528
- rb_define_method(cState, "object_nl=", cState_object_nl_set, 1);
1529
- rb_define_method(cState, "array_nl", cState_array_nl, 0);
1530
- rb_define_method(cState, "array_nl=", cState_array_nl_set, 1);
1531
- rb_define_method(cState, "max_nesting", cState_max_nesting, 0);
1532
- rb_define_method(cState, "max_nesting=", cState_max_nesting_set, 1);
1533
- rb_define_method(cState, "escape_slash", cState_escape_slash, 0);
1534
- rb_define_method(cState, "escape_slash?", cState_escape_slash, 0);
1535
- rb_define_method(cState, "escape_slash=", cState_escape_slash_set, 1);
1536
- rb_define_method(cState, "check_circular?", cState_check_circular_p, 0);
1537
- rb_define_method(cState, "allow_nan?", cState_allow_nan_p, 0);
1538
- rb_define_method(cState, "ascii_only?", cState_ascii_only_p, 0);
1539
- rb_define_method(cState, "depth", cState_depth, 0);
1540
- rb_define_method(cState, "depth=", cState_depth_set, 1);
1541
- rb_define_method(cState, "buffer_initial_length", cState_buffer_initial_length, 0);
1542
- rb_define_method(cState, "buffer_initial_length=", cState_buffer_initial_length_set, 1);
1543
- rb_define_method(cState, "configure", cState_configure, 1);
1544
- rb_define_alias(cState, "merge", "configure");
1545
- rb_define_method(cState, "to_h", cState_to_h, 0);
1546
- rb_define_alias(cState, "to_hash", "to_h");
1547
- rb_define_method(cState, "[]", cState_aref, 1);
1548
- rb_define_method(cState, "[]=", cState_aset, 2);
1549
- rb_define_method(cState, "generate", cState_generate, 1);
1550
-
1551
- mGeneratorMethods = rb_define_module_under(mGenerator, "GeneratorMethods");
1552
- mObject = rb_define_module_under(mGeneratorMethods, "Object");
1553
- rb_define_method(mObject, "to_json", mObject_to_json, -1);
1554
- mHash = rb_define_module_under(mGeneratorMethods, "Hash");
1555
- rb_define_method(mHash, "to_json", mHash_to_json, -1);
1556
- mArray = rb_define_module_under(mGeneratorMethods, "Array");
1557
- rb_define_method(mArray, "to_json", mArray_to_json, -1);
1558
- #ifdef RUBY_INTEGER_UNIFICATION
1559
- mInteger = rb_define_module_under(mGeneratorMethods, "Integer");
1560
- rb_define_method(mInteger, "to_json", mInteger_to_json, -1);
1561
- #else
1562
- mFixnum = rb_define_module_under(mGeneratorMethods, "Fixnum");
1563
- rb_define_method(mFixnum, "to_json", mFixnum_to_json, -1);
1564
- mBignum = rb_define_module_under(mGeneratorMethods, "Bignum");
1565
- rb_define_method(mBignum, "to_json", mBignum_to_json, -1);
1566
- #endif
1567
- mFloat = rb_define_module_under(mGeneratorMethods, "Float");
1568
- rb_define_method(mFloat, "to_json", mFloat_to_json, -1);
1569
- mString = rb_define_module_under(mGeneratorMethods, "String");
1570
- rb_define_singleton_method(mString, "included", mString_included_s, 1);
1571
- rb_define_method(mString, "to_json", mString_to_json, -1);
1572
- rb_define_method(mString, "to_json_raw", mString_to_json_raw, -1);
1573
- rb_define_method(mString, "to_json_raw_object", mString_to_json_raw_object, 0);
1574
- mString_Extend = rb_define_module_under(mString, "Extend");
1575
- rb_define_method(mString_Extend, "json_create", mString_Extend_json_create, 1);
1576
- mTrueClass = rb_define_module_under(mGeneratorMethods, "TrueClass");
1577
- rb_define_method(mTrueClass, "to_json", mTrueClass_to_json, -1);
1578
- mFalseClass = rb_define_module_under(mGeneratorMethods, "FalseClass");
1579
- rb_define_method(mFalseClass, "to_json", mFalseClass_to_json, -1);
1580
- mNilClass = rb_define_module_under(mGeneratorMethods, "NilClass");
1581
- rb_define_method(mNilClass, "to_json", mNilClass_to_json, -1);
1582
-
1583
- i_to_s = rb_intern("to_s");
1584
- i_to_json = rb_intern("to_json");
1585
- i_new = rb_intern("new");
1586
- i_indent = rb_intern("indent");
1587
- i_space = rb_intern("space");
1588
- i_space_before = rb_intern("space_before");
1589
- i_object_nl = rb_intern("object_nl");
1590
- i_array_nl = rb_intern("array_nl");
1591
- i_max_nesting = rb_intern("max_nesting");
1592
- i_escape_slash = rb_intern("escape_slash");
1593
- i_allow_nan = rb_intern("allow_nan");
1594
- i_ascii_only = rb_intern("ascii_only");
1595
- i_depth = rb_intern("depth");
1596
- i_buffer_initial_length = rb_intern("buffer_initial_length");
1597
- i_pack = rb_intern("pack");
1598
- i_unpack = rb_intern("unpack");
1599
- i_create_id = rb_intern("create_id");
1600
- i_extend = rb_intern("extend");
1601
- i_key_p = rb_intern("key?");
1602
- i_aref = rb_intern("[]");
1603
- i_send = rb_intern("__send__");
1604
- i_respond_to_p = rb_intern("respond_to?");
1605
- i_match = rb_intern("match");
1606
- i_keys = rb_intern("keys");
1607
- i_dup = rb_intern("dup");
1608
- }