cloudsmith-api 2.0.17 → 2.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1318) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +10 -10
  3. data/README.md +31 -5
  4. data/build.json +1 -1
  5. data/docs/CargoUpstream.md +25 -0
  6. data/docs/CargoUpstreamRequest.md +20 -0
  7. data/docs/CargoUpstreamRequestPatch.md +20 -0
  8. data/docs/EntitlementsApi.md +3 -1
  9. data/docs/GoUpstream.md +25 -0
  10. data/docs/GoUpstreamRequest.md +20 -0
  11. data/docs/GoUpstreamRequestPatch.md +20 -0
  12. data/docs/InlineResponse200.md +8 -0
  13. data/docs/InlineResponse2001.md +8 -0
  14. data/docs/OrgsApi.md +17 -3
  15. data/docs/PackageGroup.md +13 -0
  16. data/docs/PackagesApi.md +74 -0
  17. data/docs/ReposApi.md +1063 -261
  18. data/docs/Repository.md +1 -0
  19. data/docs/RepositoryCreate.md +1 -0
  20. data/docs/RepositoryCreateRequest.md +1 -0
  21. data/docs/RepositoryRequestPatch.md +1 -0
  22. data/docs/RepositoryRetentionRules.md +1 -0
  23. data/docs/RepositoryRetentionRulesRequestPatch.md +1 -0
  24. data/docs/StatusBasic.md +1 -1
  25. data/docs/UserApi.md +178 -4
  26. data/docs/UserAuthToken.md +2 -0
  27. data/docs/UserAuthTokenRequest.md +1 -0
  28. data/docs/UserAuthenticationToken.md +10 -0
  29. data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
  30. data/lib/cloudsmith-api/api/orgs_api.rb +21 -0
  31. data/lib/cloudsmith-api/api/packages_api.rb +75 -0
  32. data/lib/cloudsmith-api/api/repos_api.rb +1274 -484
  33. data/lib/cloudsmith-api/api/user_api.rb +160 -4
  34. data/lib/cloudsmith-api/models/cargo_upstream.rb +426 -0
  35. data/lib/cloudsmith-api/models/cargo_upstream_request.rb +365 -0
  36. data/lib/cloudsmith-api/models/cargo_upstream_request_patch.rb +355 -0
  37. data/lib/cloudsmith-api/models/go_upstream.rb +426 -0
  38. data/lib/cloudsmith-api/models/go_upstream_request.rb +365 -0
  39. data/lib/cloudsmith-api/models/go_upstream_request_patch.rb +355 -0
  40. data/lib/cloudsmith-api/models/inline_response_200.rb +191 -0
  41. data/lib/cloudsmith-api/models/inline_response_200_1.rb +191 -0
  42. data/lib/cloudsmith-api/models/package_group.rb +249 -0
  43. data/lib/cloudsmith-api/models/repository.rb +11 -1
  44. data/lib/cloudsmith-api/models/repository_create.rb +11 -1
  45. data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
  46. data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
  47. data/lib/cloudsmith-api/models/repository_retention_rules.rb +11 -1
  48. data/lib/cloudsmith-api/models/repository_retention_rules_request_patch.rb +11 -1
  49. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  50. data/lib/cloudsmith-api/models/user_auth_token.rb +24 -4
  51. data/lib/cloudsmith-api/models/user_auth_token_request.rb +14 -4
  52. data/lib/cloudsmith-api/models/user_authentication_token.rb +205 -0
  53. data/lib/cloudsmith-api/version.rb +1 -1
  54. data/lib/cloudsmith-api.rb +10 -0
  55. data/spec/api/entitlements_api_spec.rb +1 -0
  56. data/spec/api/orgs_api_spec.rb +7 -0
  57. data/spec/api/packages_api_spec.rb +18 -0
  58. data/spec/api/repos_api_spec.rb +174 -0
  59. data/spec/api/user_api_spec.rb +38 -2
  60. data/spec/models/cargo_upstream_request_patch_spec.rb +121 -0
  61. data/spec/models/cargo_upstream_request_spec.rb +121 -0
  62. data/spec/models/cargo_upstream_spec.rb +155 -0
  63. data/spec/models/go_upstream_request_patch_spec.rb +121 -0
  64. data/spec/models/go_upstream_request_spec.rb +121 -0
  65. data/spec/models/go_upstream_spec.rb +155 -0
  66. data/spec/models/inline_response_200_1_spec.rb +41 -0
  67. data/spec/models/inline_response_200_spec.rb +41 -0
  68. data/spec/models/package_group_spec.rb +71 -0
  69. data/spec/models/repository_create_request_spec.rb +6 -0
  70. data/spec/models/repository_create_spec.rb +6 -0
  71. data/spec/models/repository_request_patch_spec.rb +6 -0
  72. data/spec/models/repository_retention_rules_request_patch_spec.rb +6 -0
  73. data/spec/models/repository_retention_rules_spec.rb +6 -0
  74. data/spec/models/repository_spec.rb +6 -0
  75. data/spec/models/user_auth_token_request_spec.rb +6 -0
  76. data/spec/models/user_auth_token_spec.rb +12 -0
  77. data/spec/models/user_authentication_token_spec.rb +53 -0
  78. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.2.1.gem +0 -0
  79. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.2.gem +0 -0
  80. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2.gem +0 -0
  81. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.2.0.gem +0 -0
  82. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.1.gem +0 -0
  83. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.4.gem +0 -0
  84. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.5.gem +0 -0
  85. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.5.gem +0 -0
  86. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.4.gem +0 -0
  87. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
  88. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/bigdecimal.so +0 -0
  89. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/gem_make.out +153 -0
  90. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.2.1/mkmf.log +674 -0
  91. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/ffi_c.so +0 -0
  92. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/gem_make.out +44 -0
  93. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.2/mkmf.log +299 -0
  94. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  95. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  96. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/Makefile +267 -0
  97. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.c +7757 -0
  98. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.o +0 -0
  99. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/bigdecimal.so +0 -0
  100. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/ext/bigdecimal/missing.o +0 -0
  101. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/lib/bigdecimal/math.rb +231 -0
  102. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.2.1/lib/bigdecimal.so +0 -0
  103. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
  104. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/CONTRIBUTORS.md +49 -0
  105. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/README.md +92 -0
  106. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/Rakefile +115 -0
  107. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/lib/diff/lcs/backports.rb +13 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/lib/diff/lcs/change.rb +174 -0
  109. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/lib/diff/lcs/htmldiff.rb +160 -0
  110. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/lib/diff/lcs/version.rb +7 -0
  111. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.2/lib/diff/lcs.rb +742 -0
  112. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/CHANGELOG.md +473 -0
  113. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Gemfile +23 -0
  114. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/Rakefile +206 -0
  115. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/AbstractMemory.o +0 -0
  116. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ArrayType.o +0 -0
  117. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Buffer.o +0 -0
  118. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Call.o +0 -0
  119. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.o +0 -0
  120. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/DynamicLibrary.o +0 -0
  121. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Function.o +0 -0
  122. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/FunctionInfo.o +0 -0
  123. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LastError.o +0 -0
  124. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/LongDouble.o +0 -0
  125. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Makefile +266 -0
  126. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.o +0 -0
  127. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MemoryPointer.o +0 -0
  128. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.o +0 -0
  129. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Platform.o +0 -0
  130. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Pointer.o +0 -0
  131. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Struct.o +0 -0
  132. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructByValue.o +0 -0
  133. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/StructLayout.o +0 -0
  134. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Thread.o +0 -0
  135. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Type.o +0 -0
  136. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Types.o +0 -0
  137. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Variadic.o +0 -0
  138. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi.o +0 -0
  139. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ffi_c.so +0 -0
  140. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/.github/workflows/emscripten.yml +160 -0
  141. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.am +158 -0
  142. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/Makefile.in +2107 -0
  143. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/README.md +548 -0
  144. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/acinclude.m4 +383 -0
  145. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.guess +1812 -0
  146. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/config.sub +1973 -0
  147. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure +22807 -0
  148. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.ac +452 -0
  149. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/configure.host +332 -0
  150. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/Makefile.in +819 -0
  151. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/libffi.texi +1046 -0
  152. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +4 -0
  153. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/fficonfig.h.in +188 -0
  154. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/Makefile.in +610 -0
  155. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_cfi.h +78 -0
  156. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/include/ffi_common.h +201 -0
  157. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/man/Makefile.in +566 -0
  158. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffi.c +1145 -0
  159. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/ffitarget.h +97 -0
  160. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/internal.h +146 -0
  161. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/aarch64/sysv.S +699 -0
  162. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
  163. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/arc/ffi.c +447 -0
  164. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/closures.c +1107 -0
  165. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/dlmalloc.c +5172 -0
  166. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/ffitarget.h +249 -0
  167. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/n32.S +827 -0
  168. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/mips/o32.S +565 -0
  169. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
  170. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi.c +188 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1160 -0
  172. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +933 -0
  173. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
  174. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +613 -0
  175. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +421 -0
  176. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/prep_cif.c +280 -0
  177. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/ffi.c +783 -0
  178. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/internal.h +22 -0
  179. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/s390/sysv.S +363 -0
  180. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/sparc/ffi.c +484 -0
  181. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/wasm32/ffi.c +695 -0
  182. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi.c +835 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/x86/ffi64.c +953 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.am +88 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/Makefile.in +618 -0
  186. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +34 -0
  187. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/build.sh +46 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +23 -0
  189. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +99 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +108 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +114 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +119 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +54 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/struct_int_float.c +88 -0
  195. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +135 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +141 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +31 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +94 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +94 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +86 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/version.rb +3 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi_c.so +0 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/.github/workflows/ci.yml +27 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/README.md +323 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/changelog.md +123 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/compare_hashes.rb +101 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/diff.rb +185 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.2.0/lib/hashdiff/version.rb +5 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  210. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  211. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.1/lib/rspec/version.rb +5 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.4/Changelog.md +2432 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.4/lib/rspec/core/example_group.rb +912 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.4/lib/rspec/core/version.rb +9 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/configuration.rb +244 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/version.rb +8 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/match.rb +120 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/dsl.rb +546 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/Changelog.md +1329 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/any_instance/recorder.rb +299 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/message_expectation.rb +856 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/test_double.rb +173 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/verifying_double.rb +125 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.5/lib/rspec/mocks/version.rb +9 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/Changelog.md +420 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/object_formatter.rb +279 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/spec/diff_helpers.rb +45 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/spec/shell_out.rb +115 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.4/lib/rspec/support/version.rb +9 -0
  231. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.2.1.gemspec +25 -0
  232. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.6.2.gemspec +46 -0
  233. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.2.gemspec +43 -0
  234. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.2.0.gemspec +40 -0
  235. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.1.gemspec +39 -0
  236. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.4.gemspec +37 -0
  237. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
  238. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.5.gemspec +36 -0
  239. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.4.gemspec +36 -0
  240. metadata +1122 -1082
  241. data/vendor/bundle/ruby/2.6.0/cache/bigdecimal-3.1.9.gem +0 -0
  242. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.6.1.gem +0 -0
  243. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.1.gem +0 -0
  244. data/vendor/bundle/ruby/2.6.0/cache/hashdiff-1.1.2.gem +0 -0
  245. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.13.0.gem +0 -0
  246. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.13.3.gem +0 -0
  247. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.13.3.gem +0 -0
  248. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
  249. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.13.2.gem +0 -0
  250. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/bigdecimal.so +0 -0
  251. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/gem_make.out +0 -157
  252. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/mkmf.log +0 -674
  253. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/ffi_c.so +0 -0
  254. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/gem_make.out +0 -44
  255. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.1/mkmf.log +0 -299
  256. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/Makefile +0 -267
  257. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.c +0 -7790
  258. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.o +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/bigdecimal.so +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/missing.o +0 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal/math.rb +0 -232
  262. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/lib/bigdecimal.so +0 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CHANGELOG.md +0 -506
  264. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/CONTRIBUTORS.md +0 -48
  265. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/README.md +0 -92
  266. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/Rakefile +0 -99
  267. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/backports.rb +0 -9
  268. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/change.rb +0 -174
  269. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/htmldiff.rb +0 -160
  270. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs/version.rb +0 -7
  271. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.6.1/lib/diff/lcs.rb +0 -742
  272. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/CHANGELOG.md +0 -465
  273. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/Gemfile +0 -21
  274. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/Rakefile +0 -206
  275. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/AbstractMemory.o +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ArrayType.o +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Buffer.o +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Call.o +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ClosurePool.o +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/DynamicLibrary.o +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Function.o +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/FunctionInfo.o +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/LastError.o +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/LongDouble.o +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Makefile +0 -266
  286. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MappedType.o +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MemoryPointer.o +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MethodHandle.o +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Platform.o +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Pointer.o +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Struct.o +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/StructByValue.o +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/StructLayout.o +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Thread.o +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Type.o +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Types.o +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Variadic.o +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ffi.o +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ffi_c.so +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/.circleci/config.yml +0 -156
  301. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -172
  302. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/Makefile.am +0 -157
  303. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/Makefile.in +0 -2127
  304. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/README.md +0 -531
  305. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/acinclude.m4 +0 -377
  306. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/config.guess +0 -1754
  307. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/config.sub +0 -1892
  308. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/configure +0 -23105
  309. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/configure.ac +0 -451
  310. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/configure.host +0 -337
  311. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/doc/Makefile.in +0 -818
  312. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
  313. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/doc/version.texi +0 -4
  314. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/fficonfig.h.in +0 -188
  315. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/include/Makefile.in +0 -609
  316. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/include/ffi_cfi.h +0 -76
  317. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/include/ffi_common.h +0 -184
  318. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/man/Makefile.in +0 -565
  319. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1142
  320. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
  321. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/aarch64/internal.h +0 -100
  322. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -695
  323. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
  324. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/arc/ffi.c +0 -443
  325. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/closures.c +0 -1107
  326. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
  327. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -251
  328. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/mips/n32.S +0 -823
  329. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/mips/o32.S +0 -561
  330. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
  331. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
  332. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
  333. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
  334. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -175
  335. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
  336. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
  337. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -566
  338. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
  339. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/prep_cif.c +0 -283
  340. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
  341. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/s390/internal.h +0 -11
  342. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
  343. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
  344. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -947
  345. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/x86/ffi.c +0 -832
  346. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/x86/ffi64.c +0 -950
  347. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/Makefile.am +0 -87
  348. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/Makefile.in +0 -616
  349. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -54
  350. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -63
  351. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -48
  352. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +0 -99
  353. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +0 -108
  354. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +0 -114
  355. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +0 -119
  356. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -134
  357. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -140
  358. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
  359. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
  360. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
  361. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi/version.rb +0 -3
  362. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi_c.so +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/.github/workflows/ci.yml +0 -28
  364. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/README.md +0 -298
  365. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/changelog.md +0 -119
  366. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/compare_hashes.rb +0 -75
  367. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/diff.rb +0 -182
  368. data/vendor/bundle/ruby/2.6.0/gems/hashdiff-1.1.2/lib/hashdiff/version.rb +0 -5
  369. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.13.0/lib/rspec/version.rb +0 -5
  370. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/Changelog.md +0 -2425
  371. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/example_group.rb +0 -905
  372. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.13.3/lib/rspec/core/version.rb +0 -9
  373. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/Changelog.md +0 -1352
  374. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/configuration.rb +0 -235
  375. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/expectations/version.rb +0 -8
  376. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/built_in/match.rb +0 -108
  377. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.13.3/lib/rspec/matchers/dsl.rb +0 -545
  378. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/Changelog.md +0 -1299
  379. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/any_instance/recorder.rb +0 -297
  380. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/message_expectation.rb +0 -821
  381. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/test_double.rb +0 -171
  382. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/verifying_double.rb +0 -123
  383. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.13.2/lib/rspec/mocks/version.rb +0 -9
  384. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/Changelog.md +0 -408
  385. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/object_formatter.rb +0 -277
  386. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/spec/diff_helpers.rb +0 -33
  387. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/spec/shell_out.rb +0 -113
  388. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.13.2/lib/rspec/support/version.rb +0 -9
  389. data/vendor/bundle/ruby/2.6.0/specifications/bigdecimal-3.1.9.gemspec +0 -25
  390. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.6.1.gemspec +0 -46
  391. data/vendor/bundle/ruby/2.6.0/specifications/ffi-1.17.1.gemspec +0 -43
  392. data/vendor/bundle/ruby/2.6.0/specifications/hashdiff-1.1.2.gemspec +0 -40
  393. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.13.0.gemspec +0 -39
  394. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.13.3.gemspec +0 -37
  395. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.13.3.gemspec +0 -44
  396. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.13.2.gemspec +0 -44
  397. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.13.2.gemspec +0 -36
  398. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/gem.build_complete +0 -0
  399. /data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.1 → ffi-1.17.2}/gem.build_complete +0 -0
  400. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/LICENSE +0 -0
  401. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/bigdecimal.gemspec +0 -0
  402. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/.sitearchdir.time +0 -0
  403. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bigdecimal.h +0 -0
  404. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/bits.h +0 -0
  405. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/extconf.rb +0 -0
  406. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/feature.h +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing/dtoa.c +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.c +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/missing.h +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/ext/bigdecimal/static_assert.h +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/jacobian.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/ludcmp.rb +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/newton.rb +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal/util.rb +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/lib/bigdecimal.rb +0 -0
  416. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/linear.rb +0 -0
  417. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/nlsolve.rb +0 -0
  418. /data/vendor/bundle/ruby/2.6.0/gems/{bigdecimal-3.1.9 → bigdecimal-3.2.1}/sample/pi.rb +0 -0
  419. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/.rspec +0 -0
  420. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CODE_OF_CONDUCT.md +0 -0
  421. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/CONTRIBUTING.md +0 -0
  422. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/LICENCE.md +0 -0
  423. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/Manifest.txt +0 -0
  424. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/SECURITY.md +0 -0
  425. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/htmldiff +0 -0
  426. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/bin/ldiff +0 -0
  427. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/COPYING.txt +0 -0
  428. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/docs/artistic.txt +0 -0
  429. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/array.rb +0 -0
  430. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/block.rb +0 -0
  431. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/callbacks.rb +0 -0
  432. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/hunk.rb +0 -0
  433. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/internals.rb +0 -0
  434. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/ldiff.rb +0 -0
  435. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff/lcs/string.rb +0 -0
  436. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/lib/diff-lcs.rb +0 -0
  437. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/mise.toml +0 -0
  438. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/change_spec.rb +0 -0
  439. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/diff_spec.rb +0 -0
  440. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/123_x +0 -0
  441. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/456_x +0 -0
  442. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/aX +0 -0
  443. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/bXaX +0 -0
  444. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds1.csv +0 -0
  445. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ds2.csv +0 -0
  446. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/empty +0 -0
  447. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file1.bin +0 -0
  448. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/file2.bin +0 -0
  449. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines +0 -0
  450. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/four_lines_with_missing_new_line +0 -0
  451. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-e +0 -0
  452. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line1-f +0 -0
  453. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-e +0 -0
  454. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/diff.missing_new_line2-f +0 -0
  455. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-e +0 -0
  456. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.chef-f +0 -0
  457. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-e +0 -0
  458. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line1-f +0 -0
  459. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-e +0 -0
  460. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/error.diff.missing_new_line2-f +0 -0
  461. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff +0 -0
  462. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-c +0 -0
  463. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-e +0 -0
  464. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-f +0 -0
  465. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff-u +0 -0
  466. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1 +0 -0
  467. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
  468. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
  469. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
  470. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
  471. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2 +0 -0
  472. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-c +0 -0
  473. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-e +0 -0
  474. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-f +0 -0
  475. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.bin2-u +0 -0
  476. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef +0 -0
  477. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-c +0 -0
  478. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-e +0 -0
  479. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-f +0 -0
  480. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef-u +0 -0
  481. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2 +0 -0
  482. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-c +0 -0
  483. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-d +0 -0
  484. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-e +0 -0
  485. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-f +0 -0
  486. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.chef2-u +0 -0
  487. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +0 -0
  488. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +0 -0
  489. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +0 -0
  490. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +0 -0
  491. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +0 -0
  492. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +0 -0
  493. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +0 -0
  494. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +0 -0
  495. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +0 -0
  496. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +0 -0
  497. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context +0 -0
  498. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +0 -0
  499. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +0 -0
  500. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +0 -0
  501. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +0 -0
  502. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1 +0 -0
  503. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-c +0 -0
  504. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
  505. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
  506. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line1-u +0 -0
  507. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2 +0 -0
  508. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-c +0 -0
  509. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
  510. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
  511. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/ldiff/output.diff.missing_new_line2-u +0 -0
  512. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef +0 -0
  513. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/new-chef2 +0 -0
  514. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef +0 -0
  515. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/fixtures/old-chef2 +0 -0
  516. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/hunk_spec.rb +0 -0
  517. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/issues_spec.rb +0 -0
  518. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/lcs_spec.rb +0 -0
  519. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/ldiff_spec.rb +0 -0
  520. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/patch_spec.rb +0 -0
  521. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/sdiff_spec.rb +0 -0
  522. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/spec_helper.rb +0 -0
  523. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_balanced_spec.rb +0 -0
  524. /data/vendor/bundle/ruby/2.6.0/gems/{diff-lcs-1.6.1 → diff-lcs-1.6.2}/spec/traverse_sequences_spec.rb +0 -0
  525. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/COPYING +0 -0
  526. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE +0 -0
  527. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE.SPECS +0 -0
  528. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/README.md +0 -0
  529. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/.sitearchdir.time +0 -0
  530. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.c +0 -0
  531. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.h +0 -0
  532. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.c +0 -0
  533. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.h +0 -0
  534. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Buffer.c +0 -0
  535. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.c +0 -0
  536. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.h +0 -0
  537. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.c +0 -0
  538. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.h +0 -0
  539. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.c +0 -0
  540. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.h +0 -0
  541. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.c +0 -0
  542. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.h +0 -0
  543. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.c +0 -0
  544. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.c +0 -0
  545. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.h +0 -0
  546. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.c +0 -0
  547. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.h +0 -0
  548. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.c +0 -0
  549. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.h +0 -0
  550. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.c +0 -0
  551. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.h +0 -0
  552. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.c +0 -0
  553. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.h +0 -0
  554. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.c +0 -0
  555. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.h +0 -0
  556. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.c +0 -0
  557. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.h +0 -0
  558. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.c +0 -0
  559. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.h +0 -0
  560. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.c +0 -0
  561. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.h +0 -0
  562. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructLayout.c +0 -0
  563. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.c +0 -0
  564. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.h +0 -0
  565. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.c +0 -0
  566. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.h +0 -0
  567. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.c +0 -0
  568. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.h +0 -0
  569. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Variadic.c +0 -0
  570. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/compat.h +0 -0
  571. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.h +0 -0
  572. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.rb +0 -0
  573. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ffi.c +0 -0
  574. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.allow-ai-service +0 -0
  575. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor/site.exp +0 -0
  576. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -0
  577. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor.yml +0 -0
  578. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/ar-lib +0 -0
  579. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -0
  580. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -0
  581. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -0
  582. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/build.sh +0 -0
  583. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/compile +0 -0
  584. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/install.sh +0 -0
  585. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -0
  586. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -0
  587. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/msvs-detect +0 -0
  588. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -0
  589. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -0
  590. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/site.exp +0 -0
  591. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -0
  592. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitattributes +0 -0
  593. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.github/issue_template.md +0 -0
  594. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.github/workflows/build.yml +0 -0
  595. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitignore +0 -0
  596. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  597. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE +0 -0
  598. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  599. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/autogen.sh +0 -0
  600. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/compile +0 -0
  601. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/doc/Makefile.am +0 -0
  602. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -0
  603. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/Makefile.am +0 -0
  604. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/ffi.h.in +0 -0
  605. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/tramp.h +0 -0
  606. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/install-sh +0 -0
  607. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.map.in +0 -0
  608. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.pc.in +0 -0
  609. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -0
  610. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  611. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-version +0 -0
  612. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ltmain.sh +0 -0
  613. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -0
  614. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -0
  615. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -0
  616. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -0
  617. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -0
  618. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -0
  619. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -0
  620. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -0
  621. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -0
  622. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -0
  623. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -0
  624. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -0
  625. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/make_sunver.pl +0 -0
  626. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/Makefile.am +0 -0
  627. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi.3 +0 -0
  628. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_call.3 +0 -0
  629. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -0
  630. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -0
  631. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/missing +0 -0
  632. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -0
  633. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -0
  634. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -0
  635. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -0
  636. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -0
  637. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -0
  638. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvcc.sh +0 -0
  639. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -0
  640. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/ffi.c +0 -0
  641. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -0
  642. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/internal.h +0 -0
  643. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/alpha/osf.S +0 -0
  644. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -0
  645. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/ffi.c +0 -0
  646. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -0
  647. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/internal.h +0 -0
  648. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/sysv.S +0 -0
  649. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -0
  650. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/ffi.c +0 -0
  651. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -0
  652. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/avr32/sysv.S +0 -0
  653. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/ffi.c +0 -0
  654. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -0
  655. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/bfin/sysv.S +0 -0
  656. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/ffi.c +0 -0
  657. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -0
  658. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/cris/sysv.S +0 -0
  659. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/ffi.c +0 -0
  660. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -0
  661. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/csky/sysv.S +0 -0
  662. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/debug.c +0 -0
  663. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/eabi.S +0 -0
  664. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/ffi.c +0 -0
  665. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -0
  666. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ffi.c +0 -0
  667. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -0
  668. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -0
  669. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/ia64/unix.S +0 -0
  670. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/java_raw_api.c +0 -0
  671. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/asm.h +0 -0
  672. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/ffi.c +0 -0
  673. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -0
  674. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/kvx/sysv.S +0 -0
  675. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -0
  676. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -0
  677. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -0
  678. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/ffi.c +0 -0
  679. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -0
  680. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m32r/sysv.S +0 -0
  681. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/ffi.c +0 -0
  682. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -0
  683. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m68k/sysv.S +0 -0
  684. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/ffi.c +0 -0
  685. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -0
  686. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/m88k/obsd.S +0 -0
  687. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/ffi.c +0 -0
  688. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -0
  689. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/metag/sysv.S +0 -0
  690. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -0
  691. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -0
  692. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -0
  693. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/mips/ffi.c +0 -0
  694. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/eabi.S +0 -0
  695. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/ffi.c +0 -0
  696. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -0
  697. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -0
  698. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/or1k/sysv.S +0 -0
  699. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffi.c +0 -0
  700. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffi64.c +0 -0
  701. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -0
  702. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/hpux32.S +0 -0
  703. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/hpux64.S +0 -0
  704. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/pa/linux.S +0 -0
  705. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/aix.S +0 -0
  706. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -0
  707. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/asm.h +0 -0
  708. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -0
  709. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -0
  710. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -0
  711. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -0
  712. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -0
  713. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -0
  714. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -0
  715. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/t-aix +0 -0
  716. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/raw_api.c +0 -0
  717. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/ffi.c +0 -0
  718. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -0
  719. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/riscv/sysv.S +0 -0
  720. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -0
  721. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/ffi.c +0 -0
  722. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -0
  723. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh/sysv.S +0 -0
  724. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/ffi.c +0 -0
  725. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -0
  726. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sh64/sysv.S +0 -0
  727. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -0
  728. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -0
  729. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/internal.h +0 -0
  730. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/v8.S +0 -0
  731. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/v9.S +0 -0
  732. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/ffi.c +0 -0
  733. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -0
  734. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/tile/tile.S +0 -0
  735. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/tramp.c +0 -0
  736. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/types.c +0 -0
  737. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -0
  738. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/ffi.c +0 -0
  739. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -0
  740. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -0
  741. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/asmnames.h +0 -0
  742. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -0
  743. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -0
  744. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/internal.h +0 -0
  745. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/internal64.h +0 -0
  746. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/sysv.S +0 -0
  747. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -0
  748. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/unix64.S +0 -0
  749. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/win64.S +0 -0
  750. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -0
  751. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -0
  752. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -0
  753. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -0
  754. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/stamp-h.in +0 -0
  755. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/config/default.exp +0 -0
  756. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -0
  757. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -0
  758. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -0
  759. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -0
  760. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -0
  761. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -0
  762. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -0
  763. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -0
  764. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -0
  765. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -0
  766. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -0
  767. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -0
  768. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -0
  769. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -0
  770. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -0
  771. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -0
  772. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -0
  773. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -0
  774. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -0
  775. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -0
  776. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -0
  777. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -0
  778. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -0
  779. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -0
  780. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -0
  781. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -0
  782. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -0
  783. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -0
  784. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -0
  785. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -0
  786. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -0
  787. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -0
  788. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -0
  789. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -0
  790. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -0
  791. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -0
  792. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -0
  793. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -0
  794. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -0
  795. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -0
  796. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -0
  797. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -0
  798. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -0
  799. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -0
  800. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -0
  801. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -0
  802. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -0
  803. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -0
  804. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -0
  805. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -0
  806. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -0
  807. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -0
  808. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -0
  809. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -0
  810. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -0
  811. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -0
  812. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -0
  813. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -0
  814. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -0
  815. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -0
  816. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -0
  817. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -0
  818. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -0
  819. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -0
  820. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -0
  821. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -0
  822. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -0
  823. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -0
  824. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -0
  825. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -0
  826. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -0
  827. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -0
  828. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -0
  829. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -0
  830. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -0
  831. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -0
  832. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -0
  833. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -0
  834. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -0
  835. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -0
  836. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -0
  837. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -0
  838. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -0
  839. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -0
  840. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -0
  841. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -0
  842. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -0
  843. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -0
  844. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -0
  845. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -0
  846. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -0
  847. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -0
  848. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -0
  849. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -0
  850. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -0
  851. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -0
  852. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -0
  853. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -0
  854. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -0
  855. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -0
  856. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -0
  857. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -0
  858. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -0
  859. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -0
  860. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -0
  861. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -0
  862. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -0
  863. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -0
  864. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -0
  865. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -0
  866. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -0
  867. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -0
  868. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -0
  869. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -0
  870. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -0
  871. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -0
  872. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -0
  873. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -0
  874. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -0
  875. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -0
  876. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -0
  877. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -0
  878. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -0
  879. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -0
  880. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -0
  881. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -0
  882. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -0
  883. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -0
  884. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -0
  885. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -0
  886. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -0
  887. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -0
  888. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -0
  889. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -0
  890. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -0
  891. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -0
  892. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -0
  893. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -0
  894. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -0
  895. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -0
  896. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -0
  897. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -0
  898. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -0
  899. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -0
  900. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -0
  901. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -0
  902. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -0
  903. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -0
  904. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -0
  905. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -0
  906. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -0
  907. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -0
  908. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -0
  909. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -0
  910. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -0
  911. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -0
  912. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -0
  913. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -0
  914. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -0
  915. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -0
  916. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -0
  917. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -0
  918. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -0
  919. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -0
  920. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -0
  921. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -0
  922. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -0
  923. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -0
  924. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -0
  925. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -0
  926. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -0
  927. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -0
  928. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -0
  929. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -0
  930. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -0
  931. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -0
  932. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -0
  933. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -0
  934. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -0
  935. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -0
  936. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -0
  937. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -0
  938. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -0
  939. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -0
  940. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -0
  941. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -0
  942. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -0
  943. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -0
  944. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -0
  945. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -0
  946. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -0
  947. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -0
  948. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -0
  949. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -0
  950. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -0
  951. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -0
  952. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -0
  953. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -0
  954. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -0
  955. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -0
  956. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -0
  957. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -0
  958. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -0
  959. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -0
  960. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -0
  961. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -0
  962. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -0
  963. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -0
  964. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -0
  965. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -0
  966. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -0
  967. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -0
  968. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -0
  969. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -0
  970. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -0
  971. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -0
  972. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -0
  973. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -0
  974. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -0
  975. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -0
  976. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -0
  977. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -0
  978. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.bsd.mk +0 -0
  979. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.darwin.mk +0 -0
  980. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.gnu.mk +0 -0
  981. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.mk +0 -0
  982. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc.mk +0 -0
  983. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc64.mk +0 -0
  984. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi.h +0 -0
  985. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi_endian.h +0 -0
  986. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ffi.gemspec +0 -0
  987. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/abstract_memory.rb +0 -0
  988. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/autopointer.rb +0 -0
  989. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/buffer.rb +0 -0
  990. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/callback.rb +0 -0
  991. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/compat.rb +0 -0
  992. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/data_converter.rb +0 -0
  993. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/dynamic_library.rb +0 -0
  994. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/enum.rb +0 -0
  995. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/errno.rb +0 -0
  996. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/ffi.rb +0 -0
  997. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/function.rb +0 -0
  998. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/io.rb +0 -0
  999. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library.rb +0 -0
  1000. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library_path.rb +0 -0
  1001. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/managedstruct.rb +0 -0
  1002. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/memorypointer.rb +0 -0
  1003. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
  1004. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
  1005. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
  1006. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-linux/types.conf +0 -0
  1007. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
  1008. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
  1009. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
  1010. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
  1011. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/arm-linux/types.conf +0 -0
  1012. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
  1013. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
  1014. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
  1015. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-darwin/types.conf +0 -0
  1016. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
  1017. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
  1018. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-gnu/types.conf +0 -0
  1019. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-linux/types.conf +0 -0
  1020. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
  1021. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
  1022. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-solaris/types.conf +0 -0
  1023. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/i386-windows/types.conf +0 -0
  1024. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/ia64-linux/types.conf +0 -0
  1025. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
  1026. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mips-linux/types.conf +0 -0
  1027. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mips64-linux/types.conf +0 -0
  1028. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
  1029. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
  1030. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
  1031. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
  1032. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
  1033. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
  1034. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
  1035. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
  1036. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
  1037. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
  1038. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
  1039. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
  1040. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
  1041. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/s390-linux/types.conf +0 -0
  1042. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/s390x-linux/types.conf +0 -0
  1043. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sparc-linux/types.conf +0 -0
  1044. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
  1045. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
  1046. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
  1047. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
  1048. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
  1049. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
  1050. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
  1051. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
  1052. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
  1053. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
  1054. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
  1055. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
  1056. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
  1057. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
  1058. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
  1059. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
  1060. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
  1061. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform.rb +0 -0
  1062. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/pointer.rb +0 -0
  1063. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct.rb +0 -0
  1064. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_by_reference.rb +0 -0
  1065. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout.rb +0 -0
  1066. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout_builder.rb +0 -0
  1067. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/const_generator.rb +0 -0
  1068. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator.rb +0 -0
  1069. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator_task.rb +0 -0
  1070. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/struct_generator.rb +0 -0
  1071. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/types_generator.rb +0 -0
  1072. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/types.rb +0 -0
  1073. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/union.rb +0 -0
  1074. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/variadic.rb +0 -0
  1075. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi.rb +0 -0
  1076. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/rakelib/ffi_gem_helper.rb +0 -0
  1077. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getlogin.rb +0 -0
  1078. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getpid.rb +0 -0
  1079. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/gettimeofday.rb +0 -0
  1080. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello.rb +0 -0
  1081. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello_ractor.rb +0 -0
  1082. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/inotify.rb +0 -0
  1083. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/pty.rb +0 -0
  1084. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort.rb +0 -0
  1085. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort_ractor.rb +0 -0
  1086. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/abstract_memory.rbs +0 -0
  1087. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/auto_pointer.rbs +0 -0
  1088. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/buffer.rbs +0 -0
  1089. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/data_converter.rbs +0 -0
  1090. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/dynamic_library.rbs +0 -0
  1091. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/enum.rbs +0 -0
  1092. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/function.rbs +0 -0
  1093. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/library.rbs +0 -0
  1094. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/native_type.rbs +0 -0
  1095. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/pointer.rbs +0 -0
  1096. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct.rbs +0 -0
  1097. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_reference.rbs +0 -0
  1098. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_value.rbs +0 -0
  1099. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout.rbs +0 -0
  1100. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout_builder.rbs +0 -0
  1101. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/type.rbs +0 -0
  1102. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi.rbs +0 -0
  1103. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.gitignore +0 -0
  1104. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rspec +0 -0
  1105. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.rubocop.yml +0 -0
  1106. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.travis.yml +0 -0
  1107. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/.yardopts +0 -0
  1108. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Gemfile +0 -0
  1109. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/LICENSE +0 -0
  1110. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/Rakefile +0 -0
  1111. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/hashdiff.gemspec +0 -0
  1112. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs.rb +0 -0
  1113. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/lcs_compare_arrays.rb +0 -0
  1114. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/linear_compare_array.rb +0 -0
  1115. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/patch.rb +0 -0
  1116. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff/util.rb +0 -0
  1117. /data/vendor/bundle/ruby/2.6.0/gems/{hashdiff-1.1.2 → hashdiff-1.2.0}/lib/hashdiff.rb +0 -0
  1118. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/LICENSE.md +0 -0
  1119. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/README.md +0 -0
  1120. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-3.13.0 → rspec-3.13.1}/lib/rspec.rb +0 -0
  1121. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.document +0 -0
  1122. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/.yardopts +0 -0
  1123. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/LICENSE.md +0 -0
  1124. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/README.md +0 -0
  1125. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/exe/rspec +0 -0
  1126. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/autorun.rb +0 -0
  1127. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/backtrace_formatter.rb +0 -0
  1128. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/coordinator.rb +0 -0
  1129. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  1130. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  1131. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/server.rb +0 -0
  1132. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_command.rb +0 -0
  1133. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  1134. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/bisect/utilities.rb +0 -0
  1135. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration.rb +0 -0
  1136. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/configuration_options.rb +0 -0
  1137. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/did_you_mean.rb +0 -0
  1138. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/drb.rb +0 -0
  1139. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/dsl.rb +0 -0
  1140. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example.rb +0 -0
  1141. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/example_status_persister.rb +0 -0
  1142. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/filter_manager.rb +0 -0
  1143. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/flat_map.rb +0 -0
  1144. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  1145. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  1146. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  1147. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  1148. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  1149. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/console_codes.rb +0 -0
  1150. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  1151. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  1152. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/exception_presenter.rb +0 -0
  1153. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  1154. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  1155. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/helpers.rb +0 -0
  1156. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  1157. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_printer.rb +0 -0
  1158. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -0
  1159. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  1160. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  1161. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  1162. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/protocol.rb +0 -0
  1163. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  1164. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  1165. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/formatters.rb +0 -0
  1166. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/hooks.rb +0 -0
  1167. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/invocations.rb +0 -0
  1168. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/memoized_helpers.rb +0 -0
  1169. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata.rb +0 -0
  1170. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/metadata_filter.rb +0 -0
  1171. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  1172. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  1173. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  1174. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  1175. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  1176. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  1177. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/notifications.rb +0 -0
  1178. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/option_parser.rb +0 -0
  1179. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ordering.rb +0 -0
  1180. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/output_wrapper.rb +0 -0
  1181. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/pending.rb +0 -0
  1182. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/profiler.rb +0 -0
  1183. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/.rspec +0 -0
  1184. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -0
  1185. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/project_initializer.rb +0 -0
  1186. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/rake_task.rb +0 -0
  1187. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/reporter.rb +0 -0
  1188. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/ruby_project.rb +0 -0
  1189. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/runner.rb +0 -0
  1190. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/sandbox.rb +0 -0
  1191. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/set.rb +0 -0
  1192. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_context.rb +0 -0
  1193. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shared_example_group.rb +0 -0
  1194. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/shell_escape.rb +0 -0
  1195. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  1196. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/warnings.rb +0 -0
  1197. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core/world.rb +0 -0
  1198. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.13.3 → rspec-core-3.13.4}/lib/rspec/core.rb +0 -0
  1199. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.document +0 -0
  1200. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/.yardopts +0 -0
  1201. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/LICENSE.md +0 -0
  1202. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/README.md +0 -0
  1203. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  1204. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/expectation_target.rb +0 -0
  1205. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/fail_with.rb +0 -0
  1206. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/failure_aggregator.rb +0 -0
  1207. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/handler.rb +0 -0
  1208. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/minitest_integration.rb +0 -0
  1209. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations/syntax.rb +0 -0
  1210. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/expectations.rb +0 -0
  1211. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/aliased_matcher.rb +0 -0
  1212. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/all.rb +0 -0
  1213. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  1214. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be.rb +0 -0
  1215. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  1216. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  1217. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  1218. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  1219. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/change.rb +0 -0
  1220. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/compound.rb +0 -0
  1221. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  1222. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  1223. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/cover.rb +0 -0
  1224. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eq.rb +0 -0
  1225. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/eql.rb +0 -0
  1226. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/equal.rb +0 -0
  1227. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/exist.rb +0 -0
  1228. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/has.rb +0 -0
  1229. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  1230. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/include.rb +0 -0
  1231. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/operators.rb +0 -0
  1232. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/output.rb +0 -0
  1233. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  1234. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  1235. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  1236. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  1237. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  1238. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in/yield.rb +0 -0
  1239. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/built_in.rb +0 -0
  1240. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/composable.rb +0 -0
  1241. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/english_phrasing.rb +0 -0
  1242. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/fail_matchers.rb +0 -0
  1243. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  1244. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  1245. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  1246. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers/multi_matcher_diff.rb +0 -0
  1247. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.13.3 → rspec-expectations-3.13.5}/lib/rspec/matchers.rb +0 -0
  1248. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.document +0 -0
  1249. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/.yardopts +0 -0
  1250. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/LICENSE.md +0 -0
  1251. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/README.md +0 -0
  1252. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  1253. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  1254. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  1255. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  1256. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  1257. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  1258. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  1259. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  1260. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/any_instance.rb +0 -0
  1261. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  1262. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
  1263. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/configuration.rb +0 -0
  1264. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/error_generator.rb +0 -0
  1265. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/example_methods.rb +0 -0
  1266. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  1267. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
  1268. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  1269. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  1270. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive.rb +0 -0
  1271. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  1272. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  1273. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/message_chain.rb +0 -0
  1274. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_double.rb +0 -0
  1275. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/method_reference.rb +0 -0
  1276. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/minitest_integration.rb +0 -0
  1277. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/mutate_const.rb +0 -0
  1278. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/object_reference.rb +0 -0
  1279. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/order_group.rb +0 -0
  1280. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/proxy.rb +0 -0
  1281. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/space.rb +0 -0
  1282. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/standalone.rb +0 -0
  1283. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/syntax.rb +0 -0
  1284. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/targets.rb +0 -0
  1285. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  1286. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  1287. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.2 → rspec-mocks-3.13.5}/lib/rspec/mocks.rb +0 -0
  1288. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/LICENSE.md +0 -0
  1289. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/README.md +0 -0
  1290. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/caller_filter.rb +0 -0
  1291. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/comparable_version.rb +0 -0
  1292. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/differ.rb +0 -0
  1293. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/directory_maker.rb +0 -0
  1294. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/encoded_string.rb +0 -0
  1295. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/fuzzy_matcher.rb +0 -0
  1296. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/hunk_generator.rb +0 -0
  1297. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/matcher_definition.rb +0 -0
  1298. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/method_signature_verifier.rb +0 -0
  1299. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/mutex.rb +0 -0
  1300. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/recursive_const_methods.rb +0 -0
  1301. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/reentrant_mutex.rb +0 -0
  1302. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/ruby_features.rb +0 -0
  1303. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/location.rb +0 -0
  1304. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/node.rb +0 -0
  1305. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source/token.rb +0 -0
  1306. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/source.rb +0 -0
  1307. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
  1308. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/formatting_support.rb +0 -0
  1309. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/in_sub_process.rb +0 -0
  1310. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
  1311. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
  1312. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/string_matcher.rb +0 -0
  1313. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
  1314. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
  1315. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/spec.rb +0 -0
  1316. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/warnings.rb +0 -0
  1317. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
  1318. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-support-3.13.2 → rspec-support-3.13.4}/lib/rspec/support.rb +0 -0
data/docs/Repository.md CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
9
9
  **copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
10
10
  **copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
11
+ **cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
11
12
  **created_at** | **DateTime** | | [optional]
12
13
  **default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
13
14
  **delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
8
8
  **contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
9
9
  **copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
10
10
  **copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
11
+ **cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
11
12
  **created_at** | **DateTime** | | [optional]
12
13
  **default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
13
14
  **delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
8
8
  **copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
9
9
  **copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
10
+ **cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
10
11
  **default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
11
12
  **delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
12
13
  **delete_packages** | **String** | This defines the minimum level of privilege required for a user to delete packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific delete setting. | [optional] [default to 'Admin']
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
8
8
  **copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
9
9
  **copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
10
+ **cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
10
11
  **default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
11
12
  **delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
12
13
  **delete_packages** | **String** | This defines the minimum level of privilege required for a user to delete packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific delete setting. | [optional] [default to 'Admin']
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **retention_group_by_format** | **BOOLEAN** | If checked, retention will apply to packages by package formats rather than across all package formats.For example, when retaining by a limit of 1 and you upload PythonPkg 1.0 and RubyPkg 1.0, no packages are deleted because they are different formats. | [optional]
10
10
  **retention_group_by_name** | **BOOLEAN** | If checked, retention will apply to groups of packages by name rather than all packages.<br>For example, when retaining by a limit of 1 and you upload PkgA 1.0, PkgB 1.0 and PkgB 1.1; only PkgB 1.0 is deleted because there are two (2) PkgBs and one (1) PkgA. | [optional]
11
11
  **retention_group_by_package_type** | **BOOLEAN** | If checked, retention will apply to packages by package type (e.g. by binary, by source, etc.), rather than across all package types for one or more formats. <br>For example, when retaining by a limit of 1 and you upload DebPackage 1.0 and DebSourcePackage 1.0, no packages are deleted because they are different package types, binary and source respectively. | [optional]
12
+ **retention_package_query_string** | **String** | A package search expression which, if provided, filters the packages to be deleted.<br>For example, a search expression of `name:foo` will result in only packages called 'foo' being deleted, or a search expression of `tag:~latest` will prevent any packages tagged 'latest' from being deleted.<br>Refer to the Cloudsmith documentation for package query syntax. | [optional]
12
13
  **retention_size_limit** | **Integer** | The maximum X total size (in bytes) of packages to retain. | [optional]
13
14
 
14
15
 
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **retention_group_by_format** | **BOOLEAN** | If checked, retention will apply to packages by package formats rather than across all package formats.For example, when retaining by a limit of 1 and you upload PythonPkg 1.0 and RubyPkg 1.0, no packages are deleted because they are different formats. | [optional]
10
10
  **retention_group_by_name** | **BOOLEAN** | If checked, retention will apply to groups of packages by name rather than all packages.<br>For example, when retaining by a limit of 1 and you upload PkgA 1.0, PkgB 1.0 and PkgB 1.1; only PkgB 1.0 is deleted because there are two (2) PkgBs and one (1) PkgA. | [optional]
11
11
  **retention_group_by_package_type** | **BOOLEAN** | If checked, retention will apply to packages by package type (e.g. by binary, by source, etc.), rather than across all package types for one or more formats. <br>For example, when retaining by a limit of 1 and you upload DebPackage 1.0 and DebSourcePackage 1.0, no packages are deleted because they are different package types, binary and source respectively. | [optional]
12
+ **retention_package_query_string** | **String** | A package search expression which, if provided, filters the packages to be deleted.<br>For example, a search expression of `name:foo` will result in only packages called 'foo' being deleted, or a search expression of `tag:~latest` will prevent any packages tagged 'latest' from being deleted.<br>Refer to the Cloudsmith documentation for package query syntax. | [optional]
12
13
  **retention_size_limit** | **Integer** | The maximum X total size (in bytes) of packages to retain. | [optional]
13
14
 
14
15
 
data/docs/StatusBasic.md CHANGED
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **detail** | **String** | The message describing the state of the API. | [optional] [default to 'Cloudsmith API is operational.']
7
- **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.653.0']
7
+ **version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.703.0']
8
8
 
9
9
 
data/docs/UserApi.md CHANGED
@@ -5,7 +5,10 @@ All URIs are relative to *https://api.cloudsmith.io/v1*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**user_self**](UserApi.md#user_self) | **GET** /user/self/ | Provide a brief for the current user (if any).
8
- [**user_token_create**](UserApi.md#user_token_create) | **POST** /user/token/ | Retrieve/Create API key/token for the authenticated user.
8
+ [**user_token_create**](UserApi.md#user_token_create) | **POST** /user/token/ | Create or retrieve API token for a user.
9
+ [**user_tokens_create**](UserApi.md#user_tokens_create) | **POST** /user/tokens/ | Create an API key for the user that is currently authenticated.
10
+ [**user_tokens_list**](UserApi.md#user_tokens_list) | **GET** /user/tokens/ | Retrieve the API key assigned to the user that is currently authenticated.
11
+ [**user_tokens_refresh**](UserApi.md#user_tokens_refresh) | **PUT** /user/tokens/{slug_perm}/refresh/ | Refresh the specified API key for the user that is currently authenticated.
9
12
 
10
13
 
11
14
  # **user_self**
@@ -63,9 +66,9 @@ This endpoint does not need any parameter.
63
66
  # **user_token_create**
64
67
  > UserAuthToken user_token_create(opts)
65
68
 
66
- Retrieve/Create API key/token for the authenticated user.
69
+ Create or retrieve API token for a user.
67
70
 
68
- Retrieve/Create API key/token for the authenticated user.
71
+ Handles both: - Users authenticating with basic credentials to get a token - Two-factor authentication flow
69
72
 
70
73
  ### Example
71
74
  ```ruby
@@ -85,7 +88,7 @@ opts = {
85
88
  }
86
89
 
87
90
  begin
88
- #Retrieve/Create API key/token for the authenticated user.
91
+ #Create or retrieve API token for a user.
89
92
  result = api_instance.user_token_create(opts)
90
93
  p result
91
94
  rescue CloudsmithApi::ApiError => e
@@ -114,3 +117,174 @@ Name | Type | Description | Notes
114
117
 
115
118
 
116
119
 
120
+ # **user_tokens_create**
121
+ > UserAuthenticationToken user_tokens_create
122
+
123
+ Create an API key for the user that is currently authenticated.
124
+
125
+ Create an API key for the user that is currently authenticated.
126
+
127
+ ### Example
128
+ ```ruby
129
+ # load the gem
130
+ require 'cloudsmith-api'
131
+ # setup authorization
132
+ CloudsmithApi.configure do |config|
133
+ # Configure API key authorization: apikey
134
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
135
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
136
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
137
+
138
+ # Configure HTTP basic authorization: basic
139
+ config.username = 'YOUR USERNAME'
140
+ config.password = 'YOUR PASSWORD'
141
+ end
142
+
143
+ api_instance = CloudsmithApi::UserApi.new
144
+
145
+ begin
146
+ #Create an API key for the user that is currently authenticated.
147
+ result = api_instance.user_tokens_create
148
+ p result
149
+ rescue CloudsmithApi::ApiError => e
150
+ puts "Exception when calling UserApi->user_tokens_create: #{e}"
151
+ end
152
+ ```
153
+
154
+ ### Parameters
155
+ This endpoint does not need any parameter.
156
+
157
+ ### Return type
158
+
159
+ [**UserAuthenticationToken**](UserAuthenticationToken.md)
160
+
161
+ ### Authorization
162
+
163
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
164
+
165
+ ### HTTP request headers
166
+
167
+ - **Content-Type**: application/json
168
+ - **Accept**: application/json
169
+
170
+
171
+
172
+ # **user_tokens_list**
173
+ > InlineResponse2001 user_tokens_list(opts)
174
+
175
+ Retrieve the API key assigned to the user that is currently authenticated.
176
+
177
+ Retrieve the API key assigned to the user that is currently authenticated.
178
+
179
+ ### Example
180
+ ```ruby
181
+ # load the gem
182
+ require 'cloudsmith-api'
183
+ # setup authorization
184
+ CloudsmithApi.configure do |config|
185
+ # Configure API key authorization: apikey
186
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
187
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
188
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
189
+
190
+ # Configure HTTP basic authorization: basic
191
+ config.username = 'YOUR USERNAME'
192
+ config.password = 'YOUR PASSWORD'
193
+ end
194
+
195
+ api_instance = CloudsmithApi::UserApi.new
196
+
197
+ opts = {
198
+ page: 56, # Integer | A page number within the paginated result set.
199
+ page_size: 56 # Integer | Number of results to return per page.
200
+ }
201
+
202
+ begin
203
+ #Retrieve the API key assigned to the user that is currently authenticated.
204
+ result = api_instance.user_tokens_list(opts)
205
+ p result
206
+ rescue CloudsmithApi::ApiError => e
207
+ puts "Exception when calling UserApi->user_tokens_list: #{e}"
208
+ end
209
+ ```
210
+
211
+ ### Parameters
212
+
213
+ Name | Type | Description | Notes
214
+ ------------- | ------------- | ------------- | -------------
215
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
216
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
217
+
218
+ ### Return type
219
+
220
+ [**InlineResponse2001**](InlineResponse2001.md)
221
+
222
+ ### Authorization
223
+
224
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: application/json
229
+ - **Accept**: application/json
230
+
231
+
232
+
233
+ # **user_tokens_refresh**
234
+ > UserAuthenticationToken user_tokens_refresh(slug_perm)
235
+
236
+ Refresh the specified API key for the user that is currently authenticated.
237
+
238
+ Refresh the specified API key for the user that is currently authenticated.
239
+
240
+ ### Example
241
+ ```ruby
242
+ # load the gem
243
+ require 'cloudsmith-api'
244
+ # setup authorization
245
+ CloudsmithApi.configure do |config|
246
+ # Configure API key authorization: apikey
247
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
248
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
249
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
250
+
251
+ # Configure HTTP basic authorization: basic
252
+ config.username = 'YOUR USERNAME'
253
+ config.password = 'YOUR PASSWORD'
254
+ end
255
+
256
+ api_instance = CloudsmithApi::UserApi.new
257
+
258
+ slug_perm = 'slug_perm_example' # String |
259
+
260
+
261
+ begin
262
+ #Refresh the specified API key for the user that is currently authenticated.
263
+ result = api_instance.user_tokens_refresh(slug_perm)
264
+ p result
265
+ rescue CloudsmithApi::ApiError => e
266
+ puts "Exception when calling UserApi->user_tokens_refresh: #{e}"
267
+ end
268
+ ```
269
+
270
+ ### Parameters
271
+
272
+ Name | Type | Description | Notes
273
+ ------------- | ------------- | ------------- | -------------
274
+ **slug_perm** | **String**| |
275
+
276
+ ### Return type
277
+
278
+ [**UserAuthenticationToken**](UserAuthenticationToken.md)
279
+
280
+ ### Authorization
281
+
282
+ [apikey](../README.md#apikey), [basic](../README.md#basic)
283
+
284
+ ### HTTP request headers
285
+
286
+ - **Content-Type**: application/json
287
+ - **Accept**: application/json
288
+
289
+
290
+
@@ -4,5 +4,7 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **token** | **String** | API token for the authenticated user | [optional]
7
+ **two_factor_required** | **BOOLEAN** | Flag indicating whether a 2FA code is required to complete authentication | [optional]
8
+ **two_factor_token** | **String** | Token to use when providing 2FA code | [optional]
7
9
 
8
10
 
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **email** | **String** | Email address to authenticate with | [optional]
7
7
  **password** | **String** | Password to authenticate with | [optional]
8
+ **totp_token** | **String** | Two-factor authentication code | [optional]
8
9
 
9
10
 
@@ -0,0 +1,10 @@
1
+ # CloudsmithApi::UserAuthenticationToken
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **created** | **DateTime** | The time at which the API key was created. | [optional]
7
+ **key** | **String** | The unique API key used for authentication. This will be obfuscated on read-only HTTP methods. | [optional]
8
+ **slug_perm** | **String** | The slug_perm for token. | [optional]
9
+
10
+
@@ -289,6 +289,7 @@ module CloudsmithApi
289
289
  # @option opts [BOOLEAN] :show_tokens Show entitlement token strings in results (default to false)
290
290
  # @option opts [String] :query A search term for querying names of entitlements.
291
291
  # @option opts [BOOLEAN] :active If true, only include active tokens (default to false)
292
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. (default to name)
292
293
  # @return [Array<RepositoryToken>]
293
294
  def entitlements_list(owner, repo, opts = {})
294
295
  data, _status_code, _headers = entitlements_list_with_http_info(owner, repo, opts)
@@ -305,6 +306,7 @@ module CloudsmithApi
305
306
  # @option opts [BOOLEAN] :show_tokens Show entitlement token strings in results
306
307
  # @option opts [String] :query A search term for querying names of entitlements.
307
308
  # @option opts [BOOLEAN] :active If true, only include active tokens
309
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name.
308
310
  # @return [Array<(Array<RepositoryToken>, Fixnum, Hash)>] Array<RepositoryToken> data, response status code and response headers
309
311
  def entitlements_list_with_http_info(owner, repo, opts = {})
310
312
  if @api_client.config.debugging
@@ -328,6 +330,7 @@ module CloudsmithApi
328
330
  query_params[:'show_tokens'] = opts[:'show_tokens'] if !opts[:'show_tokens'].nil?
329
331
  query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
330
332
  query_params[:'active'] = opts[:'active'] if !opts[:'active'].nil?
333
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
331
334
 
332
335
  # header parameters
333
336
  header_params = {}
@@ -2068,6 +2068,8 @@ module CloudsmithApi
2068
2068
  # @param [Hash] opts the optional parameters
2069
2069
  # @option opts [Integer] :page A page number within the paginated result set.
2070
2070
  # @option opts [Integer] :page_size Number of results to return per page.
2071
+ # @option opts [String] :query A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account (default to )
2072
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name. (default to name)
2071
2073
  # @return [Array<ProviderSettings>]
2072
2074
  def orgs_openid_connect_list(org, opts = {})
2073
2075
  data, _status_code, _headers = orgs_openid_connect_list_with_http_info(org, opts)
@@ -2080,6 +2082,8 @@ module CloudsmithApi
2080
2082
  # @param [Hash] opts the optional parameters
2081
2083
  # @option opts [Integer] :page A page number within the paginated result set.
2082
2084
  # @option opts [Integer] :page_size Number of results to return per page.
2085
+ # @option opts [String] :query A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account
2086
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name.
2083
2087
  # @return [Array<(Array<ProviderSettings>, Fixnum, Hash)>] Array<ProviderSettings> data, response status code and response headers
2084
2088
  def orgs_openid_connect_list_with_http_info(org, opts = {})
2085
2089
  if @api_client.config.debugging
@@ -2096,6 +2100,8 @@ module CloudsmithApi
2096
2100
  query_params = {}
2097
2101
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
2098
2102
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
2103
+ query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
2104
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
2099
2105
 
2100
2106
  # header parameters
2101
2107
  header_params = {}
@@ -2926,6 +2932,8 @@ module CloudsmithApi
2926
2932
  # @param [Hash] opts the optional parameters
2927
2933
  # @option opts [Integer] :page A page number within the paginated result set.
2928
2934
  # @option opts [Integer] :page_size Number of results to return per page.
2935
+ # @option opts [String] :query A search term for querying of services within an Organization.Available options are: name, role (default to )
2936
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-created_at&#x60;). Available options: created_at, name, role. (default to created_at)
2929
2937
  # @return [Array<Service>]
2930
2938
  def orgs_services_list(org, opts = {})
2931
2939
  data, _status_code, _headers = orgs_services_list_with_http_info(org, opts)
@@ -2938,6 +2946,8 @@ module CloudsmithApi
2938
2946
  # @param [Hash] opts the optional parameters
2939
2947
  # @option opts [Integer] :page A page number within the paginated result set.
2940
2948
  # @option opts [Integer] :page_size Number of results to return per page.
2949
+ # @option opts [String] :query A search term for querying of services within an Organization.Available options are: name, role
2950
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-created_at&#x60;). Available options: created_at, name, role.
2941
2951
  # @return [Array<(Array<Service>, Fixnum, Hash)>] Array<Service> data, response status code and response headers
2942
2952
  def orgs_services_list_with_http_info(org, opts = {})
2943
2953
  if @api_client.config.debugging
@@ -2954,6 +2964,8 @@ module CloudsmithApi
2954
2964
  query_params = {}
2955
2965
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
2956
2966
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
2967
+ query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
2968
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
2957
2969
 
2958
2970
  # header parameters
2959
2971
  header_params = {}
@@ -3283,6 +3295,9 @@ module CloudsmithApi
3283
3295
  # @param [Hash] opts the optional parameters
3284
3296
  # @option opts [Integer] :page A page number within the paginated result set.
3285
3297
  # @option opts [Integer] :page_size Number of results to return per page.
3298
+ # @option opts [BOOLEAN] :for_user Filter for teams that you are a member of. (default to false)
3299
+ # @option opts [String] :query A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug (default to )
3300
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name, members. (default to name)
3286
3301
  # @return [Array<OrganizationTeam>]
3287
3302
  def orgs_teams_list(org, opts = {})
3288
3303
  data, _status_code, _headers = orgs_teams_list_with_http_info(org, opts)
@@ -3295,6 +3310,9 @@ module CloudsmithApi
3295
3310
  # @param [Hash] opts the optional parameters
3296
3311
  # @option opts [Integer] :page A page number within the paginated result set.
3297
3312
  # @option opts [Integer] :page_size Number of results to return per page.
3313
+ # @option opts [BOOLEAN] :for_user Filter for teams that you are a member of.
3314
+ # @option opts [String] :query A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug
3315
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name, members.
3298
3316
  # @return [Array<(Array<OrganizationTeam>, Fixnum, Hash)>] Array<OrganizationTeam> data, response status code and response headers
3299
3317
  def orgs_teams_list_with_http_info(org, opts = {})
3300
3318
  if @api_client.config.debugging
@@ -3311,6 +3329,9 @@ module CloudsmithApi
3311
3329
  query_params = {}
3312
3330
  query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
3313
3331
  query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
3332
+ query_params[:'for_user'] = opts[:'for_user'] if !opts[:'for_user'].nil?
3333
+ query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
3334
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
3314
3335
 
3315
3336
  # header parameters
3316
3337
  header_params = {}
@@ -218,6 +218,81 @@ module CloudsmithApi
218
218
  end
219
219
  return data, status_code, headers
220
220
  end
221
+ # Return a list of Package Groups in a repository.
222
+ # Return a list of Package Groups in a repository.
223
+ # @param owner
224
+ # @param repo
225
+ # @param [Hash] opts the optional parameters
226
+ # @option opts [Integer] :page A page number within the paginated result set.
227
+ # @option opts [Integer] :page_size Number of results to return per page.
228
+ # @option opts [String] :group_by A field to group packages by. Available options: name, backend_kind. (default to name)
229
+ # @option opts [String] :query A search term for querying names, filenames, versions, distributions, architectures, formats, or statuses of packages. (default to )
230
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name, count, num_downloads, size, last_push, backend_kind. (default to name)
231
+ # @return [InlineResponse200]
232
+ def packages_groups_list(owner, repo, opts = {})
233
+ data, _status_code, _headers = packages_groups_list_with_http_info(owner, repo, opts)
234
+ data
235
+ end
236
+
237
+ # Return a list of Package Groups in a repository.
238
+ # Return a list of Package Groups in a repository.
239
+ # @param owner
240
+ # @param repo
241
+ # @param [Hash] opts the optional parameters
242
+ # @option opts [Integer] :page A page number within the paginated result set.
243
+ # @option opts [Integer] :page_size Number of results to return per page.
244
+ # @option opts [String] :group_by A field to group packages by. Available options: name, backend_kind.
245
+ # @option opts [String] :query A search term for querying names, filenames, versions, distributions, architectures, formats, or statuses of packages.
246
+ # @option opts [String] :sort A field for sorting objects in ascending or descending order. Use &#x60;-&#x60; prefix for descending order (e.g., &#x60;-name&#x60;). Available options: name, count, num_downloads, size, last_push, backend_kind.
247
+ # @return [Array<(InlineResponse200, Fixnum, Hash)>] InlineResponse200 data, response status code and response headers
248
+ def packages_groups_list_with_http_info(owner, repo, opts = {})
249
+ if @api_client.config.debugging
250
+ @api_client.config.logger.debug 'Calling API: PackagesApi.packages_groups_list ...'
251
+ end
252
+ # verify the required parameter 'owner' is set
253
+ if @api_client.config.client_side_validation && owner.nil?
254
+ fail ArgumentError, "Missing the required parameter 'owner' when calling PackagesApi.packages_groups_list"
255
+ end
256
+ # verify the required parameter 'repo' is set
257
+ if @api_client.config.client_side_validation && repo.nil?
258
+ fail ArgumentError, "Missing the required parameter 'repo' when calling PackagesApi.packages_groups_list"
259
+ end
260
+ # resource path
261
+ local_var_path = '/packages/{owner}/{repo}/groups/'.sub('{' + 'owner' + '}', owner.to_s).sub('{' + 'repo' + '}', repo.to_s)
262
+
263
+ # query parameters
264
+ query_params = {}
265
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
266
+ query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
267
+ query_params[:'group_by'] = opts[:'group_by'] if !opts[:'group_by'].nil?
268
+ query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
269
+ query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
270
+
271
+ # header parameters
272
+ header_params = {}
273
+ # HTTP header 'Accept' (if needed)
274
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
275
+ # HTTP header 'Content-Type'
276
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
277
+
278
+ # form parameters
279
+ form_params = {}
280
+
281
+ # http body (model)
282
+ post_body = nil
283
+ auth_names = ['apikey', 'basic']
284
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
285
+ :header_params => header_params,
286
+ :query_params => query_params,
287
+ :form_params => form_params,
288
+ :body => post_body,
289
+ :auth_names => auth_names,
290
+ :return_type => 'InlineResponse200')
291
+ if @api_client.config.debugging
292
+ @api_client.config.logger.debug "API called: PackagesApi#packages_groups_list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
293
+ end
294
+ return data, status_code, headers
295
+ end
221
296
  # Get a list of all packages associated with repository.
222
297
  # Get a list of all packages associated with repository.
223
298
  # @param owner