cloudsmith-api 2.0.7 → 2.0.9

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 +21 -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 +12 -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
@@ -0,0 +1,2602 @@
1
+ # frozen_string_literal: true
2
+
3
+ #--
4
+ # Copyright (C) Bob Aman
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #++
18
+
19
+
20
+ require "addressable/version"
21
+ require "addressable/idna"
22
+ require "public_suffix"
23
+
24
+ ##
25
+ # Addressable is a library for processing links and URIs.
26
+ module Addressable
27
+ ##
28
+ # This is an implementation of a URI parser based on
29
+ # <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>,
30
+ # <a href="http://www.ietf.org/rfc/rfc3987.txt">RFC 3987</a>.
31
+ class URI
32
+ ##
33
+ # Raised if something other than a uri is supplied.
34
+ class InvalidURIError < StandardError
35
+ end
36
+
37
+ ##
38
+ # Container for the character classes specified in
39
+ # <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>.
40
+ #
41
+ # Note: Concatenated and interpolated `String`s are not affected by the
42
+ # `frozen_string_literal` directive and must be frozen explicitly.
43
+ #
44
+ # Interpolated `String`s *were* frozen this way before Ruby 3.0:
45
+ # https://bugs.ruby-lang.org/issues/17104
46
+ module CharacterClasses
47
+ ALPHA = "a-zA-Z"
48
+ DIGIT = "0-9"
49
+ GEN_DELIMS = "\\:\\/\\?\\#\\[\\]\\@"
50
+ SUB_DELIMS = "\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\="
51
+ RESERVED = (GEN_DELIMS + SUB_DELIMS).freeze
52
+ UNRESERVED = (ALPHA + DIGIT + "\\-\\.\\_\\~").freeze
53
+ RESERVED_AND_UNRESERVED = RESERVED + UNRESERVED
54
+ PCHAR = (UNRESERVED + SUB_DELIMS + "\\:\\@").freeze
55
+ SCHEME = (ALPHA + DIGIT + "\\-\\+\\.").freeze
56
+ HOST = (UNRESERVED + SUB_DELIMS + "\\[\\:\\]").freeze
57
+ AUTHORITY = (PCHAR + "\\[\\]").freeze
58
+ PATH = (PCHAR + "\\/").freeze
59
+ QUERY = (PCHAR + "\\/\\?").freeze
60
+ FRAGMENT = (PCHAR + "\\/\\?").freeze
61
+ end
62
+
63
+ module NormalizeCharacterClasses
64
+ HOST = /[^#{CharacterClasses::HOST}]/
65
+ UNRESERVED = /[^#{CharacterClasses::UNRESERVED}]/
66
+ PCHAR = /[^#{CharacterClasses::PCHAR}]/
67
+ SCHEME = /[^#{CharacterClasses::SCHEME}]/
68
+ FRAGMENT = /[^#{CharacterClasses::FRAGMENT}]/
69
+ QUERY = %r{[^a-zA-Z0-9\-\.\_\~\!\$\'\(\)\*\+\,\=\:\@\/\?%]|%(?!2B|2b)}
70
+ end
71
+
72
+ module CharacterClassesRegexps
73
+ AUTHORITY = /[^#{CharacterClasses::AUTHORITY}]/
74
+ FRAGMENT = /[^#{CharacterClasses::FRAGMENT}]/
75
+ HOST = /[^#{CharacterClasses::HOST}]/
76
+ PATH = /[^#{CharacterClasses::PATH}]/
77
+ QUERY = /[^#{CharacterClasses::QUERY}]/
78
+ RESERVED = /[^#{CharacterClasses::RESERVED}]/
79
+ RESERVED_AND_UNRESERVED = /[^#{CharacterClasses::RESERVED_AND_UNRESERVED}]/
80
+ SCHEME = /[^#{CharacterClasses::SCHEME}]/
81
+ UNRESERVED = /[^#{CharacterClasses::UNRESERVED}]/
82
+ end
83
+
84
+ SLASH = '/'
85
+ EMPTY_STR = ''
86
+
87
+ URIREGEX = /^(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$/
88
+
89
+ PORT_MAPPING = {
90
+ "http" => 80,
91
+ "https" => 443,
92
+ "ftp" => 21,
93
+ "tftp" => 69,
94
+ "sftp" => 22,
95
+ "ssh" => 22,
96
+ "svn+ssh" => 22,
97
+ "telnet" => 23,
98
+ "nntp" => 119,
99
+ "gopher" => 70,
100
+ "wais" => 210,
101
+ "ldap" => 389,
102
+ "prospero" => 1525
103
+ }.freeze
104
+
105
+ ##
106
+ # Returns a URI object based on the parsed string.
107
+ #
108
+ # @param [String, Addressable::URI, #to_str] uri
109
+ # The URI string to parse.
110
+ # No parsing is performed if the object is already an
111
+ # <code>Addressable::URI</code>.
112
+ #
113
+ # @return [Addressable::URI] The parsed URI.
114
+ def self.parse(uri)
115
+ # If we were given nil, return nil.
116
+ return nil unless uri
117
+ # If a URI object is passed, just return itself.
118
+ return uri.dup if uri.kind_of?(self)
119
+
120
+ # If a URI object of the Ruby standard library variety is passed,
121
+ # convert it to a string, then parse the string.
122
+ # We do the check this way because we don't want to accidentally
123
+ # cause a missing constant exception to be thrown.
124
+ if uri.class.name =~ /^URI\b/
125
+ uri = uri.to_s
126
+ end
127
+
128
+ # Otherwise, convert to a String
129
+ begin
130
+ uri = uri.to_str
131
+ rescue TypeError, NoMethodError
132
+ raise TypeError, "Can't convert #{uri.class} into String."
133
+ end unless uri.is_a?(String)
134
+
135
+ # This Regexp supplied as an example in RFC 3986, and it works great.
136
+ scan = uri.scan(URIREGEX)
137
+ fragments = scan[0]
138
+ scheme = fragments[1]
139
+ authority = fragments[3]
140
+ path = fragments[4]
141
+ query = fragments[6]
142
+ fragment = fragments[8]
143
+ user = nil
144
+ password = nil
145
+ host = nil
146
+ port = nil
147
+ if authority != nil
148
+ # The Regexp above doesn't split apart the authority.
149
+ userinfo = authority[/^([^\[\]]*)@/, 1]
150
+ if userinfo != nil
151
+ user = userinfo.strip[/^([^:]*):?/, 1]
152
+ password = userinfo.strip[/:(.*)$/, 1]
153
+ end
154
+
155
+ host = authority.sub(
156
+ /^([^\[\]]*)@/, EMPTY_STR
157
+ ).sub(
158
+ /:([^:@\[\]]*?)$/, EMPTY_STR
159
+ )
160
+
161
+ port = authority[/:([^:@\[\]]*?)$/, 1]
162
+ port = nil if port == EMPTY_STR
163
+ end
164
+
165
+ return new(
166
+ :scheme => scheme,
167
+ :user => user,
168
+ :password => password,
169
+ :host => host,
170
+ :port => port,
171
+ :path => path,
172
+ :query => query,
173
+ :fragment => fragment
174
+ )
175
+ end
176
+
177
+ ##
178
+ # Converts an input to a URI. The input does not have to be a valid
179
+ # URI — the method will use heuristics to guess what URI was intended.
180
+ # This is not standards-compliant, merely user-friendly.
181
+ #
182
+ # @param [String, Addressable::URI, #to_str] uri
183
+ # The URI string to parse.
184
+ # No parsing is performed if the object is already an
185
+ # <code>Addressable::URI</code>.
186
+ # @param [Hash] hints
187
+ # A <code>Hash</code> of hints to the heuristic parser.
188
+ # Defaults to <code>{:scheme => "http"}</code>.
189
+ #
190
+ # @return [Addressable::URI] The parsed URI.
191
+ def self.heuristic_parse(uri, hints={})
192
+ # If we were given nil, return nil.
193
+ return nil unless uri
194
+ # If a URI object is passed, just return itself.
195
+ return uri.dup if uri.kind_of?(self)
196
+
197
+ # If a URI object of the Ruby standard library variety is passed,
198
+ # convert it to a string, then parse the string.
199
+ # We do the check this way because we don't want to accidentally
200
+ # cause a missing constant exception to be thrown.
201
+ if uri.class.name =~ /^URI\b/
202
+ uri = uri.to_s
203
+ end
204
+
205
+ unless uri.respond_to?(:to_str)
206
+ raise TypeError, "Can't convert #{uri.class} into String."
207
+ end
208
+ # Otherwise, convert to a String
209
+ uri = uri.to_str.dup.strip
210
+ hints = {
211
+ :scheme => "http"
212
+ }.merge(hints)
213
+ case uri
214
+ when /^http:\//i
215
+ uri.sub!(/^http:\/+/i, "http://")
216
+ when /^https:\//i
217
+ uri.sub!(/^https:\/+/i, "https://")
218
+ when /^feed:\/+http:\//i
219
+ uri.sub!(/^feed:\/+http:\/+/i, "feed:http://")
220
+ when /^feed:\//i
221
+ uri.sub!(/^feed:\/+/i, "feed://")
222
+ when %r[^file:/{4}]i
223
+ uri.sub!(%r[^file:/+]i, "file:////")
224
+ when %r[^file://localhost/]i
225
+ uri.sub!(%r[^file://localhost/+]i, "file:///")
226
+ when %r[^file:/+]i
227
+ uri.sub!(%r[^file:/+]i, "file:///")
228
+ when /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/
229
+ uri.sub!(/^/, hints[:scheme] + "://")
230
+ when /\A\d+\..*:\d+\z/
231
+ uri = "#{hints[:scheme]}://#{uri}"
232
+ end
233
+ match = uri.match(URIREGEX)
234
+ fragments = match.captures
235
+ authority = fragments[3]
236
+ if authority && authority.length > 0
237
+ new_authority = authority.tr("\\", "/").gsub(" ", "%20")
238
+ # NOTE: We want offset 4, not 3!
239
+ offset = match.offset(4)
240
+ uri = uri.dup
241
+ uri[offset[0]...offset[1]] = new_authority
242
+ end
243
+ parsed = self.parse(uri)
244
+ if parsed.scheme =~ /^[^\/?#\.]+\.[^\/?#]+$/
245
+ parsed = self.parse(hints[:scheme] + "://" + uri)
246
+ end
247
+ if parsed.path.include?(".")
248
+ if parsed.path[/\b@\b/]
249
+ parsed.scheme = "mailto" unless parsed.scheme
250
+ elsif new_host = parsed.path[/^([^\/]+\.[^\/]*)/, 1]
251
+ parsed.defer_validation do
252
+ new_path = parsed.path.sub(
253
+ Regexp.new("^" + Regexp.escape(new_host)), EMPTY_STR)
254
+ parsed.host = new_host
255
+ parsed.path = new_path
256
+ parsed.scheme = hints[:scheme] unless parsed.scheme
257
+ end
258
+ end
259
+ end
260
+ return parsed
261
+ end
262
+
263
+ ##
264
+ # Converts a path to a file scheme URI. If the path supplied is
265
+ # relative, it will be returned as a relative URI. If the path supplied
266
+ # is actually a non-file URI, it will parse the URI as if it had been
267
+ # parsed with <code>Addressable::URI.parse</code>. Handles all of the
268
+ # various Microsoft-specific formats for specifying paths.
269
+ #
270
+ # @param [String, Addressable::URI, #to_str] path
271
+ # Typically a <code>String</code> path to a file or directory, but
272
+ # will return a sensible return value if an absolute URI is supplied
273
+ # instead.
274
+ #
275
+ # @return [Addressable::URI]
276
+ # The parsed file scheme URI or the original URI if some other URI
277
+ # scheme was provided.
278
+ #
279
+ # @example
280
+ # base = Addressable::URI.convert_path("/absolute/path/")
281
+ # uri = Addressable::URI.convert_path("relative/path")
282
+ # (base + uri).to_s
283
+ # #=> "file:///absolute/path/relative/path"
284
+ #
285
+ # Addressable::URI.convert_path(
286
+ # "c:\\windows\\My Documents 100%20\\foo.txt"
287
+ # ).to_s
288
+ # #=> "file:///c:/windows/My%20Documents%20100%20/foo.txt"
289
+ #
290
+ # Addressable::URI.convert_path("http://example.com/").to_s
291
+ # #=> "http://example.com/"
292
+ def self.convert_path(path)
293
+ # If we were given nil, return nil.
294
+ return nil unless path
295
+ # If a URI object is passed, just return itself.
296
+ return path if path.kind_of?(self)
297
+ unless path.respond_to?(:to_str)
298
+ raise TypeError, "Can't convert #{path.class} into String."
299
+ end
300
+ # Otherwise, convert to a String
301
+ path = path.to_str.strip
302
+
303
+ path.sub!(/^file:\/?\/?/, EMPTY_STR) if path =~ /^file:\/?\/?/
304
+ path = SLASH + path if path =~ /^([a-zA-Z])[\|:]/
305
+ uri = self.parse(path)
306
+
307
+ if uri.scheme == nil
308
+ # Adjust windows-style uris
309
+ uri.path.sub!(/^\/?([a-zA-Z])[\|:][\\\/]/) do
310
+ "/#{$1.downcase}:/"
311
+ end
312
+ uri.path.tr!("\\", SLASH)
313
+ if File.exist?(uri.path) &&
314
+ File.stat(uri.path).directory?
315
+ uri.path.chomp!(SLASH)
316
+ uri.path = uri.path + '/'
317
+ end
318
+
319
+ # If the path is absolute, set the scheme and host.
320
+ if uri.path.start_with?(SLASH)
321
+ uri.scheme = "file"
322
+ uri.host = EMPTY_STR
323
+ end
324
+ uri.normalize!
325
+ end
326
+
327
+ return uri
328
+ end
329
+
330
+ ##
331
+ # Joins several URIs together.
332
+ #
333
+ # @param [String, Addressable::URI, #to_str] *uris
334
+ # The URIs to join.
335
+ #
336
+ # @return [Addressable::URI] The joined URI.
337
+ #
338
+ # @example
339
+ # base = "http://example.com/"
340
+ # uri = Addressable::URI.parse("relative/path")
341
+ # Addressable::URI.join(base, uri)
342
+ # #=> #<Addressable::URI:0xcab390 URI:http://example.com/relative/path>
343
+ def self.join(*uris)
344
+ uri_objects = uris.collect do |uri|
345
+ unless uri.respond_to?(:to_str)
346
+ raise TypeError, "Can't convert #{uri.class} into String."
347
+ end
348
+ uri.kind_of?(self) ? uri : self.parse(uri.to_str)
349
+ end
350
+ result = uri_objects.shift.dup
351
+ uri_objects.each do |uri|
352
+ result.join!(uri)
353
+ end
354
+ return result
355
+ end
356
+
357
+ ##
358
+ # Tables used to optimize encoding operations in `self.encode_component`
359
+ # and `self.normalize_component`
360
+ SEQUENCE_ENCODING_TABLE = (0..255).map do |byte|
361
+ format("%02x", byte).freeze
362
+ end.freeze
363
+
364
+ SEQUENCE_UPCASED_PERCENT_ENCODING_TABLE = (0..255).map do |byte|
365
+ format("%%%02X", byte).freeze
366
+ end.freeze
367
+
368
+ ##
369
+ # Percent encodes a URI component.
370
+ #
371
+ # @param [String, #to_str] component The URI component to encode.
372
+ #
373
+ # @param [String, Regexp] character_class
374
+ # The characters which are not percent encoded. If a <code>String</code>
375
+ # is passed, the <code>String</code> must be formatted as a regular
376
+ # expression character class. (Do not include the surrounding square
377
+ # brackets.) For example, <code>"b-zB-Z0-9"</code> would cause
378
+ # everything but the letters 'b' through 'z' and the numbers '0' through
379
+ # '9' to be percent encoded. If a <code>Regexp</code> is passed, the
380
+ # value <code>/[^b-zB-Z0-9]/</code> would have the same effect. A set of
381
+ # useful <code>String</code> values may be found in the
382
+ # <code>Addressable::URI::CharacterClasses</code> module. The default
383
+ # value is the reserved plus unreserved character classes specified in
384
+ # <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>.
385
+ #
386
+ # @param [Regexp] upcase_encoded
387
+ # A string of characters that may already be percent encoded, and whose
388
+ # encodings should be upcased. This allows normalization of percent
389
+ # encodings for characters not included in the
390
+ # <code>character_class</code>.
391
+ #
392
+ # @return [String] The encoded component.
393
+ #
394
+ # @example
395
+ # Addressable::URI.encode_component("simple/example", "b-zB-Z0-9")
396
+ # => "simple%2Fex%61mple"
397
+ # Addressable::URI.encode_component("simple/example", /[^b-zB-Z0-9]/)
398
+ # => "simple%2Fex%61mple"
399
+ # Addressable::URI.encode_component(
400
+ # "simple/example", Addressable::URI::CharacterClasses::UNRESERVED
401
+ # )
402
+ # => "simple%2Fexample"
403
+ def self.encode_component(component, character_class=CharacterClassesRegexps::RESERVED_AND_UNRESERVED, upcase_encoded='')
404
+ return nil if component.nil?
405
+
406
+ begin
407
+ if component.kind_of?(Symbol) ||
408
+ component.kind_of?(Numeric) ||
409
+ component.kind_of?(TrueClass) ||
410
+ component.kind_of?(FalseClass)
411
+ component = component.to_s
412
+ else
413
+ component = component.to_str
414
+ end
415
+ rescue TypeError, NoMethodError
416
+ raise TypeError, "Can't convert #{component.class} into String."
417
+ end if !component.is_a? String
418
+
419
+ if ![String, Regexp].include?(character_class.class)
420
+ raise TypeError,
421
+ "Expected String or Regexp, got #{character_class.inspect}"
422
+ end
423
+ if character_class.kind_of?(String)
424
+ character_class = /[^#{character_class}]/
425
+ end
426
+ # We can't perform regexps on invalid UTF sequences, but
427
+ # here we need to, so switch to ASCII.
428
+ component = component.dup
429
+ component.force_encoding(Encoding::ASCII_8BIT)
430
+ # Avoiding gsub! because there are edge cases with frozen strings
431
+ component = component.gsub(character_class) do |char|
432
+ SEQUENCE_UPCASED_PERCENT_ENCODING_TABLE[char.ord]
433
+ end
434
+ if upcase_encoded.length > 0
435
+ upcase_encoded_chars = upcase_encoded.bytes.map do |byte|
436
+ SEQUENCE_ENCODING_TABLE[byte]
437
+ end
438
+ component = component.gsub(/%(#{upcase_encoded_chars.join('|')})/,
439
+ &:upcase)
440
+ end
441
+
442
+ return component
443
+ end
444
+
445
+ class << self
446
+ alias_method :escape_component, :encode_component
447
+ end
448
+
449
+ ##
450
+ # Unencodes any percent encoded characters within a URI component.
451
+ # This method may be used for unencoding either components or full URIs,
452
+ # however, it is recommended to use the <code>unencode_component</code>
453
+ # alias when unencoding components.
454
+ #
455
+ # @param [String, Addressable::URI, #to_str] uri
456
+ # The URI or component to unencode.
457
+ #
458
+ # @param [Class] return_type
459
+ # The type of object to return.
460
+ # This value may only be set to <code>String</code> or
461
+ # <code>Addressable::URI</code>. All other values are invalid. Defaults
462
+ # to <code>String</code>.
463
+ #
464
+ # @param [String] leave_encoded
465
+ # A string of characters to leave encoded. If a percent encoded character
466
+ # in this list is encountered then it will remain percent encoded.
467
+ #
468
+ # @return [String, Addressable::URI]
469
+ # The unencoded component or URI.
470
+ # The return type is determined by the <code>return_type</code>
471
+ # parameter.
472
+ def self.unencode(uri, return_type=String, leave_encoded='')
473
+ return nil if uri.nil?
474
+
475
+ begin
476
+ uri = uri.to_str
477
+ rescue NoMethodError, TypeError
478
+ raise TypeError, "Can't convert #{uri.class} into String."
479
+ end if !uri.is_a? String
480
+ if ![String, ::Addressable::URI].include?(return_type)
481
+ raise TypeError,
482
+ "Expected Class (String or Addressable::URI), " +
483
+ "got #{return_type.inspect}"
484
+ end
485
+
486
+ result = uri.gsub(/%[0-9a-f]{2}/i) do |sequence|
487
+ c = sequence[1..3].to_i(16).chr
488
+ c.force_encoding(sequence.encoding)
489
+ leave_encoded.include?(c) ? sequence : c
490
+ end
491
+
492
+ result.force_encoding(Encoding::UTF_8)
493
+ if return_type == String
494
+ return result
495
+ elsif return_type == ::Addressable::URI
496
+ return ::Addressable::URI.parse(result)
497
+ end
498
+ end
499
+
500
+ class << self
501
+ alias_method :unescape, :unencode
502
+ alias_method :unencode_component, :unencode
503
+ alias_method :unescape_component, :unencode
504
+ end
505
+
506
+
507
+ ##
508
+ # Normalizes the encoding of a URI component.
509
+ #
510
+ # @param [String, #to_str] component The URI component to encode.
511
+ #
512
+ # @param [String, Regexp] character_class
513
+ # The characters which are not percent encoded. If a <code>String</code>
514
+ # is passed, the <code>String</code> must be formatted as a regular
515
+ # expression character class. (Do not include the surrounding square
516
+ # brackets.) For example, <code>"b-zB-Z0-9"</code> would cause
517
+ # everything but the letters 'b' through 'z' and the numbers '0'
518
+ # through '9' to be percent encoded. If a <code>Regexp</code> is passed,
519
+ # the value <code>/[^b-zB-Z0-9]/</code> would have the same effect. A
520
+ # set of useful <code>String</code> values may be found in the
521
+ # <code>Addressable::URI::CharacterClasses</code> module. The default
522
+ # value is the reserved plus unreserved character classes specified in
523
+ # <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>.
524
+ #
525
+ # @param [String] leave_encoded
526
+ # When <code>character_class</code> is a <code>String</code> then
527
+ # <code>leave_encoded</code> is a string of characters that should remain
528
+ # percent encoded while normalizing the component; if they appear percent
529
+ # encoded in the original component, then they will be upcased ("%2f"
530
+ # normalized to "%2F") but otherwise left alone.
531
+ #
532
+ # @return [String] The normalized component.
533
+ #
534
+ # @example
535
+ # Addressable::URI.normalize_component("simpl%65/%65xampl%65", "b-zB-Z")
536
+ # => "simple%2Fex%61mple"
537
+ # Addressable::URI.normalize_component(
538
+ # "simpl%65/%65xampl%65", /[^b-zB-Z]/
539
+ # )
540
+ # => "simple%2Fex%61mple"
541
+ # Addressable::URI.normalize_component(
542
+ # "simpl%65/%65xampl%65",
543
+ # Addressable::URI::CharacterClasses::UNRESERVED
544
+ # )
545
+ # => "simple%2Fexample"
546
+ # Addressable::URI.normalize_component(
547
+ # "one%20two%2fthree%26four",
548
+ # "0-9a-zA-Z &/",
549
+ # "/"
550
+ # )
551
+ # => "one two%2Fthree&four"
552
+ def self.normalize_component(component, character_class=
553
+ CharacterClassesRegexps::RESERVED_AND_UNRESERVED,
554
+ leave_encoded='')
555
+ return nil if component.nil?
556
+
557
+ begin
558
+ component = component.to_str
559
+ rescue NoMethodError, TypeError
560
+ raise TypeError, "Can't convert #{component.class} into String."
561
+ end if !component.is_a? String
562
+
563
+ if ![String, Regexp].include?(character_class.class)
564
+ raise TypeError,
565
+ "Expected String or Regexp, got #{character_class.inspect}"
566
+ end
567
+ if character_class.kind_of?(String)
568
+ leave_re = if leave_encoded.length > 0
569
+ character_class = "#{character_class}%" unless character_class.include?('%')
570
+
571
+ bytes = leave_encoded.bytes
572
+ leave_encoded_pattern = bytes.map { |b| SEQUENCE_ENCODING_TABLE[b] }.join('|')
573
+ "|%(?!#{leave_encoded_pattern}|#{leave_encoded_pattern.upcase})"
574
+ end
575
+
576
+ character_class = if leave_re
577
+ /[^#{character_class}]#{leave_re}/
578
+ else
579
+ /[^#{character_class}]/
580
+ end
581
+ end
582
+ # We can't perform regexps on invalid UTF sequences, but
583
+ # here we need to, so switch to ASCII.
584
+ component = component.dup
585
+ component.force_encoding(Encoding::ASCII_8BIT)
586
+ unencoded = self.unencode_component(component, String, leave_encoded)
587
+ begin
588
+ encoded = self.encode_component(
589
+ unencoded.unicode_normalize(:nfc),
590
+ character_class,
591
+ leave_encoded
592
+ )
593
+ rescue ArgumentError
594
+ encoded = self.encode_component(unencoded)
595
+ end
596
+ encoded.force_encoding(Encoding::UTF_8)
597
+ return encoded
598
+ end
599
+
600
+ ##
601
+ # Percent encodes any special characters in the URI.
602
+ #
603
+ # @param [String, Addressable::URI, #to_str] uri
604
+ # The URI to encode.
605
+ #
606
+ # @param [Class] return_type
607
+ # The type of object to return.
608
+ # This value may only be set to <code>String</code> or
609
+ # <code>Addressable::URI</code>. All other values are invalid. Defaults
610
+ # to <code>String</code>.
611
+ #
612
+ # @return [String, Addressable::URI]
613
+ # The encoded URI.
614
+ # The return type is determined by the <code>return_type</code>
615
+ # parameter.
616
+ def self.encode(uri, return_type=String)
617
+ return nil if uri.nil?
618
+
619
+ begin
620
+ uri = uri.to_str
621
+ rescue NoMethodError, TypeError
622
+ raise TypeError, "Can't convert #{uri.class} into String."
623
+ end if !uri.is_a? String
624
+
625
+ if ![String, ::Addressable::URI].include?(return_type)
626
+ raise TypeError,
627
+ "Expected Class (String or Addressable::URI), " +
628
+ "got #{return_type.inspect}"
629
+ end
630
+ uri_object = uri.kind_of?(self) ? uri : self.parse(uri)
631
+ encoded_uri = Addressable::URI.new(
632
+ :scheme => self.encode_component(uri_object.scheme,
633
+ Addressable::URI::CharacterClassesRegexps::SCHEME),
634
+ :authority => self.encode_component(uri_object.authority,
635
+ Addressable::URI::CharacterClassesRegexps::AUTHORITY),
636
+ :path => self.encode_component(uri_object.path,
637
+ Addressable::URI::CharacterClassesRegexps::PATH),
638
+ :query => self.encode_component(uri_object.query,
639
+ Addressable::URI::CharacterClassesRegexps::QUERY),
640
+ :fragment => self.encode_component(uri_object.fragment,
641
+ Addressable::URI::CharacterClassesRegexps::FRAGMENT)
642
+ )
643
+ if return_type == String
644
+ return encoded_uri.to_s
645
+ elsif return_type == ::Addressable::URI
646
+ return encoded_uri
647
+ end
648
+ end
649
+
650
+ class << self
651
+ alias_method :escape, :encode
652
+ end
653
+
654
+ ##
655
+ # Normalizes the encoding of a URI. Characters within a hostname are
656
+ # not percent encoded to allow for internationalized domain names.
657
+ #
658
+ # @param [String, Addressable::URI, #to_str] uri
659
+ # The URI to encode.
660
+ #
661
+ # @param [Class] return_type
662
+ # The type of object to return.
663
+ # This value may only be set to <code>String</code> or
664
+ # <code>Addressable::URI</code>. All other values are invalid. Defaults
665
+ # to <code>String</code>.
666
+ #
667
+ # @return [String, Addressable::URI]
668
+ # The encoded URI.
669
+ # The return type is determined by the <code>return_type</code>
670
+ # parameter.
671
+ def self.normalized_encode(uri, return_type=String)
672
+ begin
673
+ uri = uri.to_str
674
+ rescue NoMethodError, TypeError
675
+ raise TypeError, "Can't convert #{uri.class} into String."
676
+ end if !uri.is_a? String
677
+
678
+ if ![String, ::Addressable::URI].include?(return_type)
679
+ raise TypeError,
680
+ "Expected Class (String or Addressable::URI), " +
681
+ "got #{return_type.inspect}"
682
+ end
683
+ uri_object = uri.kind_of?(self) ? uri : self.parse(uri)
684
+ components = {
685
+ :scheme => self.unencode_component(uri_object.scheme),
686
+ :user => self.unencode_component(uri_object.user),
687
+ :password => self.unencode_component(uri_object.password),
688
+ :host => self.unencode_component(uri_object.host),
689
+ :port => (uri_object.port.nil? ? nil : uri_object.port.to_s),
690
+ :path => self.unencode_component(uri_object.path),
691
+ :query => self.unencode_component(uri_object.query),
692
+ :fragment => self.unencode_component(uri_object.fragment)
693
+ }
694
+ components.each do |key, value|
695
+ if value != nil
696
+ begin
697
+ components[key] = value.to_str.unicode_normalize(:nfc)
698
+ rescue ArgumentError
699
+ # Likely a malformed UTF-8 character, skip unicode normalization
700
+ components[key] = value.to_str
701
+ end
702
+ end
703
+ end
704
+ encoded_uri = Addressable::URI.new(
705
+ :scheme => self.encode_component(components[:scheme],
706
+ Addressable::URI::CharacterClassesRegexps::SCHEME),
707
+ :user => self.encode_component(components[:user],
708
+ Addressable::URI::CharacterClassesRegexps::UNRESERVED),
709
+ :password => self.encode_component(components[:password],
710
+ Addressable::URI::CharacterClassesRegexps::UNRESERVED),
711
+ :host => components[:host],
712
+ :port => components[:port],
713
+ :path => self.encode_component(components[:path],
714
+ Addressable::URI::CharacterClassesRegexps::PATH),
715
+ :query => self.encode_component(components[:query],
716
+ Addressable::URI::CharacterClassesRegexps::QUERY),
717
+ :fragment => self.encode_component(components[:fragment],
718
+ Addressable::URI::CharacterClassesRegexps::FRAGMENT)
719
+ )
720
+ if return_type == String
721
+ return encoded_uri.to_s
722
+ elsif return_type == ::Addressable::URI
723
+ return encoded_uri
724
+ end
725
+ end
726
+
727
+ ##
728
+ # Encodes a set of key/value pairs according to the rules for the
729
+ # <code>application/x-www-form-urlencoded</code> MIME type.
730
+ #
731
+ # @param [#to_hash, #to_ary] form_values
732
+ # The form values to encode.
733
+ #
734
+ # @param [TrueClass, FalseClass] sort
735
+ # Sort the key/value pairs prior to encoding.
736
+ # Defaults to <code>false</code>.
737
+ #
738
+ # @return [String]
739
+ # The encoded value.
740
+ def self.form_encode(form_values, sort=false)
741
+ if form_values.respond_to?(:to_hash)
742
+ form_values = form_values.to_hash.to_a
743
+ elsif form_values.respond_to?(:to_ary)
744
+ form_values = form_values.to_ary
745
+ else
746
+ raise TypeError, "Can't convert #{form_values.class} into Array."
747
+ end
748
+
749
+ form_values = form_values.inject([]) do |accu, (key, value)|
750
+ if value.kind_of?(Array)
751
+ value.each do |v|
752
+ accu << [key.to_s, v.to_s]
753
+ end
754
+ else
755
+ accu << [key.to_s, value.to_s]
756
+ end
757
+ accu
758
+ end
759
+
760
+ if sort
761
+ # Useful for OAuth and optimizing caching systems
762
+ form_values = form_values.sort
763
+ end
764
+ escaped_form_values = form_values.map do |(key, value)|
765
+ # Line breaks are CRLF pairs
766
+ [
767
+ self.encode_component(
768
+ key.gsub(/(\r\n|\n|\r)/, "\r\n"),
769
+ CharacterClassesRegexps::UNRESERVED
770
+ ).gsub("%20", "+"),
771
+ self.encode_component(
772
+ value.gsub(/(\r\n|\n|\r)/, "\r\n"),
773
+ CharacterClassesRegexps::UNRESERVED
774
+ ).gsub("%20", "+")
775
+ ]
776
+ end
777
+ return escaped_form_values.map do |(key, value)|
778
+ "#{key}=#{value}"
779
+ end.join("&")
780
+ end
781
+
782
+ ##
783
+ # Decodes a <code>String</code> according to the rules for the
784
+ # <code>application/x-www-form-urlencoded</code> MIME type.
785
+ #
786
+ # @param [String, #to_str] encoded_value
787
+ # The form values to decode.
788
+ #
789
+ # @return [Array]
790
+ # The decoded values.
791
+ # This is not a <code>Hash</code> because of the possibility for
792
+ # duplicate keys.
793
+ def self.form_unencode(encoded_value)
794
+ if !encoded_value.respond_to?(:to_str)
795
+ raise TypeError, "Can't convert #{encoded_value.class} into String."
796
+ end
797
+ encoded_value = encoded_value.to_str
798
+ split_values = encoded_value.split("&").map do |pair|
799
+ pair.split("=", 2)
800
+ end
801
+ return split_values.map do |(key, value)|
802
+ [
803
+ key ? self.unencode_component(
804
+ key.gsub("+", "%20")).gsub(/(\r\n|\n|\r)/, "\n") : nil,
805
+ value ? (self.unencode_component(
806
+ value.gsub("+", "%20")).gsub(/(\r\n|\n|\r)/, "\n")) : nil
807
+ ]
808
+ end
809
+ end
810
+
811
+ ##
812
+ # Creates a new uri object from component parts.
813
+ #
814
+ # @option [String, #to_str] scheme The scheme component.
815
+ # @option [String, #to_str] user The user component.
816
+ # @option [String, #to_str] password The password component.
817
+ # @option [String, #to_str] userinfo
818
+ # The userinfo component. If this is supplied, the user and password
819
+ # components must be omitted.
820
+ # @option [String, #to_str] host The host component.
821
+ # @option [String, #to_str] port The port component.
822
+ # @option [String, #to_str] authority
823
+ # The authority component. If this is supplied, the user, password,
824
+ # userinfo, host, and port components must be omitted.
825
+ # @option [String, #to_str] path The path component.
826
+ # @option [String, #to_str] query The query component.
827
+ # @option [String, #to_str] fragment The fragment component.
828
+ #
829
+ # @return [Addressable::URI] The constructed URI object.
830
+ def initialize(options={})
831
+ if options.has_key?(:authority)
832
+ if (options.keys & [:userinfo, :user, :password, :host, :port]).any?
833
+ raise ArgumentError,
834
+ "Cannot specify both an authority and any of the components " +
835
+ "within the authority."
836
+ end
837
+ end
838
+ if options.has_key?(:userinfo)
839
+ if (options.keys & [:user, :password]).any?
840
+ raise ArgumentError,
841
+ "Cannot specify both a userinfo and either the user or password."
842
+ end
843
+ end
844
+
845
+ reset_ivs
846
+
847
+ defer_validation do
848
+ # Bunch of crazy logic required because of the composite components
849
+ # like userinfo and authority.
850
+ self.scheme = options[:scheme] if options[:scheme]
851
+ self.user = options[:user] if options[:user]
852
+ self.password = options[:password] if options[:password]
853
+ self.userinfo = options[:userinfo] if options[:userinfo]
854
+ self.host = options[:host] if options[:host]
855
+ self.port = options[:port] if options[:port]
856
+ self.authority = options[:authority] if options[:authority]
857
+ self.path = options[:path] if options[:path]
858
+ self.query = options[:query] if options[:query]
859
+ self.query_values = options[:query_values] if options[:query_values]
860
+ self.fragment = options[:fragment] if options[:fragment]
861
+ end
862
+
863
+ to_s # force path validation
864
+ end
865
+
866
+ ##
867
+ # Freeze URI, initializing instance variables.
868
+ #
869
+ # @return [Addressable::URI] The frozen URI object.
870
+ def freeze
871
+ self.normalized_scheme
872
+ self.normalized_user
873
+ self.normalized_password
874
+ self.normalized_userinfo
875
+ self.normalized_host
876
+ self.normalized_port
877
+ self.normalized_authority
878
+ self.normalized_site
879
+ self.normalized_path
880
+ self.normalized_query
881
+ self.normalized_fragment
882
+ self.hash
883
+ super
884
+ end
885
+
886
+ ##
887
+ # The scheme component for this URI.
888
+ #
889
+ # @return [String] The scheme component.
890
+ attr_reader :scheme
891
+
892
+ ##
893
+ # The scheme component for this URI, normalized.
894
+ #
895
+ # @return [String] The scheme component, normalized.
896
+ def normalized_scheme
897
+ return nil unless self.scheme
898
+ if @normalized_scheme == NONE
899
+ @normalized_scheme = if self.scheme =~ /^\s*ssh\+svn\s*$/i
900
+ "svn+ssh".dup
901
+ else
902
+ Addressable::URI.normalize_component(
903
+ self.scheme.strip.downcase,
904
+ Addressable::URI::NormalizeCharacterClasses::SCHEME
905
+ )
906
+ end
907
+ end
908
+ # All normalized values should be UTF-8
909
+ force_utf8_encoding_if_needed(@normalized_scheme)
910
+ @normalized_scheme
911
+ end
912
+
913
+ ##
914
+ # Sets the scheme component for this URI.
915
+ #
916
+ # @param [String, #to_str] new_scheme The new scheme component.
917
+ def scheme=(new_scheme)
918
+ if new_scheme && !new_scheme.respond_to?(:to_str)
919
+ raise TypeError, "Can't convert #{new_scheme.class} into String."
920
+ elsif new_scheme
921
+ new_scheme = new_scheme.to_str
922
+ end
923
+ if new_scheme && new_scheme !~ /\A[a-z][a-z0-9\.\+\-]*\z/i
924
+ raise InvalidURIError, "Invalid scheme format: '#{new_scheme}'"
925
+ end
926
+ @scheme = new_scheme
927
+ @scheme = nil if @scheme.to_s.strip.empty?
928
+
929
+ # Reset dependent values
930
+ @normalized_scheme = NONE
931
+ remove_composite_values
932
+
933
+ # Ensure we haven't created an invalid URI
934
+ validate()
935
+ end
936
+
937
+ ##
938
+ # The user component for this URI.
939
+ #
940
+ # @return [String] The user component.
941
+ attr_reader :user
942
+
943
+ ##
944
+ # The user component for this URI, normalized.
945
+ #
946
+ # @return [String] The user component, normalized.
947
+ def normalized_user
948
+ return nil unless self.user
949
+ return @normalized_user unless @normalized_user == NONE
950
+ @normalized_user = begin
951
+ if normalized_scheme =~ /https?/ && self.user.strip.empty? &&
952
+ (!self.password || self.password.strip.empty?)
953
+ nil
954
+ else
955
+ Addressable::URI.normalize_component(
956
+ self.user.strip,
957
+ Addressable::URI::NormalizeCharacterClasses::UNRESERVED
958
+ )
959
+ end
960
+ end
961
+ # All normalized values should be UTF-8
962
+ force_utf8_encoding_if_needed(@normalized_user)
963
+ @normalized_user
964
+ end
965
+
966
+ ##
967
+ # Sets the user component for this URI.
968
+ #
969
+ # @param [String, #to_str] new_user The new user component.
970
+ def user=(new_user)
971
+ if new_user && !new_user.respond_to?(:to_str)
972
+ raise TypeError, "Can't convert #{new_user.class} into String."
973
+ end
974
+ @user = new_user ? new_user.to_str : nil
975
+
976
+ # You can't have a nil user with a non-nil password
977
+ if password != nil
978
+ @user = EMPTY_STR unless user
979
+ end
980
+
981
+ # Reset dependent values
982
+ @userinfo = nil
983
+ @normalized_userinfo = NONE
984
+ @authority = nil
985
+ @normalized_user = NONE
986
+ remove_composite_values
987
+
988
+ # Ensure we haven't created an invalid URI
989
+ validate()
990
+ end
991
+
992
+ ##
993
+ # The password component for this URI.
994
+ #
995
+ # @return [String] The password component.
996
+ attr_reader :password
997
+
998
+ ##
999
+ # The password component for this URI, normalized.
1000
+ #
1001
+ # @return [String] The password component, normalized.
1002
+ def normalized_password
1003
+ return nil unless self.password
1004
+ return @normalized_password unless @normalized_password == NONE
1005
+ @normalized_password = begin
1006
+ if self.normalized_scheme =~ /https?/ && self.password.strip.empty? &&
1007
+ (!self.user || self.user.strip.empty?)
1008
+ nil
1009
+ else
1010
+ Addressable::URI.normalize_component(
1011
+ self.password.strip,
1012
+ Addressable::URI::NormalizeCharacterClasses::UNRESERVED
1013
+ )
1014
+ end
1015
+ end
1016
+ # All normalized values should be UTF-8
1017
+ force_utf8_encoding_if_needed(@normalized_password)
1018
+ @normalized_password
1019
+ end
1020
+
1021
+ ##
1022
+ # Sets the password component for this URI.
1023
+ #
1024
+ # @param [String, #to_str] new_password The new password component.
1025
+ def password=(new_password)
1026
+ if new_password && !new_password.respond_to?(:to_str)
1027
+ raise TypeError, "Can't convert #{new_password.class} into String."
1028
+ end
1029
+ @password = new_password ? new_password.to_str : nil
1030
+
1031
+ # You can't have a nil user with a non-nil password
1032
+ if @password != nil
1033
+ self.user = EMPTY_STR if user.nil?
1034
+ end
1035
+
1036
+ # Reset dependent values
1037
+ @userinfo = nil
1038
+ @normalized_userinfo = NONE
1039
+ @authority = nil
1040
+ @normalized_password = NONE
1041
+ remove_composite_values
1042
+
1043
+ # Ensure we haven't created an invalid URI
1044
+ validate()
1045
+ end
1046
+
1047
+ ##
1048
+ # The userinfo component for this URI.
1049
+ # Combines the user and password components.
1050
+ #
1051
+ # @return [String] The userinfo component.
1052
+ def userinfo
1053
+ current_user = self.user
1054
+ current_password = self.password
1055
+ (current_user || current_password) && @userinfo ||= begin
1056
+ if current_user && current_password
1057
+ "#{current_user}:#{current_password}"
1058
+ elsif current_user && !current_password
1059
+ "#{current_user}"
1060
+ end
1061
+ end
1062
+ end
1063
+
1064
+ ##
1065
+ # The userinfo component for this URI, normalized.
1066
+ #
1067
+ # @return [String] The userinfo component, normalized.
1068
+ def normalized_userinfo
1069
+ return nil unless self.userinfo
1070
+ return @normalized_userinfo unless @normalized_userinfo == NONE
1071
+ @normalized_userinfo = begin
1072
+ current_user = self.normalized_user
1073
+ current_password = self.normalized_password
1074
+ if !current_user && !current_password
1075
+ nil
1076
+ elsif current_user && current_password
1077
+ "#{current_user}:#{current_password}".dup
1078
+ elsif current_user && !current_password
1079
+ "#{current_user}".dup
1080
+ end
1081
+ end
1082
+ # All normalized values should be UTF-8
1083
+ force_utf8_encoding_if_needed(@normalized_userinfo)
1084
+ @normalized_userinfo
1085
+ end
1086
+
1087
+ ##
1088
+ # Sets the userinfo component for this URI.
1089
+ #
1090
+ # @param [String, #to_str] new_userinfo The new userinfo component.
1091
+ def userinfo=(new_userinfo)
1092
+ if new_userinfo && !new_userinfo.respond_to?(:to_str)
1093
+ raise TypeError, "Can't convert #{new_userinfo.class} into String."
1094
+ end
1095
+ new_user, new_password = if new_userinfo
1096
+ [
1097
+ new_userinfo.to_str.strip[/^(.*):/, 1],
1098
+ new_userinfo.to_str.strip[/:(.*)$/, 1]
1099
+ ]
1100
+ else
1101
+ [nil, nil]
1102
+ end
1103
+
1104
+ # Password assigned first to ensure validity in case of nil
1105
+ self.password = new_password
1106
+ self.user = new_user
1107
+
1108
+ # Reset dependent values
1109
+ @authority = nil
1110
+ remove_composite_values
1111
+
1112
+ # Ensure we haven't created an invalid URI
1113
+ validate()
1114
+ end
1115
+
1116
+ ##
1117
+ # The host component for this URI.
1118
+ #
1119
+ # @return [String] The host component.
1120
+ attr_reader :host
1121
+
1122
+ ##
1123
+ # The host component for this URI, normalized.
1124
+ #
1125
+ # @return [String] The host component, normalized.
1126
+ def normalized_host
1127
+ return nil unless self.host
1128
+
1129
+ @normalized_host ||= begin
1130
+ if !self.host.strip.empty?
1131
+ result = ::Addressable::IDNA.to_ascii(
1132
+ URI.unencode_component(self.host.strip.downcase)
1133
+ )
1134
+ if result =~ /[^\.]\.$/
1135
+ # Single trailing dots are unnecessary.
1136
+ result = result[0...-1]
1137
+ end
1138
+ result = Addressable::URI.normalize_component(
1139
+ result,
1140
+ NormalizeCharacterClasses::HOST
1141
+ )
1142
+ result
1143
+ else
1144
+ EMPTY_STR.dup
1145
+ end
1146
+ end
1147
+ # All normalized values should be UTF-8
1148
+ force_utf8_encoding_if_needed(@normalized_host)
1149
+ @normalized_host
1150
+ end
1151
+
1152
+ ##
1153
+ # Sets the host component for this URI.
1154
+ #
1155
+ # @param [String, #to_str] new_host The new host component.
1156
+ def host=(new_host)
1157
+ if new_host && !new_host.respond_to?(:to_str)
1158
+ raise TypeError, "Can't convert #{new_host.class} into String."
1159
+ end
1160
+ @host = new_host ? new_host.to_str : nil
1161
+
1162
+ # Reset dependent values
1163
+ @authority = nil
1164
+ @normalized_host = nil
1165
+ remove_composite_values
1166
+
1167
+ # Ensure we haven't created an invalid URI
1168
+ validate()
1169
+ end
1170
+
1171
+ ##
1172
+ # This method is same as URI::Generic#host except
1173
+ # brackets for IPv6 (and 'IPvFuture') addresses are removed.
1174
+ #
1175
+ # @see Addressable::URI#host
1176
+ #
1177
+ # @return [String] The hostname for this URI.
1178
+ def hostname
1179
+ v = self.host
1180
+ /\A\[(.*)\]\z/ =~ v ? $1 : v
1181
+ end
1182
+
1183
+ ##
1184
+ # This method is same as URI::Generic#host= except
1185
+ # the argument can be a bare IPv6 address (or 'IPvFuture').
1186
+ #
1187
+ # @see Addressable::URI#host=
1188
+ #
1189
+ # @param [String, #to_str] new_hostname The new hostname for this URI.
1190
+ def hostname=(new_hostname)
1191
+ if new_hostname &&
1192
+ (new_hostname.respond_to?(:ipv4?) || new_hostname.respond_to?(:ipv6?))
1193
+ new_hostname = new_hostname.to_s
1194
+ elsif new_hostname && !new_hostname.respond_to?(:to_str)
1195
+ raise TypeError, "Can't convert #{new_hostname.class} into String."
1196
+ end
1197
+ v = new_hostname ? new_hostname.to_str : nil
1198
+ v = "[#{v}]" if /\A\[.*\]\z/ !~ v && /:/ =~ v
1199
+ self.host = v
1200
+ end
1201
+
1202
+ ##
1203
+ # Returns the top-level domain for this host.
1204
+ #
1205
+ # @example
1206
+ # Addressable::URI.parse("http://www.example.co.uk").tld # => "co.uk"
1207
+ def tld
1208
+ PublicSuffix.parse(self.host, ignore_private: true).tld
1209
+ end
1210
+
1211
+ ##
1212
+ # Sets the top-level domain for this URI.
1213
+ #
1214
+ # @param [String, #to_str] new_tld The new top-level domain.
1215
+ def tld=(new_tld)
1216
+ replaced_tld = host.sub(/#{tld}\z/, new_tld)
1217
+ self.host = PublicSuffix::Domain.new(replaced_tld).to_s
1218
+ end
1219
+
1220
+ ##
1221
+ # Returns the public suffix domain for this host.
1222
+ #
1223
+ # @example
1224
+ # Addressable::URI.parse("http://www.example.co.uk").domain # => "example.co.uk"
1225
+ def domain
1226
+ PublicSuffix.domain(self.host, ignore_private: true)
1227
+ end
1228
+
1229
+ ##
1230
+ # The authority component for this URI.
1231
+ # Combines the user, password, host, and port components.
1232
+ #
1233
+ # @return [String] The authority component.
1234
+ def authority
1235
+ self.host && @authority ||= begin
1236
+ authority = String.new
1237
+ if self.userinfo != nil
1238
+ authority << "#{self.userinfo}@"
1239
+ end
1240
+ authority << self.host
1241
+ if self.port != nil
1242
+ authority << ":#{self.port}"
1243
+ end
1244
+ authority
1245
+ end
1246
+ end
1247
+
1248
+ ##
1249
+ # The authority component for this URI, normalized.
1250
+ #
1251
+ # @return [String] The authority component, normalized.
1252
+ def normalized_authority
1253
+ return nil unless self.authority
1254
+ @normalized_authority ||= begin
1255
+ authority = String.new
1256
+ if self.normalized_userinfo != nil
1257
+ authority << "#{self.normalized_userinfo}@"
1258
+ end
1259
+ authority << self.normalized_host
1260
+ if self.normalized_port != nil
1261
+ authority << ":#{self.normalized_port}"
1262
+ end
1263
+ authority
1264
+ end
1265
+ # All normalized values should be UTF-8
1266
+ force_utf8_encoding_if_needed(@normalized_authority)
1267
+ @normalized_authority
1268
+ end
1269
+
1270
+ ##
1271
+ # Sets the authority component for this URI.
1272
+ #
1273
+ # @param [String, #to_str] new_authority The new authority component.
1274
+ def authority=(new_authority)
1275
+ if new_authority
1276
+ if !new_authority.respond_to?(:to_str)
1277
+ raise TypeError, "Can't convert #{new_authority.class} into String."
1278
+ end
1279
+ new_authority = new_authority.to_str
1280
+ new_userinfo = new_authority[/^([^\[\]]*)@/, 1]
1281
+ if new_userinfo
1282
+ new_user = new_userinfo.strip[/^([^:]*):?/, 1]
1283
+ new_password = new_userinfo.strip[/:(.*)$/, 1]
1284
+ end
1285
+ new_host = new_authority.sub(
1286
+ /^([^\[\]]*)@/, EMPTY_STR
1287
+ ).sub(
1288
+ /:([^:@\[\]]*?)$/, EMPTY_STR
1289
+ )
1290
+ new_port =
1291
+ new_authority[/:([^:@\[\]]*?)$/, 1]
1292
+ end
1293
+
1294
+ # Password assigned first to ensure validity in case of nil
1295
+ self.password = new_password
1296
+ self.user = new_user
1297
+ self.host = new_host
1298
+ self.port = new_port
1299
+
1300
+ # Reset dependent values
1301
+ @userinfo = nil
1302
+ @normalized_userinfo = NONE
1303
+ remove_composite_values
1304
+
1305
+ # Ensure we haven't created an invalid URI
1306
+ validate()
1307
+ end
1308
+
1309
+ ##
1310
+ # The origin for this URI, serialized to ASCII, as per
1311
+ # RFC 6454, section 6.2.
1312
+ #
1313
+ # @return [String] The serialized origin.
1314
+ def origin
1315
+ if self.scheme && self.authority
1316
+ if self.normalized_port
1317
+ "#{self.normalized_scheme}://#{self.normalized_host}" +
1318
+ ":#{self.normalized_port}"
1319
+ else
1320
+ "#{self.normalized_scheme}://#{self.normalized_host}"
1321
+ end
1322
+ else
1323
+ "null"
1324
+ end
1325
+ end
1326
+
1327
+ ##
1328
+ # Sets the origin for this URI, serialized to ASCII, as per
1329
+ # RFC 6454, section 6.2. This assignment will reset the `userinfo`
1330
+ # component.
1331
+ #
1332
+ # @param [String, #to_str] new_origin The new origin component.
1333
+ def origin=(new_origin)
1334
+ if new_origin
1335
+ if !new_origin.respond_to?(:to_str)
1336
+ raise TypeError, "Can't convert #{new_origin.class} into String."
1337
+ end
1338
+ new_origin = new_origin.to_str
1339
+ new_scheme = new_origin[/^([^:\/?#]+):\/\//, 1]
1340
+ unless new_scheme
1341
+ raise InvalidURIError, 'An origin cannot omit the scheme.'
1342
+ end
1343
+ new_host = new_origin[/:\/\/([^\/?#:]+)/, 1]
1344
+ unless new_host
1345
+ raise InvalidURIError, 'An origin cannot omit the host.'
1346
+ end
1347
+ new_port = new_origin[/:([^:@\[\]\/]*?)$/, 1]
1348
+ end
1349
+
1350
+ self.scheme = new_scheme
1351
+ self.host = new_host
1352
+ self.port = new_port
1353
+ self.userinfo = nil
1354
+
1355
+ # Reset dependent values
1356
+ @userinfo = nil
1357
+ @normalized_userinfo = NONE
1358
+ @authority = nil
1359
+ @normalized_authority = nil
1360
+ remove_composite_values
1361
+
1362
+ # Ensure we haven't created an invalid URI
1363
+ validate()
1364
+ end
1365
+
1366
+ # Returns an array of known ip-based schemes. These schemes typically
1367
+ # use a similar URI form:
1368
+ # <code>//<user>:<password>@<host>:<port>/<url-path></code>
1369
+ def self.ip_based_schemes
1370
+ return self.port_mapping.keys
1371
+ end
1372
+
1373
+ # Returns a hash of common IP-based schemes and their default port
1374
+ # numbers. Adding new schemes to this hash, as necessary, will allow
1375
+ # for better URI normalization.
1376
+ def self.port_mapping
1377
+ PORT_MAPPING
1378
+ end
1379
+
1380
+ ##
1381
+ # The port component for this URI.
1382
+ # This is the port number actually given in the URI. This does not
1383
+ # infer port numbers from default values.
1384
+ #
1385
+ # @return [Integer] The port component.
1386
+ attr_reader :port
1387
+
1388
+ ##
1389
+ # The port component for this URI, normalized.
1390
+ #
1391
+ # @return [Integer] The port component, normalized.
1392
+ def normalized_port
1393
+ return nil unless self.port
1394
+ return @normalized_port unless @normalized_port == NONE
1395
+ @normalized_port = begin
1396
+ if URI.port_mapping[self.normalized_scheme] == self.port
1397
+ nil
1398
+ else
1399
+ self.port
1400
+ end
1401
+ end
1402
+ end
1403
+
1404
+ ##
1405
+ # Sets the port component for this URI.
1406
+ #
1407
+ # @param [String, Integer, #to_s] new_port The new port component.
1408
+ def port=(new_port)
1409
+ if new_port != nil && new_port.respond_to?(:to_str)
1410
+ new_port = Addressable::URI.unencode_component(new_port.to_str)
1411
+ end
1412
+
1413
+ if new_port.respond_to?(:valid_encoding?) && !new_port.valid_encoding?
1414
+ raise InvalidURIError, "Invalid encoding in port"
1415
+ end
1416
+
1417
+ if new_port != nil && !(new_port.to_s =~ /^\d+$/)
1418
+ raise InvalidURIError,
1419
+ "Invalid port number: #{new_port.inspect}"
1420
+ end
1421
+
1422
+ @port = new_port.to_s.to_i
1423
+ @port = nil if @port == 0
1424
+
1425
+ # Reset dependent values
1426
+ @authority = nil
1427
+ @normalized_port = NONE
1428
+ remove_composite_values
1429
+
1430
+ # Ensure we haven't created an invalid URI
1431
+ validate()
1432
+ end
1433
+
1434
+ ##
1435
+ # The inferred port component for this URI.
1436
+ # This method will normalize to the default port for the URI's scheme if
1437
+ # the port isn't explicitly specified in the URI.
1438
+ #
1439
+ # @return [Integer] The inferred port component.
1440
+ def inferred_port
1441
+ if self.port.to_i == 0
1442
+ self.default_port
1443
+ else
1444
+ self.port.to_i
1445
+ end
1446
+ end
1447
+
1448
+ ##
1449
+ # The default port for this URI's scheme.
1450
+ # This method will always returns the default port for the URI's scheme
1451
+ # regardless of the presence of an explicit port in the URI.
1452
+ #
1453
+ # @return [Integer] The default port.
1454
+ def default_port
1455
+ URI.port_mapping[self.scheme.strip.downcase] if self.scheme
1456
+ end
1457
+
1458
+ ##
1459
+ # The combination of components that represent a site.
1460
+ # Combines the scheme, user, password, host, and port components.
1461
+ # Primarily useful for HTTP and HTTPS.
1462
+ #
1463
+ # For example, <code>"http://example.com/path?query"</code> would have a
1464
+ # <code>site</code> value of <code>"http://example.com"</code>.
1465
+ #
1466
+ # @return [String] The components that identify a site.
1467
+ def site
1468
+ (self.scheme || self.authority) && @site ||= begin
1469
+ site_string = "".dup
1470
+ site_string << "#{self.scheme}:" if self.scheme != nil
1471
+ site_string << "//#{self.authority}" if self.authority != nil
1472
+ site_string
1473
+ end
1474
+ end
1475
+
1476
+ ##
1477
+ # The normalized combination of components that represent a site.
1478
+ # Combines the scheme, user, password, host, and port components.
1479
+ # Primarily useful for HTTP and HTTPS.
1480
+ #
1481
+ # For example, <code>"http://example.com/path?query"</code> would have a
1482
+ # <code>site</code> value of <code>"http://example.com"</code>.
1483
+ #
1484
+ # @return [String] The normalized components that identify a site.
1485
+ def normalized_site
1486
+ return nil unless self.site
1487
+ @normalized_site ||= begin
1488
+ site_string = "".dup
1489
+ if self.normalized_scheme != nil
1490
+ site_string << "#{self.normalized_scheme}:"
1491
+ end
1492
+ if self.normalized_authority != nil
1493
+ site_string << "//#{self.normalized_authority}"
1494
+ end
1495
+ site_string
1496
+ end
1497
+ # All normalized values should be UTF-8
1498
+ force_utf8_encoding_if_needed(@normalized_site)
1499
+ @normalized_site
1500
+ end
1501
+
1502
+ ##
1503
+ # Sets the site value for this URI.
1504
+ #
1505
+ # @param [String, #to_str] new_site The new site value.
1506
+ def site=(new_site)
1507
+ if new_site
1508
+ if !new_site.respond_to?(:to_str)
1509
+ raise TypeError, "Can't convert #{new_site.class} into String."
1510
+ end
1511
+ new_site = new_site.to_str
1512
+ # These two regular expressions derived from the primary parsing
1513
+ # expression
1514
+ self.scheme = new_site[/^(?:([^:\/?#]+):)?(?:\/\/(?:[^\/?#]*))?$/, 1]
1515
+ self.authority = new_site[
1516
+ /^(?:(?:[^:\/?#]+):)?(?:\/\/([^\/?#]*))?$/, 1
1517
+ ]
1518
+ else
1519
+ self.scheme = nil
1520
+ self.authority = nil
1521
+ end
1522
+ end
1523
+
1524
+ ##
1525
+ # The path component for this URI.
1526
+ #
1527
+ # @return [String] The path component.
1528
+ attr_reader :path
1529
+
1530
+ NORMPATH = /^(?!\/)[^\/:]*:.*$/
1531
+ ##
1532
+ # The path component for this URI, normalized.
1533
+ #
1534
+ # @return [String] The path component, normalized.
1535
+ def normalized_path
1536
+ @normalized_path ||= begin
1537
+ path = self.path.to_s
1538
+ if self.scheme == nil && path =~ NORMPATH
1539
+ # Relative paths with colons in the first segment are ambiguous.
1540
+ path = path.sub(":", "%2F")
1541
+ end
1542
+ # String#split(delimeter, -1) uses the more strict splitting behavior
1543
+ # found by default in Python.
1544
+ result = path.strip.split(SLASH, -1).map do |segment|
1545
+ Addressable::URI.normalize_component(
1546
+ segment,
1547
+ Addressable::URI::NormalizeCharacterClasses::PCHAR
1548
+ )
1549
+ end.join(SLASH)
1550
+
1551
+ result = URI.normalize_path(result)
1552
+ if result.empty? &&
1553
+ ["http", "https", "ftp", "tftp"].include?(self.normalized_scheme)
1554
+ result = SLASH.dup
1555
+ end
1556
+ result
1557
+ end
1558
+ # All normalized values should be UTF-8
1559
+ force_utf8_encoding_if_needed(@normalized_path)
1560
+ @normalized_path
1561
+ end
1562
+
1563
+ ##
1564
+ # Sets the path component for this URI.
1565
+ #
1566
+ # @param [String, #to_str] new_path The new path component.
1567
+ def path=(new_path)
1568
+ if new_path && !new_path.respond_to?(:to_str)
1569
+ raise TypeError, "Can't convert #{new_path.class} into String."
1570
+ end
1571
+ @path = (new_path || EMPTY_STR).to_str
1572
+ if !@path.empty? && @path[0..0] != SLASH && host != nil
1573
+ @path = "/#{@path}"
1574
+ end
1575
+
1576
+ # Reset dependent values
1577
+ @normalized_path = nil
1578
+ remove_composite_values
1579
+
1580
+ # Ensure we haven't created an invalid URI
1581
+ validate()
1582
+ end
1583
+
1584
+ ##
1585
+ # The basename, if any, of the file in the path component.
1586
+ #
1587
+ # @return [String] The path's basename.
1588
+ def basename
1589
+ # Path cannot be nil
1590
+ return File.basename(self.path).sub(/;[^\/]*$/, EMPTY_STR)
1591
+ end
1592
+
1593
+ ##
1594
+ # The extname, if any, of the file in the path component.
1595
+ # Empty string if there is no extension.
1596
+ #
1597
+ # @return [String] The path's extname.
1598
+ def extname
1599
+ return nil unless self.path
1600
+ return File.extname(self.basename)
1601
+ end
1602
+
1603
+ ##
1604
+ # The query component for this URI.
1605
+ #
1606
+ # @return [String] The query component.
1607
+ attr_reader :query
1608
+
1609
+ ##
1610
+ # The query component for this URI, normalized.
1611
+ #
1612
+ # @return [String] The query component, normalized.
1613
+ def normalized_query(*flags)
1614
+ return nil unless self.query
1615
+ return @normalized_query unless @normalized_query == NONE
1616
+ @normalized_query = begin
1617
+ modified_query_class = Addressable::URI::CharacterClasses::QUERY.dup
1618
+ # Make sure possible key-value pair delimiters are escaped.
1619
+ modified_query_class.sub!("\\&", "").sub!("\\;", "")
1620
+ pairs = (query || "").split("&", -1)
1621
+ pairs.delete_if(&:empty?).uniq! if flags.include?(:compacted)
1622
+ pairs.sort! if flags.include?(:sorted)
1623
+ component = pairs.map do |pair|
1624
+ Addressable::URI.normalize_component(
1625
+ pair,
1626
+ Addressable::URI::NormalizeCharacterClasses::QUERY,
1627
+ "+"
1628
+ )
1629
+ end.join("&")
1630
+ component == "" ? nil : component
1631
+ end
1632
+ # All normalized values should be UTF-8
1633
+ force_utf8_encoding_if_needed(@normalized_query)
1634
+ @normalized_query
1635
+ end
1636
+
1637
+ ##
1638
+ # Sets the query component for this URI.
1639
+ #
1640
+ # @param [String, #to_str] new_query The new query component.
1641
+ def query=(new_query)
1642
+ if new_query && !new_query.respond_to?(:to_str)
1643
+ raise TypeError, "Can't convert #{new_query.class} into String."
1644
+ end
1645
+ @query = new_query ? new_query.to_str : nil
1646
+
1647
+ # Reset dependent values
1648
+ @normalized_query = NONE
1649
+ remove_composite_values
1650
+ end
1651
+
1652
+ ##
1653
+ # Converts the query component to a Hash value.
1654
+ #
1655
+ # @param [Class] return_type The return type desired. Value must be either
1656
+ # `Hash` or `Array`.
1657
+ #
1658
+ # @return [Hash, Array, nil] The query string parsed as a Hash or Array
1659
+ # or nil if the query string is blank.
1660
+ #
1661
+ # @example
1662
+ # Addressable::URI.parse("?one=1&two=2&three=3").query_values
1663
+ # #=> {"one" => "1", "two" => "2", "three" => "3"}
1664
+ # Addressable::URI.parse("?one=two&one=three").query_values(Array)
1665
+ # #=> [["one", "two"], ["one", "three"]]
1666
+ # Addressable::URI.parse("?one=two&one=three").query_values(Hash)
1667
+ # #=> {"one" => "three"}
1668
+ # Addressable::URI.parse("?").query_values
1669
+ # #=> {}
1670
+ # Addressable::URI.parse("").query_values
1671
+ # #=> nil
1672
+ def query_values(return_type=Hash)
1673
+ empty_accumulator = Array == return_type ? [] : {}
1674
+ if return_type != Hash && return_type != Array
1675
+ raise ArgumentError, "Invalid return type. Must be Hash or Array."
1676
+ end
1677
+ return nil if self.query == nil
1678
+ split_query = self.query.split("&").map do |pair|
1679
+ pair.split("=", 2) if pair && !pair.empty?
1680
+ end.compact
1681
+ return split_query.inject(empty_accumulator.dup) do |accu, pair|
1682
+ # I'd rather use key/value identifiers instead of array lookups,
1683
+ # but in this case I really want to maintain the exact pair structure,
1684
+ # so it's best to make all changes in-place.
1685
+ pair[0] = URI.unencode_component(pair[0])
1686
+ if pair[1].respond_to?(:to_str)
1687
+ value = pair[1].to_str
1688
+ # I loathe the fact that I have to do this. Stupid HTML 4.01.
1689
+ # Treating '+' as a space was just an unbelievably bad idea.
1690
+ # There was nothing wrong with '%20'!
1691
+ # If it ain't broke, don't fix it!
1692
+ value = value.tr("+", " ") if ["http", "https", nil].include?(scheme)
1693
+ pair[1] = URI.unencode_component(value)
1694
+ end
1695
+ if return_type == Hash
1696
+ accu[pair[0]] = pair[1]
1697
+ else
1698
+ accu << pair
1699
+ end
1700
+ accu
1701
+ end
1702
+ end
1703
+
1704
+ ##
1705
+ # Sets the query component for this URI from a Hash object.
1706
+ # An empty Hash or Array will result in an empty query string.
1707
+ #
1708
+ # @param [Hash, #to_hash, Array] new_query_values The new query values.
1709
+ #
1710
+ # @example
1711
+ # uri.query_values = {:a => "a", :b => ["c", "d", "e"]}
1712
+ # uri.query
1713
+ # # => "a=a&b=c&b=d&b=e"
1714
+ # uri.query_values = [['a', 'a'], ['b', 'c'], ['b', 'd'], ['b', 'e']]
1715
+ # uri.query
1716
+ # # => "a=a&b=c&b=d&b=e"
1717
+ # uri.query_values = [['a', 'a'], ['b', ['c', 'd', 'e']]]
1718
+ # uri.query
1719
+ # # => "a=a&b=c&b=d&b=e"
1720
+ # uri.query_values = [['flag'], ['key', 'value']]
1721
+ # uri.query
1722
+ # # => "flag&key=value"
1723
+ def query_values=(new_query_values)
1724
+ if new_query_values == nil
1725
+ self.query = nil
1726
+ return nil
1727
+ end
1728
+
1729
+ if !new_query_values.is_a?(Array)
1730
+ if !new_query_values.respond_to?(:to_hash)
1731
+ raise TypeError,
1732
+ "Can't convert #{new_query_values.class} into Hash."
1733
+ end
1734
+ new_query_values = new_query_values.to_hash
1735
+ new_query_values = new_query_values.map do |key, value|
1736
+ key = key.to_s if key.kind_of?(Symbol)
1737
+ [key, value]
1738
+ end
1739
+ # Useful default for OAuth and caching.
1740
+ # Only to be used for non-Array inputs. Arrays should preserve order.
1741
+ new_query_values.sort!
1742
+ end
1743
+
1744
+ # new_query_values have form [['key1', 'value1'], ['key2', 'value2']]
1745
+ buffer = "".dup
1746
+ new_query_values.each do |key, value|
1747
+ encoded_key = URI.encode_component(
1748
+ key, CharacterClassesRegexps::UNRESERVED
1749
+ )
1750
+ if value == nil
1751
+ buffer << "#{encoded_key}&"
1752
+ elsif value.kind_of?(Array)
1753
+ value.each do |sub_value|
1754
+ encoded_value = URI.encode_component(
1755
+ sub_value, CharacterClassesRegexps::UNRESERVED
1756
+ )
1757
+ buffer << "#{encoded_key}=#{encoded_value}&"
1758
+ end
1759
+ else
1760
+ encoded_value = URI.encode_component(
1761
+ value, CharacterClassesRegexps::UNRESERVED
1762
+ )
1763
+ buffer << "#{encoded_key}=#{encoded_value}&"
1764
+ end
1765
+ end
1766
+ self.query = buffer.chop
1767
+ end
1768
+
1769
+ ##
1770
+ # The HTTP request URI for this URI. This is the path and the
1771
+ # query string.
1772
+ #
1773
+ # @return [String] The request URI required for an HTTP request.
1774
+ def request_uri
1775
+ return nil if self.absolute? && self.scheme !~ /^https?$/i
1776
+ return (
1777
+ (!self.path.empty? ? self.path : SLASH) +
1778
+ (self.query ? "?#{self.query}" : EMPTY_STR)
1779
+ )
1780
+ end
1781
+
1782
+ ##
1783
+ # Sets the HTTP request URI for this URI.
1784
+ #
1785
+ # @param [String, #to_str] new_request_uri The new HTTP request URI.
1786
+ def request_uri=(new_request_uri)
1787
+ if !new_request_uri.respond_to?(:to_str)
1788
+ raise TypeError, "Can't convert #{new_request_uri.class} into String."
1789
+ end
1790
+ if self.absolute? && self.scheme !~ /^https?$/i
1791
+ raise InvalidURIError,
1792
+ "Cannot set an HTTP request URI for a non-HTTP URI."
1793
+ end
1794
+ new_request_uri = new_request_uri.to_str
1795
+ path_component = new_request_uri[/^([^\?]*)\??(?:.*)$/, 1]
1796
+ query_component = new_request_uri[/^(?:[^\?]*)\?(.*)$/, 1]
1797
+ path_component = path_component.to_s
1798
+ path_component = (!path_component.empty? ? path_component : SLASH)
1799
+ self.path = path_component
1800
+ self.query = query_component
1801
+
1802
+ # Reset dependent values
1803
+ remove_composite_values
1804
+ end
1805
+
1806
+ ##
1807
+ # The fragment component for this URI.
1808
+ #
1809
+ # @return [String] The fragment component.
1810
+ attr_reader :fragment
1811
+
1812
+ ##
1813
+ # The fragment component for this URI, normalized.
1814
+ #
1815
+ # @return [String] The fragment component, normalized.
1816
+ def normalized_fragment
1817
+ return nil unless self.fragment
1818
+ return @normalized_fragment unless @normalized_fragment == NONE
1819
+ @normalized_fragment = begin
1820
+ component = Addressable::URI.normalize_component(
1821
+ self.fragment,
1822
+ Addressable::URI::NormalizeCharacterClasses::FRAGMENT
1823
+ )
1824
+ component == "" ? nil : component
1825
+ end
1826
+ # All normalized values should be UTF-8
1827
+ force_utf8_encoding_if_needed(@normalized_fragment)
1828
+ @normalized_fragment
1829
+ end
1830
+
1831
+ ##
1832
+ # Sets the fragment component for this URI.
1833
+ #
1834
+ # @param [String, #to_str] new_fragment The new fragment component.
1835
+ def fragment=(new_fragment)
1836
+ if new_fragment && !new_fragment.respond_to?(:to_str)
1837
+ raise TypeError, "Can't convert #{new_fragment.class} into String."
1838
+ end
1839
+ @fragment = new_fragment ? new_fragment.to_str : nil
1840
+
1841
+ # Reset dependent values
1842
+ @normalized_fragment = NONE
1843
+ remove_composite_values
1844
+
1845
+ # Ensure we haven't created an invalid URI
1846
+ validate()
1847
+ end
1848
+
1849
+ ##
1850
+ # Determines if the scheme indicates an IP-based protocol.
1851
+ #
1852
+ # @return [TrueClass, FalseClass]
1853
+ # <code>true</code> if the scheme indicates an IP-based protocol.
1854
+ # <code>false</code> otherwise.
1855
+ def ip_based?
1856
+ if self.scheme
1857
+ return URI.ip_based_schemes.include?(
1858
+ self.scheme.strip.downcase)
1859
+ end
1860
+ return false
1861
+ end
1862
+
1863
+ ##
1864
+ # Determines if the URI is relative.
1865
+ #
1866
+ # @return [TrueClass, FalseClass]
1867
+ # <code>true</code> if the URI is relative. <code>false</code>
1868
+ # otherwise.
1869
+ def relative?
1870
+ return self.scheme.nil?
1871
+ end
1872
+
1873
+ ##
1874
+ # Determines if the URI is absolute.
1875
+ #
1876
+ # @return [TrueClass, FalseClass]
1877
+ # <code>true</code> if the URI is absolute. <code>false</code>
1878
+ # otherwise.
1879
+ def absolute?
1880
+ return !relative?
1881
+ end
1882
+
1883
+ ##
1884
+ # Joins two URIs together.
1885
+ #
1886
+ # @param [String, Addressable::URI, #to_str] The URI to join with.
1887
+ #
1888
+ # @return [Addressable::URI] The joined URI.
1889
+ def join(uri)
1890
+ if !uri.respond_to?(:to_str)
1891
+ raise TypeError, "Can't convert #{uri.class} into String."
1892
+ end
1893
+ if !uri.kind_of?(URI)
1894
+ # Otherwise, convert to a String, then parse.
1895
+ uri = URI.parse(uri.to_str)
1896
+ end
1897
+ if uri.to_s.empty?
1898
+ return self.dup
1899
+ end
1900
+
1901
+ joined_scheme = nil
1902
+ joined_user = nil
1903
+ joined_password = nil
1904
+ joined_host = nil
1905
+ joined_port = nil
1906
+ joined_path = nil
1907
+ joined_query = nil
1908
+ joined_fragment = nil
1909
+
1910
+ # Section 5.2.2 of RFC 3986
1911
+ if uri.scheme != nil
1912
+ joined_scheme = uri.scheme
1913
+ joined_user = uri.user
1914
+ joined_password = uri.password
1915
+ joined_host = uri.host
1916
+ joined_port = uri.port
1917
+ joined_path = URI.normalize_path(uri.path)
1918
+ joined_query = uri.query
1919
+ else
1920
+ if uri.authority != nil
1921
+ joined_user = uri.user
1922
+ joined_password = uri.password
1923
+ joined_host = uri.host
1924
+ joined_port = uri.port
1925
+ joined_path = URI.normalize_path(uri.path)
1926
+ joined_query = uri.query
1927
+ else
1928
+ if uri.path == nil || uri.path.empty?
1929
+ joined_path = self.path
1930
+ if uri.query != nil
1931
+ joined_query = uri.query
1932
+ else
1933
+ joined_query = self.query
1934
+ end
1935
+ else
1936
+ if uri.path[0..0] == SLASH
1937
+ joined_path = URI.normalize_path(uri.path)
1938
+ else
1939
+ base_path = self.path.dup
1940
+ base_path = EMPTY_STR if base_path == nil
1941
+ base_path = URI.normalize_path(base_path)
1942
+
1943
+ # Section 5.2.3 of RFC 3986
1944
+ #
1945
+ # Removes the right-most path segment from the base path.
1946
+ if base_path.include?(SLASH)
1947
+ base_path.sub!(/\/[^\/]+$/, SLASH)
1948
+ else
1949
+ base_path = EMPTY_STR
1950
+ end
1951
+
1952
+ # If the base path is empty and an authority segment has been
1953
+ # defined, use a base path of SLASH
1954
+ if base_path.empty? && self.authority != nil
1955
+ base_path = SLASH
1956
+ end
1957
+
1958
+ joined_path = URI.normalize_path(base_path + uri.path)
1959
+ end
1960
+ joined_query = uri.query
1961
+ end
1962
+ joined_user = self.user
1963
+ joined_password = self.password
1964
+ joined_host = self.host
1965
+ joined_port = self.port
1966
+ end
1967
+ joined_scheme = self.scheme
1968
+ end
1969
+ joined_fragment = uri.fragment
1970
+
1971
+ return self.class.new(
1972
+ :scheme => joined_scheme,
1973
+ :user => joined_user,
1974
+ :password => joined_password,
1975
+ :host => joined_host,
1976
+ :port => joined_port,
1977
+ :path => joined_path,
1978
+ :query => joined_query,
1979
+ :fragment => joined_fragment
1980
+ )
1981
+ end
1982
+ alias_method :+, :join
1983
+
1984
+ ##
1985
+ # Destructive form of <code>join</code>.
1986
+ #
1987
+ # @param [String, Addressable::URI, #to_str] The URI to join with.
1988
+ #
1989
+ # @return [Addressable::URI] The joined URI.
1990
+ #
1991
+ # @see Addressable::URI#join
1992
+ def join!(uri)
1993
+ replace_self(self.join(uri))
1994
+ end
1995
+
1996
+ ##
1997
+ # Merges a URI with a <code>Hash</code> of components.
1998
+ # This method has different behavior from <code>join</code>. Any
1999
+ # components present in the <code>hash</code> parameter will override the
2000
+ # original components. The path component is not treated specially.
2001
+ #
2002
+ # @param [Hash, Addressable::URI, #to_hash] The components to merge with.
2003
+ #
2004
+ # @return [Addressable::URI] The merged URI.
2005
+ #
2006
+ # @see Hash#merge
2007
+ def merge(hash)
2008
+ unless hash.respond_to?(:to_hash)
2009
+ raise TypeError, "Can't convert #{hash.class} into Hash."
2010
+ end
2011
+ hash = hash.to_hash
2012
+
2013
+ if hash.has_key?(:authority)
2014
+ if (hash.keys & [:userinfo, :user, :password, :host, :port]).any?
2015
+ raise ArgumentError,
2016
+ "Cannot specify both an authority and any of the components " +
2017
+ "within the authority."
2018
+ end
2019
+ end
2020
+ if hash.has_key?(:userinfo)
2021
+ if (hash.keys & [:user, :password]).any?
2022
+ raise ArgumentError,
2023
+ "Cannot specify both a userinfo and either the user or password."
2024
+ end
2025
+ end
2026
+
2027
+ uri = self.class.new
2028
+ uri.defer_validation do
2029
+ # Bunch of crazy logic required because of the composite components
2030
+ # like userinfo and authority.
2031
+ uri.scheme =
2032
+ hash.has_key?(:scheme) ? hash[:scheme] : self.scheme
2033
+ if hash.has_key?(:authority)
2034
+ uri.authority =
2035
+ hash.has_key?(:authority) ? hash[:authority] : self.authority
2036
+ end
2037
+ if hash.has_key?(:userinfo)
2038
+ uri.userinfo =
2039
+ hash.has_key?(:userinfo) ? hash[:userinfo] : self.userinfo
2040
+ end
2041
+ if !hash.has_key?(:userinfo) && !hash.has_key?(:authority)
2042
+ uri.user =
2043
+ hash.has_key?(:user) ? hash[:user] : self.user
2044
+ uri.password =
2045
+ hash.has_key?(:password) ? hash[:password] : self.password
2046
+ end
2047
+ if !hash.has_key?(:authority)
2048
+ uri.host =
2049
+ hash.has_key?(:host) ? hash[:host] : self.host
2050
+ uri.port =
2051
+ hash.has_key?(:port) ? hash[:port] : self.port
2052
+ end
2053
+ uri.path =
2054
+ hash.has_key?(:path) ? hash[:path] : self.path
2055
+ uri.query =
2056
+ hash.has_key?(:query) ? hash[:query] : self.query
2057
+ uri.fragment =
2058
+ hash.has_key?(:fragment) ? hash[:fragment] : self.fragment
2059
+ end
2060
+
2061
+ return uri
2062
+ end
2063
+
2064
+ ##
2065
+ # Destructive form of <code>merge</code>.
2066
+ #
2067
+ # @param [Hash, Addressable::URI, #to_hash] The components to merge with.
2068
+ #
2069
+ # @return [Addressable::URI] The merged URI.
2070
+ #
2071
+ # @see Addressable::URI#merge
2072
+ def merge!(uri)
2073
+ replace_self(self.merge(uri))
2074
+ end
2075
+
2076
+ ##
2077
+ # Returns the shortest normalized relative form of this URI that uses the
2078
+ # supplied URI as a base for resolution. Returns an absolute URI if
2079
+ # necessary. This is effectively the opposite of <code>route_to</code>.
2080
+ #
2081
+ # @param [String, Addressable::URI, #to_str] uri The URI to route from.
2082
+ #
2083
+ # @return [Addressable::URI]
2084
+ # The normalized relative URI that is equivalent to the original URI.
2085
+ def route_from(uri)
2086
+ uri = URI.parse(uri).normalize
2087
+ normalized_self = self.normalize
2088
+ if normalized_self.relative?
2089
+ raise ArgumentError, "Expected absolute URI, got: #{self.to_s}"
2090
+ end
2091
+ if uri.relative?
2092
+ raise ArgumentError, "Expected absolute URI, got: #{uri.to_s}"
2093
+ end
2094
+ if normalized_self == uri
2095
+ return Addressable::URI.parse("##{normalized_self.fragment}")
2096
+ end
2097
+ components = normalized_self.to_hash
2098
+ if normalized_self.scheme == uri.scheme
2099
+ components[:scheme] = nil
2100
+ if normalized_self.authority == uri.authority
2101
+ components[:user] = nil
2102
+ components[:password] = nil
2103
+ components[:host] = nil
2104
+ components[:port] = nil
2105
+ if normalized_self.path == uri.path
2106
+ components[:path] = nil
2107
+ if normalized_self.query == uri.query
2108
+ components[:query] = nil
2109
+ end
2110
+ else
2111
+ if uri.path != SLASH and components[:path]
2112
+ self_splitted_path = split_path(components[:path])
2113
+ uri_splitted_path = split_path(uri.path)
2114
+ self_dir = self_splitted_path.shift
2115
+ uri_dir = uri_splitted_path.shift
2116
+ while !self_splitted_path.empty? && !uri_splitted_path.empty? and self_dir == uri_dir
2117
+ self_dir = self_splitted_path.shift
2118
+ uri_dir = uri_splitted_path.shift
2119
+ end
2120
+ components[:path] = (uri_splitted_path.fill('..') + [self_dir] + self_splitted_path).join(SLASH)
2121
+ end
2122
+ end
2123
+ end
2124
+ end
2125
+ # Avoid network-path references.
2126
+ if components[:host] != nil
2127
+ components[:scheme] = normalized_self.scheme
2128
+ end
2129
+ return Addressable::URI.new(
2130
+ :scheme => components[:scheme],
2131
+ :user => components[:user],
2132
+ :password => components[:password],
2133
+ :host => components[:host],
2134
+ :port => components[:port],
2135
+ :path => components[:path],
2136
+ :query => components[:query],
2137
+ :fragment => components[:fragment]
2138
+ )
2139
+ end
2140
+
2141
+ ##
2142
+ # Returns the shortest normalized relative form of the supplied URI that
2143
+ # uses this URI as a base for resolution. Returns an absolute URI if
2144
+ # necessary. This is effectively the opposite of <code>route_from</code>.
2145
+ #
2146
+ # @param [String, Addressable::URI, #to_str] uri The URI to route to.
2147
+ #
2148
+ # @return [Addressable::URI]
2149
+ # The normalized relative URI that is equivalent to the supplied URI.
2150
+ def route_to(uri)
2151
+ return URI.parse(uri).route_from(self)
2152
+ end
2153
+
2154
+ ##
2155
+ # Returns a normalized URI object.
2156
+ #
2157
+ # NOTE: This method does not attempt to fully conform to specifications.
2158
+ # It exists largely to correct other people's failures to read the
2159
+ # specifications, and also to deal with caching issues since several
2160
+ # different URIs may represent the same resource and should not be
2161
+ # cached multiple times.
2162
+ #
2163
+ # @return [Addressable::URI] The normalized URI.
2164
+ def normalize
2165
+ # This is a special exception for the frequently misused feed
2166
+ # URI scheme.
2167
+ if normalized_scheme == "feed"
2168
+ if self.to_s =~ /^feed:\/*http:\/*/
2169
+ return URI.parse(
2170
+ self.to_s[/^feed:\/*(http:\/*.*)/, 1]
2171
+ ).normalize
2172
+ end
2173
+ end
2174
+
2175
+ return self.class.new(
2176
+ :scheme => normalized_scheme,
2177
+ :authority => normalized_authority,
2178
+ :path => normalized_path,
2179
+ :query => normalized_query,
2180
+ :fragment => normalized_fragment
2181
+ )
2182
+ end
2183
+
2184
+ ##
2185
+ # Destructively normalizes this URI object.
2186
+ #
2187
+ # @return [Addressable::URI] The normalized URI.
2188
+ #
2189
+ # @see Addressable::URI#normalize
2190
+ def normalize!
2191
+ replace_self(self.normalize)
2192
+ end
2193
+
2194
+ ##
2195
+ # Creates a URI suitable for display to users. If semantic attacks are
2196
+ # likely, the application should try to detect these and warn the user.
2197
+ # See <a href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>,
2198
+ # section 7.6 for more information.
2199
+ #
2200
+ # @return [Addressable::URI] A URI suitable for display purposes.
2201
+ def display_uri
2202
+ display_uri = self.normalize
2203
+ display_uri.host = ::Addressable::IDNA.to_unicode(display_uri.host)
2204
+ return display_uri
2205
+ end
2206
+
2207
+ ##
2208
+ # Returns <code>true</code> if the URI objects are equal. This method
2209
+ # normalizes both URIs before doing the comparison, and allows comparison
2210
+ # against <code>Strings</code>.
2211
+ #
2212
+ # @param [Object] uri The URI to compare.
2213
+ #
2214
+ # @return [TrueClass, FalseClass]
2215
+ # <code>true</code> if the URIs are equivalent, <code>false</code>
2216
+ # otherwise.
2217
+ def ===(uri)
2218
+ if uri.respond_to?(:normalize)
2219
+ uri_string = uri.normalize.to_s
2220
+ else
2221
+ begin
2222
+ uri_string = ::Addressable::URI.parse(uri).normalize.to_s
2223
+ rescue InvalidURIError, TypeError
2224
+ return false
2225
+ end
2226
+ end
2227
+ return self.normalize.to_s == uri_string
2228
+ end
2229
+
2230
+ ##
2231
+ # Returns <code>true</code> if the URI objects are equal. This method
2232
+ # normalizes both URIs before doing the comparison.
2233
+ #
2234
+ # @param [Object] uri The URI to compare.
2235
+ #
2236
+ # @return [TrueClass, FalseClass]
2237
+ # <code>true</code> if the URIs are equivalent, <code>false</code>
2238
+ # otherwise.
2239
+ def ==(uri)
2240
+ return false unless uri.kind_of?(URI)
2241
+ return self.normalize.to_s == uri.normalize.to_s
2242
+ end
2243
+
2244
+ ##
2245
+ # Returns <code>true</code> if the URI objects are equal. This method
2246
+ # does NOT normalize either URI before doing the comparison.
2247
+ #
2248
+ # @param [Object] uri The URI to compare.
2249
+ #
2250
+ # @return [TrueClass, FalseClass]
2251
+ # <code>true</code> if the URIs are equivalent, <code>false</code>
2252
+ # otherwise.
2253
+ def eql?(uri)
2254
+ return false unless uri.kind_of?(URI)
2255
+ return self.to_s == uri.to_s
2256
+ end
2257
+
2258
+ ##
2259
+ # A hash value that will make a URI equivalent to its normalized
2260
+ # form.
2261
+ #
2262
+ # @return [Integer] A hash of the URI.
2263
+ def hash
2264
+ @hash ||= self.to_s.hash * -1
2265
+ end
2266
+
2267
+ ##
2268
+ # Clones the URI object.
2269
+ #
2270
+ # @return [Addressable::URI] The cloned URI.
2271
+ def dup
2272
+ duplicated_uri = self.class.new(
2273
+ :scheme => self.scheme ? self.scheme.dup : nil,
2274
+ :user => self.user ? self.user.dup : nil,
2275
+ :password => self.password ? self.password.dup : nil,
2276
+ :host => self.host ? self.host.dup : nil,
2277
+ :port => self.port,
2278
+ :path => self.path ? self.path.dup : nil,
2279
+ :query => self.query ? self.query.dup : nil,
2280
+ :fragment => self.fragment ? self.fragment.dup : nil
2281
+ )
2282
+ return duplicated_uri
2283
+ end
2284
+
2285
+ ##
2286
+ # Omits components from a URI.
2287
+ #
2288
+ # @param [Symbol] *components The components to be omitted.
2289
+ #
2290
+ # @return [Addressable::URI] The URI with components omitted.
2291
+ #
2292
+ # @example
2293
+ # uri = Addressable::URI.parse("http://example.com/path?query")
2294
+ # #=> #<Addressable::URI:0xcc5e7a URI:http://example.com/path?query>
2295
+ # uri.omit(:scheme, :authority)
2296
+ # #=> #<Addressable::URI:0xcc4d86 URI:/path?query>
2297
+ def omit(*components)
2298
+ invalid_components = components - [
2299
+ :scheme, :user, :password, :userinfo, :host, :port, :authority,
2300
+ :path, :query, :fragment
2301
+ ]
2302
+ unless invalid_components.empty?
2303
+ raise ArgumentError,
2304
+ "Invalid component names: #{invalid_components.inspect}."
2305
+ end
2306
+ duplicated_uri = self.dup
2307
+ duplicated_uri.defer_validation do
2308
+ components.each do |component|
2309
+ duplicated_uri.send((component.to_s + "=").to_sym, nil)
2310
+ end
2311
+ duplicated_uri.user = duplicated_uri.normalized_user
2312
+ end
2313
+ duplicated_uri
2314
+ end
2315
+
2316
+ ##
2317
+ # Destructive form of omit.
2318
+ #
2319
+ # @param [Symbol] *components The components to be omitted.
2320
+ #
2321
+ # @return [Addressable::URI] The URI with components omitted.
2322
+ #
2323
+ # @see Addressable::URI#omit
2324
+ def omit!(*components)
2325
+ replace_self(self.omit(*components))
2326
+ end
2327
+
2328
+ ##
2329
+ # Determines if the URI is an empty string.
2330
+ #
2331
+ # @return [TrueClass, FalseClass]
2332
+ # Returns <code>true</code> if empty, <code>false</code> otherwise.
2333
+ def empty?
2334
+ return self.to_s.empty?
2335
+ end
2336
+
2337
+ ##
2338
+ # Converts the URI to a <code>String</code>.
2339
+ #
2340
+ # @return [String] The URI's <code>String</code> representation.
2341
+ def to_s
2342
+ if self.scheme == nil && self.path != nil && !self.path.empty? &&
2343
+ self.path =~ NORMPATH
2344
+ raise InvalidURIError,
2345
+ "Cannot assemble URI string with ambiguous path: '#{self.path}'"
2346
+ end
2347
+ @uri_string ||= begin
2348
+ uri_string = String.new
2349
+ uri_string << "#{self.scheme}:" if self.scheme != nil
2350
+ uri_string << "//#{self.authority}" if self.authority != nil
2351
+ uri_string << self.path.to_s
2352
+ uri_string << "?#{self.query}" if self.query != nil
2353
+ uri_string << "##{self.fragment}" if self.fragment != nil
2354
+ uri_string.force_encoding(Encoding::UTF_8)
2355
+ uri_string
2356
+ end
2357
+ end
2358
+
2359
+ ##
2360
+ # URI's are glorified <code>Strings</code>. Allow implicit conversion.
2361
+ alias_method :to_str, :to_s
2362
+
2363
+ ##
2364
+ # Returns a Hash of the URI components.
2365
+ #
2366
+ # @return [Hash] The URI as a <code>Hash</code> of components.
2367
+ def to_hash
2368
+ return {
2369
+ :scheme => self.scheme,
2370
+ :user => self.user,
2371
+ :password => self.password,
2372
+ :host => self.host,
2373
+ :port => self.port,
2374
+ :path => self.path,
2375
+ :query => self.query,
2376
+ :fragment => self.fragment
2377
+ }
2378
+ end
2379
+
2380
+ ##
2381
+ # Returns a <code>String</code> representation of the URI object's state.
2382
+ #
2383
+ # @return [String] The URI object's state, as a <code>String</code>.
2384
+ def inspect
2385
+ sprintf("#<%s:%#0x URI:%s>", URI.to_s, self.object_id, self.to_s)
2386
+ end
2387
+
2388
+ ##
2389
+ # This method allows you to make several changes to a URI simultaneously,
2390
+ # which separately would cause validation errors, but in conjunction,
2391
+ # are valid. The URI will be revalidated as soon as the entire block has
2392
+ # been executed.
2393
+ #
2394
+ # @param [Proc] block
2395
+ # A set of operations to perform on a given URI.
2396
+ def defer_validation
2397
+ raise LocalJumpError, "No block given." unless block_given?
2398
+ @validation_deferred = true
2399
+ yield
2400
+ @validation_deferred = false
2401
+ validate
2402
+ ensure
2403
+ @validation_deferred = false
2404
+ end
2405
+
2406
+ def encode_with(coder)
2407
+ instance_variables.each do |ivar|
2408
+ value = instance_variable_get(ivar)
2409
+ if value != NONE
2410
+ key = ivar.to_s.slice(1..-1)
2411
+ coder[key] = value
2412
+ end
2413
+ end
2414
+ nil
2415
+ end
2416
+
2417
+ def init_with(coder)
2418
+ reset_ivs
2419
+ coder.map.each do |key, value|
2420
+ instance_variable_set("@#{key}", value)
2421
+ end
2422
+ nil
2423
+ end
2424
+
2425
+ protected
2426
+ SELF_REF = '.'
2427
+ PARENT = '..'
2428
+
2429
+ RULE_2A = /\/\.\/|\/\.$/
2430
+ RULE_2B_2C = /\/([^\/]*)\/\.\.\/|\/([^\/]*)\/\.\.$/
2431
+ RULE_2D = /^\.\.?\/?/
2432
+ RULE_PREFIXED_PARENT = /^\/\.\.?\/|^(\/\.\.?)+\/?$/
2433
+
2434
+ ##
2435
+ # Resolves paths to their simplest form.
2436
+ #
2437
+ # @param [String] path The path to normalize.
2438
+ #
2439
+ # @return [String] The normalized path.
2440
+ def self.normalize_path(path)
2441
+ # Section 5.2.4 of RFC 3986
2442
+
2443
+ return if path.nil?
2444
+ normalized_path = path.dup
2445
+ loop do
2446
+ mod ||= normalized_path.gsub!(RULE_2A, SLASH)
2447
+
2448
+ pair = normalized_path.match(RULE_2B_2C)
2449
+ if pair
2450
+ parent = pair[1]
2451
+ current = pair[2]
2452
+ else
2453
+ parent = nil
2454
+ current = nil
2455
+ end
2456
+
2457
+ regexp = "/#{Regexp.escape(parent.to_s)}/\\.\\./|"
2458
+ regexp += "(/#{Regexp.escape(current.to_s)}/\\.\\.$)"
2459
+
2460
+ if pair && ((parent != SELF_REF && parent != PARENT) ||
2461
+ (current != SELF_REF && current != PARENT))
2462
+ mod ||= normalized_path.gsub!(Regexp.new(regexp), SLASH)
2463
+ end
2464
+
2465
+ mod ||= normalized_path.gsub!(RULE_2D, EMPTY_STR)
2466
+ # Non-standard, removes prefixed dotted segments from path.
2467
+ mod ||= normalized_path.gsub!(RULE_PREFIXED_PARENT, SLASH)
2468
+ break if mod.nil?
2469
+ end
2470
+
2471
+ normalized_path
2472
+ end
2473
+
2474
+ ##
2475
+ # Ensures that the URI is valid.
2476
+ def validate
2477
+ return if !!@validation_deferred
2478
+ if self.scheme != nil && self.ip_based? &&
2479
+ (self.host == nil || self.host.empty?) &&
2480
+ (self.path == nil || self.path.empty?)
2481
+ raise InvalidURIError,
2482
+ "Absolute URI missing hierarchical segment: '#{self.to_s}'"
2483
+ end
2484
+ if self.host == nil
2485
+ if self.port != nil ||
2486
+ self.user != nil ||
2487
+ self.password != nil
2488
+ raise InvalidURIError, "Hostname not supplied: '#{self.to_s}'"
2489
+ end
2490
+ end
2491
+ if self.path != nil && !self.path.empty? && self.path[0..0] != SLASH &&
2492
+ self.authority != nil
2493
+ raise InvalidURIError,
2494
+ "Cannot have a relative path with an authority set: '#{self.to_s}'"
2495
+ end
2496
+ if self.path != nil && !self.path.empty? &&
2497
+ self.path[0..1] == SLASH + SLASH && self.authority == nil
2498
+ raise InvalidURIError,
2499
+ "Cannot have a path with two leading slashes " +
2500
+ "without an authority set: '#{self.to_s}'"
2501
+ end
2502
+ unreserved = CharacterClasses::UNRESERVED
2503
+ sub_delims = CharacterClasses::SUB_DELIMS
2504
+ if !self.host.nil? && (self.host =~ /[<>{}\/\\\?\#\@"[[:space:]]]/ ||
2505
+ (self.host[/^\[(.*)\]$/, 1] != nil && self.host[/^\[(.*)\]$/, 1] !~
2506
+ Regexp.new("^[#{unreserved}#{sub_delims}:]*$")))
2507
+ raise InvalidURIError, "Invalid character in host: '#{self.host.to_s}'"
2508
+ end
2509
+ return nil
2510
+ end
2511
+
2512
+ ##
2513
+ # Replaces the internal state of self with the specified URI's state.
2514
+ # Used in destructive operations to avoid massive code repetition.
2515
+ #
2516
+ # @param [Addressable::URI] uri The URI to replace <code>self</code> with.
2517
+ #
2518
+ # @return [Addressable::URI] <code>self</code>.
2519
+ def replace_self(uri)
2520
+ # Reset dependent values
2521
+ reset_ivs
2522
+
2523
+ @scheme = uri.scheme
2524
+ @user = uri.user
2525
+ @password = uri.password
2526
+ @host = uri.host
2527
+ @port = uri.port
2528
+ @path = uri.path
2529
+ @query = uri.query
2530
+ @fragment = uri.fragment
2531
+ return self
2532
+ end
2533
+
2534
+ ##
2535
+ # Splits path string with "/" (slash).
2536
+ # It is considered that there is empty string after last slash when
2537
+ # path ends with slash.
2538
+ #
2539
+ # @param [String] path The path to split.
2540
+ #
2541
+ # @return [Array<String>] An array of parts of path.
2542
+ def split_path(path)
2543
+ splitted = path.split(SLASH)
2544
+ splitted << EMPTY_STR if path.end_with? SLASH
2545
+ splitted
2546
+ end
2547
+
2548
+ ##
2549
+ # Resets composite values for the entire URI
2550
+ #
2551
+ # @api private
2552
+ def remove_composite_values
2553
+ @uri_string = nil
2554
+ @hash = nil
2555
+ end
2556
+
2557
+ ##
2558
+ # Converts the string to be UTF-8 if it is not already UTF-8
2559
+ #
2560
+ # @api private
2561
+ def force_utf8_encoding_if_needed(str)
2562
+ if str && str.encoding != Encoding::UTF_8
2563
+ str.force_encoding(Encoding::UTF_8)
2564
+ end
2565
+ end
2566
+
2567
+ private
2568
+
2569
+ ##
2570
+ # Resets instance variables
2571
+ #
2572
+ # @api private
2573
+ def reset_ivs
2574
+ @scheme = nil
2575
+ @user = nil
2576
+ @normalized_scheme = NONE
2577
+ @normalized_user = NONE
2578
+ @uri_string = nil
2579
+ @hash = nil
2580
+ @userinfo = nil
2581
+ @normalized_userinfo = NONE
2582
+ @authority = nil
2583
+ @password = nil
2584
+ @normalized_authority = nil
2585
+ @port = nil
2586
+ @normalized_password = NONE
2587
+ @host = nil
2588
+ @normalized_host = nil
2589
+ @normalized_port = NONE
2590
+ @path = EMPTY_STR
2591
+ @normalized_path = nil
2592
+ @normalized_query = NONE
2593
+ @fragment = nil
2594
+ @normalized_fragment = NONE
2595
+ @query = nil
2596
+ end
2597
+
2598
+ NONE = Module.new.freeze
2599
+
2600
+ private_constant :NONE
2601
+ end
2602
+ end