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,3347 +0,0 @@
1
- /* This file is automatically generated from parser.rl by using ragel */
2
- #line 1 "parser.rl"
3
- #include "../fbuffer/fbuffer.h"
4
- #include "parser.h"
5
-
6
- #if defined HAVE_RUBY_ENCODING_H
7
- # define EXC_ENCODING rb_utf8_encoding(),
8
- # ifndef HAVE_RB_ENC_RAISE
9
- static void
10
- enc_raise(rb_encoding *enc, VALUE exc, const char *fmt, ...)
11
- {
12
- va_list args;
13
- VALUE mesg;
14
-
15
- va_start(args, fmt);
16
- mesg = rb_enc_vsprintf(enc, fmt, args);
17
- va_end(args);
18
-
19
- rb_exc_raise(rb_exc_new3(exc, mesg));
20
- }
21
- # define rb_enc_raise enc_raise
22
- # endif
23
- #else
24
- # define EXC_ENCODING /* nothing */
25
- # define rb_enc_raise rb_raise
26
- #endif
27
-
28
- /* unicode */
29
-
30
- static const signed char digit_values[256] = {
31
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
32
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
33
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, -1,
34
- -1, -1, -1, -1, -1, -1, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1,
35
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
36
- 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
37
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
38
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
39
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
40
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
41
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
42
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
43
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
44
- -1, -1, -1, -1, -1, -1, -1
45
- };
46
-
47
- static UTF32 unescape_unicode(const unsigned char *p)
48
- {
49
- signed char b;
50
- UTF32 result = 0;
51
- b = digit_values[p[0]];
52
- if (b < 0) return UNI_REPLACEMENT_CHAR;
53
- result = (result << 4) | (unsigned char)b;
54
- b = digit_values[p[1]];
55
- if (b < 0) return UNI_REPLACEMENT_CHAR;
56
- result = (result << 4) | (unsigned char)b;
57
- b = digit_values[p[2]];
58
- if (b < 0) return UNI_REPLACEMENT_CHAR;
59
- result = (result << 4) | (unsigned char)b;
60
- b = digit_values[p[3]];
61
- if (b < 0) return UNI_REPLACEMENT_CHAR;
62
- result = (result << 4) | (unsigned char)b;
63
- return result;
64
- }
65
-
66
- static int convert_UTF32_to_UTF8(char *buf, UTF32 ch)
67
- {
68
- int len = 1;
69
- if (ch <= 0x7F) {
70
- buf[0] = (char) ch;
71
- } else if (ch <= 0x07FF) {
72
- buf[0] = (char) ((ch >> 6) | 0xC0);
73
- buf[1] = (char) ((ch & 0x3F) | 0x80);
74
- len++;
75
- } else if (ch <= 0xFFFF) {
76
- buf[0] = (char) ((ch >> 12) | 0xE0);
77
- buf[1] = (char) (((ch >> 6) & 0x3F) | 0x80);
78
- buf[2] = (char) ((ch & 0x3F) | 0x80);
79
- len += 2;
80
- } else if (ch <= 0x1fffff) {
81
- buf[0] =(char) ((ch >> 18) | 0xF0);
82
- buf[1] =(char) (((ch >> 12) & 0x3F) | 0x80);
83
- buf[2] =(char) (((ch >> 6) & 0x3F) | 0x80);
84
- buf[3] =(char) ((ch & 0x3F) | 0x80);
85
- len += 3;
86
- } else {
87
- buf[0] = '?';
88
- }
89
- return len;
90
- }
91
-
92
- static VALUE mJSON, mExt, cParser, eParserError, eNestingError;
93
- static VALUE CNaN, CInfinity, CMinusInfinity;
94
-
95
- static ID i_json_creatable_p, i_json_create, i_create_id, i_create_additions,
96
- i_chr, i_max_nesting, i_allow_nan, i_symbolize_names,
97
- i_object_class, i_array_class, i_decimal_class, i_key_p,
98
- i_deep_const_get, i_match, i_match_string, i_aset, i_aref,
99
- i_leftshift, i_new, i_try_convert, i_freeze, i_uminus;
100
-
101
-
102
- #line 125 "parser.rl"
103
-
104
-
105
-
106
- enum {JSON_object_start = 1};
107
- enum {JSON_object_first_final = 27};
108
- enum {JSON_object_error = 0};
109
-
110
- enum {JSON_object_en_main = 1};
111
-
112
- static const char MAYBE_UNUSED(_JSON_object_nfa_targs)[] = {
113
- 0, 0
114
- };
115
-
116
- static const char MAYBE_UNUSED(_JSON_object_nfa_offsets)[] = {
117
- 0, 0, 0, 0, 0, 0, 0, 0,
118
- 0, 0, 0, 0, 0, 0, 0, 0,
119
- 0, 0, 0, 0, 0, 0, 0, 0,
120
- 0, 0, 0, 0, 0
121
- };
122
-
123
- static const char MAYBE_UNUSED(_JSON_object_nfa_push_actions)[] = {
124
- 0, 0
125
- };
126
-
127
- static const char MAYBE_UNUSED(_JSON_object_nfa_pop_trans)[] = {
128
- 0, 0
129
- };
130
-
131
-
132
- #line 167 "parser.rl"
133
-
134
-
135
- static char *JSON_parse_object(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
136
- {
137
- int cs = EVIL;
138
- VALUE last_name = Qnil;
139
- VALUE object_class = json->object_class;
140
-
141
- if (json->max_nesting && current_nesting > json->max_nesting) {
142
- rb_raise(eNestingError, "nesting of %d is too deep", current_nesting);
143
- }
144
-
145
- *result = NIL_P(object_class) ? rb_hash_new() : rb_class_new_instance(0, 0, object_class);
146
-
147
-
148
- {
149
- cs = (int)JSON_object_start;
150
- }
151
-
152
- #line 182 "parser.rl"
153
-
154
-
155
- {
156
- if ( p == pe )
157
- goto _test_eof;
158
- switch ( cs )
159
- {
160
- case 1:
161
- goto st_case_1;
162
- case 0:
163
- goto st_case_0;
164
- case 2:
165
- goto st_case_2;
166
- case 3:
167
- goto st_case_3;
168
- case 4:
169
- goto st_case_4;
170
- case 5:
171
- goto st_case_5;
172
- case 6:
173
- goto st_case_6;
174
- case 7:
175
- goto st_case_7;
176
- case 8:
177
- goto st_case_8;
178
- case 9:
179
- goto st_case_9;
180
- case 10:
181
- goto st_case_10;
182
- case 11:
183
- goto st_case_11;
184
- case 12:
185
- goto st_case_12;
186
- case 13:
187
- goto st_case_13;
188
- case 14:
189
- goto st_case_14;
190
- case 15:
191
- goto st_case_15;
192
- case 16:
193
- goto st_case_16;
194
- case 17:
195
- goto st_case_17;
196
- case 18:
197
- goto st_case_18;
198
- case 27:
199
- goto st_case_27;
200
- case 19:
201
- goto st_case_19;
202
- case 20:
203
- goto st_case_20;
204
- case 21:
205
- goto st_case_21;
206
- case 22:
207
- goto st_case_22;
208
- case 23:
209
- goto st_case_23;
210
- case 24:
211
- goto st_case_24;
212
- case 25:
213
- goto st_case_25;
214
- case 26:
215
- goto st_case_26;
216
- }
217
- goto st_out;
218
- st_case_1:
219
- if ( ( (*( p))) == 123 ) {
220
- goto st2;
221
- }
222
- {
223
- goto st0;
224
- }
225
- st_case_0:
226
- st0:
227
- cs = 0;
228
- goto _out;
229
- st2:
230
- p+= 1;
231
- if ( p == pe )
232
- goto _test_eof2;
233
- st_case_2:
234
- switch( ( (*( p))) ) {
235
- case 13: {
236
- goto st2;
237
- }
238
- case 32: {
239
- goto st2;
240
- }
241
- case 34: {
242
- goto ctr2;
243
- }
244
- case 47: {
245
- goto st23;
246
- }
247
- case 125: {
248
- goto ctr4;
249
- }
250
- }
251
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
252
- goto st2;
253
- }
254
- {
255
- goto st0;
256
- }
257
- ctr2:
258
- {
259
- #line 149 "parser.rl"
260
-
261
- char *np;
262
- json->parsing_name = 1;
263
- np = JSON_parse_string(json, p, pe, &last_name);
264
- json->parsing_name = 0;
265
- if (np == NULL) { {p = p - 1; } {p+= 1; cs = 3; goto _out;} } else {p = (( np))-1;}
266
-
267
- }
268
-
269
- goto st3;
270
- st3:
271
- p+= 1;
272
- if ( p == pe )
273
- goto _test_eof3;
274
- st_case_3:
275
- switch( ( (*( p))) ) {
276
- case 13: {
277
- goto st3;
278
- }
279
- case 32: {
280
- goto st3;
281
- }
282
- case 47: {
283
- goto st4;
284
- }
285
- case 58: {
286
- goto st8;
287
- }
288
- }
289
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
290
- goto st3;
291
- }
292
- {
293
- goto st0;
294
- }
295
- st4:
296
- p+= 1;
297
- if ( p == pe )
298
- goto _test_eof4;
299
- st_case_4:
300
- switch( ( (*( p))) ) {
301
- case 42: {
302
- goto st5;
303
- }
304
- case 47: {
305
- goto st7;
306
- }
307
- }
308
- {
309
- goto st0;
310
- }
311
- st5:
312
- p+= 1;
313
- if ( p == pe )
314
- goto _test_eof5;
315
- st_case_5:
316
- if ( ( (*( p))) == 42 ) {
317
- goto st6;
318
- }
319
- {
320
- goto st5;
321
- }
322
- st6:
323
- p+= 1;
324
- if ( p == pe )
325
- goto _test_eof6;
326
- st_case_6:
327
- switch( ( (*( p))) ) {
328
- case 42: {
329
- goto st6;
330
- }
331
- case 47: {
332
- goto st3;
333
- }
334
- }
335
- {
336
- goto st5;
337
- }
338
- st7:
339
- p+= 1;
340
- if ( p == pe )
341
- goto _test_eof7;
342
- st_case_7:
343
- if ( ( (*( p))) == 10 ) {
344
- goto st3;
345
- }
346
- {
347
- goto st7;
348
- }
349
- st8:
350
- p+= 1;
351
- if ( p == pe )
352
- goto _test_eof8;
353
- st_case_8:
354
- switch( ( (*( p))) ) {
355
- case 13: {
356
- goto st8;
357
- }
358
- case 32: {
359
- goto st8;
360
- }
361
- case 34: {
362
- goto ctr11;
363
- }
364
- case 45: {
365
- goto ctr11;
366
- }
367
- case 47: {
368
- goto st19;
369
- }
370
- case 73: {
371
- goto ctr11;
372
- }
373
- case 78: {
374
- goto ctr11;
375
- }
376
- case 91: {
377
- goto ctr11;
378
- }
379
- case 102: {
380
- goto ctr11;
381
- }
382
- case 110: {
383
- goto ctr11;
384
- }
385
- case 116: {
386
- goto ctr11;
387
- }
388
- case 123: {
389
- goto ctr11;
390
- }
391
- }
392
- if ( ( (*( p))) > 10 ) {
393
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
394
- goto ctr11;
395
- }
396
- } else if ( ( (*( p))) >= 9 ) {
397
- goto st8;
398
- }
399
- {
400
- goto st0;
401
- }
402
- ctr11:
403
- {
404
- #line 133 "parser.rl"
405
-
406
- VALUE v = Qnil;
407
- char *np = JSON_parse_value(json, p, pe, &v, current_nesting);
408
- if (np == NULL) {
409
- {p = p - 1; } {p+= 1; cs = 9; goto _out;}
410
- } else {
411
- if (NIL_P(json->object_class)) {
412
- OBJ_FREEZE(last_name);
413
- rb_hash_aset(*result, last_name, v);
414
- } else {
415
- rb_funcall(*result, i_aset, 2, last_name, v);
416
- }
417
- {p = (( np))-1;}
418
-
419
- }
420
- }
421
-
422
- goto st9;
423
- st9:
424
- p+= 1;
425
- if ( p == pe )
426
- goto _test_eof9;
427
- st_case_9:
428
- switch( ( (*( p))) ) {
429
- case 13: {
430
- goto st9;
431
- }
432
- case 32: {
433
- goto st9;
434
- }
435
- case 44: {
436
- goto st10;
437
- }
438
- case 47: {
439
- goto st15;
440
- }
441
- case 125: {
442
- goto ctr4;
443
- }
444
- }
445
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
446
- goto st9;
447
- }
448
- {
449
- goto st0;
450
- }
451
- st10:
452
- p+= 1;
453
- if ( p == pe )
454
- goto _test_eof10;
455
- st_case_10:
456
- switch( ( (*( p))) ) {
457
- case 13: {
458
- goto st10;
459
- }
460
- case 32: {
461
- goto st10;
462
- }
463
- case 34: {
464
- goto ctr2;
465
- }
466
- case 47: {
467
- goto st11;
468
- }
469
- }
470
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
471
- goto st10;
472
- }
473
- {
474
- goto st0;
475
- }
476
- st11:
477
- p+= 1;
478
- if ( p == pe )
479
- goto _test_eof11;
480
- st_case_11:
481
- switch( ( (*( p))) ) {
482
- case 42: {
483
- goto st12;
484
- }
485
- case 47: {
486
- goto st14;
487
- }
488
- }
489
- {
490
- goto st0;
491
- }
492
- st12:
493
- p+= 1;
494
- if ( p == pe )
495
- goto _test_eof12;
496
- st_case_12:
497
- if ( ( (*( p))) == 42 ) {
498
- goto st13;
499
- }
500
- {
501
- goto st12;
502
- }
503
- st13:
504
- p+= 1;
505
- if ( p == pe )
506
- goto _test_eof13;
507
- st_case_13:
508
- switch( ( (*( p))) ) {
509
- case 42: {
510
- goto st13;
511
- }
512
- case 47: {
513
- goto st10;
514
- }
515
- }
516
- {
517
- goto st12;
518
- }
519
- st14:
520
- p+= 1;
521
- if ( p == pe )
522
- goto _test_eof14;
523
- st_case_14:
524
- if ( ( (*( p))) == 10 ) {
525
- goto st10;
526
- }
527
- {
528
- goto st14;
529
- }
530
- st15:
531
- p+= 1;
532
- if ( p == pe )
533
- goto _test_eof15;
534
- st_case_15:
535
- switch( ( (*( p))) ) {
536
- case 42: {
537
- goto st16;
538
- }
539
- case 47: {
540
- goto st18;
541
- }
542
- }
543
- {
544
- goto st0;
545
- }
546
- st16:
547
- p+= 1;
548
- if ( p == pe )
549
- goto _test_eof16;
550
- st_case_16:
551
- if ( ( (*( p))) == 42 ) {
552
- goto st17;
553
- }
554
- {
555
- goto st16;
556
- }
557
- st17:
558
- p+= 1;
559
- if ( p == pe )
560
- goto _test_eof17;
561
- st_case_17:
562
- switch( ( (*( p))) ) {
563
- case 42: {
564
- goto st17;
565
- }
566
- case 47: {
567
- goto st9;
568
- }
569
- }
570
- {
571
- goto st16;
572
- }
573
- st18:
574
- p+= 1;
575
- if ( p == pe )
576
- goto _test_eof18;
577
- st_case_18:
578
- if ( ( (*( p))) == 10 ) {
579
- goto st9;
580
- }
581
- {
582
- goto st18;
583
- }
584
- ctr4:
585
- {
586
- #line 157 "parser.rl"
587
- {p = p - 1; } {p+= 1; cs = 27; goto _out;} }
588
-
589
- goto st27;
590
- st27:
591
- p+= 1;
592
- if ( p == pe )
593
- goto _test_eof27;
594
- st_case_27:
595
- {
596
- goto st0;
597
- }
598
- st19:
599
- p+= 1;
600
- if ( p == pe )
601
- goto _test_eof19;
602
- st_case_19:
603
- switch( ( (*( p))) ) {
604
- case 42: {
605
- goto st20;
606
- }
607
- case 47: {
608
- goto st22;
609
- }
610
- }
611
- {
612
- goto st0;
613
- }
614
- st20:
615
- p+= 1;
616
- if ( p == pe )
617
- goto _test_eof20;
618
- st_case_20:
619
- if ( ( (*( p))) == 42 ) {
620
- goto st21;
621
- }
622
- {
623
- goto st20;
624
- }
625
- st21:
626
- p+= 1;
627
- if ( p == pe )
628
- goto _test_eof21;
629
- st_case_21:
630
- switch( ( (*( p))) ) {
631
- case 42: {
632
- goto st21;
633
- }
634
- case 47: {
635
- goto st8;
636
- }
637
- }
638
- {
639
- goto st20;
640
- }
641
- st22:
642
- p+= 1;
643
- if ( p == pe )
644
- goto _test_eof22;
645
- st_case_22:
646
- if ( ( (*( p))) == 10 ) {
647
- goto st8;
648
- }
649
- {
650
- goto st22;
651
- }
652
- st23:
653
- p+= 1;
654
- if ( p == pe )
655
- goto _test_eof23;
656
- st_case_23:
657
- switch( ( (*( p))) ) {
658
- case 42: {
659
- goto st24;
660
- }
661
- case 47: {
662
- goto st26;
663
- }
664
- }
665
- {
666
- goto st0;
667
- }
668
- st24:
669
- p+= 1;
670
- if ( p == pe )
671
- goto _test_eof24;
672
- st_case_24:
673
- if ( ( (*( p))) == 42 ) {
674
- goto st25;
675
- }
676
- {
677
- goto st24;
678
- }
679
- st25:
680
- p+= 1;
681
- if ( p == pe )
682
- goto _test_eof25;
683
- st_case_25:
684
- switch( ( (*( p))) ) {
685
- case 42: {
686
- goto st25;
687
- }
688
- case 47: {
689
- goto st2;
690
- }
691
- }
692
- {
693
- goto st24;
694
- }
695
- st26:
696
- p+= 1;
697
- if ( p == pe )
698
- goto _test_eof26;
699
- st_case_26:
700
- if ( ( (*( p))) == 10 ) {
701
- goto st2;
702
- }
703
- {
704
- goto st26;
705
- }
706
- st_out:
707
- _test_eof2: cs = 2; goto _test_eof;
708
- _test_eof3: cs = 3; goto _test_eof;
709
- _test_eof4: cs = 4; goto _test_eof;
710
- _test_eof5: cs = 5; goto _test_eof;
711
- _test_eof6: cs = 6; goto _test_eof;
712
- _test_eof7: cs = 7; goto _test_eof;
713
- _test_eof8: cs = 8; goto _test_eof;
714
- _test_eof9: cs = 9; goto _test_eof;
715
- _test_eof10: cs = 10; goto _test_eof;
716
- _test_eof11: cs = 11; goto _test_eof;
717
- _test_eof12: cs = 12; goto _test_eof;
718
- _test_eof13: cs = 13; goto _test_eof;
719
- _test_eof14: cs = 14; goto _test_eof;
720
- _test_eof15: cs = 15; goto _test_eof;
721
- _test_eof16: cs = 16; goto _test_eof;
722
- _test_eof17: cs = 17; goto _test_eof;
723
- _test_eof18: cs = 18; goto _test_eof;
724
- _test_eof27: cs = 27; goto _test_eof;
725
- _test_eof19: cs = 19; goto _test_eof;
726
- _test_eof20: cs = 20; goto _test_eof;
727
- _test_eof21: cs = 21; goto _test_eof;
728
- _test_eof22: cs = 22; goto _test_eof;
729
- _test_eof23: cs = 23; goto _test_eof;
730
- _test_eof24: cs = 24; goto _test_eof;
731
- _test_eof25: cs = 25; goto _test_eof;
732
- _test_eof26: cs = 26; goto _test_eof;
733
-
734
- _test_eof: {}
735
- _out: {}
736
- }
737
-
738
- #line 183 "parser.rl"
739
-
740
-
741
- if (cs >= JSON_object_first_final) {
742
- if (json->create_additions) {
743
- VALUE klassname;
744
- if (NIL_P(json->object_class)) {
745
- klassname = rb_hash_aref(*result, json->create_id);
746
- } else {
747
- klassname = rb_funcall(*result, i_aref, 1, json->create_id);
748
- }
749
- if (!NIL_P(klassname)) {
750
- VALUE klass = rb_funcall(mJSON, i_deep_const_get, 1, klassname);
751
- if (RTEST(rb_funcall(klass, i_json_creatable_p, 0))) {
752
- *result = rb_funcall(klass, i_json_create, 1, *result);
753
- }
754
- }
755
- }
756
- return p + 1;
757
- } else {
758
- return NULL;
759
- }
760
- }
761
-
762
-
763
-
764
- enum {JSON_value_start = 1};
765
- enum {JSON_value_first_final = 29};
766
- enum {JSON_value_error = 0};
767
-
768
- enum {JSON_value_en_main = 1};
769
-
770
- static const char MAYBE_UNUSED(_JSON_value_nfa_targs)[] = {
771
- 0, 0
772
- };
773
-
774
- static const char MAYBE_UNUSED(_JSON_value_nfa_offsets)[] = {
775
- 0, 0, 0, 0, 0, 0, 0, 0,
776
- 0, 0, 0, 0, 0, 0, 0, 0,
777
- 0, 0, 0, 0, 0, 0, 0, 0,
778
- 0, 0, 0, 0, 0, 0, 0
779
- };
780
-
781
- static const char MAYBE_UNUSED(_JSON_value_nfa_push_actions)[] = {
782
- 0, 0
783
- };
784
-
785
- static const char MAYBE_UNUSED(_JSON_value_nfa_pop_trans)[] = {
786
- 0, 0
787
- };
788
-
789
-
790
- #line 283 "parser.rl"
791
-
792
-
793
- static char *JSON_parse_value(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
794
- {
795
- int cs = EVIL;
796
-
797
-
798
- {
799
- cs = (int)JSON_value_start;
800
- }
801
-
802
- #line 290 "parser.rl"
803
-
804
-
805
- {
806
- if ( p == pe )
807
- goto _test_eof;
808
- switch ( cs )
809
- {
810
- case 1:
811
- goto st_case_1;
812
- case 0:
813
- goto st_case_0;
814
- case 29:
815
- goto st_case_29;
816
- case 2:
817
- goto st_case_2;
818
- case 3:
819
- goto st_case_3;
820
- case 4:
821
- goto st_case_4;
822
- case 5:
823
- goto st_case_5;
824
- case 6:
825
- goto st_case_6;
826
- case 7:
827
- goto st_case_7;
828
- case 8:
829
- goto st_case_8;
830
- case 9:
831
- goto st_case_9;
832
- case 10:
833
- goto st_case_10;
834
- case 11:
835
- goto st_case_11;
836
- case 12:
837
- goto st_case_12;
838
- case 13:
839
- goto st_case_13;
840
- case 14:
841
- goto st_case_14;
842
- case 15:
843
- goto st_case_15;
844
- case 16:
845
- goto st_case_16;
846
- case 17:
847
- goto st_case_17;
848
- case 18:
849
- goto st_case_18;
850
- case 19:
851
- goto st_case_19;
852
- case 20:
853
- goto st_case_20;
854
- case 21:
855
- goto st_case_21;
856
- case 22:
857
- goto st_case_22;
858
- case 23:
859
- goto st_case_23;
860
- case 24:
861
- goto st_case_24;
862
- case 25:
863
- goto st_case_25;
864
- case 26:
865
- goto st_case_26;
866
- case 27:
867
- goto st_case_27;
868
- case 28:
869
- goto st_case_28;
870
- }
871
- goto st_out;
872
- st1:
873
- p+= 1;
874
- if ( p == pe )
875
- goto _test_eof1;
876
- st_case_1:
877
- switch( ( (*( p))) ) {
878
- case 13: {
879
- goto st1;
880
- }
881
- case 32: {
882
- goto st1;
883
- }
884
- case 34: {
885
- goto ctr2;
886
- }
887
- case 45: {
888
- goto ctr3;
889
- }
890
- case 47: {
891
- goto st6;
892
- }
893
- case 73: {
894
- goto st10;
895
- }
896
- case 78: {
897
- goto st17;
898
- }
899
- case 91: {
900
- goto ctr7;
901
- }
902
- case 102: {
903
- goto st19;
904
- }
905
- case 110: {
906
- goto st23;
907
- }
908
- case 116: {
909
- goto st26;
910
- }
911
- case 123: {
912
- goto ctr11;
913
- }
914
- }
915
- if ( ( (*( p))) > 10 ) {
916
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
917
- goto ctr3;
918
- }
919
- } else if ( ( (*( p))) >= 9 ) {
920
- goto st1;
921
- }
922
- {
923
- goto st0;
924
- }
925
- st_case_0:
926
- st0:
927
- cs = 0;
928
- goto _out;
929
- ctr2:
930
- {
931
- #line 235 "parser.rl"
932
-
933
- char *np = JSON_parse_string(json, p, pe, result);
934
- if (np == NULL) { {p = p - 1; } {p+= 1; cs = 29; goto _out;} } else {p = (( np))-1;}
935
-
936
- }
937
-
938
- goto st29;
939
- ctr3:
940
- {
941
- #line 240 "parser.rl"
942
-
943
- char *np;
944
- if(pe > p + 8 && !strncmp(MinusInfinity, p, 9)) {
945
- if (json->allow_nan) {
946
- *result = CMinusInfinity;
947
- {p = (( p + 10))-1;}
948
-
949
- {p = p - 1; } {p+= 1; cs = 29; goto _out;}
950
- } else {
951
- rb_enc_raise(EXC_ENCODING eParserError, "unexpected token at '%s'", p);
952
- }
953
- }
954
- np = JSON_parse_float(json, p, pe, result);
955
- if (np != NULL) {p = (( np))-1;}
956
-
957
- np = JSON_parse_integer(json, p, pe, result);
958
- if (np != NULL) {p = (( np))-1;}
959
-
960
- {p = p - 1; } {p+= 1; cs = 29; goto _out;}
961
- }
962
-
963
- goto st29;
964
- ctr7:
965
- {
966
- #line 258 "parser.rl"
967
-
968
- char *np;
969
- np = JSON_parse_array(json, p, pe, result, current_nesting + 1);
970
- if (np == NULL) { {p = p - 1; } {p+= 1; cs = 29; goto _out;} } else {p = (( np))-1;}
971
-
972
- }
973
-
974
- goto st29;
975
- ctr11:
976
- {
977
- #line 264 "parser.rl"
978
-
979
- char *np;
980
- np = JSON_parse_object(json, p, pe, result, current_nesting + 1);
981
- if (np == NULL) { {p = p - 1; } {p+= 1; cs = 29; goto _out;} } else {p = (( np))-1;}
982
-
983
- }
984
-
985
- goto st29;
986
- ctr25:
987
- {
988
- #line 228 "parser.rl"
989
-
990
- if (json->allow_nan) {
991
- *result = CInfinity;
992
- } else {
993
- rb_enc_raise(EXC_ENCODING eParserError, "unexpected token at '%s'", p - 8);
994
- }
995
- }
996
-
997
- goto st29;
998
- ctr27:
999
- {
1000
- #line 221 "parser.rl"
1001
-
1002
- if (json->allow_nan) {
1003
- *result = CNaN;
1004
- } else {
1005
- rb_enc_raise(EXC_ENCODING eParserError, "unexpected token at '%s'", p - 2);
1006
- }
1007
- }
1008
-
1009
- goto st29;
1010
- ctr31:
1011
- {
1012
- #line 215 "parser.rl"
1013
-
1014
- *result = Qfalse;
1015
- }
1016
-
1017
- goto st29;
1018
- ctr34:
1019
- {
1020
- #line 212 "parser.rl"
1021
-
1022
- *result = Qnil;
1023
- }
1024
-
1025
- goto st29;
1026
- ctr37:
1027
- {
1028
- #line 218 "parser.rl"
1029
-
1030
- *result = Qtrue;
1031
- }
1032
-
1033
- goto st29;
1034
- st29:
1035
- p+= 1;
1036
- if ( p == pe )
1037
- goto _test_eof29;
1038
- st_case_29:
1039
- {
1040
- #line 270 "parser.rl"
1041
- {p = p - 1; } {p+= 1; cs = 29; goto _out;} }
1042
- switch( ( (*( p))) ) {
1043
- case 13: {
1044
- goto st29;
1045
- }
1046
- case 32: {
1047
- goto st29;
1048
- }
1049
- case 47: {
1050
- goto st2;
1051
- }
1052
- }
1053
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
1054
- goto st29;
1055
- }
1056
- {
1057
- goto st0;
1058
- }
1059
- st2:
1060
- p+= 1;
1061
- if ( p == pe )
1062
- goto _test_eof2;
1063
- st_case_2:
1064
- switch( ( (*( p))) ) {
1065
- case 42: {
1066
- goto st3;
1067
- }
1068
- case 47: {
1069
- goto st5;
1070
- }
1071
- }
1072
- {
1073
- goto st0;
1074
- }
1075
- st3:
1076
- p+= 1;
1077
- if ( p == pe )
1078
- goto _test_eof3;
1079
- st_case_3:
1080
- if ( ( (*( p))) == 42 ) {
1081
- goto st4;
1082
- }
1083
- {
1084
- goto st3;
1085
- }
1086
- st4:
1087
- p+= 1;
1088
- if ( p == pe )
1089
- goto _test_eof4;
1090
- st_case_4:
1091
- switch( ( (*( p))) ) {
1092
- case 42: {
1093
- goto st4;
1094
- }
1095
- case 47: {
1096
- goto st29;
1097
- }
1098
- }
1099
- {
1100
- goto st3;
1101
- }
1102
- st5:
1103
- p+= 1;
1104
- if ( p == pe )
1105
- goto _test_eof5;
1106
- st_case_5:
1107
- if ( ( (*( p))) == 10 ) {
1108
- goto st29;
1109
- }
1110
- {
1111
- goto st5;
1112
- }
1113
- st6:
1114
- p+= 1;
1115
- if ( p == pe )
1116
- goto _test_eof6;
1117
- st_case_6:
1118
- switch( ( (*( p))) ) {
1119
- case 42: {
1120
- goto st7;
1121
- }
1122
- case 47: {
1123
- goto st9;
1124
- }
1125
- }
1126
- {
1127
- goto st0;
1128
- }
1129
- st7:
1130
- p+= 1;
1131
- if ( p == pe )
1132
- goto _test_eof7;
1133
- st_case_7:
1134
- if ( ( (*( p))) == 42 ) {
1135
- goto st8;
1136
- }
1137
- {
1138
- goto st7;
1139
- }
1140
- st8:
1141
- p+= 1;
1142
- if ( p == pe )
1143
- goto _test_eof8;
1144
- st_case_8:
1145
- switch( ( (*( p))) ) {
1146
- case 42: {
1147
- goto st8;
1148
- }
1149
- case 47: {
1150
- goto st1;
1151
- }
1152
- }
1153
- {
1154
- goto st7;
1155
- }
1156
- st9:
1157
- p+= 1;
1158
- if ( p == pe )
1159
- goto _test_eof9;
1160
- st_case_9:
1161
- if ( ( (*( p))) == 10 ) {
1162
- goto st1;
1163
- }
1164
- {
1165
- goto st9;
1166
- }
1167
- st10:
1168
- p+= 1;
1169
- if ( p == pe )
1170
- goto _test_eof10;
1171
- st_case_10:
1172
- if ( ( (*( p))) == 110 ) {
1173
- goto st11;
1174
- }
1175
- {
1176
- goto st0;
1177
- }
1178
- st11:
1179
- p+= 1;
1180
- if ( p == pe )
1181
- goto _test_eof11;
1182
- st_case_11:
1183
- if ( ( (*( p))) == 102 ) {
1184
- goto st12;
1185
- }
1186
- {
1187
- goto st0;
1188
- }
1189
- st12:
1190
- p+= 1;
1191
- if ( p == pe )
1192
- goto _test_eof12;
1193
- st_case_12:
1194
- if ( ( (*( p))) == 105 ) {
1195
- goto st13;
1196
- }
1197
- {
1198
- goto st0;
1199
- }
1200
- st13:
1201
- p+= 1;
1202
- if ( p == pe )
1203
- goto _test_eof13;
1204
- st_case_13:
1205
- if ( ( (*( p))) == 110 ) {
1206
- goto st14;
1207
- }
1208
- {
1209
- goto st0;
1210
- }
1211
- st14:
1212
- p+= 1;
1213
- if ( p == pe )
1214
- goto _test_eof14;
1215
- st_case_14:
1216
- if ( ( (*( p))) == 105 ) {
1217
- goto st15;
1218
- }
1219
- {
1220
- goto st0;
1221
- }
1222
- st15:
1223
- p+= 1;
1224
- if ( p == pe )
1225
- goto _test_eof15;
1226
- st_case_15:
1227
- if ( ( (*( p))) == 116 ) {
1228
- goto st16;
1229
- }
1230
- {
1231
- goto st0;
1232
- }
1233
- st16:
1234
- p+= 1;
1235
- if ( p == pe )
1236
- goto _test_eof16;
1237
- st_case_16:
1238
- if ( ( (*( p))) == 121 ) {
1239
- goto ctr25;
1240
- }
1241
- {
1242
- goto st0;
1243
- }
1244
- st17:
1245
- p+= 1;
1246
- if ( p == pe )
1247
- goto _test_eof17;
1248
- st_case_17:
1249
- if ( ( (*( p))) == 97 ) {
1250
- goto st18;
1251
- }
1252
- {
1253
- goto st0;
1254
- }
1255
- st18:
1256
- p+= 1;
1257
- if ( p == pe )
1258
- goto _test_eof18;
1259
- st_case_18:
1260
- if ( ( (*( p))) == 78 ) {
1261
- goto ctr27;
1262
- }
1263
- {
1264
- goto st0;
1265
- }
1266
- st19:
1267
- p+= 1;
1268
- if ( p == pe )
1269
- goto _test_eof19;
1270
- st_case_19:
1271
- if ( ( (*( p))) == 97 ) {
1272
- goto st20;
1273
- }
1274
- {
1275
- goto st0;
1276
- }
1277
- st20:
1278
- p+= 1;
1279
- if ( p == pe )
1280
- goto _test_eof20;
1281
- st_case_20:
1282
- if ( ( (*( p))) == 108 ) {
1283
- goto st21;
1284
- }
1285
- {
1286
- goto st0;
1287
- }
1288
- st21:
1289
- p+= 1;
1290
- if ( p == pe )
1291
- goto _test_eof21;
1292
- st_case_21:
1293
- if ( ( (*( p))) == 115 ) {
1294
- goto st22;
1295
- }
1296
- {
1297
- goto st0;
1298
- }
1299
- st22:
1300
- p+= 1;
1301
- if ( p == pe )
1302
- goto _test_eof22;
1303
- st_case_22:
1304
- if ( ( (*( p))) == 101 ) {
1305
- goto ctr31;
1306
- }
1307
- {
1308
- goto st0;
1309
- }
1310
- st23:
1311
- p+= 1;
1312
- if ( p == pe )
1313
- goto _test_eof23;
1314
- st_case_23:
1315
- if ( ( (*( p))) == 117 ) {
1316
- goto st24;
1317
- }
1318
- {
1319
- goto st0;
1320
- }
1321
- st24:
1322
- p+= 1;
1323
- if ( p == pe )
1324
- goto _test_eof24;
1325
- st_case_24:
1326
- if ( ( (*( p))) == 108 ) {
1327
- goto st25;
1328
- }
1329
- {
1330
- goto st0;
1331
- }
1332
- st25:
1333
- p+= 1;
1334
- if ( p == pe )
1335
- goto _test_eof25;
1336
- st_case_25:
1337
- if ( ( (*( p))) == 108 ) {
1338
- goto ctr34;
1339
- }
1340
- {
1341
- goto st0;
1342
- }
1343
- st26:
1344
- p+= 1;
1345
- if ( p == pe )
1346
- goto _test_eof26;
1347
- st_case_26:
1348
- if ( ( (*( p))) == 114 ) {
1349
- goto st27;
1350
- }
1351
- {
1352
- goto st0;
1353
- }
1354
- st27:
1355
- p+= 1;
1356
- if ( p == pe )
1357
- goto _test_eof27;
1358
- st_case_27:
1359
- if ( ( (*( p))) == 117 ) {
1360
- goto st28;
1361
- }
1362
- {
1363
- goto st0;
1364
- }
1365
- st28:
1366
- p+= 1;
1367
- if ( p == pe )
1368
- goto _test_eof28;
1369
- st_case_28:
1370
- if ( ( (*( p))) == 101 ) {
1371
- goto ctr37;
1372
- }
1373
- {
1374
- goto st0;
1375
- }
1376
- st_out:
1377
- _test_eof1: cs = 1; goto _test_eof;
1378
- _test_eof29: cs = 29; goto _test_eof;
1379
- _test_eof2: cs = 2; goto _test_eof;
1380
- _test_eof3: cs = 3; goto _test_eof;
1381
- _test_eof4: cs = 4; goto _test_eof;
1382
- _test_eof5: cs = 5; goto _test_eof;
1383
- _test_eof6: cs = 6; goto _test_eof;
1384
- _test_eof7: cs = 7; goto _test_eof;
1385
- _test_eof8: cs = 8; goto _test_eof;
1386
- _test_eof9: cs = 9; goto _test_eof;
1387
- _test_eof10: cs = 10; goto _test_eof;
1388
- _test_eof11: cs = 11; goto _test_eof;
1389
- _test_eof12: cs = 12; goto _test_eof;
1390
- _test_eof13: cs = 13; goto _test_eof;
1391
- _test_eof14: cs = 14; goto _test_eof;
1392
- _test_eof15: cs = 15; goto _test_eof;
1393
- _test_eof16: cs = 16; goto _test_eof;
1394
- _test_eof17: cs = 17; goto _test_eof;
1395
- _test_eof18: cs = 18; goto _test_eof;
1396
- _test_eof19: cs = 19; goto _test_eof;
1397
- _test_eof20: cs = 20; goto _test_eof;
1398
- _test_eof21: cs = 21; goto _test_eof;
1399
- _test_eof22: cs = 22; goto _test_eof;
1400
- _test_eof23: cs = 23; goto _test_eof;
1401
- _test_eof24: cs = 24; goto _test_eof;
1402
- _test_eof25: cs = 25; goto _test_eof;
1403
- _test_eof26: cs = 26; goto _test_eof;
1404
- _test_eof27: cs = 27; goto _test_eof;
1405
- _test_eof28: cs = 28; goto _test_eof;
1406
-
1407
- _test_eof: {}
1408
- _out: {}
1409
- }
1410
-
1411
- #line 291 "parser.rl"
1412
-
1413
-
1414
- if (json->freeze) {
1415
- OBJ_FREEZE(*result);
1416
- }
1417
-
1418
- if (cs >= JSON_value_first_final) {
1419
- return p;
1420
- } else {
1421
- return NULL;
1422
- }
1423
- }
1424
-
1425
-
1426
- enum {JSON_integer_start = 1};
1427
- enum {JSON_integer_first_final = 3};
1428
- enum {JSON_integer_error = 0};
1429
-
1430
- enum {JSON_integer_en_main = 1};
1431
-
1432
- static const char MAYBE_UNUSED(_JSON_integer_nfa_targs)[] = {
1433
- 0, 0
1434
- };
1435
-
1436
- static const char MAYBE_UNUSED(_JSON_integer_nfa_offsets)[] = {
1437
- 0, 0, 0, 0, 0, 0, 0
1438
- };
1439
-
1440
- static const char MAYBE_UNUSED(_JSON_integer_nfa_push_actions)[] = {
1441
- 0, 0
1442
- };
1443
-
1444
- static const char MAYBE_UNUSED(_JSON_integer_nfa_pop_trans)[] = {
1445
- 0, 0
1446
- };
1447
-
1448
-
1449
- #line 311 "parser.rl"
1450
-
1451
-
1452
- static char *JSON_parse_integer(JSON_Parser *json, char *p, char *pe, VALUE *result)
1453
- {
1454
- int cs = EVIL;
1455
-
1456
-
1457
- {
1458
- cs = (int)JSON_integer_start;
1459
- }
1460
-
1461
- #line 318 "parser.rl"
1462
-
1463
- json->memo = p;
1464
-
1465
- {
1466
- if ( p == pe )
1467
- goto _test_eof;
1468
- switch ( cs )
1469
- {
1470
- case 1:
1471
- goto st_case_1;
1472
- case 0:
1473
- goto st_case_0;
1474
- case 2:
1475
- goto st_case_2;
1476
- case 3:
1477
- goto st_case_3;
1478
- case 4:
1479
- goto st_case_4;
1480
- case 5:
1481
- goto st_case_5;
1482
- }
1483
- goto st_out;
1484
- st_case_1:
1485
- switch( ( (*( p))) ) {
1486
- case 45: {
1487
- goto st2;
1488
- }
1489
- case 48: {
1490
- goto st3;
1491
- }
1492
- }
1493
- if ( 49 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1494
- goto st5;
1495
- }
1496
- {
1497
- goto st0;
1498
- }
1499
- st_case_0:
1500
- st0:
1501
- cs = 0;
1502
- goto _out;
1503
- st2:
1504
- p+= 1;
1505
- if ( p == pe )
1506
- goto _test_eof2;
1507
- st_case_2:
1508
- if ( ( (*( p))) == 48 ) {
1509
- goto st3;
1510
- }
1511
- if ( 49 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1512
- goto st5;
1513
- }
1514
- {
1515
- goto st0;
1516
- }
1517
- st3:
1518
- p+= 1;
1519
- if ( p == pe )
1520
- goto _test_eof3;
1521
- st_case_3:
1522
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1523
- goto st0;
1524
- }
1525
- {
1526
- goto ctr4;
1527
- }
1528
- ctr4:
1529
- {
1530
- #line 308 "parser.rl"
1531
- {p = p - 1; } {p+= 1; cs = 4; goto _out;} }
1532
-
1533
- goto st4;
1534
- st4:
1535
- p+= 1;
1536
- if ( p == pe )
1537
- goto _test_eof4;
1538
- st_case_4:
1539
- {
1540
- goto st0;
1541
- }
1542
- st5:
1543
- p+= 1;
1544
- if ( p == pe )
1545
- goto _test_eof5;
1546
- st_case_5:
1547
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1548
- goto st5;
1549
- }
1550
- {
1551
- goto ctr4;
1552
- }
1553
- st_out:
1554
- _test_eof2: cs = 2; goto _test_eof;
1555
- _test_eof3: cs = 3; goto _test_eof;
1556
- _test_eof4: cs = 4; goto _test_eof;
1557
- _test_eof5: cs = 5; goto _test_eof;
1558
-
1559
- _test_eof: {}
1560
- _out: {}
1561
- }
1562
-
1563
- #line 320 "parser.rl"
1564
-
1565
-
1566
- if (cs >= JSON_integer_first_final) {
1567
- long len = p - json->memo;
1568
- fbuffer_clear(json->fbuffer);
1569
- fbuffer_append(json->fbuffer, json->memo, len);
1570
- fbuffer_append_char(json->fbuffer, '\0');
1571
- *result = rb_cstr2inum(FBUFFER_PTR(json->fbuffer), 10);
1572
- return p + 1;
1573
- } else {
1574
- return NULL;
1575
- }
1576
- }
1577
-
1578
-
1579
- enum {JSON_float_start = 1};
1580
- enum {JSON_float_first_final = 8};
1581
- enum {JSON_float_error = 0};
1582
-
1583
- enum {JSON_float_en_main = 1};
1584
-
1585
- static const char MAYBE_UNUSED(_JSON_float_nfa_targs)[] = {
1586
- 0, 0
1587
- };
1588
-
1589
- static const char MAYBE_UNUSED(_JSON_float_nfa_offsets)[] = {
1590
- 0, 0, 0, 0, 0, 0, 0, 0,
1591
- 0, 0, 0, 0
1592
- };
1593
-
1594
- static const char MAYBE_UNUSED(_JSON_float_nfa_push_actions)[] = {
1595
- 0, 0
1596
- };
1597
-
1598
- static const char MAYBE_UNUSED(_JSON_float_nfa_pop_trans)[] = {
1599
- 0, 0
1600
- };
1601
-
1602
-
1603
- #line 345 "parser.rl"
1604
-
1605
-
1606
- static char *JSON_parse_float(JSON_Parser *json, char *p, char *pe, VALUE *result)
1607
- {
1608
- int cs = EVIL;
1609
-
1610
-
1611
- {
1612
- cs = (int)JSON_float_start;
1613
- }
1614
-
1615
- #line 352 "parser.rl"
1616
-
1617
- json->memo = p;
1618
-
1619
- {
1620
- if ( p == pe )
1621
- goto _test_eof;
1622
- switch ( cs )
1623
- {
1624
- case 1:
1625
- goto st_case_1;
1626
- case 0:
1627
- goto st_case_0;
1628
- case 2:
1629
- goto st_case_2;
1630
- case 3:
1631
- goto st_case_3;
1632
- case 4:
1633
- goto st_case_4;
1634
- case 8:
1635
- goto st_case_8;
1636
- case 9:
1637
- goto st_case_9;
1638
- case 5:
1639
- goto st_case_5;
1640
- case 6:
1641
- goto st_case_6;
1642
- case 10:
1643
- goto st_case_10;
1644
- case 7:
1645
- goto st_case_7;
1646
- }
1647
- goto st_out;
1648
- st_case_1:
1649
- switch( ( (*( p))) ) {
1650
- case 45: {
1651
- goto st2;
1652
- }
1653
- case 48: {
1654
- goto st3;
1655
- }
1656
- }
1657
- if ( 49 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1658
- goto st7;
1659
- }
1660
- {
1661
- goto st0;
1662
- }
1663
- st_case_0:
1664
- st0:
1665
- cs = 0;
1666
- goto _out;
1667
- st2:
1668
- p+= 1;
1669
- if ( p == pe )
1670
- goto _test_eof2;
1671
- st_case_2:
1672
- if ( ( (*( p))) == 48 ) {
1673
- goto st3;
1674
- }
1675
- if ( 49 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1676
- goto st7;
1677
- }
1678
- {
1679
- goto st0;
1680
- }
1681
- st3:
1682
- p+= 1;
1683
- if ( p == pe )
1684
- goto _test_eof3;
1685
- st_case_3:
1686
- switch( ( (*( p))) ) {
1687
- case 46: {
1688
- goto st4;
1689
- }
1690
- case 69: {
1691
- goto st5;
1692
- }
1693
- case 101: {
1694
- goto st5;
1695
- }
1696
- }
1697
- {
1698
- goto st0;
1699
- }
1700
- st4:
1701
- p+= 1;
1702
- if ( p == pe )
1703
- goto _test_eof4;
1704
- st_case_4:
1705
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1706
- goto st8;
1707
- }
1708
- {
1709
- goto st0;
1710
- }
1711
- st8:
1712
- p+= 1;
1713
- if ( p == pe )
1714
- goto _test_eof8;
1715
- st_case_8:
1716
- switch( ( (*( p))) ) {
1717
- case 69: {
1718
- goto st5;
1719
- }
1720
- case 101: {
1721
- goto st5;
1722
- }
1723
- }
1724
- if ( ( (*( p))) > 46 ) {
1725
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1726
- goto st8;
1727
- }
1728
- } else if ( ( (*( p))) >= 45 ) {
1729
- goto st0;
1730
- }
1731
- {
1732
- goto ctr9;
1733
- }
1734
- ctr9:
1735
- {
1736
- #line 339 "parser.rl"
1737
- {p = p - 1; } {p+= 1; cs = 9; goto _out;} }
1738
-
1739
- goto st9;
1740
- st9:
1741
- p+= 1;
1742
- if ( p == pe )
1743
- goto _test_eof9;
1744
- st_case_9:
1745
- {
1746
- goto st0;
1747
- }
1748
- st5:
1749
- p+= 1;
1750
- if ( p == pe )
1751
- goto _test_eof5;
1752
- st_case_5:
1753
- switch( ( (*( p))) ) {
1754
- case 43: {
1755
- goto st6;
1756
- }
1757
- case 45: {
1758
- goto st6;
1759
- }
1760
- }
1761
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1762
- goto st10;
1763
- }
1764
- {
1765
- goto st0;
1766
- }
1767
- st6:
1768
- p+= 1;
1769
- if ( p == pe )
1770
- goto _test_eof6;
1771
- st_case_6:
1772
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1773
- goto st10;
1774
- }
1775
- {
1776
- goto st0;
1777
- }
1778
- st10:
1779
- p+= 1;
1780
- if ( p == pe )
1781
- goto _test_eof10;
1782
- st_case_10:
1783
- switch( ( (*( p))) ) {
1784
- case 69: {
1785
- goto st0;
1786
- }
1787
- case 101: {
1788
- goto st0;
1789
- }
1790
- }
1791
- if ( ( (*( p))) > 46 ) {
1792
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1793
- goto st10;
1794
- }
1795
- } else if ( ( (*( p))) >= 45 ) {
1796
- goto st0;
1797
- }
1798
- {
1799
- goto ctr9;
1800
- }
1801
- st7:
1802
- p+= 1;
1803
- if ( p == pe )
1804
- goto _test_eof7;
1805
- st_case_7:
1806
- switch( ( (*( p))) ) {
1807
- case 46: {
1808
- goto st4;
1809
- }
1810
- case 69: {
1811
- goto st5;
1812
- }
1813
- case 101: {
1814
- goto st5;
1815
- }
1816
- }
1817
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
1818
- goto st7;
1819
- }
1820
- {
1821
- goto st0;
1822
- }
1823
- st_out:
1824
- _test_eof2: cs = 2; goto _test_eof;
1825
- _test_eof3: cs = 3; goto _test_eof;
1826
- _test_eof4: cs = 4; goto _test_eof;
1827
- _test_eof8: cs = 8; goto _test_eof;
1828
- _test_eof9: cs = 9; goto _test_eof;
1829
- _test_eof5: cs = 5; goto _test_eof;
1830
- _test_eof6: cs = 6; goto _test_eof;
1831
- _test_eof10: cs = 10; goto _test_eof;
1832
- _test_eof7: cs = 7; goto _test_eof;
1833
-
1834
- _test_eof: {}
1835
- _out: {}
1836
- }
1837
-
1838
- #line 354 "parser.rl"
1839
-
1840
-
1841
- if (cs >= JSON_float_first_final) {
1842
- VALUE mod = Qnil;
1843
- ID method_id = 0;
1844
- if (rb_respond_to(json->decimal_class, i_try_convert)) {
1845
- mod = json->decimal_class;
1846
- method_id = i_try_convert;
1847
- } else if (rb_respond_to(json->decimal_class, i_new)) {
1848
- mod = json->decimal_class;
1849
- method_id = i_new;
1850
- } else if (RB_TYPE_P(json->decimal_class, T_CLASS)) {
1851
- VALUE name = rb_class_name(json->decimal_class);
1852
- const char *name_cstr = RSTRING_PTR(name);
1853
- const char *last_colon = strrchr(name_cstr, ':');
1854
- if (last_colon) {
1855
- const char *mod_path_end = last_colon - 1;
1856
- VALUE mod_path = rb_str_substr(name, 0, mod_path_end - name_cstr);
1857
- mod = rb_path_to_class(mod_path);
1858
-
1859
- const char *method_name_beg = last_colon + 1;
1860
- long before_len = method_name_beg - name_cstr;
1861
- long len = RSTRING_LEN(name) - before_len;
1862
- VALUE method_name = rb_str_substr(name, before_len, len);
1863
- method_id = SYM2ID(rb_str_intern(method_name));
1864
- } else {
1865
- mod = rb_mKernel;
1866
- method_id = SYM2ID(rb_str_intern(name));
1867
- }
1868
- }
1869
-
1870
- long len = p - json->memo;
1871
- fbuffer_clear(json->fbuffer);
1872
- fbuffer_append(json->fbuffer, json->memo, len);
1873
- fbuffer_append_char(json->fbuffer, '\0');
1874
-
1875
- if (method_id) {
1876
- VALUE text = rb_str_new2(FBUFFER_PTR(json->fbuffer));
1877
- *result = rb_funcallv(mod, method_id, 1, &text);
1878
- } else {
1879
- *result = DBL2NUM(rb_cstr_to_dbl(FBUFFER_PTR(json->fbuffer), 1));
1880
- }
1881
-
1882
- return p + 1;
1883
- } else {
1884
- return NULL;
1885
- }
1886
- }
1887
-
1888
-
1889
-
1890
- enum {JSON_array_start = 1};
1891
- enum {JSON_array_first_final = 17};
1892
- enum {JSON_array_error = 0};
1893
-
1894
- enum {JSON_array_en_main = 1};
1895
-
1896
- static const char MAYBE_UNUSED(_JSON_array_nfa_targs)[] = {
1897
- 0, 0
1898
- };
1899
-
1900
- static const char MAYBE_UNUSED(_JSON_array_nfa_offsets)[] = {
1901
- 0, 0, 0, 0, 0, 0, 0, 0,
1902
- 0, 0, 0, 0, 0, 0, 0, 0,
1903
- 0, 0, 0
1904
- };
1905
-
1906
- static const char MAYBE_UNUSED(_JSON_array_nfa_push_actions)[] = {
1907
- 0, 0
1908
- };
1909
-
1910
- static const char MAYBE_UNUSED(_JSON_array_nfa_pop_trans)[] = {
1911
- 0, 0
1912
- };
1913
-
1914
-
1915
- #line 432 "parser.rl"
1916
-
1917
-
1918
- static char *JSON_parse_array(JSON_Parser *json, char *p, char *pe, VALUE *result, int current_nesting)
1919
- {
1920
- int cs = EVIL;
1921
- VALUE array_class = json->array_class;
1922
-
1923
- if (json->max_nesting && current_nesting > json->max_nesting) {
1924
- rb_raise(eNestingError, "nesting of %d is too deep", current_nesting);
1925
- }
1926
- *result = NIL_P(array_class) ? rb_ary_new() : rb_class_new_instance(0, 0, array_class);
1927
-
1928
-
1929
- {
1930
- cs = (int)JSON_array_start;
1931
- }
1932
-
1933
- #line 445 "parser.rl"
1934
-
1935
-
1936
- {
1937
- if ( p == pe )
1938
- goto _test_eof;
1939
- switch ( cs )
1940
- {
1941
- case 1:
1942
- goto st_case_1;
1943
- case 0:
1944
- goto st_case_0;
1945
- case 2:
1946
- goto st_case_2;
1947
- case 3:
1948
- goto st_case_3;
1949
- case 4:
1950
- goto st_case_4;
1951
- case 5:
1952
- goto st_case_5;
1953
- case 6:
1954
- goto st_case_6;
1955
- case 7:
1956
- goto st_case_7;
1957
- case 8:
1958
- goto st_case_8;
1959
- case 9:
1960
- goto st_case_9;
1961
- case 10:
1962
- goto st_case_10;
1963
- case 11:
1964
- goto st_case_11;
1965
- case 12:
1966
- goto st_case_12;
1967
- case 17:
1968
- goto st_case_17;
1969
- case 13:
1970
- goto st_case_13;
1971
- case 14:
1972
- goto st_case_14;
1973
- case 15:
1974
- goto st_case_15;
1975
- case 16:
1976
- goto st_case_16;
1977
- }
1978
- goto st_out;
1979
- st_case_1:
1980
- if ( ( (*( p))) == 91 ) {
1981
- goto st2;
1982
- }
1983
- {
1984
- goto st0;
1985
- }
1986
- st_case_0:
1987
- st0:
1988
- cs = 0;
1989
- goto _out;
1990
- st2:
1991
- p+= 1;
1992
- if ( p == pe )
1993
- goto _test_eof2;
1994
- st_case_2:
1995
- switch( ( (*( p))) ) {
1996
- case 13: {
1997
- goto st2;
1998
- }
1999
- case 32: {
2000
- goto st2;
2001
- }
2002
- case 34: {
2003
- goto ctr2;
2004
- }
2005
- case 45: {
2006
- goto ctr2;
2007
- }
2008
- case 47: {
2009
- goto st13;
2010
- }
2011
- case 73: {
2012
- goto ctr2;
2013
- }
2014
- case 78: {
2015
- goto ctr2;
2016
- }
2017
- case 91: {
2018
- goto ctr2;
2019
- }
2020
- case 93: {
2021
- goto ctr4;
2022
- }
2023
- case 102: {
2024
- goto ctr2;
2025
- }
2026
- case 110: {
2027
- goto ctr2;
2028
- }
2029
- case 116: {
2030
- goto ctr2;
2031
- }
2032
- case 123: {
2033
- goto ctr2;
2034
- }
2035
- }
2036
- if ( ( (*( p))) > 10 ) {
2037
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2038
- goto ctr2;
2039
- }
2040
- } else if ( ( (*( p))) >= 9 ) {
2041
- goto st2;
2042
- }
2043
- {
2044
- goto st0;
2045
- }
2046
- ctr2:
2047
- {
2048
- #line 409 "parser.rl"
2049
-
2050
- VALUE v = Qnil;
2051
- char *np = JSON_parse_value(json, p, pe, &v, current_nesting);
2052
- if (np == NULL) {
2053
- {p = p - 1; } {p+= 1; cs = 3; goto _out;}
2054
- } else {
2055
- if (NIL_P(json->array_class)) {
2056
- rb_ary_push(*result, v);
2057
- } else {
2058
- rb_funcall(*result, i_leftshift, 1, v);
2059
- }
2060
- {p = (( np))-1;}
2061
-
2062
- }
2063
- }
2064
-
2065
- goto st3;
2066
- st3:
2067
- p+= 1;
2068
- if ( p == pe )
2069
- goto _test_eof3;
2070
- st_case_3:
2071
- switch( ( (*( p))) ) {
2072
- case 13: {
2073
- goto st3;
2074
- }
2075
- case 32: {
2076
- goto st3;
2077
- }
2078
- case 44: {
2079
- goto st4;
2080
- }
2081
- case 47: {
2082
- goto st9;
2083
- }
2084
- case 93: {
2085
- goto ctr4;
2086
- }
2087
- }
2088
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
2089
- goto st3;
2090
- }
2091
- {
2092
- goto st0;
2093
- }
2094
- st4:
2095
- p+= 1;
2096
- if ( p == pe )
2097
- goto _test_eof4;
2098
- st_case_4:
2099
- switch( ( (*( p))) ) {
2100
- case 13: {
2101
- goto st4;
2102
- }
2103
- case 32: {
2104
- goto st4;
2105
- }
2106
- case 34: {
2107
- goto ctr2;
2108
- }
2109
- case 45: {
2110
- goto ctr2;
2111
- }
2112
- case 47: {
2113
- goto st5;
2114
- }
2115
- case 73: {
2116
- goto ctr2;
2117
- }
2118
- case 78: {
2119
- goto ctr2;
2120
- }
2121
- case 91: {
2122
- goto ctr2;
2123
- }
2124
- case 102: {
2125
- goto ctr2;
2126
- }
2127
- case 110: {
2128
- goto ctr2;
2129
- }
2130
- case 116: {
2131
- goto ctr2;
2132
- }
2133
- case 123: {
2134
- goto ctr2;
2135
- }
2136
- }
2137
- if ( ( (*( p))) > 10 ) {
2138
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2139
- goto ctr2;
2140
- }
2141
- } else if ( ( (*( p))) >= 9 ) {
2142
- goto st4;
2143
- }
2144
- {
2145
- goto st0;
2146
- }
2147
- st5:
2148
- p+= 1;
2149
- if ( p == pe )
2150
- goto _test_eof5;
2151
- st_case_5:
2152
- switch( ( (*( p))) ) {
2153
- case 42: {
2154
- goto st6;
2155
- }
2156
- case 47: {
2157
- goto st8;
2158
- }
2159
- }
2160
- {
2161
- goto st0;
2162
- }
2163
- st6:
2164
- p+= 1;
2165
- if ( p == pe )
2166
- goto _test_eof6;
2167
- st_case_6:
2168
- if ( ( (*( p))) == 42 ) {
2169
- goto st7;
2170
- }
2171
- {
2172
- goto st6;
2173
- }
2174
- st7:
2175
- p+= 1;
2176
- if ( p == pe )
2177
- goto _test_eof7;
2178
- st_case_7:
2179
- switch( ( (*( p))) ) {
2180
- case 42: {
2181
- goto st7;
2182
- }
2183
- case 47: {
2184
- goto st4;
2185
- }
2186
- }
2187
- {
2188
- goto st6;
2189
- }
2190
- st8:
2191
- p+= 1;
2192
- if ( p == pe )
2193
- goto _test_eof8;
2194
- st_case_8:
2195
- if ( ( (*( p))) == 10 ) {
2196
- goto st4;
2197
- }
2198
- {
2199
- goto st8;
2200
- }
2201
- st9:
2202
- p+= 1;
2203
- if ( p == pe )
2204
- goto _test_eof9;
2205
- st_case_9:
2206
- switch( ( (*( p))) ) {
2207
- case 42: {
2208
- goto st10;
2209
- }
2210
- case 47: {
2211
- goto st12;
2212
- }
2213
- }
2214
- {
2215
- goto st0;
2216
- }
2217
- st10:
2218
- p+= 1;
2219
- if ( p == pe )
2220
- goto _test_eof10;
2221
- st_case_10:
2222
- if ( ( (*( p))) == 42 ) {
2223
- goto st11;
2224
- }
2225
- {
2226
- goto st10;
2227
- }
2228
- st11:
2229
- p+= 1;
2230
- if ( p == pe )
2231
- goto _test_eof11;
2232
- st_case_11:
2233
- switch( ( (*( p))) ) {
2234
- case 42: {
2235
- goto st11;
2236
- }
2237
- case 47: {
2238
- goto st3;
2239
- }
2240
- }
2241
- {
2242
- goto st10;
2243
- }
2244
- st12:
2245
- p+= 1;
2246
- if ( p == pe )
2247
- goto _test_eof12;
2248
- st_case_12:
2249
- if ( ( (*( p))) == 10 ) {
2250
- goto st3;
2251
- }
2252
- {
2253
- goto st12;
2254
- }
2255
- ctr4:
2256
- {
2257
- #line 424 "parser.rl"
2258
- {p = p - 1; } {p+= 1; cs = 17; goto _out;} }
2259
-
2260
- goto st17;
2261
- st17:
2262
- p+= 1;
2263
- if ( p == pe )
2264
- goto _test_eof17;
2265
- st_case_17:
2266
- {
2267
- goto st0;
2268
- }
2269
- st13:
2270
- p+= 1;
2271
- if ( p == pe )
2272
- goto _test_eof13;
2273
- st_case_13:
2274
- switch( ( (*( p))) ) {
2275
- case 42: {
2276
- goto st14;
2277
- }
2278
- case 47: {
2279
- goto st16;
2280
- }
2281
- }
2282
- {
2283
- goto st0;
2284
- }
2285
- st14:
2286
- p+= 1;
2287
- if ( p == pe )
2288
- goto _test_eof14;
2289
- st_case_14:
2290
- if ( ( (*( p))) == 42 ) {
2291
- goto st15;
2292
- }
2293
- {
2294
- goto st14;
2295
- }
2296
- st15:
2297
- p+= 1;
2298
- if ( p == pe )
2299
- goto _test_eof15;
2300
- st_case_15:
2301
- switch( ( (*( p))) ) {
2302
- case 42: {
2303
- goto st15;
2304
- }
2305
- case 47: {
2306
- goto st2;
2307
- }
2308
- }
2309
- {
2310
- goto st14;
2311
- }
2312
- st16:
2313
- p+= 1;
2314
- if ( p == pe )
2315
- goto _test_eof16;
2316
- st_case_16:
2317
- if ( ( (*( p))) == 10 ) {
2318
- goto st2;
2319
- }
2320
- {
2321
- goto st16;
2322
- }
2323
- st_out:
2324
- _test_eof2: cs = 2; goto _test_eof;
2325
- _test_eof3: cs = 3; goto _test_eof;
2326
- _test_eof4: cs = 4; goto _test_eof;
2327
- _test_eof5: cs = 5; goto _test_eof;
2328
- _test_eof6: cs = 6; goto _test_eof;
2329
- _test_eof7: cs = 7; goto _test_eof;
2330
- _test_eof8: cs = 8; goto _test_eof;
2331
- _test_eof9: cs = 9; goto _test_eof;
2332
- _test_eof10: cs = 10; goto _test_eof;
2333
- _test_eof11: cs = 11; goto _test_eof;
2334
- _test_eof12: cs = 12; goto _test_eof;
2335
- _test_eof17: cs = 17; goto _test_eof;
2336
- _test_eof13: cs = 13; goto _test_eof;
2337
- _test_eof14: cs = 14; goto _test_eof;
2338
- _test_eof15: cs = 15; goto _test_eof;
2339
- _test_eof16: cs = 16; goto _test_eof;
2340
-
2341
- _test_eof: {}
2342
- _out: {}
2343
- }
2344
-
2345
- #line 446 "parser.rl"
2346
-
2347
-
2348
- if(cs >= JSON_array_first_final) {
2349
- return p + 1;
2350
- } else {
2351
- rb_enc_raise(EXC_ENCODING eParserError, "unexpected token at '%s'", p);
2352
- return NULL;
2353
- }
2354
- }
2355
-
2356
- static const size_t MAX_STACK_BUFFER_SIZE = 128;
2357
- static VALUE json_string_unescape(char *string, char *stringEnd, int intern, int symbolize)
2358
- {
2359
- VALUE result = Qnil;
2360
- size_t bufferSize = stringEnd - string;
2361
- char *p = string, *pe = string, *unescape, *bufferStart, *buffer;
2362
- int unescape_len;
2363
- char buf[4];
2364
-
2365
- if (bufferSize > MAX_STACK_BUFFER_SIZE) {
2366
- # ifdef HAVE_RB_ENC_INTERNED_STR
2367
- bufferStart = buffer = ALLOC_N(char, bufferSize ? bufferSize : 1);
2368
- # else
2369
- bufferStart = buffer = ALLOC_N(char, bufferSize);
2370
- # endif
2371
- } else {
2372
- # ifdef HAVE_RB_ENC_INTERNED_STR
2373
- bufferStart = buffer = ALLOCA_N(char, bufferSize ? bufferSize : 1);
2374
- # else
2375
- bufferStart = buffer = ALLOCA_N(char, bufferSize);
2376
- # endif
2377
- }
2378
-
2379
- while (pe < stringEnd) {
2380
- if (*pe == '\\') {
2381
- unescape = (char *) "?";
2382
- unescape_len = 1;
2383
- if (pe > p) {
2384
- MEMCPY(buffer, p, char, pe - p);
2385
- buffer += pe - p;
2386
- }
2387
- switch (*++pe) {
2388
- case 'n':
2389
- unescape = (char *) "\n";
2390
- break;
2391
- case 'r':
2392
- unescape = (char *) "\r";
2393
- break;
2394
- case 't':
2395
- unescape = (char *) "\t";
2396
- break;
2397
- case '"':
2398
- unescape = (char *) "\"";
2399
- break;
2400
- case '\\':
2401
- unescape = (char *) "\\";
2402
- break;
2403
- case 'b':
2404
- unescape = (char *) "\b";
2405
- break;
2406
- case 'f':
2407
- unescape = (char *) "\f";
2408
- break;
2409
- case 'u':
2410
- if (pe > stringEnd - 4) {
2411
- if (bufferSize > MAX_STACK_BUFFER_SIZE) {
2412
- free(bufferStart);
2413
- }
2414
- rb_enc_raise(
2415
- EXC_ENCODING eParserError,
2416
- "incomplete unicode character escape sequence at '%s'", p
2417
- );
2418
- } else {
2419
- UTF32 ch = unescape_unicode((unsigned char *) ++pe);
2420
- pe += 3;
2421
- if (UNI_SUR_HIGH_START == (ch & 0xFC00)) {
2422
- pe++;
2423
- if (pe > stringEnd - 6) {
2424
- if (bufferSize > MAX_STACK_BUFFER_SIZE) {
2425
- free(bufferStart);
2426
- }
2427
- rb_enc_raise(
2428
- EXC_ENCODING eParserError,
2429
- "incomplete surrogate pair at '%s'", p
2430
- );
2431
- }
2432
- if (pe[0] == '\\' && pe[1] == 'u') {
2433
- UTF32 sur = unescape_unicode((unsigned char *) pe + 2);
2434
- ch = (((ch & 0x3F) << 10) | ((((ch >> 6) & 0xF) + 1) << 16)
2435
- | (sur & 0x3FF));
2436
- pe += 5;
2437
- } else {
2438
- unescape = (char *) "?";
2439
- break;
2440
- }
2441
- }
2442
- unescape_len = convert_UTF32_to_UTF8(buf, ch);
2443
- unescape = buf;
2444
- }
2445
- break;
2446
- default:
2447
- p = pe;
2448
- continue;
2449
- }
2450
- MEMCPY(buffer, unescape, char, unescape_len);
2451
- buffer += unescape_len;
2452
- p = ++pe;
2453
- } else {
2454
- pe++;
2455
- }
2456
- }
2457
-
2458
- if (pe > p) {
2459
- MEMCPY(buffer, p, char, pe - p);
2460
- buffer += pe - p;
2461
- }
2462
-
2463
- # ifdef HAVE_RB_ENC_INTERNED_STR
2464
- if (intern) {
2465
- result = rb_enc_interned_str(bufferStart, (long)(buffer - bufferStart), rb_utf8_encoding());
2466
- } else {
2467
- result = rb_utf8_str_new(bufferStart, (long)(buffer - bufferStart));
2468
- }
2469
- if (bufferSize > MAX_STACK_BUFFER_SIZE) {
2470
- free(bufferStart);
2471
- }
2472
- # else
2473
- result = rb_utf8_str_new(bufferStart, (long)(buffer - bufferStart));
2474
-
2475
- if (bufferSize > MAX_STACK_BUFFER_SIZE) {
2476
- free(bufferStart);
2477
- }
2478
-
2479
- if (intern) {
2480
- # if STR_UMINUS_DEDUPE_FROZEN
2481
- // Starting from MRI 2.8 it is preferable to freeze the string
2482
- // before deduplication so that it can be interned directly
2483
- // otherwise it would be duplicated first which is wasteful.
2484
- result = rb_funcall(rb_str_freeze(result), i_uminus, 0);
2485
- # elif STR_UMINUS_DEDUPE
2486
- // MRI 2.5 and older do not deduplicate strings that are already
2487
- // frozen.
2488
- result = rb_funcall(result, i_uminus, 0);
2489
- # else
2490
- result = rb_str_freeze(result);
2491
- # endif
2492
- }
2493
- # endif
2494
-
2495
- if (symbolize) {
2496
- result = rb_str_intern(result);
2497
- }
2498
-
2499
- return result;
2500
- }
2501
-
2502
-
2503
- enum {JSON_string_start = 1};
2504
- enum {JSON_string_first_final = 8};
2505
- enum {JSON_string_error = 0};
2506
-
2507
- enum {JSON_string_en_main = 1};
2508
-
2509
- static const char MAYBE_UNUSED(_JSON_string_nfa_targs)[] = {
2510
- 0, 0
2511
- };
2512
-
2513
- static const char MAYBE_UNUSED(_JSON_string_nfa_offsets)[] = {
2514
- 0, 0, 0, 0, 0, 0, 0, 0,
2515
- 0, 0
2516
- };
2517
-
2518
- static const char MAYBE_UNUSED(_JSON_string_nfa_push_actions)[] = {
2519
- 0, 0
2520
- };
2521
-
2522
- static const char MAYBE_UNUSED(_JSON_string_nfa_pop_trans)[] = {
2523
- 0, 0
2524
- };
2525
-
2526
-
2527
- #line 612 "parser.rl"
2528
-
2529
-
2530
- static int
2531
- match_i(VALUE regexp, VALUE klass, VALUE memo)
2532
- {
2533
- if (regexp == Qundef) return ST_STOP;
2534
- if (RTEST(rb_funcall(klass, i_json_creatable_p, 0)) &&
2535
- RTEST(rb_funcall(regexp, i_match, 1, rb_ary_entry(memo, 0)))) {
2536
- rb_ary_push(memo, klass);
2537
- return ST_STOP;
2538
- }
2539
- return ST_CONTINUE;
2540
- }
2541
-
2542
- static char *JSON_parse_string(JSON_Parser *json, char *p, char *pe, VALUE *result)
2543
- {
2544
- int cs = EVIL;
2545
- VALUE match_string;
2546
-
2547
-
2548
- {
2549
- cs = (int)JSON_string_start;
2550
- }
2551
-
2552
- #line 632 "parser.rl"
2553
-
2554
- json->memo = p;
2555
-
2556
- {
2557
- if ( p == pe )
2558
- goto _test_eof;
2559
- switch ( cs )
2560
- {
2561
- case 1:
2562
- goto st_case_1;
2563
- case 0:
2564
- goto st_case_0;
2565
- case 2:
2566
- goto st_case_2;
2567
- case 8:
2568
- goto st_case_8;
2569
- case 3:
2570
- goto st_case_3;
2571
- case 4:
2572
- goto st_case_4;
2573
- case 5:
2574
- goto st_case_5;
2575
- case 6:
2576
- goto st_case_6;
2577
- case 7:
2578
- goto st_case_7;
2579
- }
2580
- goto st_out;
2581
- st_case_1:
2582
- if ( ( (*( p))) == 34 ) {
2583
- goto st2;
2584
- }
2585
- {
2586
- goto st0;
2587
- }
2588
- st_case_0:
2589
- st0:
2590
- cs = 0;
2591
- goto _out;
2592
- st2:
2593
- p+= 1;
2594
- if ( p == pe )
2595
- goto _test_eof2;
2596
- st_case_2:
2597
- switch( ( (*( p))) ) {
2598
- case 34: {
2599
- goto ctr2;
2600
- }
2601
- case 92: {
2602
- goto st3;
2603
- }
2604
- }
2605
- if ( 0 <= (signed char)(*(p)) && (*(p)) <= 31 ) {
2606
- goto st0;
2607
- }
2608
- {
2609
- goto st2;
2610
- }
2611
- ctr2:
2612
- {
2613
- #line 599 "parser.rl"
2614
-
2615
- *result = json_string_unescape(json->memo + 1, p, json->parsing_name || json-> freeze, json->parsing_name && json->symbolize_names);
2616
- if (NIL_P(*result)) {
2617
- {p = p - 1; }
2618
- {p+= 1; cs = 8; goto _out;}
2619
- } else {
2620
- {p = (( p + 1))-1;}
2621
-
2622
- }
2623
- }
2624
- {
2625
- #line 609 "parser.rl"
2626
- {p = p - 1; } {p+= 1; cs = 8; goto _out;} }
2627
-
2628
- goto st8;
2629
- st8:
2630
- p+= 1;
2631
- if ( p == pe )
2632
- goto _test_eof8;
2633
- st_case_8:
2634
- {
2635
- goto st0;
2636
- }
2637
- st3:
2638
- p+= 1;
2639
- if ( p == pe )
2640
- goto _test_eof3;
2641
- st_case_3:
2642
- if ( ( (*( p))) == 117 ) {
2643
- goto st4;
2644
- }
2645
- if ( 0 <= (signed char)(*(p)) && (*(p)) <= 31 ) {
2646
- goto st0;
2647
- }
2648
- {
2649
- goto st2;
2650
- }
2651
- st4:
2652
- p+= 1;
2653
- if ( p == pe )
2654
- goto _test_eof4;
2655
- st_case_4:
2656
- if ( ( (*( p))) < 65 ) {
2657
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2658
- goto st5;
2659
- }
2660
- } else if ( ( (*( p))) > 70 ) {
2661
- if ( 97 <= ( (*( p))) && ( (*( p))) <= 102 ) {
2662
- goto st5;
2663
- }
2664
- } else {
2665
- goto st5;
2666
- }
2667
- {
2668
- goto st0;
2669
- }
2670
- st5:
2671
- p+= 1;
2672
- if ( p == pe )
2673
- goto _test_eof5;
2674
- st_case_5:
2675
- if ( ( (*( p))) < 65 ) {
2676
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2677
- goto st6;
2678
- }
2679
- } else if ( ( (*( p))) > 70 ) {
2680
- if ( 97 <= ( (*( p))) && ( (*( p))) <= 102 ) {
2681
- goto st6;
2682
- }
2683
- } else {
2684
- goto st6;
2685
- }
2686
- {
2687
- goto st0;
2688
- }
2689
- st6:
2690
- p+= 1;
2691
- if ( p == pe )
2692
- goto _test_eof6;
2693
- st_case_6:
2694
- if ( ( (*( p))) < 65 ) {
2695
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2696
- goto st7;
2697
- }
2698
- } else if ( ( (*( p))) > 70 ) {
2699
- if ( 97 <= ( (*( p))) && ( (*( p))) <= 102 ) {
2700
- goto st7;
2701
- }
2702
- } else {
2703
- goto st7;
2704
- }
2705
- {
2706
- goto st0;
2707
- }
2708
- st7:
2709
- p+= 1;
2710
- if ( p == pe )
2711
- goto _test_eof7;
2712
- st_case_7:
2713
- if ( ( (*( p))) < 65 ) {
2714
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
2715
- goto st2;
2716
- }
2717
- } else if ( ( (*( p))) > 70 ) {
2718
- if ( 97 <= ( (*( p))) && ( (*( p))) <= 102 ) {
2719
- goto st2;
2720
- }
2721
- } else {
2722
- goto st2;
2723
- }
2724
- {
2725
- goto st0;
2726
- }
2727
- st_out:
2728
- _test_eof2: cs = 2; goto _test_eof;
2729
- _test_eof8: cs = 8; goto _test_eof;
2730
- _test_eof3: cs = 3; goto _test_eof;
2731
- _test_eof4: cs = 4; goto _test_eof;
2732
- _test_eof5: cs = 5; goto _test_eof;
2733
- _test_eof6: cs = 6; goto _test_eof;
2734
- _test_eof7: cs = 7; goto _test_eof;
2735
-
2736
- _test_eof: {}
2737
- _out: {}
2738
- }
2739
-
2740
- #line 634 "parser.rl"
2741
-
2742
-
2743
- if (json->create_additions && RTEST(match_string = json->match_string)) {
2744
- VALUE klass;
2745
- VALUE memo = rb_ary_new2(2);
2746
- rb_ary_push(memo, *result);
2747
- rb_hash_foreach(match_string, match_i, memo);
2748
- klass = rb_ary_entry(memo, 1);
2749
- if (RTEST(klass)) {
2750
- *result = rb_funcall(klass, i_json_create, 1, *result);
2751
- }
2752
- }
2753
-
2754
- if (cs >= JSON_string_first_final) {
2755
- return p + 1;
2756
- } else {
2757
- return NULL;
2758
- }
2759
- }
2760
-
2761
- /*
2762
- * Document-class: JSON::Ext::Parser
2763
- *
2764
- * This is the JSON parser implemented as a C extension. It can be configured
2765
- * to be used by setting
2766
- *
2767
- * JSON.parser = JSON::Ext::Parser
2768
- *
2769
- * with the method parser= in JSON.
2770
- *
2771
- */
2772
-
2773
- static VALUE convert_encoding(VALUE source)
2774
- {
2775
- #ifdef HAVE_RUBY_ENCODING_H
2776
- rb_encoding *enc = rb_enc_get(source);
2777
- if (enc == rb_ascii8bit_encoding()) {
2778
- if (OBJ_FROZEN(source)) {
2779
- source = rb_str_dup(source);
2780
- }
2781
- FORCE_UTF8(source);
2782
- } else {
2783
- source = rb_str_conv_enc(source, rb_enc_get(source), rb_utf8_encoding());
2784
- }
2785
- #endif
2786
- return source;
2787
- }
2788
-
2789
- /*
2790
- * call-seq: new(source, opts => {})
2791
- *
2792
- * Creates a new JSON::Ext::Parser instance for the string _source_.
2793
- *
2794
- * Creates a new JSON::Ext::Parser instance for the string _source_.
2795
- *
2796
- * It will be configured by the _opts_ hash. _opts_ can have the following
2797
- * keys:
2798
- *
2799
- * _opts_ can have the following keys:
2800
- * * *max_nesting*: The maximum depth of nesting allowed in the parsed data
2801
- * structures. Disable depth checking with :max_nesting => false|nil|0, it
2802
- * defaults to 100.
2803
- * * *allow_nan*: If set to true, allow NaN, Infinity and -Infinity in
2804
- * defiance of RFC 4627 to be parsed by the Parser. This option defaults to
2805
- * false.
2806
- * * *symbolize_names*: If set to true, returns symbols for the names
2807
- * (keys) in a JSON object. Otherwise strings are returned, which is
2808
- * also the default. It's not possible to use this option in
2809
- * conjunction with the *create_additions* option.
2810
- * * *create_additions*: If set to false, the Parser doesn't create
2811
- * additions even if a matching class and create_id was found. This option
2812
- * defaults to false.
2813
- * * *object_class*: Defaults to Hash
2814
- * * *array_class*: Defaults to Array
2815
- */
2816
- static VALUE cParser_initialize(int argc, VALUE *argv, VALUE self)
2817
- {
2818
- VALUE source, opts;
2819
- GET_PARSER_INIT;
2820
-
2821
- if (json->Vsource) {
2822
- rb_raise(rb_eTypeError, "already initialized instance");
2823
- }
2824
- #ifdef HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
2825
- rb_scan_args(argc, argv, "1:", &source, &opts);
2826
- #else
2827
- rb_scan_args(argc, argv, "11", &source, &opts);
2828
- #endif
2829
- if (!NIL_P(opts)) {
2830
- #ifndef HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
2831
- opts = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
2832
- if (NIL_P(opts)) {
2833
- rb_raise(rb_eArgError, "opts needs to be like a hash");
2834
- } else {
2835
- #endif
2836
- VALUE tmp = ID2SYM(i_max_nesting);
2837
- if (option_given_p(opts, tmp)) {
2838
- VALUE max_nesting = rb_hash_aref(opts, tmp);
2839
- if (RTEST(max_nesting)) {
2840
- Check_Type(max_nesting, T_FIXNUM);
2841
- json->max_nesting = FIX2INT(max_nesting);
2842
- } else {
2843
- json->max_nesting = 0;
2844
- }
2845
- } else {
2846
- json->max_nesting = 100;
2847
- }
2848
- tmp = ID2SYM(i_allow_nan);
2849
- if (option_given_p(opts, tmp)) {
2850
- json->allow_nan = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
2851
- } else {
2852
- json->allow_nan = 0;
2853
- }
2854
- tmp = ID2SYM(i_symbolize_names);
2855
- if (option_given_p(opts, tmp)) {
2856
- json->symbolize_names = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
2857
- } else {
2858
- json->symbolize_names = 0;
2859
- }
2860
- tmp = ID2SYM(i_freeze);
2861
- if (option_given_p(opts, tmp)) {
2862
- json->freeze = RTEST(rb_hash_aref(opts, tmp)) ? 1 : 0;
2863
- } else {
2864
- json->freeze = 0;
2865
- }
2866
- tmp = ID2SYM(i_create_additions);
2867
- if (option_given_p(opts, tmp)) {
2868
- json->create_additions = RTEST(rb_hash_aref(opts, tmp));
2869
- } else {
2870
- json->create_additions = 0;
2871
- }
2872
- if (json->symbolize_names && json->create_additions) {
2873
- rb_raise(rb_eArgError,
2874
- "options :symbolize_names and :create_additions cannot be "
2875
- " used in conjunction");
2876
- }
2877
- tmp = ID2SYM(i_create_id);
2878
- if (option_given_p(opts, tmp)) {
2879
- json->create_id = rb_hash_aref(opts, tmp);
2880
- } else {
2881
- json->create_id = rb_funcall(mJSON, i_create_id, 0);
2882
- }
2883
- tmp = ID2SYM(i_object_class);
2884
- if (option_given_p(opts, tmp)) {
2885
- json->object_class = rb_hash_aref(opts, tmp);
2886
- } else {
2887
- json->object_class = Qnil;
2888
- }
2889
- tmp = ID2SYM(i_array_class);
2890
- if (option_given_p(opts, tmp)) {
2891
- json->array_class = rb_hash_aref(opts, tmp);
2892
- } else {
2893
- json->array_class = Qnil;
2894
- }
2895
- tmp = ID2SYM(i_decimal_class);
2896
- if (option_given_p(opts, tmp)) {
2897
- json->decimal_class = rb_hash_aref(opts, tmp);
2898
- } else {
2899
- json->decimal_class = Qnil;
2900
- }
2901
- tmp = ID2SYM(i_match_string);
2902
- if (option_given_p(opts, tmp)) {
2903
- VALUE match_string = rb_hash_aref(opts, tmp);
2904
- json->match_string = RTEST(match_string) ? match_string : Qnil;
2905
- } else {
2906
- json->match_string = Qnil;
2907
- }
2908
- #ifndef HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
2909
- }
2910
- #endif
2911
- } else {
2912
- json->max_nesting = 100;
2913
- json->allow_nan = 0;
2914
- json->create_additions = 0;
2915
- json->create_id = rb_funcall(mJSON, i_create_id, 0);
2916
- json->object_class = Qnil;
2917
- json->array_class = Qnil;
2918
- json->decimal_class = Qnil;
2919
- }
2920
- source = convert_encoding(StringValue(source));
2921
- StringValue(source);
2922
- json->len = RSTRING_LEN(source);
2923
- json->source = RSTRING_PTR(source);;
2924
- json->Vsource = source;
2925
- return self;
2926
- }
2927
-
2928
-
2929
- enum {JSON_start = 1};
2930
- enum {JSON_first_final = 10};
2931
- enum {JSON_error = 0};
2932
-
2933
- enum {JSON_en_main = 1};
2934
-
2935
- static const char MAYBE_UNUSED(_JSON_nfa_targs)[] = {
2936
- 0, 0
2937
- };
2938
-
2939
- static const char MAYBE_UNUSED(_JSON_nfa_offsets)[] = {
2940
- 0, 0, 0, 0, 0, 0, 0, 0,
2941
- 0, 0, 0, 0
2942
- };
2943
-
2944
- static const char MAYBE_UNUSED(_JSON_nfa_push_actions)[] = {
2945
- 0, 0
2946
- };
2947
-
2948
- static const char MAYBE_UNUSED(_JSON_nfa_pop_trans)[] = {
2949
- 0, 0
2950
- };
2951
-
2952
-
2953
- #line 835 "parser.rl"
2954
-
2955
-
2956
- /*
2957
- * call-seq: parse()
2958
- *
2959
- * Parses the current JSON text _source_ and returns the complete data
2960
- * structure as a result.
2961
- * It raises JSON::ParseError if fail to parse.
2962
- */
2963
- static VALUE cParser_parse(VALUE self)
2964
- {
2965
- char *p, *pe;
2966
- int cs = EVIL;
2967
- VALUE result = Qnil;
2968
- GET_PARSER;
2969
-
2970
-
2971
- {
2972
- cs = (int)JSON_start;
2973
- }
2974
-
2975
- #line 851 "parser.rl"
2976
-
2977
- p = json->source;
2978
- pe = p + json->len;
2979
-
2980
- {
2981
- if ( p == pe )
2982
- goto _test_eof;
2983
- switch ( cs )
2984
- {
2985
- case 1:
2986
- goto st_case_1;
2987
- case 0:
2988
- goto st_case_0;
2989
- case 10:
2990
- goto st_case_10;
2991
- case 2:
2992
- goto st_case_2;
2993
- case 3:
2994
- goto st_case_3;
2995
- case 4:
2996
- goto st_case_4;
2997
- case 5:
2998
- goto st_case_5;
2999
- case 6:
3000
- goto st_case_6;
3001
- case 7:
3002
- goto st_case_7;
3003
- case 8:
3004
- goto st_case_8;
3005
- case 9:
3006
- goto st_case_9;
3007
- }
3008
- goto st_out;
3009
- st1:
3010
- p+= 1;
3011
- if ( p == pe )
3012
- goto _test_eof1;
3013
- st_case_1:
3014
- switch( ( (*( p))) ) {
3015
- case 13: {
3016
- goto st1;
3017
- }
3018
- case 32: {
3019
- goto st1;
3020
- }
3021
- case 34: {
3022
- goto ctr2;
3023
- }
3024
- case 45: {
3025
- goto ctr2;
3026
- }
3027
- case 47: {
3028
- goto st6;
3029
- }
3030
- case 73: {
3031
- goto ctr2;
3032
- }
3033
- case 78: {
3034
- goto ctr2;
3035
- }
3036
- case 91: {
3037
- goto ctr2;
3038
- }
3039
- case 102: {
3040
- goto ctr2;
3041
- }
3042
- case 110: {
3043
- goto ctr2;
3044
- }
3045
- case 116: {
3046
- goto ctr2;
3047
- }
3048
- case 123: {
3049
- goto ctr2;
3050
- }
3051
- }
3052
- if ( ( (*( p))) > 10 ) {
3053
- if ( 48 <= ( (*( p))) && ( (*( p))) <= 57 ) {
3054
- goto ctr2;
3055
- }
3056
- } else if ( ( (*( p))) >= 9 ) {
3057
- goto st1;
3058
- }
3059
- {
3060
- goto st0;
3061
- }
3062
- st_case_0:
3063
- st0:
3064
- cs = 0;
3065
- goto _out;
3066
- ctr2:
3067
- {
3068
- #line 827 "parser.rl"
3069
-
3070
- char *np = JSON_parse_value(json, p, pe, &result, 0);
3071
- if (np == NULL) { {p = p - 1; } {p+= 1; cs = 10; goto _out;} } else {p = (( np))-1;}
3072
-
3073
- }
3074
-
3075
- goto st10;
3076
- st10:
3077
- p+= 1;
3078
- if ( p == pe )
3079
- goto _test_eof10;
3080
- st_case_10:
3081
- switch( ( (*( p))) ) {
3082
- case 13: {
3083
- goto st10;
3084
- }
3085
- case 32: {
3086
- goto st10;
3087
- }
3088
- case 47: {
3089
- goto st2;
3090
- }
3091
- }
3092
- if ( 9 <= ( (*( p))) && ( (*( p))) <= 10 ) {
3093
- goto st10;
3094
- }
3095
- {
3096
- goto st0;
3097
- }
3098
- st2:
3099
- p+= 1;
3100
- if ( p == pe )
3101
- goto _test_eof2;
3102
- st_case_2:
3103
- switch( ( (*( p))) ) {
3104
- case 42: {
3105
- goto st3;
3106
- }
3107
- case 47: {
3108
- goto st5;
3109
- }
3110
- }
3111
- {
3112
- goto st0;
3113
- }
3114
- st3:
3115
- p+= 1;
3116
- if ( p == pe )
3117
- goto _test_eof3;
3118
- st_case_3:
3119
- if ( ( (*( p))) == 42 ) {
3120
- goto st4;
3121
- }
3122
- {
3123
- goto st3;
3124
- }
3125
- st4:
3126
- p+= 1;
3127
- if ( p == pe )
3128
- goto _test_eof4;
3129
- st_case_4:
3130
- switch( ( (*( p))) ) {
3131
- case 42: {
3132
- goto st4;
3133
- }
3134
- case 47: {
3135
- goto st10;
3136
- }
3137
- }
3138
- {
3139
- goto st3;
3140
- }
3141
- st5:
3142
- p+= 1;
3143
- if ( p == pe )
3144
- goto _test_eof5;
3145
- st_case_5:
3146
- if ( ( (*( p))) == 10 ) {
3147
- goto st10;
3148
- }
3149
- {
3150
- goto st5;
3151
- }
3152
- st6:
3153
- p+= 1;
3154
- if ( p == pe )
3155
- goto _test_eof6;
3156
- st_case_6:
3157
- switch( ( (*( p))) ) {
3158
- case 42: {
3159
- goto st7;
3160
- }
3161
- case 47: {
3162
- goto st9;
3163
- }
3164
- }
3165
- {
3166
- goto st0;
3167
- }
3168
- st7:
3169
- p+= 1;
3170
- if ( p == pe )
3171
- goto _test_eof7;
3172
- st_case_7:
3173
- if ( ( (*( p))) == 42 ) {
3174
- goto st8;
3175
- }
3176
- {
3177
- goto st7;
3178
- }
3179
- st8:
3180
- p+= 1;
3181
- if ( p == pe )
3182
- goto _test_eof8;
3183
- st_case_8:
3184
- switch( ( (*( p))) ) {
3185
- case 42: {
3186
- goto st8;
3187
- }
3188
- case 47: {
3189
- goto st1;
3190
- }
3191
- }
3192
- {
3193
- goto st7;
3194
- }
3195
- st9:
3196
- p+= 1;
3197
- if ( p == pe )
3198
- goto _test_eof9;
3199
- st_case_9:
3200
- if ( ( (*( p))) == 10 ) {
3201
- goto st1;
3202
- }
3203
- {
3204
- goto st9;
3205
- }
3206
- st_out:
3207
- _test_eof1: cs = 1; goto _test_eof;
3208
- _test_eof10: cs = 10; goto _test_eof;
3209
- _test_eof2: cs = 2; goto _test_eof;
3210
- _test_eof3: cs = 3; goto _test_eof;
3211
- _test_eof4: cs = 4; goto _test_eof;
3212
- _test_eof5: cs = 5; goto _test_eof;
3213
- _test_eof6: cs = 6; goto _test_eof;
3214
- _test_eof7: cs = 7; goto _test_eof;
3215
- _test_eof8: cs = 8; goto _test_eof;
3216
- _test_eof9: cs = 9; goto _test_eof;
3217
-
3218
- _test_eof: {}
3219
- _out: {}
3220
- }
3221
-
3222
- #line 854 "parser.rl"
3223
-
3224
-
3225
- if (cs >= JSON_first_final && p == pe) {
3226
- return result;
3227
- } else {
3228
- rb_enc_raise(EXC_ENCODING eParserError, "unexpected token at '%s'", p);
3229
- return Qnil;
3230
- }
3231
- }
3232
-
3233
- static void JSON_mark(void *ptr)
3234
- {
3235
- JSON_Parser *json = ptr;
3236
- rb_gc_mark_maybe(json->Vsource);
3237
- rb_gc_mark_maybe(json->create_id);
3238
- rb_gc_mark_maybe(json->object_class);
3239
- rb_gc_mark_maybe(json->array_class);
3240
- rb_gc_mark_maybe(json->decimal_class);
3241
- rb_gc_mark_maybe(json->match_string);
3242
- }
3243
-
3244
- static void JSON_free(void *ptr)
3245
- {
3246
- JSON_Parser *json = ptr;
3247
- fbuffer_free(json->fbuffer);
3248
- ruby_xfree(json);
3249
- }
3250
-
3251
- static size_t JSON_memsize(const void *ptr)
3252
- {
3253
- const JSON_Parser *json = ptr;
3254
- return sizeof(*json) + FBUFFER_CAPA(json->fbuffer);
3255
- }
3256
-
3257
- #ifdef NEW_TYPEDDATA_WRAPPER
3258
- static const rb_data_type_t JSON_Parser_type = {
3259
- "JSON/Parser",
3260
- {JSON_mark, JSON_free, JSON_memsize,},
3261
- #ifdef RUBY_TYPED_FREE_IMMEDIATELY
3262
- 0, 0,
3263
- RUBY_TYPED_FREE_IMMEDIATELY,
3264
- #endif
3265
- };
3266
- #endif
3267
-
3268
- static VALUE cJSON_parser_s_allocate(VALUE klass)
3269
- {
3270
- JSON_Parser *json;
3271
- VALUE obj = TypedData_Make_Struct(klass, JSON_Parser, &JSON_Parser_type, json);
3272
- json->fbuffer = fbuffer_alloc(0);
3273
- return obj;
3274
- }
3275
-
3276
- /*
3277
- * call-seq: source()
3278
- *
3279
- * Returns a copy of the current _source_ string, that was used to construct
3280
- * this Parser.
3281
- */
3282
- static VALUE cParser_source(VALUE self)
3283
- {
3284
- GET_PARSER;
3285
- return rb_str_dup(json->Vsource);
3286
- }
3287
-
3288
- void Init_parser(void)
3289
- {
3290
- #ifdef HAVE_RB_EXT_RACTOR_SAFE
3291
- rb_ext_ractor_safe(true);
3292
- #endif
3293
-
3294
- #undef rb_intern
3295
- rb_require("json/common");
3296
- mJSON = rb_define_module("JSON");
3297
- mExt = rb_define_module_under(mJSON, "Ext");
3298
- cParser = rb_define_class_under(mExt, "Parser", rb_cObject);
3299
- eParserError = rb_path2class("JSON::ParserError");
3300
- eNestingError = rb_path2class("JSON::NestingError");
3301
- rb_gc_register_mark_object(eParserError);
3302
- rb_gc_register_mark_object(eNestingError);
3303
- rb_define_alloc_func(cParser, cJSON_parser_s_allocate);
3304
- rb_define_method(cParser, "initialize", cParser_initialize, -1);
3305
- rb_define_method(cParser, "parse", cParser_parse, 0);
3306
- rb_define_method(cParser, "source", cParser_source, 0);
3307
-
3308
- CNaN = rb_const_get(mJSON, rb_intern("NaN"));
3309
- rb_gc_register_mark_object(CNaN);
3310
-
3311
- CInfinity = rb_const_get(mJSON, rb_intern("Infinity"));
3312
- rb_gc_register_mark_object(CInfinity);
3313
-
3314
- CMinusInfinity = rb_const_get(mJSON, rb_intern("MinusInfinity"));
3315
- rb_gc_register_mark_object(CMinusInfinity);
3316
-
3317
- i_json_creatable_p = rb_intern("json_creatable?");
3318
- i_json_create = rb_intern("json_create");
3319
- i_create_id = rb_intern("create_id");
3320
- i_create_additions = rb_intern("create_additions");
3321
- i_chr = rb_intern("chr");
3322
- i_max_nesting = rb_intern("max_nesting");
3323
- i_allow_nan = rb_intern("allow_nan");
3324
- i_symbolize_names = rb_intern("symbolize_names");
3325
- i_object_class = rb_intern("object_class");
3326
- i_array_class = rb_intern("array_class");
3327
- i_decimal_class = rb_intern("decimal_class");
3328
- i_match = rb_intern("match");
3329
- i_match_string = rb_intern("match_string");
3330
- i_key_p = rb_intern("key?");
3331
- i_deep_const_get = rb_intern("deep_const_get");
3332
- i_aset = rb_intern("[]=");
3333
- i_aref = rb_intern("[]");
3334
- i_leftshift = rb_intern("<<");
3335
- i_new = rb_intern("new");
3336
- i_try_convert = rb_intern("try_convert");
3337
- i_freeze = rb_intern("freeze");
3338
- i_uminus = rb_intern("-@");
3339
- }
3340
-
3341
- /*
3342
- * Local variables:
3343
- * mode: c
3344
- * c-file-style: ruby
3345
- * indent-tabs-mode: nil
3346
- * End:
3347
- */