cloudsmith-api 2.0.17 → 2.0.18

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 (736) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +10 -5
  4. data/build.json +1 -1
  5. data/docs/EntitlementsApi.md +3 -1
  6. data/docs/InlineResponse200.md +8 -0
  7. data/docs/OrgsApi.md +17 -3
  8. data/docs/Repository.md +1 -0
  9. data/docs/RepositoryCreate.md +1 -0
  10. data/docs/RepositoryCreateRequest.md +1 -0
  11. data/docs/RepositoryRequestPatch.md +1 -0
  12. data/docs/StatusBasic.md +1 -1
  13. data/docs/UserApi.md +178 -4
  14. data/docs/UserAuthToken.md +2 -0
  15. data/docs/UserAuthTokenRequest.md +1 -0
  16. data/docs/UserAuthenticationToken.md +10 -0
  17. data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
  18. data/lib/cloudsmith-api/api/orgs_api.rb +21 -0
  19. data/lib/cloudsmith-api/api/user_api.rb +160 -4
  20. data/lib/cloudsmith-api/models/inline_response_200.rb +191 -0
  21. data/lib/cloudsmith-api/models/repository.rb +11 -1
  22. data/lib/cloudsmith-api/models/repository_create.rb +11 -1
  23. data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
  24. data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
  25. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  26. data/lib/cloudsmith-api/models/user_auth_token.rb +24 -4
  27. data/lib/cloudsmith-api/models/user_auth_token_request.rb +14 -4
  28. data/lib/cloudsmith-api/models/user_authentication_token.rb +205 -0
  29. data/lib/cloudsmith-api/version.rb +1 -1
  30. data/lib/cloudsmith-api.rb +2 -0
  31. data/spec/api/entitlements_api_spec.rb +1 -0
  32. data/spec/api/orgs_api_spec.rb +7 -0
  33. data/spec/api/user_api_spec.rb +38 -2
  34. data/spec/models/inline_response_200_spec.rb +41 -0
  35. data/spec/models/repository_create_request_spec.rb +6 -0
  36. data/spec/models/repository_create_spec.rb +6 -0
  37. data/spec/models/repository_request_patch_spec.rb +6 -0
  38. data/spec/models/repository_spec.rb +6 -0
  39. data/spec/models/user_auth_token_request_spec.rb +6 -0
  40. data/spec/models/user_auth_token_spec.rb +12 -0
  41. data/spec/models/user_authentication_token_spec.rb +53 -0
  42. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2.gem +0 -0
  43. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
  44. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/gem_make.out +2 -2
  45. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/mkmf.log +5 -5
  46. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.1 → ffi-1.17.2}/ffi_c.so +0 -0
  47. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.1 → ffi-1.17.2}/gem_make.out +6 -6
  48. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/{ffi-1.17.1 → ffi-1.17.2}/mkmf.log +2 -2
  49. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
  50. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
  51. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/Makefile +2 -2
  52. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/CHANGELOG.md +8 -0
  53. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/Gemfile +3 -1
  54. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/Rakefile +1 -1
  55. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.o +0 -0
  56. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.o +0 -0
  57. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Buffer.o +0 -0
  58. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.o +0 -0
  59. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.o +0 -0
  60. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.o +0 -0
  61. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.o +0 -0
  62. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.o +0 -0
  63. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.o +0 -0
  64. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.o +0 -0
  65. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Makefile +2 -2
  66. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.o +0 -0
  67. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.o +0 -0
  68. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.o +0 -0
  69. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.o +0 -0
  70. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.o +0 -0
  71. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.o +0 -0
  72. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.o +0 -0
  73. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructLayout.o +0 -0
  74. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Thread.o +0 -0
  75. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.o +0 -0
  76. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.o +0 -0
  77. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Variadic.o +0 -0
  78. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ffi.o +0 -0
  79. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1/lib → ffi-1.17.2/ext/ffi_c}/ffi_c.so +0 -0
  80. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.github/workflows/emscripten.yml +48 -60
  81. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/Makefile.am +4 -3
  82. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/Makefile.in +5 -25
  83. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/README.md +19 -2
  84. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/acinclude.m4 +6 -0
  85. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/config.guess +80 -22
  86. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/config.sub +161 -80
  87. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure +968 -1266
  88. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure.ac +9 -8
  89. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure.host +0 -5
  90. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/doc/Makefile.in +1 -0
  91. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/doc/libffi.texi +3 -3
  92. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +4 -0
  93. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/fficonfig.h.in +9 -9
  94. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/Makefile.in +1 -0
  95. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/ffi_cfi.h +2 -0
  96. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/include/ffi_common.h +17 -0
  97. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/man/Makefile.in +1 -0
  98. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/ffi.c +7 -4
  99. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/ffitarget.h +2 -2
  100. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/internal.h +63 -17
  101. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/aarch64/sysv.S +16 -12
  102. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arc/arcompact.S +2 -2
  103. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/arc/ffi.c +6 -2
  104. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/closures.c +3 -3
  105. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/dlmalloc.c +1 -0
  106. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/mips/ffitarget.h +2 -4
  107. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/mips/n32.S +4 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/mips/o32.S +4 -0
  109. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/or1k/ffi.c +2 -2
  110. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi.c +13 -0
  111. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +26 -19
  112. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +26 -16
  113. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
  114. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +47 -0
  115. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +24 -0
  116. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/prep_cif.c +1 -4
  117. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/s390/ffi.c +28 -1
  118. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/s390/internal.h +11 -0
  119. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/s390/sysv.S +38 -0
  120. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/sparc/ffi.c +16 -0
  121. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/wasm32/ffi.c +10 -262
  122. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffi.c +4 -1
  123. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/src/x86/ffi64.c +4 -1
  124. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/Makefile.am +4 -3
  125. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/Makefile.in +5 -3
  126. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +4 -24
  127. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/build.sh +8 -25
  128. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +3 -28
  129. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/callback.c +2 -2
  130. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/callback2.c +2 -2
  131. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/callback3.c +2 -2
  132. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/callback4.c +2 -2
  133. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +54 -0
  134. 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
  135. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +1 -0
  136. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +1 -0
  137. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +31 -0
  138. 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_sshortchar.c +1 -1
  139. 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_ushortchar.c +1 -1
  140. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +1 -1
  141. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/version.rb +3 -0
  142. data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1/ext/ffi_c → ffi-1.17.2/lib}/ffi_c.so +0 -0
  143. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
  144. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
  145. data/vendor/bundle/ruby/2.6.0/specifications/{ffi-1.17.1.gemspec → ffi-1.17.2.gemspec} +3 -3
  146. metadata +686 -678
  147. data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.1.gem +0 -0
  148. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ClosurePool.o +0 -0
  149. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MappedType.o +0 -0
  150. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MethodHandle.o +0 -0
  151. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Thread.o +0 -0
  152. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/.circleci/config.yml +0 -156
  153. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/doc/version.texi +0 -4
  154. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
  155. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
  156. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
  157. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi/version.rb +0 -3
  158. /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
  159. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/COPYING +0 -0
  160. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE +0 -0
  161. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE.SPECS +0 -0
  162. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/README.md +0 -0
  163. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/.sitearchdir.time +0 -0
  164. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.c +0 -0
  165. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.h +0 -0
  166. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.c +0 -0
  167. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.h +0 -0
  168. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Buffer.c +0 -0
  169. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.c +0 -0
  170. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.h +0 -0
  171. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.c +0 -0
  172. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.h +0 -0
  173. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.c +0 -0
  174. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.h +0 -0
  175. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.c +0 -0
  176. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.h +0 -0
  177. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.c +0 -0
  178. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.c +0 -0
  179. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.h +0 -0
  180. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.c +0 -0
  181. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.h +0 -0
  182. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.c +0 -0
  183. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.h +0 -0
  184. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.c +0 -0
  185. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.h +0 -0
  186. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.c +0 -0
  187. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.h +0 -0
  188. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.c +0 -0
  189. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.h +0 -0
  190. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.c +0 -0
  191. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.h +0 -0
  192. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.c +0 -0
  193. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.h +0 -0
  194. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.c +0 -0
  195. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.h +0 -0
  196. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructLayout.c +0 -0
  197. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.c +0 -0
  198. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.h +0 -0
  199. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.c +0 -0
  200. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.h +0 -0
  201. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.c +0 -0
  202. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.h +0 -0
  203. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Variadic.c +0 -0
  204. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/compat.h +0 -0
  205. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.h +0 -0
  206. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.rb +0 -0
  207. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ffi.c +0 -0
  208. /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
  209. /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
  210. /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
  211. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor.yml +0 -0
  212. /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
  213. /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
  214. /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
  215. /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
  216. /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
  217. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/compile +0 -0
  218. /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
  219. /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
  220. /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
  221. /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
  222. /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
  223. /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
  224. /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
  225. /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
  226. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitattributes +0 -0
  227. /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
  228. /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
  229. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitignore +0 -0
  230. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ChangeLog.old +0 -0
  231. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE +0 -0
  232. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
  233. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/autogen.sh +0 -0
  234. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/compile +0 -0
  235. /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
  236. /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
  237. /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
  238. /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
  239. /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
  240. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/install-sh +0 -0
  241. /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
  242. /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
  243. /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
  244. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-ldflags +0 -0
  245. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-version +0 -0
  246. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ltmain.sh +0 -0
  247. /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
  248. /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
  249. /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
  250. /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
  251. /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
  252. /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
  253. /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
  254. /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
  255. /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
  256. /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
  257. /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
  258. /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
  259. /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
  260. /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
  261. /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
  262. /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
  263. /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
  264. /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
  265. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/missing +0 -0
  266. /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
  267. /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
  268. /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
  269. /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
  270. /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
  271. /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
  272. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvcc.sh +0 -0
  273. /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
  274. /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
  275. /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
  276. /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
  277. /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
  278. /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
  279. /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
  280. /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
  281. /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
  282. /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
  283. /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
  284. /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
  285. /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
  286. /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
  287. /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
  288. /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
  289. /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
  290. /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
  291. /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
  292. /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
  293. /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
  294. /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
  295. /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
  296. /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
  297. /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
  298. /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
  299. /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
  300. /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
  301. /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
  302. /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
  303. /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
  304. /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
  305. /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
  306. /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
  307. /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
  308. /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
  309. /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
  310. /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
  311. /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
  312. /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
  313. /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
  314. /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
  315. /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
  316. /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
  317. /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
  318. /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
  319. /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
  320. /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
  321. /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
  322. /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
  323. /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
  324. /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
  325. /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
  326. /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
  327. /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
  328. /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
  329. /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
  330. /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
  331. /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
  332. /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
  333. /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
  334. /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
  335. /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
  336. /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
  337. /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
  338. /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
  339. /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
  340. /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
  341. /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
  342. /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
  343. /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
  344. /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
  345. /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
  346. /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
  347. /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
  348. /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
  349. /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
  350. /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
  351. /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
  352. /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
  353. /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
  354. /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
  355. /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
  356. /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
  357. /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
  358. /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
  359. /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
  360. /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
  361. /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
  362. /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
  363. /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
  364. /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
  365. /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
  366. /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
  367. /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
  368. /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
  369. /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
  370. /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
  371. /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
  372. /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
  373. /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
  374. /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
  375. /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
  376. /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
  377. /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
  378. /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
  379. /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
  380. /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
  381. /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
  382. /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
  383. /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
  384. /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
  385. /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
  386. /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
  387. /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
  388. /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
  389. /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
  390. /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
  391. /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
  392. /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
  393. /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
  394. /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
  395. /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
  396. /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
  397. /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
  398. /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
  399. /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
  400. /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
  401. /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
  402. /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
  403. /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
  404. /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
  405. /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
  406. /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
  407. /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
  408. /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
  409. /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
  410. /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
  411. /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
  412. /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
  413. /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
  414. /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
  415. /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
  416. /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
  417. /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
  418. /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
  419. /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
  420. /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
  421. /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
  422. /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
  423. /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
  424. /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
  425. /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
  426. /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
  427. /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
  428. /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
  429. /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
  430. /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
  431. /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
  432. /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
  433. /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
  434. /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
  435. /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
  436. /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
  437. /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
  438. /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
  439. /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
  440. /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
  441. /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
  442. /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
  443. /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
  444. /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
  445. /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
  446. /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
  447. /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
  448. /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
  449. /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
  450. /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
  451. /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
  452. /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
  453. /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
  454. /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
  455. /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
  456. /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
  457. /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
  458. /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
  459. /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
  460. /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
  461. /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
  462. /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
  463. /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
  464. /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
  465. /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
  466. /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
  467. /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
  468. /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
  469. /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
  470. /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
  471. /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
  472. /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
  473. /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
  474. /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
  475. /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
  476. /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
  477. /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
  478. /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
  479. /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
  480. /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
  481. /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
  482. /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
  483. /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
  484. /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
  485. /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
  486. /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
  487. /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
  488. /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
  489. /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
  490. /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
  491. /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
  492. /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
  493. /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
  494. /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
  495. /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
  496. /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
  497. /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
  498. /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
  499. /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
  500. /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
  501. /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
  502. /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
  503. /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
  504. /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
  505. /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
  506. /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
  507. /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
  508. /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
  509. /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
  510. /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
  511. /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
  512. /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
  513. /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
  514. /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
  515. /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
  516. /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
  517. /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
  518. /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
  519. /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
  520. /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
  521. /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
  522. /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
  523. /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
  524. /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
  525. /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
  526. /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
  527. /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
  528. /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
  529. /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
  530. /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
  531. /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
  532. /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
  533. /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
  534. /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
  535. /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
  536. /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
  537. /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
  538. /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
  539. /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
  540. /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
  541. /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
  542. /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
  543. /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
  544. /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
  545. /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
  546. /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
  547. /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
  548. /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
  549. /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
  550. /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
  551. /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
  552. /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
  553. /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
  554. /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
  555. /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
  556. /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
  557. /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
  558. /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
  559. /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
  560. /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
  561. /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
  562. /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
  563. /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
  564. /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
  565. /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
  566. /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
  567. /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
  568. /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
  569. /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
  570. /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
  571. /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
  572. /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
  573. /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
  574. /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
  575. /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
  576. /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
  577. /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
  578. /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
  579. /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
  580. /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
  581. /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
  582. /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
  583. /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
  584. /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
  585. /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
  586. /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
  587. /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
  588. /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
  589. /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
  590. /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
  591. /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
  592. /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
  593. /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
  594. /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
  595. /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
  596. /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
  597. /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
  598. /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
  599. /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
  600. /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
  601. /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
  602. /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
  603. /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
  604. /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
  605. /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
  606. /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
  607. /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
  608. /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
  609. /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
  610. /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
  611. /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
  612. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.bsd.mk +0 -0
  613. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.darwin.mk +0 -0
  614. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.gnu.mk +0 -0
  615. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.mk +0 -0
  616. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc.mk +0 -0
  617. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc64.mk +0 -0
  618. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi.h +0 -0
  619. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi_endian.h +0 -0
  620. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ffi.gemspec +0 -0
  621. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/abstract_memory.rb +0 -0
  622. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/autopointer.rb +0 -0
  623. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/buffer.rb +0 -0
  624. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/callback.rb +0 -0
  625. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/compat.rb +0 -0
  626. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/data_converter.rb +0 -0
  627. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/dynamic_library.rb +0 -0
  628. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/enum.rb +0 -0
  629. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/errno.rb +0 -0
  630. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/ffi.rb +0 -0
  631. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/function.rb +0 -0
  632. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/io.rb +0 -0
  633. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library.rb +0 -0
  634. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library_path.rb +0 -0
  635. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/managedstruct.rb +0 -0
  636. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/memorypointer.rb +0 -0
  637. /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
  638. /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
  639. /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
  640. /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
  641. /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
  642. /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
  643. /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
  644. /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
  645. /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
  646. /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
  647. /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
  648. /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
  649. /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
  650. /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
  651. /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
  652. /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
  653. /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
  654. /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
  655. /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
  656. /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
  657. /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
  658. /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
  659. /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
  660. /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
  661. /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
  662. /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
  663. /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
  664. /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
  665. /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
  666. /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
  667. /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
  668. /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
  669. /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
  670. /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
  671. /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
  672. /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
  673. /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
  674. /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
  675. /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
  676. /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
  677. /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
  678. /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
  679. /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
  680. /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
  681. /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
  682. /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
  683. /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
  684. /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
  685. /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
  686. /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
  687. /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
  688. /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
  689. /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
  690. /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
  691. /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
  692. /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
  693. /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
  694. /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
  695. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform.rb +0 -0
  696. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/pointer.rb +0 -0
  697. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct.rb +0 -0
  698. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_by_reference.rb +0 -0
  699. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout.rb +0 -0
  700. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout_builder.rb +0 -0
  701. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/const_generator.rb +0 -0
  702. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator.rb +0 -0
  703. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator_task.rb +0 -0
  704. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/struct_generator.rb +0 -0
  705. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/types_generator.rb +0 -0
  706. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/types.rb +0 -0
  707. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/union.rb +0 -0
  708. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/variadic.rb +0 -0
  709. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi.rb +0 -0
  710. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/rakelib/ffi_gem_helper.rb +0 -0
  711. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getlogin.rb +0 -0
  712. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getpid.rb +0 -0
  713. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/gettimeofday.rb +0 -0
  714. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello.rb +0 -0
  715. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello_ractor.rb +0 -0
  716. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/inotify.rb +0 -0
  717. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/pty.rb +0 -0
  718. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort.rb +0 -0
  719. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort_ractor.rb +0 -0
  720. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/abstract_memory.rbs +0 -0
  721. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/auto_pointer.rbs +0 -0
  722. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/buffer.rbs +0 -0
  723. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/data_converter.rbs +0 -0
  724. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/dynamic_library.rbs +0 -0
  725. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/enum.rbs +0 -0
  726. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/function.rbs +0 -0
  727. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/library.rbs +0 -0
  728. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/native_type.rbs +0 -0
  729. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/pointer.rbs +0 -0
  730. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct.rbs +0 -0
  731. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_reference.rbs +0 -0
  732. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_value.rbs +0 -0
  733. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout.rbs +0 -0
  734. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout_builder.rbs +0 -0
  735. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/type.rbs +0 -0
  736. /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi.rbs +0 -0
@@ -20,11 +20,15 @@ class UserAuthTokenRequest
20
20
  # Password to authenticate with
21
21
  attr_accessor :password
22
22
 
23
+ # Two-factor authentication code
24
+ attr_accessor :totp_token
25
+
23
26
  # Attribute mapping from ruby-style variable name to JSON key.
24
27
  def self.attribute_map
25
28
  {
26
29
  :'email' => :'email',
27
- :'password' => :'password'
30
+ :'password' => :'password',
31
+ :'totp_token' => :'totp_token'
28
32
  }
29
33
  end
30
34
 
@@ -32,7 +36,8 @@ class UserAuthTokenRequest
32
36
  def self.swagger_types
33
37
  {
34
38
  :'email' => :'String',
35
- :'password' => :'String'
39
+ :'password' => :'String',
40
+ :'totp_token' => :'String'
36
41
  }
37
42
  end
38
43
 
@@ -51,6 +56,10 @@ class UserAuthTokenRequest
51
56
  if attributes.has_key?(:'password')
52
57
  self.password = attributes[:'password']
53
58
  end
59
+
60
+ if attributes.has_key?(:'totp_token')
61
+ self.totp_token = attributes[:'totp_token']
62
+ end
54
63
  end
55
64
 
56
65
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -72,7 +81,8 @@ class UserAuthTokenRequest
72
81
  return true if self.equal?(o)
73
82
  self.class == o.class &&
74
83
  email == o.email &&
75
- password == o.password
84
+ password == o.password &&
85
+ totp_token == o.totp_token
76
86
  end
77
87
 
78
88
  # @see the `==` method
@@ -84,7 +94,7 @@ class UserAuthTokenRequest
84
94
  # Calculates hash code according to all attributes.
85
95
  # @return [Fixnum] Hash code
86
96
  def hash
87
- [email, password].hash
97
+ [email, password, totp_token].hash
88
98
  end
89
99
 
90
100
  # Builds the object from hash
@@ -0,0 +1,205 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.43
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module CloudsmithApi
16
+ class UserAuthenticationToken
17
+ # The time at which the API key was created.
18
+ attr_accessor :created
19
+
20
+ # The unique API key used for authentication. This will be obfuscated on read-only HTTP methods.
21
+ attr_accessor :key
22
+
23
+ # The slug_perm for token.
24
+ attr_accessor :slug_perm
25
+
26
+ # Attribute mapping from ruby-style variable name to JSON key.
27
+ def self.attribute_map
28
+ {
29
+ :'created' => :'created',
30
+ :'key' => :'key',
31
+ :'slug_perm' => :'slug_perm'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ def self.swagger_types
37
+ {
38
+ :'created' => :'DateTime',
39
+ :'key' => :'String',
40
+ :'slug_perm' => :'String'
41
+ }
42
+ end
43
+
44
+ # Initializes the object
45
+ # @param [Hash] attributes Model attributes in the form of hash
46
+ def initialize(attributes = {})
47
+ return unless attributes.is_a?(Hash)
48
+
49
+ # convert string to symbol for hash key
50
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
51
+
52
+ if attributes.has_key?(:'created')
53
+ self.created = attributes[:'created']
54
+ end
55
+
56
+ if attributes.has_key?(:'key')
57
+ self.key = attributes[:'key']
58
+ end
59
+
60
+ if attributes.has_key?(:'slug_perm')
61
+ self.slug_perm = attributes[:'slug_perm']
62
+ end
63
+ end
64
+
65
+ # Show invalid properties with the reasons. Usually used together with valid?
66
+ # @return Array for valid properties with the reasons
67
+ def list_invalid_properties
68
+ invalid_properties = Array.new
69
+ invalid_properties
70
+ end
71
+
72
+ # Check to see if the all the properties in the model are valid
73
+ # @return true if the model is valid
74
+ def valid?
75
+ true
76
+ end
77
+
78
+ # Checks equality by comparing each attribute.
79
+ # @param [Object] Object to be compared
80
+ def ==(o)
81
+ return true if self.equal?(o)
82
+ self.class == o.class &&
83
+ created == o.created &&
84
+ key == o.key &&
85
+ slug_perm == o.slug_perm
86
+ end
87
+
88
+ # @see the `==` method
89
+ # @param [Object] Object to be compared
90
+ def eql?(o)
91
+ self == o
92
+ end
93
+
94
+ # Calculates hash code according to all attributes.
95
+ # @return [Fixnum] Hash code
96
+ def hash
97
+ [created, key, slug_perm].hash
98
+ end
99
+
100
+ # Builds the object from hash
101
+ # @param [Hash] attributes Model attributes in the form of hash
102
+ # @return [Object] Returns the model itself
103
+ def build_from_hash(attributes)
104
+ return nil unless attributes.is_a?(Hash)
105
+ self.class.swagger_types.each_pair do |key, type|
106
+ if type =~ /\AArray<(.*)>/i
107
+ # check to ensure the input is an array given that the attribute
108
+ # is documented as an array but the input is not
109
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
110
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
111
+ end
112
+ elsif !attributes[self.class.attribute_map[key]].nil?
113
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
114
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
115
+ end
116
+
117
+ self
118
+ end
119
+
120
+ # Deserializes the data based on type
121
+ # @param string type Data type
122
+ # @param string value Value to be deserialized
123
+ # @return [Object] Deserialized data
124
+ def _deserialize(type, value)
125
+ case type.to_sym
126
+ when :DateTime
127
+ DateTime.parse(value)
128
+ when :Date
129
+ Date.parse(value)
130
+ when :String
131
+ value.to_s
132
+ when :Integer
133
+ value.to_i
134
+ when :Float
135
+ value.to_f
136
+ when :BOOLEAN
137
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
138
+ true
139
+ else
140
+ false
141
+ end
142
+ when :Object
143
+ # generic object (usually a Hash), return directly
144
+ value
145
+ when /\AArray<(?<inner_type>.+)>\z/
146
+ inner_type = Regexp.last_match[:inner_type]
147
+ value.map { |v| _deserialize(inner_type, v) }
148
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
149
+ k_type = Regexp.last_match[:k_type]
150
+ v_type = Regexp.last_match[:v_type]
151
+ {}.tap do |hash|
152
+ value.each do |k, v|
153
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
154
+ end
155
+ end
156
+ else # model
157
+ temp_model = CloudsmithApi.const_get(type).new
158
+ temp_model.build_from_hash(value)
159
+ end
160
+ end
161
+
162
+ # Returns the string representation of the object
163
+ # @return [String] String presentation of the object
164
+ def to_s
165
+ to_hash.to_s
166
+ end
167
+
168
+ # to_body is an alias to to_hash (backward compatibility)
169
+ # @return [Hash] Returns the object in the form of hash
170
+ def to_body
171
+ to_hash
172
+ end
173
+
174
+ # Returns the object in the form of hash
175
+ # @return [Hash] Returns the object in the form of hash
176
+ def to_hash
177
+ hash = {}
178
+ self.class.attribute_map.each_pair do |attr, param|
179
+ value = self.send(attr)
180
+ next if value.nil?
181
+ hash[param] = _to_hash(value)
182
+ end
183
+ hash
184
+ end
185
+
186
+ # Outputs non-array value in the form of hash
187
+ # For object, use to_hash. Otherwise, just return the value
188
+ # @param [Object] value Any valid value
189
+ # @return [Hash] Returns the value in the form of hash
190
+ def _to_hash(value)
191
+ if value.is_a?(Array)
192
+ value.compact.map { |v| _to_hash(v) }
193
+ elsif value.is_a?(Hash)
194
+ {}.tap do |hash|
195
+ value.each { |k, v| hash[k] = _to_hash(v) }
196
+ end
197
+ elsif value.respond_to? :to_hash
198
+ value.to_hash
199
+ else
200
+ value
201
+ end
202
+ end
203
+
204
+ end
205
+ end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.43
11
11
  =end
12
12
 
13
13
  module CloudsmithApi
14
- VERSION = '2.0.17'
14
+ VERSION = '2.0.18'
15
15
  end
@@ -85,6 +85,7 @@ require 'cloudsmith-api/models/hex_upstream_request_patch'
85
85
  require 'cloudsmith-api/models/history'
86
86
  require 'cloudsmith-api/models/history_fieldset'
87
87
  require 'cloudsmith-api/models/history_fieldset_raw'
88
+ require 'cloudsmith-api/models/inline_response_200'
88
89
  require 'cloudsmith-api/models/luarocks_package_upload'
89
90
  require 'cloudsmith-api/models/luarocks_package_upload_request'
90
91
  require 'cloudsmith-api/models/maven_package_upload'
@@ -261,6 +262,7 @@ require 'cloudsmith-api/models/usage_limits_raw'
261
262
  require 'cloudsmith-api/models/usage_raw'
262
263
  require 'cloudsmith-api/models/user_auth_token'
263
264
  require 'cloudsmith-api/models/user_auth_token_request'
265
+ require 'cloudsmith-api/models/user_authentication_token'
264
266
  require 'cloudsmith-api/models/user_brief'
265
267
  require 'cloudsmith-api/models/user_profile'
266
268
  require 'cloudsmith-api/models/vagrant_package_upload'
@@ -100,6 +100,7 @@ describe 'EntitlementsApi' do
100
100
  # @option opts [BOOLEAN] :show_tokens Show entitlement token strings in results
101
101
  # @option opts [String] :query A search term for querying names of entitlements.
102
102
  # @option opts [BOOLEAN] :active If true, only include active tokens
103
+ # @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.
103
104
  # @return [Array<RepositoryToken>]
104
105
  describe 'entitlements_list test' do
105
106
  it 'should work' do
@@ -500,6 +500,8 @@ describe 'OrgsApi' do
500
500
  # @param [Hash] opts the optional parameters
501
501
  # @option opts [Integer] :page A page number within the paginated result set.
502
502
  # @option opts [Integer] :page_size Number of results to return per page.
503
+ # @option opts [String] :query A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account
504
+ # @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.
503
505
  # @return [Array<ProviderSettings>]
504
506
  describe 'orgs_openid_connect_list test' do
505
507
  it 'should work' do
@@ -694,6 +696,8 @@ describe 'OrgsApi' do
694
696
  # @param [Hash] opts the optional parameters
695
697
  # @option opts [Integer] :page A page number within the paginated result set.
696
698
  # @option opts [Integer] :page_size Number of results to return per page.
699
+ # @option opts [String] :query A search term for querying of services within an Organization.Available options are: name, role
700
+ # @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.
697
701
  # @return [Array<Service>]
698
702
  describe 'orgs_services_list test' do
699
703
  it 'should work' do
@@ -774,6 +778,9 @@ describe 'OrgsApi' do
774
778
  # @param [Hash] opts the optional parameters
775
779
  # @option opts [Integer] :page A page number within the paginated result set.
776
780
  # @option opts [Integer] :page_size Number of results to return per page.
781
+ # @option opts [BOOLEAN] :for_user Filter for teams that you are a member of.
782
+ # @option opts [String] :query A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug
783
+ # @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.
777
784
  # @return [Array<OrganizationTeam>]
778
785
  describe 'orgs_teams_list test' do
779
786
  it 'should work' do
@@ -44,8 +44,8 @@ describe 'UserApi' do
44
44
  end
45
45
 
46
46
  # unit tests for user_token_create
47
- # Retrieve/Create API key/token for the authenticated user.
48
- # Retrieve/Create API key/token for the authenticated user.
47
+ # Create or retrieve API token for a user.
48
+ # Handles both: - Users authenticating with basic credentials to get a token - Two-factor authentication flow
49
49
  # @param [Hash] opts the optional parameters
50
50
  # @option opts [UserAuthTokenRequest] :data
51
51
  # @return [UserAuthToken]
@@ -55,4 +55,40 @@ describe 'UserApi' do
55
55
  end
56
56
  end
57
57
 
58
+ # unit tests for user_tokens_create
59
+ # Create an API key for the user that is currently authenticated.
60
+ # Create an API key for the user that is currently authenticated.
61
+ # @param [Hash] opts the optional parameters
62
+ # @return [UserAuthenticationToken]
63
+ describe 'user_tokens_create test' do
64
+ it 'should work' do
65
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
+ end
67
+ end
68
+
69
+ # unit tests for user_tokens_list
70
+ # Retrieve the API key assigned to the user that is currently authenticated.
71
+ # Retrieve the API key assigned to the user that is currently authenticated.
72
+ # @param [Hash] opts the optional parameters
73
+ # @option opts [Integer] :page A page number within the paginated result set.
74
+ # @option opts [Integer] :page_size Number of results to return per page.
75
+ # @return [InlineResponse200]
76
+ describe 'user_tokens_list test' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
79
+ end
80
+ end
81
+
82
+ # unit tests for user_tokens_refresh
83
+ # Refresh the specified API key for the user that is currently authenticated.
84
+ # Refresh the specified API key for the user that is currently authenticated.
85
+ # @param slug_perm
86
+ # @param [Hash] opts the optional parameters
87
+ # @return [UserAuthenticationToken]
88
+ describe 'user_tokens_refresh test' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
91
+ end
92
+ end
93
+
58
94
  end
@@ -0,0 +1,41 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.43
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudsmithApi::InlineResponse200
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'InlineResponse200' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudsmithApi::InlineResponse200.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of InlineResponse200' do
31
+ it 'should create an instance of InlineResponse200' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::InlineResponse200)
33
+ end
34
+ end
35
+ describe 'test attribute "results"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ end
@@ -64,6 +64,12 @@ describe 'RepositoryCreateRequest' do
64
64
  end
65
65
  end
66
66
 
67
+ describe 'test attribute "cosign_signing_enabled"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
67
73
  describe 'test attribute "default_privilege"' do
68
74
  it 'should work' do
69
75
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -70,6 +70,12 @@ describe 'RepositoryCreate' do
70
70
  end
71
71
  end
72
72
 
73
+ describe 'test attribute "cosign_signing_enabled"' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
73
79
  describe 'test attribute "created_at"' do
74
80
  it 'should work' do
75
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -64,6 +64,12 @@ describe 'RepositoryRequestPatch' do
64
64
  end
65
65
  end
66
66
 
67
+ describe 'test attribute "cosign_signing_enabled"' do
68
+ it 'should work' do
69
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
70
+ end
71
+ end
72
+
67
73
  describe 'test attribute "default_privilege"' do
68
74
  it 'should work' do
69
75
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -70,6 +70,12 @@ describe 'Repository' do
70
70
  end
71
71
  end
72
72
 
73
+ describe 'test attribute "cosign_signing_enabled"' do
74
+ it 'should work' do
75
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
76
+ end
77
+ end
78
+
73
79
  describe 'test attribute "created_at"' do
74
80
  it 'should work' do
75
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,4 +44,10 @@ describe 'UserAuthTokenRequest' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "totp_token"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  end
@@ -38,4 +38,16 @@ describe 'UserAuthToken' do
38
38
  end
39
39
  end
40
40
 
41
+ describe 'test attribute "two_factor_required"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "two_factor_token"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
41
53
  end
@@ -0,0 +1,53 @@
1
+ =begin
2
+ #Cloudsmith API (v1)
3
+
4
+ #The API to the Cloudsmith Service
5
+
6
+ OpenAPI spec version: v1
7
+ Contact: support@cloudsmith.io
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.43
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for CloudsmithApi::UserAuthenticationToken
18
+ # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
19
+ # Please update as you see appropriate
20
+ describe 'UserAuthenticationToken' do
21
+ before do
22
+ # run before each test
23
+ @instance = CloudsmithApi::UserAuthenticationToken.new
24
+ end
25
+
26
+ after do
27
+ # run after each test
28
+ end
29
+
30
+ describe 'test an instance of UserAuthenticationToken' do
31
+ it 'should create an instance of UserAuthenticationToken' do
32
+ expect(@instance).to be_instance_of(CloudsmithApi::UserAuthenticationToken)
33
+ end
34
+ end
35
+ describe 'test attribute "created"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
41
+ describe 'test attribute "key"' do
42
+ it 'should work' do
43
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
+ end
45
+ end
46
+
47
+ describe 'test attribute "slug_perm"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ end
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250331-899-17yuzzi.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250424-879-1l6sxdx.rb extconf.rb
3
3
 
4
4
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.22/ext/fsevent
5
5
  make DESTDIR\= clean
@@ -1,5 +1,5 @@
1
1
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal
2
- /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250331-899-1b0q2gt.rb extconf.rb
2
+ /usr/local/bin/ruby -I /usr/local/lib/ruby/site_ruby/2.6.0 -r ./siteconf20250424-879-1425zma.rb extconf.rb
3
3
  checking for __builtin_clz()... yes
4
4
  checking for __builtin_clzl()... yes
5
5
  checking for __builtin_clzll()... yes
@@ -154,4 +154,4 @@ linking shared-object bigdecimal.so
154
154
 
155
155
  current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal
156
156
  make DESTDIR\= install
157
- /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20250331-899-arazyv
157
+ /usr/bin/install -c -m 0755 bigdecimal.so ./.gem.20250424-879-1anfdka
@@ -111,7 +111,7 @@ checked program was:
111
111
  have_func: checking for _lzcnt_u32() in x86intrin.h... -------------------- no
112
112
 
113
113
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
114
- /usr/bin/ld: /tmp/cczdTwK5.o: in function `t':
114
+ /usr/bin/ld: /tmp/cctEVYxt.o: in function `t':
115
115
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u32'
116
116
  collect2: error: ld returned 1 exit status
117
117
  checked program was:
@@ -173,7 +173,7 @@ checked program was:
173
173
  have_func: checking for _lzcnt_u64() in x86intrin.h... -------------------- no
174
174
 
175
175
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
176
- /usr/bin/ld: /tmp/ccfskfra.o: in function `t':
176
+ /usr/bin/ld: /tmp/ccn2K8Xp.o: in function `t':
177
177
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/conftest.c:16: undefined reference to `_lzcnt_u64'
178
178
  collect2: error: ld returned 1 exit status
179
179
  checked program was:
@@ -357,7 +357,7 @@ checked program was:
357
357
  /* end */
358
358
 
359
359
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
360
- /usr/bin/ld: /tmp/cc9C4IGc.o: in function `t':
360
+ /usr/bin/ld: /tmp/cchNQyvL.o: in function `t':
361
361
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/conftest.c:17: undefined reference to `__builtin_isfinite'
362
362
  collect2: error: ld returned 1 exit status
363
363
  checked program was:
@@ -565,7 +565,7 @@ checked program was:
565
565
  /* end */
566
566
 
567
567
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
568
- /usr/bin/ld: /tmp/ccO08CRW.o: in function `t':
568
+ /usr/bin/ld: /tmp/ccZz1J9i.o: in function `t':
569
569
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/conftest.c:17: undefined reference to `rb_opts_exception_p'
570
570
  collect2: error: ld returned 1 exit status
571
571
  checked program was:
@@ -624,7 +624,7 @@ checked program was:
624
624
  /* end */
625
625
 
626
626
  "gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
627
- /usr/bin/ld: /tmp/ccohj6HL.o: in function `t':
627
+ /usr/bin/ld: /tmp/ccHBoOPl.o: in function `t':
628
628
  /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/conftest.c:17: undefined reference to `rb_category_warn'
629
629
  collect2: error: ld returned 1 exit status
630
630
  checked program was: