cybrid_api_id_ruby 0.124.84 → 0.124.86
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 +4 -4
- 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.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/extensions/x86_64-linux/3.3.0/byebug-12.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.4.1/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.2.6/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.1.7/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/.gitignore +4 -4
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/.rspec +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/CHANGELOG.md +1 -29
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/Gemfile +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/Guardfile +3 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/README.md +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/Rakefile +7 -5
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/ethon.gemspec +3 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/classes.rb +2 -12
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +2 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/options.rb +3 -4
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb +1 -2
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/response_callbacks.rb +1 -6
- data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb +168 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +120 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +268 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb +193 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb +235 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb +203 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb +182 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/spec/support/localhost_server.rb +2 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → ethon-0.15.0}/spec/support/server.rb +10 -11
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CHANGELOG.md +43 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/expectation.rb +4 -2
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/responseable.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/typhoeus.gemspec +14 -4
- data/vendor/bundle/ruby/3.3.0/specifications/{ethon-0.17.0.gemspec → ethon-0.15.0.gemspec} +5 -6
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.5.0.gemspec +26 -0
- metadata +156 -160
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.17.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +0 -24
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
@@ -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-12.0.0/ext/byebug
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-be9icw sitelibdir\=./.gem.20250827-3251-be9icw clean
|
7
7
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-12.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-12.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-12.0.0/ext/byebug
|
11
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-be9icw sitelibdir\=./.gem.20250827-3251-be9icw
|
12
12
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-12.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-12.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-12.0.0/ext/byebug
|
42
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-be9icw sitelibdir\=./.gem.20250827-3251-be9icw install
|
43
43
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-12.0.0/ext/byebug'
|
44
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
44
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20250827-3251-be9icw/byebug
|
45
45
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-12.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-12.0.0/ext/byebug
|
48
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
48
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-be9icw sitelibdir\=./.gem.20250827-3251-be9icw clean
|
49
49
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/byebug-12.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-12.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.4.1/ext/date
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-jvzr8m sitelibdir\=./.gem.20250827-3251-jvzr8m 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.4.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.4.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.4.1/ext/date
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-jvzr8m sitelibdir\=./.gem.20250827-3251-jvzr8m
|
15
15
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.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.4.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.4.1/ext/date
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-jvzr8m sitelibdir\=./.gem.20250827-3251-jvzr8m 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.4.1/ext/date'
|
26
|
-
/usr/bin/install -c -m 0755 date_core.so ./.gem.
|
26
|
+
/usr/bin/install -c -m 0755 date_core.so ./.gem.20250827-3251-jvzr8m
|
27
27
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/date-3.4.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.4.1/ext/date
|
30
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
30
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-jvzr8m sitelibdir\=./.gem.20250827-3251-jvzr8m 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.4.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.4.1/ext/date'
|
@@ -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.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-w63ary sitelibdir\=./.gem.20250827-3251-w63ary 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.
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-w63ary sitelibdir\=./.gem.20250827-3251-w63ary
|
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.
|
29
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-w63ary sitelibdir\=./.gem.20250827-3251-w63ary 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.
|
31
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20250827-3251-w63ary/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.
|
35
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-w63ary sitelibdir\=./.gem.20250827-3251-w63ary 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'
|
@@ -6,7 +6,7 @@ checking for yaml_get_version() in -lyaml... yes
|
|
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/psych-5.2.6/ext/psych
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-u324v6 sitelibdir\=./.gem.20250827-3251-u324v6 clean
|
10
10
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
11
11
|
cd libyaml && make clean
|
12
12
|
/bin/sh: 1: cd: can't cd to libyaml
|
@@ -14,7 +14,7 @@ make[1]: [Makefile:283: clean-so] Error 2 (ignored)
|
|
14
14
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
15
15
|
|
16
16
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
17
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
17
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-u324v6 sitelibdir\=./.gem.20250827-3251-u324v6
|
18
18
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
19
19
|
compiling psych.c
|
20
20
|
compiling psych_emitter.c
|
@@ -25,13 +25,13 @@ linking shared-object psych.so
|
|
25
25
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
26
26
|
|
27
27
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
28
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
28
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-u324v6 sitelibdir\=./.gem.20250827-3251-u324v6 install
|
29
29
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
30
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
30
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20250827-3251-u324v6
|
31
31
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
32
32
|
|
33
33
|
current directory: /home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych
|
34
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
34
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-u324v6 sitelibdir\=./.gem.20250827-3251-u324v6 clean
|
35
35
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.2.6/ext/psych'
|
36
36
|
cd libyaml && make clean
|
37
37
|
/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.
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-q6mcu6 sitelibdir\=./.gem.20250827-3251-q6mcu6 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.
|
11
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-q6mcu6 sitelibdir\=./.gem.20250827-3251-q6mcu6
|
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.
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-q6mcu6 sitelibdir\=./.gem.20250827-3251-q6mcu6 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.
|
20
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20250827-3251-q6mcu6/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.
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-q6mcu6 sitelibdir\=./.gem.20250827-3251-q6mcu6 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.1.7/ext/stringio
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-5f0132 sitelibdir\=./.gem.20250827-3251-5f0132 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.1.7/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.1.7/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.1.7/ext/stringio
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-5f0132 sitelibdir\=./.gem.20250827-3251-5f0132
|
13
13
|
make[1]: Entering directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/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.1.7/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.1.7/ext/stringio
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-5f0132 sitelibdir\=./.gem.20250827-3251-5f0132 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.1.7/ext/stringio'
|
21
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
21
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20250827-3251-5f0132
|
22
22
|
make[1]: Leaving directory '/home/circleci/project/build/public-clients/api-idp/ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.1.7/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.1.7/ext/stringio
|
25
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20250827-3251-5f0132 sitelibdir\=./.gem.20250827-3251-5f0132 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.1.7/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.1.7/ext/stringio'
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# This workflow uses actions that are not certified by GitHub.
|
2
|
+
# They are provided by a third-party and are governed by
|
3
|
+
# separate terms of service, privacy policy, and support
|
4
|
+
# documentation.
|
5
|
+
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
|
6
|
+
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
|
7
|
+
|
8
|
+
name: Ruby
|
9
|
+
|
10
|
+
on:
|
11
|
+
push:
|
12
|
+
branches: [ master ]
|
13
|
+
pull_request:
|
14
|
+
branches: [ master ]
|
15
|
+
|
16
|
+
jobs:
|
17
|
+
test:
|
18
|
+
runs-on: ${{ matrix.os }}-latest
|
19
|
+
strategy:
|
20
|
+
fail-fast: false
|
21
|
+
matrix:
|
22
|
+
os: [ubuntu, macos]
|
23
|
+
ruby-version: [2.5, 2.6, 2.7, 3.0, head, debug, truffleruby, truffleruby-head]
|
24
|
+
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
|
25
|
+
steps:
|
26
|
+
- uses: actions/checkout@v2
|
27
|
+
- name: Install libcurl header
|
28
|
+
run: |
|
29
|
+
if ${{ matrix.os == 'macos' }}
|
30
|
+
then
|
31
|
+
brew install curl
|
32
|
+
else
|
33
|
+
sudo apt install -y libcurl4-openssl-dev
|
34
|
+
fi
|
35
|
+
- name: Set up Ruby
|
36
|
+
uses: ruby/setup-ruby@v1
|
37
|
+
with:
|
38
|
+
ruby-version: ${{ matrix.ruby-version }}
|
39
|
+
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
40
|
+
- name: Run tests
|
41
|
+
run: bundle exec rake
|
@@ -2,35 +2,7 @@
|
|
2
2
|
|
3
3
|
## Master
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.
|
6
|
-
|
7
|
-
## 0.17.0
|
8
|
-
|
9
|
-
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.16.0...v0.17.0)
|
10
|
-
|
11
|
-
* Require Ruby 2.6+ and simplify Gemfile.
|
12
|
-
([Felipe Mesquita](https://github.com/felipedmesquita), [#255](https://github.com/typhoeus/ethon/pull/255))
|
13
|
-
* Fixed mismatched libcurl error codes in `easy_codes` array.
|
14
|
-
([Felipe Mesquita](https://github.com/felipedmesquita), [#253](https://github.com/typhoeus/ethon/pull/253))
|
15
|
-
* Add Ruby 3.3 and 3.4, remove Ruby 2.5 from CI matrix.
|
16
|
-
([Felipe Mesquita](https://github.com/felipedmesquita), [#252](https://github.com/typhoeus/ethon/pull/252))
|
17
|
-
* Skip test due to libcurl 8.7.x bug in CURLINFO_REQUEST_SIZE.
|
18
|
-
([Felipe Mesquita](https://github.com/felipedmesquita), [#251](https://github.com/typhoeus/ethon/pull/251))
|
19
|
-
* Use `Rackup::Handler.default` for Rack 3 compatibility.
|
20
|
-
([Vít Ondruch](https://github.com/voxik), [#244](https://github.com/typhoeus/ethon/pull/244))
|
21
|
-
* Add Ruby 3.1 and 3.2 to the test matrix.
|
22
|
-
([Orien Madgwick](https://github.com/orien), [#228](https://github.com/typhoeus/ethon/pull/228))
|
23
|
-
* Remove development and test files from the gem package.
|
24
|
-
([Orien Madgwick](https://github.com/orien), [#227](https://github.com/typhoeus/ethon/pull/227))
|
25
|
-
* Fix missing parenthesis in example.
|
26
|
-
([Aleksey Tsalolikhin](https://github.com/atsalolikhin-spokeo), [#226](https://github.com/typhoeus/ethon/pull/226))
|
27
|
-
|
28
|
-
## 0.16.0
|
29
|
-
|
30
|
-
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.15.0...v0.16.0)
|
31
|
-
|
32
|
-
* Added `redirect_url` value to available informations and `Easy::Mirror`.
|
33
|
-
([Adrien Rey-Jarthon](https://github.com/jarthod)
|
5
|
+
[Full Changelog](https://github.com/typhoeus/ethon/compare/v0.15.0...master)
|
34
6
|
|
35
7
|
## 0.15.0
|
36
8
|
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
source "https://rubygems.org"
|
3
|
+
gemspec
|
4
|
+
|
5
|
+
if Gem.ruby_version < Gem::Version.new("1.9.3")
|
6
|
+
gem "rake", "< 11"
|
7
|
+
else
|
8
|
+
gem "rake"
|
9
|
+
end
|
10
|
+
|
11
|
+
group :development, :test do
|
12
|
+
gem "rspec", "~> 3.4"
|
13
|
+
|
14
|
+
gem "sinatra"
|
15
|
+
|
16
|
+
if Gem.ruby_version < Gem::Version.new("2.0.0")
|
17
|
+
gem "json", "< 2"
|
18
|
+
else
|
19
|
+
gem "json"
|
20
|
+
end
|
21
|
+
|
22
|
+
if Gem.ruby_version >= Gem::Version.new("2.0.0")
|
23
|
+
gem "mime-types", "~> 1.18"
|
24
|
+
end
|
25
|
+
|
26
|
+
if Gem.ruby_version >= Gem::Version.new("2.2.0")
|
27
|
+
gem "mustermann"
|
28
|
+
elsif Gem.ruby_version >= Gem::Version.new("2.1.0")
|
29
|
+
gem "mustermann", "0.4.0"
|
30
|
+
elsif Gem.ruby_version >= Gem::Version.new("2.0.0")
|
31
|
+
gem "mustermann", "0.3.1"
|
32
|
+
end
|
33
|
+
|
34
|
+
if Gem.ruby_version >= Gem::Version.new("3.0.0")
|
35
|
+
gem "webrick"
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
group :perf do
|
40
|
+
gem "benchmark-ips"
|
41
|
+
gem "patron"
|
42
|
+
gem "curb"
|
43
|
+
end
|
@@ -1,8 +1,9 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# vim:set filetype=ruby:
|
2
3
|
guard(
|
3
4
|
"rspec",
|
4
|
-
all_after_pass
|
5
|
-
cli
|
5
|
+
:all_after_pass => false,
|
6
|
+
:cli => "--fail-fast --tty --format documentation --colour") do
|
6
7
|
|
7
8
|
watch(%r{^spec/.+_spec\.rb$})
|
8
9
|
watch(%r{^lib/(.+)\.rb$}) { |match| "spec/#{match[1]}_spec.rb" }
|
@@ -70,29 +70,6 @@ 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
|
-
|
96
73
|
## LICENSE
|
97
74
|
|
98
75
|
(The MIT License)
|
@@ -1,24 +1,25 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
require "bundler"
|
2
3
|
Bundler.setup
|
3
4
|
|
4
5
|
require "rake"
|
5
6
|
require "rspec/core/rake_task"
|
6
7
|
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
|
7
|
-
require "
|
8
|
+
require "ethon/version"
|
8
9
|
|
9
10
|
task :gem => :build
|
10
11
|
task :build do
|
11
|
-
system "gem build
|
12
|
+
system "gem build ethon.gemspec"
|
12
13
|
end
|
13
14
|
|
14
15
|
task :install => :build do
|
15
|
-
system "gem install
|
16
|
+
system "gem install ethon-#{Ethon::VERSION}.gem"
|
16
17
|
end
|
17
18
|
|
18
19
|
task :release => :build do
|
19
|
-
system "git tag -a v#{
|
20
|
+
system "git tag -a v#{Ethon::VERSION} -m 'Tagging #{Ethon::VERSION}'"
|
20
21
|
system "git push --tags"
|
21
|
-
system "gem push
|
22
|
+
system "gem push ethon-#{Ethon::VERSION}.gem"
|
22
23
|
end
|
23
24
|
|
24
25
|
RSpec::Core::RakeTask.new(:spec) do |t|
|
@@ -36,3 +37,4 @@ task :start do
|
|
36
37
|
end
|
37
38
|
|
38
39
|
task :default => :spec
|
40
|
+
|
@@ -15,15 +15,12 @@ Gem::Specification.new do |s|
|
|
15
15
|
s.summary = "Libcurl wrapper."
|
16
16
|
s.description = "Very lightweight libcurl wrapper."
|
17
17
|
|
18
|
-
s.
|
18
|
+
s.required_rubygems_version = ">= 1.3.6"
|
19
19
|
s.license = 'MIT'
|
20
20
|
|
21
21
|
s.add_dependency('ffi', ['>= 1.15.0'])
|
22
22
|
|
23
|
-
s.files
|
24
|
-
|
25
|
-
file.start_with?(*%w[. Gemfile Guardfile Rakefile profile spec])
|
26
|
-
end
|
27
|
-
end
|
23
|
+
s.files = `git ls-files`.split("\n")
|
24
|
+
s.test_files = `git ls-files -- spec/*`.split("\n")
|
28
25
|
s.require_path = 'lib'
|
29
26
|
end
|
@@ -32,18 +32,8 @@ module Ethon
|
|
32
32
|
|
33
33
|
def clear; self[:fd_count] = 0; end
|
34
34
|
else
|
35
|
-
#
|
36
|
-
FD_SETSIZE =
|
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
|
-
|
35
|
+
# FD Set size.
|
36
|
+
FD_SETSIZE = ::Ethon::Libc.getdtablesize
|
47
37
|
layout :fds_bits, [:long, FD_SETSIZE / ::FFI::Type::LONG.size]
|
48
38
|
|
49
39
|
# :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
|
+
:obsolete16,
|
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
|
+
:peer_failed_verification,
|
65
65
|
:got_nothing,
|
66
66
|
:ssl_engine_notfound,
|
67
67
|
:ssl_engine_setfailed,
|
@@ -70,7 +70,6 @@ module Ethon
|
|
70
70
|
:obsolete57,
|
71
71
|
:ssl_certproblem,
|
72
72
|
:ssl_cipher,
|
73
|
-
:peer_failed_verification,
|
74
73
|
:bad_content_encoding,
|
75
74
|
:ldap_invalid_url,
|
76
75
|
:filesize_exceeded,
|
@@ -307,7 +307,6 @@ 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
|
311
310
|
option :easy, :tcp_keepalive, :bool, 213
|
312
311
|
option :easy, :tcp_keepidle, :int, 214
|
313
312
|
option :easy, :tcp_keepintvl, :int, 215
|
@@ -353,7 +352,7 @@ module Ethon
|
|
353
352
|
option :easy, :cookiesession, :bool, 96
|
354
353
|
option :easy, :cookielist, :string, 135
|
355
354
|
option :easy, :httpget, :bool, 80
|
356
|
-
option :easy, :http_version, :enum, 84, [:none, :httpv1_0, :httpv1_1, :httpv2_0
|
355
|
+
option :easy, :http_version, :enum, 84, [:none, :httpv1_0, :httpv1_1, :httpv2_0]
|
357
356
|
option :easy, :ignore_content_length, :bool, 136
|
358
357
|
option :easy, :http_content_decoding, :bool, 158
|
359
358
|
option :easy, :http_transfer_decoding, :bool, 157
|
@@ -441,7 +440,7 @@ module Ethon
|
|
441
440
|
option_alias :easy, :keypasswd, :sslkeypasswd
|
442
441
|
option :easy, :sslengine, :string, 89
|
443
442
|
option :easy, :sslengine_default, :none, 90
|
444
|
-
option :easy, :sslversion, :enum, 32, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2
|
443
|
+
option :easy, :sslversion, :enum, 32, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2]
|
445
444
|
option :easy, :ssl_verifypeer, :bool, 64
|
446
445
|
option :easy, :cainfo, :string, 65
|
447
446
|
option :easy, :issuercert, :string, 170
|
@@ -464,7 +463,7 @@ module Ethon
|
|
464
463
|
option :easy, :proxy_capath, :string, 247
|
465
464
|
option :easy, :proxy_ssl_verifypeer, :bool, 248
|
466
465
|
option :easy, :proxy_ssl_verifyhost, :int, 249
|
467
|
-
option :easy, :proxy_sslversion, :enum, 250, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2
|
466
|
+
option :easy, :proxy_sslversion, :enum, 250, [:default, :tlsv1, :sslv2, :sslv3, :tlsv1_0, :tlsv1_1, :tlsv1_2]
|
468
467
|
option :easy, :proxy_tlsauth_username, :string, 251
|
469
468
|
option :easy, :proxy_tlsauth_password, :string, 252
|
470
469
|
option :easy, :proxy_tlsauth_type, :enum, 253, [:none, :srp]
|
data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/callbacks.rb
RENAMED
@@ -52,9 +52,8 @@ module Ethon
|
|
52
52
|
# @return [ Proc ] The callback.
|
53
53
|
def header_write_callback
|
54
54
|
@header_write_callback ||= proc {|stream, size, num, object|
|
55
|
-
result = headers
|
56
55
|
@response_headers << stream.read_string(size * num)
|
57
|
-
|
56
|
+
size * num
|
58
57
|
}
|
59
58
|
end
|
60
59
|
|
data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.17.0 → ethon-0.15.0}/lib/ethon/easy/informations.rb
RENAMED
@@ -73,9 +73,6 @@ 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
|
-
|
79
76
|
# Return the bytes, the total amount of bytes that were uploaded
|
80
77
|
:size_upload => :double,
|
81
78
|
|
@@ -43,12 +43,7 @@ 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
|
-
|
47
|
-
@on_headers.each do |callback|
|
48
|
-
result = callback.call(self)
|
49
|
-
break if result == :abort
|
50
|
-
end
|
51
|
-
result
|
46
|
+
@on_headers.each{ |callback| callback.call(self) }
|
52
47
|
end
|
53
48
|
end
|
54
49
|
|