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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +10 -5
- data/build.json +1 -1
- data/docs/EntitlementsApi.md +3 -1
- data/docs/InlineResponse200.md +8 -0
- data/docs/OrgsApi.md +17 -3
- data/docs/Repository.md +1 -0
- data/docs/RepositoryCreate.md +1 -0
- data/docs/RepositoryCreateRequest.md +1 -0
- data/docs/RepositoryRequestPatch.md +1 -0
- data/docs/StatusBasic.md +1 -1
- data/docs/UserApi.md +178 -4
- data/docs/UserAuthToken.md +2 -0
- data/docs/UserAuthTokenRequest.md +1 -0
- data/docs/UserAuthenticationToken.md +10 -0
- data/lib/cloudsmith-api/api/entitlements_api.rb +3 -0
- data/lib/cloudsmith-api/api/orgs_api.rb +21 -0
- data/lib/cloudsmith-api/api/user_api.rb +160 -4
- data/lib/cloudsmith-api/models/inline_response_200.rb +191 -0
- data/lib/cloudsmith-api/models/repository.rb +11 -1
- data/lib/cloudsmith-api/models/repository_create.rb +11 -1
- data/lib/cloudsmith-api/models/repository_create_request.rb +11 -1
- data/lib/cloudsmith-api/models/repository_request_patch.rb +11 -1
- data/lib/cloudsmith-api/models/status_basic.rb +1 -1
- data/lib/cloudsmith-api/models/user_auth_token.rb +24 -4
- data/lib/cloudsmith-api/models/user_auth_token_request.rb +14 -4
- data/lib/cloudsmith-api/models/user_authentication_token.rb +205 -0
- data/lib/cloudsmith-api/version.rb +1 -1
- data/lib/cloudsmith-api.rb +2 -0
- data/spec/api/entitlements_api_spec.rb +1 -0
- data/spec/api/orgs_api_spec.rb +7 -0
- data/spec/api/user_api_spec.rb +38 -2
- data/spec/models/inline_response_200_spec.rb +41 -0
- data/spec/models/repository_create_request_spec.rb +6 -0
- data/spec/models/repository_create_spec.rb +6 -0
- data/spec/models/repository_request_patch_spec.rb +6 -0
- data/spec/models/repository_spec.rb +6 -0
- data/spec/models/user_auth_token_request_spec.rb +6 -0
- data/spec/models/user_auth_token_spec.rb +12 -0
- data/spec/models/user_authentication_token_spec.rb +53 -0
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.22/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.9/mkmf.log +5 -5
- 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
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.9/ext/bigdecimal/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/CHANGELOG.md +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/Gemfile +3 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/Rakefile +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ffi.o +0 -0
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/Makefile.am +4 -3
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/Makefile.in +5 -25
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/README.md +19 -2
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/acinclude.m4 +6 -0
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/config.guess +80 -22
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/config.sub +161 -80
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure +968 -1266
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure.ac +9 -8
- data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/configure.host +0 -5
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/doc/version.texi +4 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/overread.c +54 -0
- 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
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/ext/ffi_c/libffi/testsuite/libffi.call/x32.c +31 -0
- 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
- 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
- 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
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.2/lib/ffi/version.rb +3 -0
- 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
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.7.6/ext/json/ext/parser/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/specifications/{ffi-1.17.1.gemspec → ffi-1.17.2.gemspec} +3 -3
- metadata +686 -678
- data/vendor/bundle/ruby/2.6.0/cache/ffi-1.17.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/.circleci/config.yml +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.1/lib/ffi/version.rb +0 -3
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/COPYING +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/README.md +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/.sitearchdir.time +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/AbstractMemory.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ArrayType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Buffer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Call.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ClosurePool.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/DynamicLibrary.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Function.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/FunctionInfo.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LastError.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/LongDouble.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MappedType.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MemoryPointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/MethodHandle.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Platform.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Pointer.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Struct.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructByValue.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/StructLayout.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Thread.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Type.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Types.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/Variadic.c +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/compat.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/extconf.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/ffi.c +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.appveyor.yml +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.ci/compile +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitattributes +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/.gitignore +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ChangeLog.old +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/autogen.sh +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/compile +0 -0
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/install-sh +0 -0
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-ldflags +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/libtool-version +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/ltmain.sh +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/missing +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi/msvcc.sh +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.bsd.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.darwin.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.gnu.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/libffi.vc64.mk +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ext/ffi_c/rbffi_endian.h +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/ffi.gemspec +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/autopointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/dynamic_library.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/enum.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/function.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/io.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/memorypointer.rb +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/pointer.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/struct_layout_builder.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/tools/types_generator.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/types.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/rakelib/ffi_gem_helper.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/abstract_memory.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/auto_pointer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/data_converter.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/dynamic_library.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/enum.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/function.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/library.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/native_type.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/pointer.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_reference.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_by_value.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/struct_layout_builder.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi/type.rbs +0 -0
- /data/vendor/bundle/ruby/2.6.0/gems/{ffi-1.17.1 → ffi-1.17.2}/sig/ffi.rbs +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15ca8a101ae5e069f3d000434a840cc2591c464c6aef77bbcbd9f9f30dc04dc4
|
4
|
+
data.tar.gz: 9addd38502ed3f6e84d8835495f05a58bb23e423eb7fe229e61b67c36d9783e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2281842051429dd4f965d4bb76e6800bec25d4727d29c54372c3471b195af7225d645a0f9e223f384f2cc144d9c5dc7487bcc3084262fefc26c58a3b2bab3dee
|
7
|
+
data.tar.gz: e6acc8ae166551ba3c94cbe077bcf3ad29d3f64c247f91b1a08598598365fba7d49dceab3b835471269f6abd92af38be1727e26b458b88a42b1a826e944ca9a5
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cloudsmith-api (2.0.
|
4
|
+
cloudsmith-api (2.0.18)
|
5
5
|
addressable (~> 2.3, >= 2.3.0)
|
6
6
|
json (~> 2.1, >= 2.1.0)
|
7
7
|
typhoeus (~> 1.0, >= 1.0.1)
|
@@ -25,7 +25,7 @@ GEM
|
|
25
25
|
diff-lcs (1.6.1)
|
26
26
|
ethon (0.16.0)
|
27
27
|
ffi (>= 1.15.0)
|
28
|
-
ffi (1.17.
|
28
|
+
ffi (1.17.2)
|
29
29
|
hashdiff (1.1.2)
|
30
30
|
json (2.7.6)
|
31
31
|
public_suffix (5.1.1)
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 2.0.
|
10
|
+
- Package version: 2.0.18
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./cloudsmith-api-2.0.
|
27
|
+
gem install ./cloudsmith-api-2.0.18.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-2.0.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-2.0.18.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'cloudsmith-api', '~> 2.0.
|
35
|
+
gem 'cloudsmith-api', '~> 2.0.18'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -375,7 +375,10 @@ Class | Method | HTTP request | Description
|
|
375
375
|
*CloudsmithApi::StorageRegionsApi* | [**storage_regions_list**](docs/StorageRegionsApi.md#storage_regions_list) | **GET** /storage-regions/ | Get a list of all available storage regions.
|
376
376
|
*CloudsmithApi::StorageRegionsApi* | [**storage_regions_read**](docs/StorageRegionsApi.md#storage_regions_read) | **GET** /storage-regions/{slug}/ | Get a specific storage region.
|
377
377
|
*CloudsmithApi::UserApi* | [**user_self**](docs/UserApi.md#user_self) | **GET** /user/self/ | Provide a brief for the current user (if any).
|
378
|
-
*CloudsmithApi::UserApi* | [**user_token_create**](docs/UserApi.md#user_token_create) | **POST** /user/token/ |
|
378
|
+
*CloudsmithApi::UserApi* | [**user_token_create**](docs/UserApi.md#user_token_create) | **POST** /user/token/ | Create or retrieve API token for a user.
|
379
|
+
*CloudsmithApi::UserApi* | [**user_tokens_create**](docs/UserApi.md#user_tokens_create) | **POST** /user/tokens/ | Create an API key for the user that is currently authenticated.
|
380
|
+
*CloudsmithApi::UserApi* | [**user_tokens_list**](docs/UserApi.md#user_tokens_list) | **GET** /user/tokens/ | Retrieve the API key assigned to the user that is currently authenticated.
|
381
|
+
*CloudsmithApi::UserApi* | [**user_tokens_refresh**](docs/UserApi.md#user_tokens_refresh) | **PUT** /user/tokens/{slug_perm}/refresh/ | Refresh the specified API key for the user that is currently authenticated.
|
379
382
|
*CloudsmithApi::UsersApi* | [**users_profile_read**](docs/UsersApi.md#users_profile_read) | **GET** /users/profile/{slug}/ | Provide a brief for the specified user (if any).
|
380
383
|
*CloudsmithApi::VulnerabilitiesApi* | [**vulnerabilities_namespace_list**](docs/VulnerabilitiesApi.md#vulnerabilities_namespace_list) | **GET** /vulnerabilities/{owner}/ | Lists scan results for a specific namespace.
|
381
384
|
*CloudsmithApi::VulnerabilitiesApi* | [**vulnerabilities_package_list**](docs/VulnerabilitiesApi.md#vulnerabilities_package_list) | **GET** /vulnerabilities/{owner}/{repo}/{package}/ | Lists scan results for a specific package.
|
@@ -458,6 +461,7 @@ Class | Method | HTTP request | Description
|
|
458
461
|
- [CloudsmithApi::History](docs/History.md)
|
459
462
|
- [CloudsmithApi::HistoryFieldset](docs/HistoryFieldset.md)
|
460
463
|
- [CloudsmithApi::HistoryFieldsetRaw](docs/HistoryFieldsetRaw.md)
|
464
|
+
- [CloudsmithApi::InlineResponse200](docs/InlineResponse200.md)
|
461
465
|
- [CloudsmithApi::LuarocksPackageUpload](docs/LuarocksPackageUpload.md)
|
462
466
|
- [CloudsmithApi::LuarocksPackageUploadRequest](docs/LuarocksPackageUploadRequest.md)
|
463
467
|
- [CloudsmithApi::MavenPackageUpload](docs/MavenPackageUpload.md)
|
@@ -634,6 +638,7 @@ Class | Method | HTTP request | Description
|
|
634
638
|
- [CloudsmithApi::UsageRaw](docs/UsageRaw.md)
|
635
639
|
- [CloudsmithApi::UserAuthToken](docs/UserAuthToken.md)
|
636
640
|
- [CloudsmithApi::UserAuthTokenRequest](docs/UserAuthTokenRequest.md)
|
641
|
+
- [CloudsmithApi::UserAuthenticationToken](docs/UserAuthenticationToken.md)
|
637
642
|
- [CloudsmithApi::UserBrief](docs/UserBrief.md)
|
638
643
|
- [CloudsmithApi::UserProfile](docs/UserProfile.md)
|
639
644
|
- [CloudsmithApi::VagrantPackageUpload](docs/VagrantPackageUpload.md)
|
data/build.json
CHANGED
data/docs/EntitlementsApi.md
CHANGED
@@ -306,7 +306,8 @@ opts = {
|
|
306
306
|
page_size: 56, # Integer | Number of results to return per page.
|
307
307
|
show_tokens: false, # BOOLEAN | Show entitlement token strings in results
|
308
308
|
query: 'query_example', # String | A search term for querying names of entitlements.
|
309
|
-
active: false # BOOLEAN | If true, only include active tokens
|
309
|
+
active: false, # BOOLEAN | If true, only include active tokens
|
310
|
+
sort: 'name' # String | A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
|
310
311
|
}
|
311
312
|
|
312
313
|
begin
|
@@ -329,6 +330,7 @@ Name | Type | Description | Notes
|
|
329
330
|
**show_tokens** | **BOOLEAN**| Show entitlement token strings in results | [optional] [default to false]
|
330
331
|
**query** | **String**| A search term for querying names of entitlements. | [optional]
|
331
332
|
**active** | **BOOLEAN**| If true, only include active tokens | [optional] [default to false]
|
333
|
+
**sort** | **String**| A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. | [optional] [default to name]
|
332
334
|
|
333
335
|
### Return type
|
334
336
|
|
data/docs/OrgsApi.md
CHANGED
@@ -2239,7 +2239,9 @@ org = 'org_example' # String |
|
|
2239
2239
|
|
2240
2240
|
opts = {
|
2241
2241
|
page: 56, # Integer | A page number within the paginated result set.
|
2242
|
-
page_size: 56 # Integer | Number of results to return per page.
|
2242
|
+
page_size: 56, # Integer | Number of results to return per page.
|
2243
|
+
query: '', # String | A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account
|
2244
|
+
sort: 'name' # String | A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
|
2243
2245
|
}
|
2244
2246
|
|
2245
2247
|
begin
|
@@ -2258,6 +2260,8 @@ Name | Type | Description | Notes
|
|
2258
2260
|
**org** | **String**| |
|
2259
2261
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
2260
2262
|
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
2263
|
+
**query** | **String**| A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account | [optional] [default to ]
|
2264
|
+
**sort** | **String**| A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. | [optional] [default to name]
|
2261
2265
|
|
2262
2266
|
### Return type
|
2263
2267
|
|
@@ -3152,7 +3156,9 @@ org = 'org_example' # String |
|
|
3152
3156
|
|
3153
3157
|
opts = {
|
3154
3158
|
page: 56, # Integer | A page number within the paginated result set.
|
3155
|
-
page_size: 56 # Integer | Number of results to return per page.
|
3159
|
+
page_size: 56, # Integer | Number of results to return per page.
|
3160
|
+
query: '', # String | A search term for querying of services within an Organization.Available options are: name, role
|
3161
|
+
sort: 'created_at' # String | A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-created_at`). Available options: created_at, name, role.
|
3156
3162
|
}
|
3157
3163
|
|
3158
3164
|
begin
|
@@ -3171,6 +3177,8 @@ Name | Type | Description | Notes
|
|
3171
3177
|
**org** | **String**| |
|
3172
3178
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
3173
3179
|
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
3180
|
+
**query** | **String**| A search term for querying of services within an Organization.Available options are: name, role | [optional] [default to ]
|
3181
|
+
**sort** | **String**| A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-created_at`). Available options: created_at, name, role. | [optional] [default to created_at]
|
3174
3182
|
|
3175
3183
|
### Return type
|
3176
3184
|
|
@@ -3525,7 +3533,10 @@ org = 'org_example' # String |
|
|
3525
3533
|
|
3526
3534
|
opts = {
|
3527
3535
|
page: 56, # Integer | A page number within the paginated result set.
|
3528
|
-
page_size: 56 # Integer | Number of results to return per page.
|
3536
|
+
page_size: 56, # Integer | Number of results to return per page.
|
3537
|
+
for_user: false, # BOOLEAN | Filter for teams that you are a member of.
|
3538
|
+
query: '', # String | A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug
|
3539
|
+
sort: 'name' # String | A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name, members.
|
3529
3540
|
}
|
3530
3541
|
|
3531
3542
|
begin
|
@@ -3544,6 +3555,9 @@ Name | Type | Description | Notes
|
|
3544
3555
|
**org** | **String**| |
|
3545
3556
|
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
3546
3557
|
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
3558
|
+
**for_user** | **BOOLEAN**| Filter for teams that you are a member of. | [optional] [default to false]
|
3559
|
+
**query** | **String**| A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug | [optional] [default to ]
|
3560
|
+
**sort** | **String**| A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name, members. | [optional] [default to name]
|
3547
3561
|
|
3548
3562
|
### Return type
|
3549
3563
|
|
data/docs/Repository.md
CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
|
9
9
|
**copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
10
10
|
**copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
|
11
|
+
**cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
|
11
12
|
**created_at** | **DateTime** | | [optional]
|
12
13
|
**default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
|
13
14
|
**delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
data/docs/RepositoryCreate.md
CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
|
9
9
|
**copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
10
10
|
**copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
|
11
|
+
**cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
|
11
12
|
**created_at** | **DateTime** | | [optional]
|
12
13
|
**default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
|
13
14
|
**delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
|
8
8
|
**copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
9
9
|
**copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
|
10
|
+
**cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
|
10
11
|
**default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
|
11
12
|
**delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
12
13
|
**delete_packages** | **String** | This defines the minimum level of privilege required for a user to delete packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific delete setting. | [optional] [default to 'Admin']
|
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
|
7
7
|
**contextual_auth_realm** | **BOOLEAN** | If checked, missing credentials for this repository where basic authentication is required shall present an enriched value in the 'WWW-Authenticate' header containing the namespace and repository. This can be useful for tooling such as SBT where the authentication realm is used to distinguish and disambiguate credentials. | [optional]
|
8
8
|
**copy_own** | **BOOLEAN** | If checked, users can copy any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
9
9
|
**copy_packages** | **String** | This defines the minimum level of privilege required for a user to copy packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific copy setting. | [optional] [default to 'Read']
|
10
|
+
**cosign_signing_enabled** | **BOOLEAN** | When enabled, all pushed (or pulled from upstream) OCI packages and artifacts will be signed using cosign with the repository's ECDSA key. This generates a distinct cosign signature artifact per artifact. | [optional]
|
10
11
|
**default_privilege** | **String** | This defines the default level of privilege that all of your organization members have for this repository. This does not include collaborators, but applies to any member of the org regardless of their own membership role (i.e. it applies to owners, managers and members). Be careful if setting this to admin, because any member will be able to change settings. | [optional] [default to 'None']
|
11
12
|
**delete_own** | **BOOLEAN** | If checked, users can delete any of their own packages that they have uploaded, assuming that they still have write privilege for the repository. This takes precedence over privileges configured in the 'Access Controls' section of the repository, and any inherited from the org. | [optional]
|
12
13
|
**delete_packages** | **String** | This defines the minimum level of privilege required for a user to delete packages. Unless the package was uploaded by that user, in which the permission may be overridden by the user-specific delete setting. | [optional] [default to 'Admin']
|
data/docs/StatusBasic.md
CHANGED
@@ -4,6 +4,6 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**detail** | **String** | The message describing the state of the API. | [optional] [default to 'Cloudsmith API is operational.']
|
7
|
-
**version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.
|
7
|
+
**version** | **String** | The current version for the Cloudsmith service. | [optional] [default to '1.674.0']
|
8
8
|
|
9
9
|
|
data/docs/UserApi.md
CHANGED
@@ -5,7 +5,10 @@ All URIs are relative to *https://api.cloudsmith.io/v1*
|
|
5
5
|
Method | HTTP request | Description
|
6
6
|
------------- | ------------- | -------------
|
7
7
|
[**user_self**](UserApi.md#user_self) | **GET** /user/self/ | Provide a brief for the current user (if any).
|
8
|
-
[**user_token_create**](UserApi.md#user_token_create) | **POST** /user/token/ |
|
8
|
+
[**user_token_create**](UserApi.md#user_token_create) | **POST** /user/token/ | Create or retrieve API token for a user.
|
9
|
+
[**user_tokens_create**](UserApi.md#user_tokens_create) | **POST** /user/tokens/ | Create an API key for the user that is currently authenticated.
|
10
|
+
[**user_tokens_list**](UserApi.md#user_tokens_list) | **GET** /user/tokens/ | Retrieve the API key assigned to the user that is currently authenticated.
|
11
|
+
[**user_tokens_refresh**](UserApi.md#user_tokens_refresh) | **PUT** /user/tokens/{slug_perm}/refresh/ | Refresh the specified API key for the user that is currently authenticated.
|
9
12
|
|
10
13
|
|
11
14
|
# **user_self**
|
@@ -63,9 +66,9 @@ This endpoint does not need any parameter.
|
|
63
66
|
# **user_token_create**
|
64
67
|
> UserAuthToken user_token_create(opts)
|
65
68
|
|
66
|
-
|
69
|
+
Create or retrieve API token for a user.
|
67
70
|
|
68
|
-
|
71
|
+
Handles both: - Users authenticating with basic credentials to get a token - Two-factor authentication flow
|
69
72
|
|
70
73
|
### Example
|
71
74
|
```ruby
|
@@ -85,7 +88,7 @@ opts = {
|
|
85
88
|
}
|
86
89
|
|
87
90
|
begin
|
88
|
-
#
|
91
|
+
#Create or retrieve API token for a user.
|
89
92
|
result = api_instance.user_token_create(opts)
|
90
93
|
p result
|
91
94
|
rescue CloudsmithApi::ApiError => e
|
@@ -114,3 +117,174 @@ Name | Type | Description | Notes
|
|
114
117
|
|
115
118
|
|
116
119
|
|
120
|
+
# **user_tokens_create**
|
121
|
+
> UserAuthenticationToken user_tokens_create
|
122
|
+
|
123
|
+
Create an API key for the user that is currently authenticated.
|
124
|
+
|
125
|
+
Create an API key for the user that is currently authenticated.
|
126
|
+
|
127
|
+
### Example
|
128
|
+
```ruby
|
129
|
+
# load the gem
|
130
|
+
require 'cloudsmith-api'
|
131
|
+
# setup authorization
|
132
|
+
CloudsmithApi.configure do |config|
|
133
|
+
# Configure API key authorization: apikey
|
134
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
135
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
136
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
137
|
+
|
138
|
+
# Configure HTTP basic authorization: basic
|
139
|
+
config.username = 'YOUR USERNAME'
|
140
|
+
config.password = 'YOUR PASSWORD'
|
141
|
+
end
|
142
|
+
|
143
|
+
api_instance = CloudsmithApi::UserApi.new
|
144
|
+
|
145
|
+
begin
|
146
|
+
#Create an API key for the user that is currently authenticated.
|
147
|
+
result = api_instance.user_tokens_create
|
148
|
+
p result
|
149
|
+
rescue CloudsmithApi::ApiError => e
|
150
|
+
puts "Exception when calling UserApi->user_tokens_create: #{e}"
|
151
|
+
end
|
152
|
+
```
|
153
|
+
|
154
|
+
### Parameters
|
155
|
+
This endpoint does not need any parameter.
|
156
|
+
|
157
|
+
### Return type
|
158
|
+
|
159
|
+
[**UserAuthenticationToken**](UserAuthenticationToken.md)
|
160
|
+
|
161
|
+
### Authorization
|
162
|
+
|
163
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
164
|
+
|
165
|
+
### HTTP request headers
|
166
|
+
|
167
|
+
- **Content-Type**: application/json
|
168
|
+
- **Accept**: application/json
|
169
|
+
|
170
|
+
|
171
|
+
|
172
|
+
# **user_tokens_list**
|
173
|
+
> InlineResponse200 user_tokens_list(opts)
|
174
|
+
|
175
|
+
Retrieve the API key assigned to the user that is currently authenticated.
|
176
|
+
|
177
|
+
Retrieve the API key assigned to the user that is currently authenticated.
|
178
|
+
|
179
|
+
### Example
|
180
|
+
```ruby
|
181
|
+
# load the gem
|
182
|
+
require 'cloudsmith-api'
|
183
|
+
# setup authorization
|
184
|
+
CloudsmithApi.configure do |config|
|
185
|
+
# Configure API key authorization: apikey
|
186
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
187
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
188
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
189
|
+
|
190
|
+
# Configure HTTP basic authorization: basic
|
191
|
+
config.username = 'YOUR USERNAME'
|
192
|
+
config.password = 'YOUR PASSWORD'
|
193
|
+
end
|
194
|
+
|
195
|
+
api_instance = CloudsmithApi::UserApi.new
|
196
|
+
|
197
|
+
opts = {
|
198
|
+
page: 56, # Integer | A page number within the paginated result set.
|
199
|
+
page_size: 56 # Integer | Number of results to return per page.
|
200
|
+
}
|
201
|
+
|
202
|
+
begin
|
203
|
+
#Retrieve the API key assigned to the user that is currently authenticated.
|
204
|
+
result = api_instance.user_tokens_list(opts)
|
205
|
+
p result
|
206
|
+
rescue CloudsmithApi::ApiError => e
|
207
|
+
puts "Exception when calling UserApi->user_tokens_list: #{e}"
|
208
|
+
end
|
209
|
+
```
|
210
|
+
|
211
|
+
### Parameters
|
212
|
+
|
213
|
+
Name | Type | Description | Notes
|
214
|
+
------------- | ------------- | ------------- | -------------
|
215
|
+
**page** | **Integer**| A page number within the paginated result set. | [optional]
|
216
|
+
**page_size** | **Integer**| Number of results to return per page. | [optional]
|
217
|
+
|
218
|
+
### Return type
|
219
|
+
|
220
|
+
[**InlineResponse200**](InlineResponse200.md)
|
221
|
+
|
222
|
+
### Authorization
|
223
|
+
|
224
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
225
|
+
|
226
|
+
### HTTP request headers
|
227
|
+
|
228
|
+
- **Content-Type**: application/json
|
229
|
+
- **Accept**: application/json
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
# **user_tokens_refresh**
|
234
|
+
> UserAuthenticationToken user_tokens_refresh(slug_perm)
|
235
|
+
|
236
|
+
Refresh the specified API key for the user that is currently authenticated.
|
237
|
+
|
238
|
+
Refresh the specified API key for the user that is currently authenticated.
|
239
|
+
|
240
|
+
### Example
|
241
|
+
```ruby
|
242
|
+
# load the gem
|
243
|
+
require 'cloudsmith-api'
|
244
|
+
# setup authorization
|
245
|
+
CloudsmithApi.configure do |config|
|
246
|
+
# Configure API key authorization: apikey
|
247
|
+
config.api_key['X-Api-Key'] = 'YOUR API KEY'
|
248
|
+
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
|
249
|
+
#config.api_key_prefix['X-Api-Key'] = 'Bearer'
|
250
|
+
|
251
|
+
# Configure HTTP basic authorization: basic
|
252
|
+
config.username = 'YOUR USERNAME'
|
253
|
+
config.password = 'YOUR PASSWORD'
|
254
|
+
end
|
255
|
+
|
256
|
+
api_instance = CloudsmithApi::UserApi.new
|
257
|
+
|
258
|
+
slug_perm = 'slug_perm_example' # String |
|
259
|
+
|
260
|
+
|
261
|
+
begin
|
262
|
+
#Refresh the specified API key for the user that is currently authenticated.
|
263
|
+
result = api_instance.user_tokens_refresh(slug_perm)
|
264
|
+
p result
|
265
|
+
rescue CloudsmithApi::ApiError => e
|
266
|
+
puts "Exception when calling UserApi->user_tokens_refresh: #{e}"
|
267
|
+
end
|
268
|
+
```
|
269
|
+
|
270
|
+
### Parameters
|
271
|
+
|
272
|
+
Name | Type | Description | Notes
|
273
|
+
------------- | ------------- | ------------- | -------------
|
274
|
+
**slug_perm** | **String**| |
|
275
|
+
|
276
|
+
### Return type
|
277
|
+
|
278
|
+
[**UserAuthenticationToken**](UserAuthenticationToken.md)
|
279
|
+
|
280
|
+
### Authorization
|
281
|
+
|
282
|
+
[apikey](../README.md#apikey), [basic](../README.md#basic)
|
283
|
+
|
284
|
+
### HTTP request headers
|
285
|
+
|
286
|
+
- **Content-Type**: application/json
|
287
|
+
- **Accept**: application/json
|
288
|
+
|
289
|
+
|
290
|
+
|
data/docs/UserAuthToken.md
CHANGED
@@ -4,5 +4,7 @@
|
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**token** | **String** | API token for the authenticated user | [optional]
|
7
|
+
**two_factor_required** | **BOOLEAN** | Flag indicating whether a 2FA code is required to complete authentication | [optional]
|
8
|
+
**two_factor_token** | **String** | Token to use when providing 2FA code | [optional]
|
7
9
|
|
8
10
|
|
@@ -5,5 +5,6 @@ Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
6
|
**email** | **String** | Email address to authenticate with | [optional]
|
7
7
|
**password** | **String** | Password to authenticate with | [optional]
|
8
|
+
**totp_token** | **String** | Two-factor authentication code | [optional]
|
8
9
|
|
9
10
|
|
@@ -0,0 +1,10 @@
|
|
1
|
+
# CloudsmithApi::UserAuthenticationToken
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
Name | Type | Description | Notes
|
5
|
+
------------ | ------------- | ------------- | -------------
|
6
|
+
**created** | **DateTime** | The time at which the API key was created. | [optional]
|
7
|
+
**key** | **String** | The unique API key used for authentication. This will be obfuscated on read-only HTTP methods. | [optional]
|
8
|
+
**slug_perm** | **String** | The slug_perm for token. | [optional]
|
9
|
+
|
10
|
+
|
@@ -289,6 +289,7 @@ module CloudsmithApi
|
|
289
289
|
# @option opts [BOOLEAN] :show_tokens Show entitlement token strings in results (default to false)
|
290
290
|
# @option opts [String] :query A search term for querying names of entitlements.
|
291
291
|
# @option opts [BOOLEAN] :active If true, only include active tokens (default to false)
|
292
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. (default to name)
|
292
293
|
# @return [Array<RepositoryToken>]
|
293
294
|
def entitlements_list(owner, repo, opts = {})
|
294
295
|
data, _status_code, _headers = entitlements_list_with_http_info(owner, repo, opts)
|
@@ -305,6 +306,7 @@ module CloudsmithApi
|
|
305
306
|
# @option opts [BOOLEAN] :show_tokens Show entitlement token strings in results
|
306
307
|
# @option opts [String] :query A search term for querying names of entitlements.
|
307
308
|
# @option opts [BOOLEAN] :active If true, only include active tokens
|
309
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
|
308
310
|
# @return [Array<(Array<RepositoryToken>, Fixnum, Hash)>] Array<RepositoryToken> data, response status code and response headers
|
309
311
|
def entitlements_list_with_http_info(owner, repo, opts = {})
|
310
312
|
if @api_client.config.debugging
|
@@ -328,6 +330,7 @@ module CloudsmithApi
|
|
328
330
|
query_params[:'show_tokens'] = opts[:'show_tokens'] if !opts[:'show_tokens'].nil?
|
329
331
|
query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
|
330
332
|
query_params[:'active'] = opts[:'active'] if !opts[:'active'].nil?
|
333
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
331
334
|
|
332
335
|
# header parameters
|
333
336
|
header_params = {}
|
@@ -2068,6 +2068,8 @@ module CloudsmithApi
|
|
2068
2068
|
# @param [Hash] opts the optional parameters
|
2069
2069
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2070
2070
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2071
|
+
# @option opts [String] :query A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account (default to )
|
2072
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name. (default to name)
|
2071
2073
|
# @return [Array<ProviderSettings>]
|
2072
2074
|
def orgs_openid_connect_list(org, opts = {})
|
2073
2075
|
data, _status_code, _headers = orgs_openid_connect_list_with_http_info(org, opts)
|
@@ -2080,6 +2082,8 @@ module CloudsmithApi
|
|
2080
2082
|
# @param [Hash] opts the optional parameters
|
2081
2083
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2082
2084
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2085
|
+
# @option opts [String] :query A search term for querying of OpenID Connect (OIDC) provider settings.Available options are: name, provider_url, service_account
|
2086
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name.
|
2083
2087
|
# @return [Array<(Array<ProviderSettings>, Fixnum, Hash)>] Array<ProviderSettings> data, response status code and response headers
|
2084
2088
|
def orgs_openid_connect_list_with_http_info(org, opts = {})
|
2085
2089
|
if @api_client.config.debugging
|
@@ -2096,6 +2100,8 @@ module CloudsmithApi
|
|
2096
2100
|
query_params = {}
|
2097
2101
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
2098
2102
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
2103
|
+
query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
|
2104
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
2099
2105
|
|
2100
2106
|
# header parameters
|
2101
2107
|
header_params = {}
|
@@ -2926,6 +2932,8 @@ module CloudsmithApi
|
|
2926
2932
|
# @param [Hash] opts the optional parameters
|
2927
2933
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2928
2934
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2935
|
+
# @option opts [String] :query A search term for querying of services within an Organization.Available options are: name, role (default to )
|
2936
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-created_at`). Available options: created_at, name, role. (default to created_at)
|
2929
2937
|
# @return [Array<Service>]
|
2930
2938
|
def orgs_services_list(org, opts = {})
|
2931
2939
|
data, _status_code, _headers = orgs_services_list_with_http_info(org, opts)
|
@@ -2938,6 +2946,8 @@ module CloudsmithApi
|
|
2938
2946
|
# @param [Hash] opts the optional parameters
|
2939
2947
|
# @option opts [Integer] :page A page number within the paginated result set.
|
2940
2948
|
# @option opts [Integer] :page_size Number of results to return per page.
|
2949
|
+
# @option opts [String] :query A search term for querying of services within an Organization.Available options are: name, role
|
2950
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-created_at`). Available options: created_at, name, role.
|
2941
2951
|
# @return [Array<(Array<Service>, Fixnum, Hash)>] Array<Service> data, response status code and response headers
|
2942
2952
|
def orgs_services_list_with_http_info(org, opts = {})
|
2943
2953
|
if @api_client.config.debugging
|
@@ -2954,6 +2964,8 @@ module CloudsmithApi
|
|
2954
2964
|
query_params = {}
|
2955
2965
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
2956
2966
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
2967
|
+
query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
|
2968
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
2957
2969
|
|
2958
2970
|
# header parameters
|
2959
2971
|
header_params = {}
|
@@ -3283,6 +3295,9 @@ module CloudsmithApi
|
|
3283
3295
|
# @param [Hash] opts the optional parameters
|
3284
3296
|
# @option opts [Integer] :page A page number within the paginated result set.
|
3285
3297
|
# @option opts [Integer] :page_size Number of results to return per page.
|
3298
|
+
# @option opts [BOOLEAN] :for_user Filter for teams that you are a member of. (default to false)
|
3299
|
+
# @option opts [String] :query A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug (default to )
|
3300
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name, members. (default to name)
|
3286
3301
|
# @return [Array<OrganizationTeam>]
|
3287
3302
|
def orgs_teams_list(org, opts = {})
|
3288
3303
|
data, _status_code, _headers = orgs_teams_list_with_http_info(org, opts)
|
@@ -3295,6 +3310,9 @@ module CloudsmithApi
|
|
3295
3310
|
# @param [Hash] opts the optional parameters
|
3296
3311
|
# @option opts [Integer] :page A page number within the paginated result set.
|
3297
3312
|
# @option opts [Integer] :page_size Number of results to return per page.
|
3313
|
+
# @option opts [BOOLEAN] :for_user Filter for teams that you are a member of.
|
3314
|
+
# @option opts [String] :query A search term for querying of teams within an Organization.Available options are: name, slug, user, userslug
|
3315
|
+
# @option opts [String] :sort A field for sorting objects in ascending or descending order. Use `-` prefix for descending order (e.g., `-name`). Available options: name, members.
|
3298
3316
|
# @return [Array<(Array<OrganizationTeam>, Fixnum, Hash)>] Array<OrganizationTeam> data, response status code and response headers
|
3299
3317
|
def orgs_teams_list_with_http_info(org, opts = {})
|
3300
3318
|
if @api_client.config.debugging
|
@@ -3311,6 +3329,9 @@ module CloudsmithApi
|
|
3311
3329
|
query_params = {}
|
3312
3330
|
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
3313
3331
|
query_params[:'page_size'] = opts[:'page_size'] if !opts[:'page_size'].nil?
|
3332
|
+
query_params[:'for_user'] = opts[:'for_user'] if !opts[:'for_user'].nil?
|
3333
|
+
query_params[:'query'] = opts[:'query'] if !opts[:'query'].nil?
|
3334
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
3314
3335
|
|
3315
3336
|
# header parameters
|
3316
3337
|
header_params = {}
|