vrpayment-ruby-sdk 5.1.0 → 5.2.0
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 +5 -5
- data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +8 -18
- data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1 -1
- data/lib/vrpayment-ruby-sdk/api_client.rb +1 -1
- data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/pan_type.rb +1 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +13 -1
- data/lib/vrpayment-ruby-sdk/models/scope.rb +51 -1
- data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +34 -4
- data/lib/vrpayment-ruby-sdk/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem_make.out +10 -10
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/mkmf.log +11 -10
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.github/workflows/ruby.yml +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/CHANGELOG.md +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/README.md +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/callbacks_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/informations_spec.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/mirror_spec.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/operations_spec.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/CHANGES.md +50 -9
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/README.md +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/fbuffer/fbuffer.h +31 -5
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/generator.c +134 -104
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/parser.c +58 -8
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/simd/simd.h +47 -46
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/fpconv.c +12 -11
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/core.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/common.rb +49 -23
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext/generator/state.rb +7 -14
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/generic_object.rb +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/truffle_ruby/generator.rb +63 -45
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json.rb +23 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{ethon-0.16.0.gemspec → ethon-0.15.0.gemspec} +3 -3
- data/vendor/bundle/ruby/3.3.0/specifications/{json-2.13.0.gemspec → json-2.15.1.gemspec} +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.4.1.gemspec → typhoeus-1.5.0.gemspec} +7 -5
- metadata +205 -252
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +0 -20
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{json-2.13.0 → json-2.15.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/BSDL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/LEGAL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/generator/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/Makefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/parser/extconf.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/ext/json/ext/vendor/jeaiii-ltoa.h +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/json.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/bigdecimal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/complex.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/date_time.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/exception.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/ostruct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/range.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/rational.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/regexp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/set.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/struct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/symbol.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/add/time.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{json-2.13.0 → json-2.15.1}/lib/json/ext.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vrpayment-ruby-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wallee AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -576,19 +576,19 @@ files:
|
|
576
576
|
- test/transaction_service_test.rb
|
577
577
|
- vendor/bundle/ruby/3.3.0/bin/rake
|
578
578
|
- vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem
|
579
|
-
- vendor/bundle/ruby/3.3.0/cache/ethon-0.
|
579
|
+
- vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.gem
|
580
580
|
- vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem
|
581
|
-
- vendor/bundle/ruby/3.3.0/cache/json-2.
|
581
|
+
- vendor/bundle/ruby/3.3.0/cache/json-2.15.1.gem
|
582
582
|
- vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem
|
583
583
|
- vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem
|
584
584
|
- vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem
|
585
585
|
- vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem
|
586
|
-
- vendor/bundle/ruby/3.3.0/cache/typhoeus-1.
|
587
|
-
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.
|
588
|
-
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.
|
589
|
-
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.
|
590
|
-
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.
|
591
|
-
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.
|
586
|
+
- vendor/bundle/ruby/3.3.0/cache/typhoeus-1.5.0.gem
|
587
|
+
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/gem.build_complete
|
588
|
+
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/gem_make.out
|
589
|
+
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so
|
590
|
+
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so
|
591
|
+
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/mkmf.log
|
592
592
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md
|
593
593
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile
|
594
594
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt
|
@@ -616,108 +616,108 @@ files:
|
|
616
616
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake
|
617
617
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake
|
618
618
|
- vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake
|
619
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
620
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
621
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
622
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
623
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
624
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
625
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
626
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
627
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
628
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
629
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
630
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
631
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
632
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
633
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
634
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
635
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
636
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
637
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
638
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
639
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
640
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
641
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
642
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
643
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
644
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
645
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
646
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
647
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
648
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
649
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
650
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
651
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
652
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
653
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
654
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
655
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
656
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
657
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
658
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
659
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
660
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
661
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
662
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
663
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
664
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
665
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
666
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
667
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
668
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
669
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
670
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
671
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
672
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
673
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
674
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
675
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
676
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
677
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
678
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
679
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
680
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
681
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
682
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
683
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
684
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
685
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
686
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
687
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
688
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
689
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
690
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
691
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
692
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
693
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
694
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
695
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
696
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
697
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
698
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
699
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
700
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
701
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
702
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
703
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
704
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
705
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
706
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
707
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
708
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
709
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
710
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
711
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
712
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
713
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
714
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
715
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
716
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
717
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
718
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
719
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
720
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
619
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml
|
620
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.gitignore
|
621
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.rspec
|
622
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/CHANGELOG.md
|
623
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile
|
624
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Guardfile
|
625
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/LICENSE
|
626
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/README.md
|
627
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Rakefile
|
628
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/ethon.gemspec
|
629
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon.rb
|
630
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curl.rb
|
631
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb
|
632
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/codes.rb
|
633
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/constants.rb
|
634
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/form_options.rb
|
635
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/functions.rb
|
636
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/infos.rb
|
637
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/messages.rb
|
638
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb
|
639
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/settings.rb
|
640
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy.rb
|
641
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb
|
642
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/debug_info.rb
|
643
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/features.rb
|
644
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/form.rb
|
645
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/header.rb
|
646
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http.rb
|
647
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/actionable.rb
|
648
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/custom.rb
|
649
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/delete.rb
|
650
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/get.rb
|
651
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/head.rb
|
652
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/options.rb
|
653
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/patch.rb
|
654
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/post.rb
|
655
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/postable.rb
|
656
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/put.rb
|
657
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/http/putable.rb
|
658
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb
|
659
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/mirror.rb
|
660
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/operations.rb
|
661
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/options.rb
|
662
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/params.rb
|
663
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/queryable.rb
|
664
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb
|
665
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/util.rb
|
666
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors.rb
|
667
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/ethon_error.rb
|
668
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/global_init.rb
|
669
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_option.rb
|
670
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/invalid_value.rb
|
671
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_add.rb
|
672
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_fdset.rb
|
673
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_remove.rb
|
674
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/multi_timeout.rb
|
675
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/errors/select.rb
|
676
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/libc.rb
|
677
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/loggable.rb
|
678
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi.rb
|
679
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/operations.rb
|
680
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/options.rb
|
681
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/stack.rb
|
682
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/version.rb
|
683
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb
|
684
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb
|
685
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb
|
686
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb
|
687
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb
|
688
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb
|
689
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb
|
690
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb
|
691
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb
|
692
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb
|
693
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb
|
694
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb
|
695
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb
|
696
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb
|
697
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb
|
698
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb
|
699
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb
|
700
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb
|
701
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb
|
702
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb
|
703
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb
|
704
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb
|
705
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb
|
706
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb
|
707
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb
|
708
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb
|
709
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb
|
710
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb
|
711
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb
|
712
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb
|
713
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
|
714
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb
|
715
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb
|
716
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb
|
717
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb
|
718
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb
|
719
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb
|
720
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb
|
721
721
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md
|
722
722
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING
|
723
723
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile
|
@@ -851,46 +851,47 @@ files:
|
|
851
851
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs
|
852
852
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs
|
853
853
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs
|
854
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
855
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
856
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
857
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
858
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
859
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
860
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
861
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
862
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
863
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
864
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
865
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
866
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
867
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
868
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
869
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
870
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
871
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
872
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
873
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
874
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
875
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
876
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
877
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
878
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
879
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
880
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
881
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
882
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
883
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
884
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
885
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
886
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
887
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
888
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
889
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
890
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
891
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
892
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
893
|
-
- vendor/bundle/ruby/3.3.0/gems/json-2.
|
854
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/BSDL
|
855
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/CHANGES.md
|
856
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/COPYING
|
857
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/LEGAL
|
858
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/README.md
|
859
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/fbuffer/fbuffer.h
|
860
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/Makefile
|
861
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/extconf.rb
|
862
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/generator.c
|
863
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/Makefile
|
864
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/extconf.rb
|
865
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/parser.c
|
866
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb
|
867
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/simd.h
|
868
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/fpconv.c
|
869
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/jeaiii-ltoa.h
|
870
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/json.gemspec
|
871
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json.rb
|
872
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/bigdecimal.rb
|
873
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/complex.rb
|
874
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/core.rb
|
875
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date.rb
|
876
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date_time.rb
|
877
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/exception.rb
|
878
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/ostruct.rb
|
879
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/range.rb
|
880
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/rational.rb
|
881
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/regexp.rb
|
882
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/set.rb
|
883
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb
|
884
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/struct.rb
|
885
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/symbol.rb
|
886
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/time.rb
|
887
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/common.rb
|
888
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext.rb
|
889
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so
|
890
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator/state.rb
|
891
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so
|
892
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/generic_object.rb
|
893
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/truffle_ruby/generator.rb
|
894
|
+
- vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/version.rb
|
894
895
|
- vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml
|
895
896
|
- vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml
|
896
897
|
- vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore
|
@@ -1083,112 +1084,64 @@ files:
|
|
1083
1084
|
- vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb
|
1084
1085
|
- vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb
|
1085
1086
|
- vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb
|
1086
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1087
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1088
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1089
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1090
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1091
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1092
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1093
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1094
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1095
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1096
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1097
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1098
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1099
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1100
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1101
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1102
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1103
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1104
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1105
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1106
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1107
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1108
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1109
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1110
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1111
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1112
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1113
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1114
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1115
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1116
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1117
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1118
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1119
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1120
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1121
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1122
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1123
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1124
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1125
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1126
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1127
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1128
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1129
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1130
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1131
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1132
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1133
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1134
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
1135
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb
|
1136
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb
|
1137
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb
|
1138
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb
|
1139
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb
|
1140
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb
|
1141
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb
|
1142
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb
|
1143
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
|
1144
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb
|
1145
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb
|
1146
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb
|
1147
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb
|
1148
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb
|
1149
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb
|
1150
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb
|
1151
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb
|
1152
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb
|
1153
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb
|
1154
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb
|
1155
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb
|
1156
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb
|
1157
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb
|
1158
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb
|
1159
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb
|
1160
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb
|
1161
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb
|
1162
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb
|
1163
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb
|
1164
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb
|
1165
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb
|
1166
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb
|
1167
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb
|
1168
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb
|
1169
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb
|
1170
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb
|
1171
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb
|
1172
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb
|
1173
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb
|
1174
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb
|
1175
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb
|
1176
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb
|
1177
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb
|
1178
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb
|
1179
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb
|
1180
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb
|
1181
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb
|
1182
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec
|
1087
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/CHANGELOG.md
|
1088
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/CONTRIBUTING.md
|
1089
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/LICENSE
|
1090
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/README.md
|
1091
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/UPGRADE.md
|
1092
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus.rb
|
1093
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder.rb
|
1094
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb
|
1095
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus.rb
|
1096
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/adapters/faraday.rb
|
1097
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/dalli.rb
|
1098
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/rails.rb
|
1099
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/cache/redis.rb
|
1100
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/config.rb
|
1101
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/easy_factory.rb
|
1102
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors.rb
|
1103
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/no_stub.rb
|
1104
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/errors/typhoeus_error.rb
|
1105
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/expectation.rb
|
1106
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra.rb
|
1107
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/addable.rb
|
1108
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/before.rb
|
1109
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/block_connection.rb
|
1110
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/cacheable.rb
|
1111
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/memoizable.rb
|
1112
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/queueable.rb
|
1113
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/runnable.rb
|
1114
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/hydra/stubbable.rb
|
1115
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/pool.rb
|
1116
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/railtie.rb
|
1117
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request.rb
|
1118
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/actions.rb
|
1119
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/before.rb
|
1120
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/block_connection.rb
|
1121
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/cacheable.rb
|
1122
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/callbacks.rb
|
1123
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/marshal.rb
|
1124
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/memoizable.rb
|
1125
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/operations.rb
|
1126
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/responseable.rb
|
1127
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/streamable.rb
|
1128
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/stubbable.rb
|
1129
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response.rb
|
1130
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/cacheable.rb
|
1131
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/header.rb
|
1132
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/informations.rb
|
1133
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/response/status.rb
|
1134
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb
|
1135
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/typhoeus.gemspec
|
1183
1136
|
- vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec
|
1184
|
-
- vendor/bundle/ruby/3.3.0/specifications/ethon-0.
|
1137
|
+
- vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec
|
1185
1138
|
- vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec
|
1186
|
-
- vendor/bundle/ruby/3.3.0/specifications/json-2.
|
1139
|
+
- vendor/bundle/ruby/3.3.0/specifications/json-2.15.1.gemspec
|
1187
1140
|
- vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec
|
1188
1141
|
- vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec
|
1189
1142
|
- vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec
|
1190
1143
|
- vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec
|
1191
|
-
- vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.
|
1144
|
+
- vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.5.0.gemspec
|
1192
1145
|
- vrpayment-ruby-sdk.gemspec
|
1193
1146
|
homepage: https://gateway.vr-payment.de/
|
1194
1147
|
licenses:
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so
DELETED
Binary file
|
Binary file
|
@@ -1,20 +0,0 @@
|
|
1
|
-
case RbConfig::CONFIG['host_cpu']
|
2
|
-
when /^(arm|aarch64)/
|
3
|
-
# Try to compile a small program using NEON instructions
|
4
|
-
header, type, init = 'arm_neon.h', 'uint8x16_t', 'vdupq_n_u8(32)'
|
5
|
-
when /^(x86_64|x64)/
|
6
|
-
header, type, init = 'x86intrin.h', '__m128i', '_mm_set1_epi8(32)'
|
7
|
-
end
|
8
|
-
if header
|
9
|
-
have_header(header) && try_compile(<<~SRC)
|
10
|
-
#{cpp_include(header)}
|
11
|
-
int main(int argc, char **argv) {
|
12
|
-
#{type} test = #{init};
|
13
|
-
if (argc > 100000) printf("%p", &test);
|
14
|
-
return 0;
|
15
|
-
}
|
16
|
-
SRC
|
17
|
-
$defs.push("-DJSON_ENABLE_SIMD")
|
18
|
-
end
|
19
|
-
|
20
|
-
have_header('cpuid.h')
|
Binary file
|
Binary file
|