cybrid_api_id_ruby 0.127.21 → 0.127.23
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 +10 -7
- data/README.md +5 -5
- data/cybrid_api_id_ruby.gemspec +1 -1
- data/lib/cybrid_api_id_ruby/api/bank_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/customer_tokens_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/organization_applications_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api/users_idp_api.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_id_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_id_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_all_of_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/application_with_secret_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/error_response_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/patch_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_bank_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_customer_token_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_organization_application_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/post_user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/models/user_list_idp_model.rb +1 -1
- data/lib/cybrid_api_id_ruby/version.rb +2 -2
- data/lib/cybrid_api_id_ruby.rb +1 -1
- data/spec/api/bank_applications_idp_api_spec.rb +1 -1
- data/spec/api/customer_tokens_idp_api_spec.rb +1 -1
- data/spec/api/organization_applications_idp_api_spec.rb +1 -1
- data/spec/api/users_idp_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/application_idp_model_spec.rb +1 -1
- data/spec/models/application_list_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_all_of_idp_model_spec.rb +1 -1
- data/spec/models/application_with_secret_idp_model_spec.rb +1 -1
- data/spec/models/customer_token_idp_model_spec.rb +1 -1
- data/spec/models/error_response_idp_model_spec.rb +1 -1
- data/spec/models/patch_user_idp_model_spec.rb +1 -1
- data/spec/models/post_bank_application_idp_model_spec.rb +1 -1
- data/spec/models/post_customer_token_idp_model_spec.rb +1 -1
- data/spec/models/post_organization_application_idp_model_spec.rb +1 -1
- data/spec/models/post_user_idp_model_spec.rb +1 -1
- data/spec/models/user_idp_model_spec.rb +1 -1
- data/spec/models/user_list_idp_model_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/CHANGELOG.md +46 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/README.md +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/classes.rb +12 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/codes.rb +3 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/options.rb +4 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb +10 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/response_callbacks.rb +6 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/loggable.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CHANGELOG.md +14 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/README.md +2 -2
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/typhoeus.gemspec +1 -1
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.18.0.gemspec +27 -0
- data/vendor/bundle/ruby/3.3.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec} +5 -5
- metadata +126 -156
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.15.0.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/gems/ethon-0.15.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.gitignore +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.rspec +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Guardfile +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Rakefile +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/ethon.gemspec +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +0 -24
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +0 -317
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +0 -168
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +0 -193
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +0 -203
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +0 -298
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.15.0.gemspec +0 -24
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/expectation.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/responseable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.5.0 → typhoeus-1.6.0}/lib/typhoeus.rb +0 -0
data/spec/spec_helper.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.production.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Overview](https://docs.cybrid.xyz/docs/platform-overview) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/hosted-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/cybrid-sandbox), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://docs.cybrid.xyz/docs/trade-process), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.production.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.production.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute plans:execute plans:read executions:execute executions:read files:read files:pii:read files:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute plans:execute plans:read executions:execute executions:read files:read files:pii:read files:execute' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | Counterparty | /api/counterparties | Create and list counterparties | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: v0.127.
|
|
6
|
+
The version of the OpenAPI document: v0.127.23
|
|
7
7
|
Contact: support@cybrid.app
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: 6.0.0
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -3,12 +3,12 @@ current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vend
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-lrq64a sitelibdir\=./.gem.20260310-3128-lrq64a clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-lrq64a sitelibdir\=./.gem.20260310-3128-lrq64a
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
13
13
|
compiling breakpoint.c
|
|
14
14
|
compiling byebug.c
|
|
@@ -39,12 +39,12 @@ linking shared-object byebug/byebug.so
|
|
|
39
39
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
40
40
|
|
|
41
41
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
42
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-lrq64a sitelibdir\=./.gem.20260310-3128-lrq64a install
|
|
43
43
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
44
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.20260310-
|
|
44
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20260310-3128-lrq64a/byebug
|
|
45
45
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
46
46
|
|
|
47
47
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
48
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
48
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-lrq64a sitelibdir\=./.gem.20260310-3128-lrq64a clean
|
|
49
49
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
50
50
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug'
|
|
@@ -6,12 +6,12 @@ checking for altzone in time.h with -Werror... no
|
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
8
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-r7aj3w sitelibdir\=./.gem.20260310-3128-r7aj3w clean
|
|
10
10
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
11
11
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
12
12
|
|
|
13
13
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-r7aj3w sitelibdir\=./.gem.20260310-3128-r7aj3w
|
|
15
15
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
16
16
|
compiling date_core.c
|
|
17
17
|
compiling date_parse.c
|
|
@@ -21,12 +21,12 @@ linking shared-object date_core.so
|
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-r7aj3w sitelibdir\=./.gem.20260310-3128-r7aj3w install
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
26
|
-
/usr/bin/install -c -m 0755 date_core.so ./.gem.20260310-
|
|
26
|
+
/usr/bin/install -c -m 0755 date_core.so ./.gem.20260310-3128-r7aj3w
|
|
27
27
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
28
28
|
|
|
29
29
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
30
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
30
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-r7aj3w sitelibdir\=./.gem.20260310-3128-r7aj3w clean
|
|
31
31
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
32
32
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date'
|
|
@@ -16,24 +16,24 @@ checking for ttyname_r()... yes
|
|
|
16
16
|
creating Makefile
|
|
17
17
|
|
|
18
18
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-gjnxy1 sitelibdir\=./.gem.20260310-3128-gjnxy1 clean
|
|
20
20
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-gjnxy1 sitelibdir\=./.gem.20260310-3128-gjnxy1
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
26
26
|
compiling console.c
|
|
27
27
|
linking shared-object io/console.so
|
|
28
28
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
29
29
|
|
|
30
30
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
31
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
31
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-gjnxy1 sitelibdir\=./.gem.20260310-3128-gjnxy1 install
|
|
32
32
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
33
|
-
/usr/bin/install -c -m 0755 console.so ./.gem.20260310-
|
|
33
|
+
/usr/bin/install -c -m 0755 console.so ./.gem.20260310-3128-gjnxy1/io
|
|
34
34
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
35
35
|
|
|
36
36
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
37
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
37
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-gjnxy1 sitelibdir\=./.gem.20260310-3128-gjnxy1 clean
|
|
38
38
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
39
39
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console'
|
|
@@ -3,12 +3,12 @@ current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vend
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-4n8itr sitelibdir\=./.gem.20260310-3128-4n8itr clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-4n8itr sitelibdir\=./.gem.20260310-3128-4n8itr
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
13
13
|
compiling adj_matrix.c
|
|
14
14
|
adj_matrix.c: In function ‘adj_matrix_default’:
|
|
@@ -26,12 +26,12 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
|
|
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
27
27
|
|
|
28
28
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
29
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
29
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-4n8itr sitelibdir\=./.gem.20260310-3128-4n8itr install
|
|
30
30
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
31
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20260310-
|
|
31
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20260310-3128-4n8itr/jaro_winkler
|
|
32
32
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
33
33
|
|
|
34
34
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
35
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
35
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-4n8itr sitelibdir\=./.gem.20260310-3128-4n8itr clean
|
|
36
36
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
37
37
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler'
|
|
@@ -4,7 +4,7 @@ checking for pkg-config for yaml-0.1... [" ", "", "-lyaml"]
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-me3l1i sitelibdir\=./.gem.20260310-3128-me3l1i clean
|
|
8
8
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
9
9
|
cd libyaml && make clean
|
|
10
10
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
@@ -12,7 +12,7 @@ make[1]: [Makefile:283: clean-so] Error 2 (ignored)
|
|
|
12
12
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
13
13
|
|
|
14
14
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-me3l1i sitelibdir\=./.gem.20260310-3128-me3l1i
|
|
16
16
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
17
17
|
compiling psych.c
|
|
18
18
|
compiling psych_emitter.c
|
|
@@ -23,13 +23,13 @@ linking shared-object psych.so
|
|
|
23
23
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
24
24
|
|
|
25
25
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
26
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
26
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-me3l1i sitelibdir\=./.gem.20260310-3128-me3l1i install
|
|
27
27
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
28
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.20260310-
|
|
28
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20260310-3128-me3l1i
|
|
29
29
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
30
30
|
|
|
31
31
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
32
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
32
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-me3l1i sitelibdir\=./.gem.20260310-3128-me3l1i clean
|
|
33
33
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych'
|
|
34
34
|
cd libyaml && make clean
|
|
35
35
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
@@ -3,24 +3,24 @@ current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vend
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-x943d4 sitelibdir\=./.gem.20260310-3128-x943d4 clean
|
|
7
7
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
8
8
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
9
9
|
|
|
10
10
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-x943d4 sitelibdir\=./.gem.20260310-3128-x943d4
|
|
12
12
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
13
13
|
compiling cparse.c
|
|
14
14
|
linking shared-object racc/cparse.so
|
|
15
15
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
16
16
|
|
|
17
17
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-x943d4 sitelibdir\=./.gem.20260310-3128-x943d4 install
|
|
19
19
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
20
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.20260310-
|
|
20
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20260310-3128-x943d4/racc
|
|
21
21
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
22
22
|
|
|
23
23
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-x943d4 sitelibdir\=./.gem.20260310-3128-x943d4 clean
|
|
25
25
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
26
26
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse'
|
|
@@ -4,24 +4,24 @@ checking for rb_io_mode_t in ruby/io.h... no
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-9p30v4 sitelibdir\=./.gem.20260310-3128-9p30v4 clean
|
|
8
8
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
9
9
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
10
10
|
|
|
11
11
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-9p30v4 sitelibdir\=./.gem.20260310-3128-9p30v4
|
|
13
13
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
14
14
|
compiling stringio.c
|
|
15
15
|
linking shared-object stringio.so
|
|
16
16
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
17
17
|
|
|
18
18
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-9p30v4 sitelibdir\=./.gem.20260310-3128-9p30v4 install
|
|
20
20
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
21
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.20260310-
|
|
21
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20260310-3128-9p30v4
|
|
22
22
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
23
23
|
|
|
24
24
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
25
|
-
make DESTDIR\= sitearchdir\=./.gem.20260310-
|
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20260310-3128-9p30v4 sitelibdir\=./.gem.20260310-3128-9p30v4 clean
|
|
26
26
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
27
27
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio'
|
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
|
|
3
3
|
## Master
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.
|
|
5
|
+
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.18.0...master)
|
|
6
|
+
|
|
7
|
+
## 0.18.0
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.17.0...v0.18.0)
|
|
10
|
+
|
|
11
|
+
* Fixed verbose mode attempting to print binary SSL data by replacing it with a summary.
|
|
12
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#265](https://github.com/typhoeus/ethon/pull/265))
|
|
13
|
+
* Fixed `on_headers` callbacks being called once per header line instead of once for all headers.
|
|
14
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#264](https://github.com/typhoeus/ethon/pull/264))
|
|
15
|
+
* Stabilized test server boot on macOS by fixing IPv6/IPv4 localhost resolution and preventing orphaned processes.
|
|
16
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#261](https://github.com/typhoeus/ethon/pull/261))
|
|
17
|
+
* Added `logger` to runtime dependencies for Ruby 3.5+ compatibility.
|
|
18
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#259](https://github.com/typhoeus/ethon/pull/259))
|
|
19
|
+
* Opted-in for MFA requirement explicitly by adding `rubygems_mfa_required` metadata.
|
|
20
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#257](https://github.com/typhoeus/ethon/pull/257))
|
|
21
|
+
* Removed redundant encoding and require_relative checks.
|
|
22
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#258](https://github.com/typhoeus/ethon/pull/258))
|
|
23
|
+
|
|
24
|
+
## 0.17.0
|
|
25
|
+
|
|
26
|
+
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.16.0...v0.17.0)
|
|
27
|
+
|
|
28
|
+
* Require Ruby 2.6+ and simplify Gemfile.
|
|
29
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#255](https://github.com/typhoeus/ethon/pull/255))
|
|
30
|
+
* Fixed mismatched libcurl error codes in `easy_codes` array.
|
|
31
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#253](https://github.com/typhoeus/ethon/pull/253))
|
|
32
|
+
* Add Ruby 3.3 and 3.4, remove Ruby 2.5 from CI matrix.
|
|
33
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#252](https://github.com/typhoeus/ethon/pull/252))
|
|
34
|
+
* Skip test due to libcurl 8.7.x bug in CURLINFO_REQUEST_SIZE.
|
|
35
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#251](https://github.com/typhoeus/ethon/pull/251))
|
|
36
|
+
* Use `Rackup::Handler.default` for Rack 3 compatibility.
|
|
37
|
+
([Vít Ondruch](https://github.com/voxik), [#244](https://github.com/typhoeus/ethon/pull/244))
|
|
38
|
+
* Add Ruby 3.1 and 3.2 to the test matrix.
|
|
39
|
+
([Orien Madgwick](https://github.com/orien), [#228](https://github.com/typhoeus/ethon/pull/228))
|
|
40
|
+
* Remove development and test files from the gem package.
|
|
41
|
+
([Orien Madgwick](https://github.com/orien), [#227](https://github.com/typhoeus/ethon/pull/227))
|
|
42
|
+
* Fix missing parenthesis in example.
|
|
43
|
+
([Aleksey Tsalolikhin](https://github.com/atsalolikhin-spokeo), [#226](https://github.com/typhoeus/ethon/pull/226))
|
|
44
|
+
|
|
45
|
+
## 0.16.0
|
|
46
|
+
|
|
47
|
+
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.15.0...v0.16.0)
|
|
48
|
+
|
|
49
|
+
* Added `redirect_url` value to available informations and `Easy::Mirror`.
|
|
50
|
+
([Adrien Rey-Jarthon](https://github.com/jarthod)
|
|
6
51
|
|
|
7
52
|
## 0.15.0
|
|
8
53
|
|
|
@@ -70,6 +70,29 @@ easy.perform
|
|
|
70
70
|
This is really handy when making requests since you don't have to care about setting
|
|
71
71
|
everything up correctly.
|
|
72
72
|
|
|
73
|
+
## Http2
|
|
74
|
+
Standard http2 servers require the client to connect once and create a session (multi) and then add simple requests to the multi handler.
|
|
75
|
+
The `perform` method then takes all the requests in the multi handler and sends them to the server.
|
|
76
|
+
|
|
77
|
+
See the following example
|
|
78
|
+
```ruby
|
|
79
|
+
multi = Ethon::Multi.new
|
|
80
|
+
easy = Ethon::Easy.new
|
|
81
|
+
|
|
82
|
+
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_0 })
|
|
83
|
+
|
|
84
|
+
# Sending a request with http version 2 will send an Upgrade header to the server, which many older servers will not support
|
|
85
|
+
# See below for more info: https://everything.curl.dev/http/http2
|
|
86
|
+
# If this is a problem, send the below:
|
|
87
|
+
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_prior_knowledge })
|
|
88
|
+
|
|
89
|
+
# To set the server to use http2 with https and http1 with http, send the following:
|
|
90
|
+
easy.http_request("www.example.com/get", :get, { http_version: :httpv2_tls })
|
|
91
|
+
|
|
92
|
+
multi.add(easy)
|
|
93
|
+
multi.perform
|
|
94
|
+
```
|
|
95
|
+
|
|
73
96
|
## LICENSE
|
|
74
97
|
|
|
75
98
|
(The MIT License)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
lib = File.expand_path('../lib/', __FILE__)
|
|
3
|
+
$:.unshift lib unless $:.include?(lib)
|
|
4
|
+
|
|
5
|
+
require 'ethon/version'
|
|
6
|
+
|
|
7
|
+
Gem::Specification.new do |s|
|
|
8
|
+
s.name = "ethon"
|
|
9
|
+
s.version = Ethon::VERSION
|
|
10
|
+
s.platform = Gem::Platform::RUBY
|
|
11
|
+
s.authors = ["Hans Hasselberg"]
|
|
12
|
+
s.email = ["me@hans.io"]
|
|
13
|
+
s.homepage = "https://github.com/typhoeus/ethon"
|
|
14
|
+
s.summary = "Libcurl wrapper."
|
|
15
|
+
s.description = "Very lightweight libcurl wrapper."
|
|
16
|
+
|
|
17
|
+
s.required_ruby_version = ">= 2.6"
|
|
18
|
+
s.license = 'MIT'
|
|
19
|
+
|
|
20
|
+
s.add_dependency('ffi', ['>= 1.15.0'])
|
|
21
|
+
s.add_dependency('logger')
|
|
22
|
+
|
|
23
|
+
s.files = Dir.chdir(__dir__) do
|
|
24
|
+
`git ls-files -z`.split("\x0").reject do |file|
|
|
25
|
+
file.start_with?(*%w[. Gemfile Guardfile Rakefile profile spec])
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
s.require_path = 'lib'
|
|
29
|
+
|
|
30
|
+
s.metadata = {
|
|
31
|
+
'bug_tracker_uri' => 'https://github.com/typhoeus/ethon/issues',
|
|
32
|
+
'changelog_uri' => "https://github.com/typhoeus/ethon/blob/v#{s.version}/CHANGELOG.md",
|
|
33
|
+
'documentation_uri' => "https://www.rubydoc.info/gems/ethon/#{s.version}",
|
|
34
|
+
'rubygems_mfa_required' => 'true',
|
|
35
|
+
'source_code_uri' => "https://github.com/typhoeus/ethon/tree/v#{s.version}"
|
|
36
|
+
}
|
|
37
|
+
end
|
|
@@ -32,8 +32,18 @@ module Ethon
|
|
|
32
32
|
|
|
33
33
|
def clear; self[:fd_count] = 0; end
|
|
34
34
|
else
|
|
35
|
-
#
|
|
36
|
-
FD_SETSIZE =
|
|
35
|
+
# https://github.com/typhoeus/ethon/issues/182
|
|
36
|
+
FD_SETSIZE = begin
|
|
37
|
+
# Allow to override the (new) default cap
|
|
38
|
+
if ENV['ETHON_FD_SIZE']
|
|
39
|
+
ENV['ETHON_FD_SIZE']
|
|
40
|
+
|
|
41
|
+
# auto-detect ulimit, but cap at 2^16
|
|
42
|
+
else
|
|
43
|
+
[::Ethon::Libc.getdtablesize, 65_536].min
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
37
47
|
layout :fds_bits, [:long, FD_SETSIZE / ::FFI::Type::LONG.size]
|
|
38
48
|
|
|
39
49
|
# :nodoc:
|
|
@@ -26,7 +26,7 @@ module Ethon
|
|
|
26
26
|
:ftp_weird_pasv_reply,
|
|
27
27
|
:ftp_weird_227_format,
|
|
28
28
|
:ftp_cant_get_host,
|
|
29
|
-
:
|
|
29
|
+
:http2,
|
|
30
30
|
:ftp_couldnt_set_type,
|
|
31
31
|
:partial_file,
|
|
32
32
|
:ftp_couldnt_retr_file,
|
|
@@ -61,7 +61,7 @@ module Ethon
|
|
|
61
61
|
:unknown_option,
|
|
62
62
|
:telnet_option_syntax ,
|
|
63
63
|
:obsolete50,
|
|
64
|
-
:
|
|
64
|
+
:obsolete51,
|
|
65
65
|
:got_nothing,
|
|
66
66
|
:ssl_engine_notfound,
|
|
67
67
|
:ssl_engine_setfailed,
|
|
@@ -70,6 +70,7 @@ module Ethon
|
|
|
70
70
|
:obsolete57,
|
|
71
71
|
:ssl_certproblem,
|
|
72
72
|
:ssl_cipher,
|
|
73
|
+
:peer_failed_verification,
|
|
73
74
|
:bad_content_encoding,
|
|
74
75
|
:ldap_invalid_url,
|
|
75
76
|
:filesize_exceeded,
|
|
@@ -307,6 +307,7 @@ module Ethon
|
|
|
307
307
|
option :easy, :port, :int, 3
|
|
308
308
|
option :easy, :tcp_nodelay, :bool, 121
|
|
309
309
|
option :easy, :address_scope, :int, 171
|
|
310
|
+
option :easy, :tcp_fastopen, :bool, 212
|
|
310
311
|
option :easy, :tcp_keepalive, :bool, 213
|
|
311
312
|
option :easy, :tcp_keepidle, :int, 214
|
|
312
313
|
option :easy, :tcp_keepintvl, :int, 215
|
|
@@ -352,7 +353,7 @@ module Ethon
|
|
|
352
353
|
option :easy, :cookiesession, :bool, 96
|
|
353
354
|
option :easy, :cookielist, :string, 135
|
|
354
355
|
option :easy, :httpget, :bool, 80
|
|
355
|
-
option :easy, :http_version, :enum, 84, [:none, :httpv1_0, :httpv1_1, :httpv2_0]
|
|
356
|
+
option :easy, :http_version, :enum, 84, [:none, :httpv1_0, :httpv1_1, :httpv2_0, :httpv2_tls, :httpv2_prior_knowledge]
|
|
356
357
|
option :easy, :ignore_content_length, :bool, 136
|
|
357
358
|
option :easy, :http_content_decoding, :bool, 158
|
|
358
359
|
option :easy, :http_transfer_decoding, :bool, 157
|
|
@@ -440,7 +441,7 @@ module Ethon
|
|
|
440
441
|
option_alias :easy, :keypasswd, :sslkeypasswd
|
|
441
442
|
option :easy, :sslengine, :string, 89
|
|
442
443
|
option :easy, :sslengine_default, :none, 90
|
|
443
|
-
option :easy, :sslversion, :enum, 32, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2]
|
|
444
|
+
option :easy, :sslversion, :enum, 32, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2, :tlsv1_3]
|
|
444
445
|
option :easy, :ssl_verifypeer, :bool, 64
|
|
445
446
|
option :easy, :cainfo, :string, 65
|
|
446
447
|
option :easy, :issuercert, :string, 170
|
|
@@ -463,7 +464,7 @@ module Ethon
|
|
|
463
464
|
option :easy, :proxy_capath, :string, 247
|
|
464
465
|
option :easy, :proxy_ssl_verifypeer, :bool, 248
|
|
465
466
|
option :easy, :proxy_ssl_verifyhost, :int, 249
|
|
466
|
-
option :easy, :proxy_sslversion, :enum, 250, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2]
|
|
467
|
+
option :easy, :proxy_sslversion, :enum, 250, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2, :tlsv1_3]
|
|
467
468
|
option :easy, :proxy_tlsauth_username, :string, 251
|
|
468
469
|
option :easy, :proxy_tlsauth_password, :string, 252
|
|
469
470
|
option :easy, :proxy_tlsauth_type, :enum, 253, [:none, :srp]
|
data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/callbacks.rb
RENAMED
|
@@ -37,10 +37,10 @@ module Ethon
|
|
|
37
37
|
# @return [ Proc ] The callback.
|
|
38
38
|
def body_write_callback
|
|
39
39
|
@body_write_callback ||= proc do |stream, size, num, object|
|
|
40
|
-
headers
|
|
40
|
+
headers_user_callback_result = headers
|
|
41
41
|
result = body(chunk = stream.read_string(size * num))
|
|
42
42
|
@response_body << chunk if result == :unyielded
|
|
43
|
-
result != :abort ? size * num : -1
|
|
43
|
+
(result != :abort && headers_user_callback_result != :abort) ? size * num : -1
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
|
|
@@ -68,7 +68,14 @@ module Ethon
|
|
|
68
68
|
@debug_callback ||= proc {|handle, type, data, size, udata|
|
|
69
69
|
message = data.read_string(size)
|
|
70
70
|
@debug_info.add type, message
|
|
71
|
-
|
|
71
|
+
|
|
72
|
+
if [:ssl_data_in, :ssl_data_out].include?(type)
|
|
73
|
+
print "[#{size} bytes data]\n"
|
|
74
|
+
elsif [:data_in, :data_out].include?(type)
|
|
75
|
+
# print "} [#{size} bytes data]\n"
|
|
76
|
+
else
|
|
77
|
+
print message
|
|
78
|
+
end
|
|
72
79
|
0
|
|
73
80
|
}
|
|
74
81
|
end
|
data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.15.0 → ethon-0.18.0}/lib/ethon/easy/informations.rb
RENAMED
|
@@ -73,6 +73,9 @@ module Ethon
|
|
|
73
73
|
# actually followed.
|
|
74
74
|
:redirect_count => :long,
|
|
75
75
|
|
|
76
|
+
# URL a redirect would take you to, had you enabled redirects (Added in 7.18.2)
|
|
77
|
+
:redirect_url => :string,
|
|
78
|
+
|
|
76
79
|
# Return the bytes, the total amount of bytes that were uploaded
|
|
77
80
|
:size_upload => :double,
|
|
78
81
|
|
|
@@ -43,7 +43,12 @@ module Ethon
|
|
|
43
43
|
return if @headers_called
|
|
44
44
|
@headers_called = true
|
|
45
45
|
if defined?(@on_headers) and not @on_headers.nil?
|
|
46
|
-
|
|
46
|
+
result = nil
|
|
47
|
+
@on_headers.each do |callback|
|
|
48
|
+
result = callback.call(self)
|
|
49
|
+
break if result == :abort
|
|
50
|
+
end
|
|
51
|
+
result
|
|
47
52
|
end
|
|
48
53
|
end
|
|
49
54
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
|
|
2
|
+
|
|
3
|
+
Redistribution and use in source and binary forms, with or without
|
|
4
|
+
modification, are permitted provided that the following conditions
|
|
5
|
+
are met:
|
|
6
|
+
1. Redistributions of source code must retain the above copyright
|
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
|
8
|
+
2. Redistributions in binary form must reproduce the above copyright
|
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
|
10
|
+
documentation and/or other materials provided with the distribution.
|
|
11
|
+
|
|
12
|
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
13
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
14
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
15
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
16
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
17
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
18
|
+
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
19
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
20
|
+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
21
|
+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
22
|
+
SUCH DAMAGE.
|