cybrid_api_bank_ruby 0.52.12 → 0.52.13
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 +5 -5
- data/cybrid_api_bank_ruby.gemspec +1 -1
- data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/reward_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +1 -1
- data/lib/cybrid_api_bank_ruby/version.rb +2 -2
- data/lib/cybrid_api_bank_ruby.rb +1 -1
- data/spec/api/accounts_bank_api_spec.rb +1 -1
- data/spec/api/assets_bank_api_spec.rb +1 -1
- data/spec/api/banks_bank_api_spec.rb +1 -1
- data/spec/api/customers_bank_api_spec.rb +1 -1
- data/spec/api/external_bank_accounts_bank_api_spec.rb +1 -1
- data/spec/api/fee_configurations_bank_api_spec.rb +1 -1
- data/spec/api/identity_records_bank_api_spec.rb +1 -1
- data/spec/api/identity_verifications_bank_api_spec.rb +1 -1
- data/spec/api/prices_bank_api_spec.rb +1 -1
- data/spec/api/quotes_bank_api_spec.rb +1 -1
- data/spec/api/rewards_bank_api_spec.rb +1 -1
- data/spec/api/symbols_bank_api_spec.rb +1 -1
- data/spec/api/trades_bank_api_spec.rb +1 -1
- data/spec/api/verification_keys_bank_api_spec.rb +1 -1
- data/spec/api/workflows_bank_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/account_bank_model_spec.rb +1 -1
- data/spec/models/account_list_bank_model_spec.rb +1 -1
- data/spec/models/asset_bank_model_spec.rb +1 -1
- data/spec/models/asset_list_bank_model_spec.rb +1 -1
- data/spec/models/attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/bank_bank_model_spec.rb +1 -1
- data/spec/models/bank_list_bank_model_spec.rb +1 -1
- data/spec/models/customer_bank_model_spec.rb +1 -1
- data/spec/models/customer_list_bank_model_spec.rb +1 -1
- data/spec/models/error_response_bank_model_spec.rb +1 -1
- data/spec/models/external_bank_account_bank_model_spec.rb +1 -1
- data/spec/models/external_bank_account_list_bank_model_spec.rb +1 -1
- data/spec/models/fee_bank_model_spec.rb +1 -1
- data/spec/models/fee_configuration_bank_model_spec.rb +1 -1
- data/spec/models/fee_configuration_list_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_bank_model_spec.rb +1 -1
- data/spec/models/identity_record_list_bank_model_spec.rb +1 -1
- data/spec/models/identity_verification_bank_model_spec.rb +1 -1
- data/spec/models/identity_verification_list_bank_model_spec.rb +1 -1
- data/spec/models/patch_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_account_bank_model_spec.rb +1 -1
- data/spec/models/post_bank_bank_model_spec.rb +1 -1
- data/spec/models/post_customer_bank_model_spec.rb +1 -1
- data/spec/models/post_external_bank_account_bank_model_spec.rb +1 -1
- data/spec/models/post_fee_bank_model_spec.rb +1 -1
- data/spec/models/post_fee_configuration_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_record_bank_model_spec.rb +1 -1
- data/spec/models/post_identity_verification_bank_model_spec.rb +1 -1
- data/spec/models/post_quote_bank_model_spec.rb +1 -1
- data/spec/models/post_reward_bank_model_spec.rb +1 -1
- data/spec/models/post_trade_bank_model_spec.rb +1 -1
- data/spec/models/post_verification_key_bank_model_spec.rb +1 -1
- data/spec/models/post_workflow_bank_model_spec.rb +1 -1
- data/spec/models/quote_bank_model_spec.rb +1 -1
- data/spec/models/quote_list_bank_model_spec.rb +1 -1
- data/spec/models/reward_bank_model_spec.rb +1 -1
- data/spec/models/reward_list_bank_model_spec.rb +1 -1
- data/spec/models/symbol_price_bank_model_spec.rb +1 -1
- data/spec/models/trade_bank_model_spec.rb +1 -1
- data/spec/models/trade_list_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_bank_model_spec.rb +1 -1
- data/spec/models/verification_key_list_bank_model_spec.rb +1 -1
- data/spec/models/workflow_bank_model_spec.rb +1 -1
- data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +1 -1
- data/spec/models/workflow_with_details_bank_model_spec.rb +1 -1
- data/spec/models/workflows_list_bank_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/.github/workflows/ruby.yml +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/.gitignore +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/.rspec +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/CHANGELOG.md +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/Gemfile +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/Guardfile +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/LICENSE +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/README.md +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/Rakefile +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/ethon.gemspec +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curl.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/classes.rb +12 -2
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/codes.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/constants.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/form_options.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/functions.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/infos.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/messages.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/options.rb +4 -3
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/curls/settings.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/callbacks.rb +2 -1
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/debug_info.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/features.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/form.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/header.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/actionable.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/custom.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/delete.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/get.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/head.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/options.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/patch.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/post.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/postable.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/put.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http/putable.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/http.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/informations.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/mirror.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/operations.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/options.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/params.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/queryable.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/response_callbacks.rb +6 -1
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy/util.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/easy.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/ethon_error.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/global_init.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/invalid_option.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/invalid_value.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/multi_add.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/multi_remove.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors/select.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/errors.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/libc.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/loggable.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/multi/operations.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/multi/options.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/multi/stack.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/multi.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/lib/ethon.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/benchmarks.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/memory_leaks.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/perf_spec_helper.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/support/memory_test_helpers.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/support/os_memory_leak_tracker.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/curl_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/callbacks_spec.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/features_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/form_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/header_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/get_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/head_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/options_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/post_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/put_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/informations_spec.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/mirror_spec.rb +1 -1
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/operations_spec.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/options_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/queryable_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/util_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/libc_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/loggable_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/operations_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/options_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/stack_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi_spec.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/spec_helper.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/support/localhost_server.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/support/server.rb +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
- data/vendor/bundle/ruby/3.1.0/specifications/{ethon-0.15.0.gemspec → ethon-0.16.0.gemspec} +3 -3
- metadata +106 -106
- data/vendor/bundle/ruby/3.1.0/cache/ethon-0.15.0.gem +0 -0
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/callbacks_spec.rb
RENAMED
|
@@ -56,4 +56,26 @@ describe Ethon::Easy::Callbacks do
|
|
|
56
56
|
end
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
|
+
|
|
60
|
+
describe "#header_write_callback" do
|
|
61
|
+
let(:header_write_callback) { easy.instance_variable_get(:@header_write_callback) }
|
|
62
|
+
let(:stream) { double(:read_string => "") }
|
|
63
|
+
context "when header returns not :abort" do
|
|
64
|
+
it "returns number bigger than 0" do
|
|
65
|
+
expect(header_write_callback.call(stream, 1, 1, nil) > 0).to be(true)
|
|
66
|
+
end
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
context "when header returns :abort" do
|
|
70
|
+
before do
|
|
71
|
+
easy.on_headers.clear
|
|
72
|
+
easy.on_headers { :abort }
|
|
73
|
+
end
|
|
74
|
+
let(:header_write_callback) { easy.instance_variable_get(:@header_write_callback) }
|
|
75
|
+
|
|
76
|
+
it "returns -1 to indicate abort to libcurl" do
|
|
77
|
+
expect(header_write_callback.call(stream, 1, 1, nil)).to eq(-1)
|
|
78
|
+
end
|
|
79
|
+
end
|
|
80
|
+
end
|
|
59
81
|
end
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/debug_info_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/features_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/form_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/header_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/custom_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/delete_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/get_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/head_spec.rb
RENAMED
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/patch_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/post_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http/put_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/http_spec.rb
RENAMED
|
File without changes
|
|
@@ -81,6 +81,12 @@ describe Ethon::Easy::Informations do
|
|
|
81
81
|
end
|
|
82
82
|
end
|
|
83
83
|
|
|
84
|
+
describe "#redirect_url" do
|
|
85
|
+
it "returns nil as there is no redirect" do
|
|
86
|
+
expect(easy.redirect_url).to be(nil)
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
|
|
84
90
|
describe "#request_size" do
|
|
85
91
|
it "returns 53" do
|
|
86
92
|
expect(easy.request_size).to eq(53)
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/mirror_spec.rb
RENAMED
|
@@ -11,7 +11,7 @@ describe Ethon::Easy::Mirror do
|
|
|
11
11
|
:total_time, :starttransfer_time, :appconnect_time,
|
|
12
12
|
:pretransfer_time, :connect_time, :namelookup_time, :redirect_time,
|
|
13
13
|
:size_upload, :size_download, :speed_upload, :speed_upload,
|
|
14
|
-
:effective_url, :primary_ip, :redirect_count, :debug_info
|
|
14
|
+
:effective_url, :primary_ip, :redirect_count, :redirect_url, :debug_info
|
|
15
15
|
].each do |name|
|
|
16
16
|
it "contains #{name}" do
|
|
17
17
|
expect(described_class::INFORMATIONS_TO_MIRROR).to include(name)
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/operations_spec.rb
RENAMED
|
@@ -106,6 +106,7 @@ describe Ethon::Easy::Operations do
|
|
|
106
106
|
|
|
107
107
|
it "doesn't follow" do
|
|
108
108
|
expect(easy.response_code).to eq(302)
|
|
109
|
+
expect(easy.redirect_url).to eq("http://localhost:3001/")
|
|
109
110
|
end
|
|
110
111
|
end
|
|
111
112
|
|
|
@@ -115,6 +116,7 @@ describe Ethon::Easy::Operations do
|
|
|
115
116
|
|
|
116
117
|
it "follows" do
|
|
117
118
|
expect(easy.response_code).to eq(200)
|
|
119
|
+
expect(easy.redirect_url).to eq(nil)
|
|
118
120
|
end
|
|
119
121
|
|
|
120
122
|
context "when infinite redirect loop" do
|
|
@@ -124,6 +126,7 @@ describe Ethon::Easy::Operations do
|
|
|
124
126
|
context "when max redirect set" do
|
|
125
127
|
it "follows only x times" do
|
|
126
128
|
expect(easy.response_code).to eq(302)
|
|
129
|
+
expect(easy.redirect_url).to eq("http://localhost:3001/bad_redirect")
|
|
127
130
|
end
|
|
128
131
|
end
|
|
129
132
|
end
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/options_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/queryable_spec.rb
RENAMED
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/easy/util_spec.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/loggable_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/operations_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/options_spec.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/ethon/multi/stack_spec.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.1.0/gems/{ethon-0.15.0 → ethon-0.16.0}/spec/support/localhost_server.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20221107-3939-eafoh
|
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20221107-3939-eafoh
|
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20221107-3939-t4pufk
|
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20221107-3939-t4pufk
|
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20221107-3939-8lfo2l
|
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20221107-3939-8lfo2l
|
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
|
@@ -32,8 +32,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
|
32
32
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
|
33
33
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
|
34
34
|
vendordir = $(rubylibprefix)/vendor_ruby
|
|
35
|
-
sitearchdir = $(DESTDIR)./.gem.
|
|
36
|
-
sitelibdir = $(DESTDIR)./.gem.
|
|
35
|
+
sitearchdir = $(DESTDIR)./.gem.20221107-3939-e5dbyo
|
|
36
|
+
sitelibdir = $(DESTDIR)./.gem.20221107-3939-e5dbyo
|
|
37
37
|
sitedir = $(rubylibprefix)/site_ruby
|
|
38
38
|
rubyarchdir = $(rubylibdir)/$(arch)
|
|
39
39
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: ethon 0.
|
|
2
|
+
# stub: ethon 0.16.0 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "ethon".freeze
|
|
6
|
-
s.version = "0.
|
|
6
|
+
s.version = "0.16.0"
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
9
|
s.require_paths = ["lib".freeze]
|
|
10
10
|
s.authors = ["Hans Hasselberg".freeze]
|
|
11
|
-
s.date = "
|
|
11
|
+
s.date = "2022-11-04"
|
|
12
12
|
s.description = "Very lightweight libcurl wrapper.".freeze
|
|
13
13
|
s.email = ["me@hans.io".freeze]
|
|
14
14
|
s.homepage = "https://github.com/typhoeus/ethon".freeze
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybrid_api_bank_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.52.
|
|
4
|
+
version: 0.52.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cybrid
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -271,7 +271,7 @@ files:
|
|
|
271
271
|
- vendor/bundle/ruby/3.1.0/cache/byebug-11.1.3.gem
|
|
272
272
|
- vendor/bundle/ruby/3.1.0/cache/coderay-1.1.3.gem
|
|
273
273
|
- vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.5.0.gem
|
|
274
|
-
- vendor/bundle/ruby/3.1.0/cache/ethon-0.
|
|
274
|
+
- vendor/bundle/ruby/3.1.0/cache/ethon-0.16.0.gem
|
|
275
275
|
- vendor/bundle/ruby/3.1.0/cache/ffi-1.15.5.gem
|
|
276
276
|
- vendor/bundle/ruby/3.1.0/cache/jaro_winkler-1.5.4.gem
|
|
277
277
|
- vendor/bundle/ruby/3.1.0/cache/method_source-1.0.0.gem
|
|
@@ -590,108 +590,108 @@ files:
|
|
|
590
590
|
- vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb
|
|
591
591
|
- vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb
|
|
592
592
|
- vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb
|
|
593
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
594
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
595
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
596
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
597
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
598
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
599
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
600
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
601
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
602
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
603
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
604
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
605
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
606
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
607
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
608
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
609
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
610
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
611
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
612
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
613
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
614
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
615
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
616
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
617
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
618
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
619
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
620
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
621
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
622
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
623
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
624
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
625
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
626
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
627
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
628
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
629
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
630
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
631
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
632
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
633
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
634
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
635
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
636
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
637
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
638
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
639
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
640
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
641
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
642
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
643
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
644
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
645
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
646
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
647
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
648
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
649
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
650
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
651
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
652
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
653
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
654
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
655
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
656
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
657
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
658
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
659
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
660
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
661
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
662
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
663
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
664
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
665
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
666
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
667
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
668
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
669
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
670
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
671
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
672
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
673
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
674
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
675
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
676
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
677
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
678
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
679
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
680
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
681
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
682
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
683
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
684
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
685
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
686
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
687
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
688
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
689
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
690
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
691
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
692
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
693
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
694
|
-
- vendor/bundle/ruby/3.1.0/gems/ethon-0.
|
|
593
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/.github/workflows/ruby.yml
|
|
594
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/.gitignore
|
|
595
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/.rspec
|
|
596
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/CHANGELOG.md
|
|
597
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/Gemfile
|
|
598
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/Guardfile
|
|
599
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/LICENSE
|
|
600
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/README.md
|
|
601
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/Rakefile
|
|
602
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/ethon.gemspec
|
|
603
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon.rb
|
|
604
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curl.rb
|
|
605
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb
|
|
606
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb
|
|
607
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb
|
|
608
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb
|
|
609
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb
|
|
610
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb
|
|
611
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb
|
|
612
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb
|
|
613
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb
|
|
614
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy.rb
|
|
615
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb
|
|
616
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb
|
|
617
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb
|
|
618
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb
|
|
619
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb
|
|
620
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb
|
|
621
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb
|
|
622
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb
|
|
623
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb
|
|
624
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb
|
|
625
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb
|
|
626
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb
|
|
627
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb
|
|
628
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb
|
|
629
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb
|
|
630
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb
|
|
631
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb
|
|
632
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb
|
|
633
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb
|
|
634
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb
|
|
635
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb
|
|
636
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb
|
|
637
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb
|
|
638
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb
|
|
639
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb
|
|
640
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors.rb
|
|
641
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb
|
|
642
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb
|
|
643
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb
|
|
644
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb
|
|
645
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb
|
|
646
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb
|
|
647
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb
|
|
648
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb
|
|
649
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb
|
|
650
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/libc.rb
|
|
651
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/loggable.rb
|
|
652
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/multi.rb
|
|
653
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb
|
|
654
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb
|
|
655
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb
|
|
656
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/lib/ethon/version.rb
|
|
657
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/benchmarks.rb
|
|
658
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/memory_leaks.rb
|
|
659
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb
|
|
660
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb
|
|
661
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb
|
|
662
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb
|
|
663
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb
|
|
664
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb
|
|
665
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb
|
|
666
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb
|
|
667
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb
|
|
668
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb
|
|
669
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb
|
|
670
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb
|
|
671
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb
|
|
672
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb
|
|
673
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb
|
|
674
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb
|
|
675
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb
|
|
676
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb
|
|
677
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb
|
|
678
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb
|
|
679
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb
|
|
680
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb
|
|
681
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb
|
|
682
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb
|
|
683
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb
|
|
684
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb
|
|
685
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb
|
|
686
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb
|
|
687
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb
|
|
688
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb
|
|
689
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb
|
|
690
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb
|
|
691
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb
|
|
692
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/spec_helper.rb
|
|
693
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/support/localhost_server.rb
|
|
694
|
+
- vendor/bundle/ruby/3.1.0/gems/ethon-0.16.0/spec/support/server.rb
|
|
695
695
|
- vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/CHANGELOG.md
|
|
696
696
|
- vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/COPYING
|
|
697
697
|
- vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/Gemfile
|
|
@@ -2738,7 +2738,7 @@ files:
|
|
|
2738
2738
|
- vendor/bundle/ruby/3.1.0/specifications/byebug-11.1.3.gemspec
|
|
2739
2739
|
- vendor/bundle/ruby/3.1.0/specifications/coderay-1.1.3.gemspec
|
|
2740
2740
|
- vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.5.0.gemspec
|
|
2741
|
-
- vendor/bundle/ruby/3.1.0/specifications/ethon-0.
|
|
2741
|
+
- vendor/bundle/ruby/3.1.0/specifications/ethon-0.16.0.gemspec
|
|
2742
2742
|
- vendor/bundle/ruby/3.1.0/specifications/ffi-1.15.5.gemspec
|
|
2743
2743
|
- vendor/bundle/ruby/3.1.0/specifications/jaro_winkler-1.5.4.gemspec
|
|
2744
2744
|
- vendor/bundle/ruby/3.1.0/specifications/method_source-1.0.0.gemspec
|
|
Binary file
|