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
|
@@ -2,7 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## Master
|
|
4
4
|
|
|
5
|
-
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.
|
|
5
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.6.0...master)
|
|
6
|
+
|
|
7
|
+
## 1.6.0
|
|
8
|
+
|
|
9
|
+
[Full Changelog](http://github.com/typhoeus/typhoeus/compare/v1.5.0...v1.6.0)
|
|
10
|
+
|
|
11
|
+
* Add Ruby 4.0 to CI matrix and update checkout action to v6.
|
|
12
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#744](https://github.com/typhoeus/typhoeus/pull/744))
|
|
13
|
+
* Require Ethon >= 0.18.0, removing the upper bound constraint.
|
|
14
|
+
([Geremia Taglialatela](https://github.com/tagliala), [#742](https://github.com/typhoeus/typhoeus/pull/742))
|
|
15
|
+
* Update RubyDoc link in gemspec metadata.
|
|
16
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#737](https://github.com/typhoeus/typhoeus/pull/737))
|
|
17
|
+
* Update gem version badge and remove Code Climate badge.
|
|
18
|
+
([Felipe Mesquita](https://github.com/felipedmesquita), [#736](https://github.com/typhoeus/typhoeus/pull/736))
|
|
6
19
|
|
|
7
20
|
## 1.5.0
|
|
8
21
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Typhoeus [](https://badge.fury.io/rb/typhoeus) [](https://github.com/typhoeus/typhoeus/actions/workflows/ci.yml) [](https://github.com/typhoeus/typhoeus/actions/workflows/experimental.yml)
|
|
2
2
|
|
|
3
3
|
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
|
|
4
4
|
|
|
@@ -32,7 +32,7 @@ gem install typhoeus
|
|
|
32
32
|
|
|
33
33
|
## Project Tracking
|
|
34
34
|
|
|
35
|
-
* [API Documentation](https://rubydoc.info/github/typhoeus/typhoeus
|
|
35
|
+
* [API Documentation](https://rubydoc.info/github/typhoeus/typhoeus) (GitHub master)
|
|
36
36
|
|
|
37
37
|
## Usage
|
|
38
38
|
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
'source_code_uri' => "https://github.com/typhoeus/typhoeus/tree/v#{s.version}"
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
s.add_dependency('ethon', [">= 0.
|
|
27
|
+
s.add_dependency('ethon', [">= 0.18.0"])
|
|
28
28
|
|
|
29
29
|
s.files = Dir.chdir(__dir__) do
|
|
30
30
|
`git ls-files -z`.split("\x0").reject do |file|
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
# stub: ethon 0.18.0 ruby lib
|
|
3
|
+
|
|
4
|
+
Gem::Specification.new do |s|
|
|
5
|
+
s.name = "ethon".freeze
|
|
6
|
+
s.version = "0.18.0".freeze
|
|
7
|
+
|
|
8
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
|
+
s.metadata = { "bug_tracker_uri" => "https://github.com/typhoeus/ethon/issues", "changelog_uri" => "https://github.com/typhoeus/ethon/blob/v0.18.0/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/ethon/0.18.0", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/typhoeus/ethon/tree/v0.18.0" } if s.respond_to? :metadata=
|
|
10
|
+
s.require_paths = ["lib".freeze]
|
|
11
|
+
s.authors = ["Hans Hasselberg".freeze]
|
|
12
|
+
s.date = "1980-01-02"
|
|
13
|
+
s.description = "Very lightweight libcurl wrapper.".freeze
|
|
14
|
+
s.email = ["me@hans.io".freeze]
|
|
15
|
+
s.homepage = "https://github.com/typhoeus/ethon".freeze
|
|
16
|
+
s.licenses = ["MIT".freeze]
|
|
17
|
+
s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze)
|
|
18
|
+
s.rubygems_version = "3.7.1".freeze
|
|
19
|
+
s.summary = "Libcurl wrapper.".freeze
|
|
20
|
+
|
|
21
|
+
s.installed_by_version = "4.0.0".freeze
|
|
22
|
+
|
|
23
|
+
s.specification_version = 4
|
|
24
|
+
|
|
25
|
+
s.add_runtime_dependency(%q<ffi>.freeze, [">= 1.15.0".freeze])
|
|
26
|
+
s.add_runtime_dependency(%q<logger>.freeze, [">= 0".freeze])
|
|
27
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
|
2
|
+
# stub: logger 1.7.0 ruby lib
|
|
3
|
+
|
|
4
|
+
Gem::Specification.new do |s|
|
|
5
|
+
s.name = "logger".freeze
|
|
6
|
+
s.version = "1.7.0".freeze
|
|
7
|
+
|
|
8
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
|
+
s.metadata = { "changelog_uri" => "https://github.com/ruby/logger/releases" } if s.respond_to? :metadata=
|
|
10
|
+
s.require_paths = ["lib".freeze]
|
|
11
|
+
s.authors = ["Naotoshi Seo".freeze, "SHIBATA Hiroshi".freeze]
|
|
12
|
+
s.date = "2025-03-27"
|
|
13
|
+
s.description = "Provides a simple logging utility for outputting messages.".freeze
|
|
14
|
+
s.email = ["sonots@gmail.com".freeze, "hsbt@ruby-lang.org".freeze]
|
|
15
|
+
s.homepage = "https://github.com/ruby/logger".freeze
|
|
16
|
+
s.licenses = ["Ruby".freeze, "BSD-2-Clause".freeze]
|
|
17
|
+
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
|
|
18
|
+
s.rubygems_version = "3.5.11".freeze
|
|
19
|
+
s.summary = "Provides a simple logging utility for outputting messages.".freeze
|
|
20
|
+
|
|
21
|
+
s.installed_by_version = "4.0.0".freeze
|
|
22
|
+
end
|
data/vendor/bundle/ruby/3.3.0/specifications/{typhoeus-1.5.0.gemspec → typhoeus-1.6.0.gemspec}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
|
2
|
-
# stub: typhoeus 1.
|
|
2
|
+
# stub: typhoeus 1.6.0 ruby lib
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "typhoeus".freeze
|
|
6
|
-
s.version = "1.
|
|
6
|
+
s.version = "1.6.0".freeze
|
|
7
7
|
|
|
8
8
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
9
|
-
s.metadata = { "bug_tracker_uri" => "https://github.com/typhoeus/typhoeus/issues", "changelog_uri" => "https://github.com/typhoeus/typhoeus/blob/v1.
|
|
9
|
+
s.metadata = { "bug_tracker_uri" => "https://github.com/typhoeus/typhoeus/issues", "changelog_uri" => "https://github.com/typhoeus/typhoeus/blob/v1.6.0/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/typhoeus/1.6.0", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/typhoeus/typhoeus/tree/v1.6.0" } if s.respond_to? :metadata=
|
|
10
10
|
s.require_paths = ["lib".freeze]
|
|
11
11
|
s.authors = ["David Balatero".freeze, "Paul Dix".freeze, "Hans Hasselberg".freeze]
|
|
12
12
|
s.date = "1980-01-02"
|
|
@@ -15,12 +15,12 @@ Gem::Specification.new do |s|
|
|
|
15
15
|
s.homepage = "https://github.com/typhoeus/typhoeus".freeze
|
|
16
16
|
s.licenses = ["MIT".freeze]
|
|
17
17
|
s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze)
|
|
18
|
-
s.rubygems_version = "
|
|
18
|
+
s.rubygems_version = "4.0.3".freeze
|
|
19
19
|
s.summary = "Parallel HTTP library on top of libcurl multi.".freeze
|
|
20
20
|
|
|
21
21
|
s.installed_by_version = "4.0.0".freeze
|
|
22
22
|
|
|
23
23
|
s.specification_version = 4
|
|
24
24
|
|
|
25
|
-
s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.
|
|
25
|
+
s.add_runtime_dependency(%q<ethon>.freeze, [">= 0.18.0".freeze])
|
|
26
26
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cybrid_api_id_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.127.
|
|
4
|
+
version: 0.127.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cybrid
|
|
@@ -137,10 +137,11 @@ files:
|
|
|
137
137
|
- vendor/bundle/ruby/3.3.0/cache/coderay-1.1.3.gem
|
|
138
138
|
- vendor/bundle/ruby/3.3.0/cache/date-3.5.1.gem
|
|
139
139
|
- vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.2.gem
|
|
140
|
-
- vendor/bundle/ruby/3.3.0/cache/ethon-0.
|
|
140
|
+
- vendor/bundle/ruby/3.3.0/cache/ethon-0.18.0.gem
|
|
141
141
|
- vendor/bundle/ruby/3.3.0/cache/ffi-1.17.3-x86_64-linux-gnu.gem
|
|
142
142
|
- vendor/bundle/ruby/3.3.0/cache/io-console-0.8.2.gem
|
|
143
143
|
- vendor/bundle/ruby/3.3.0/cache/jaro_winkler-1.5.6.gem
|
|
144
|
+
- vendor/bundle/ruby/3.3.0/cache/logger-1.7.0.gem
|
|
144
145
|
- vendor/bundle/ruby/3.3.0/cache/method_source-1.1.0.gem
|
|
145
146
|
- vendor/bundle/ruby/3.3.0/cache/parallel-1.27.0.gem
|
|
146
147
|
- vendor/bundle/ruby/3.3.0/cache/parser-3.3.10.2.gem
|
|
@@ -159,7 +160,7 @@ files:
|
|
|
159
160
|
- vendor/bundle/ruby/3.3.0/cache/rubocop-0.66.0.gem
|
|
160
161
|
- vendor/bundle/ruby/3.3.0/cache/ruby-progressbar-1.13.0.gem
|
|
161
162
|
- vendor/bundle/ruby/3.3.0/cache/stringio-3.2.0.gem
|
|
162
|
-
- vendor/bundle/ruby/3.3.0/cache/typhoeus-1.
|
|
163
|
+
- vendor/bundle/ruby/3.3.0/cache/typhoeus-1.6.0.gem
|
|
163
164
|
- vendor/bundle/ruby/3.3.0/cache/unicode-display_width-1.5.0.gem
|
|
164
165
|
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/byebug/byebug.so
|
|
165
166
|
- vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem.build_complete
|
|
@@ -530,108 +531,64 @@ files:
|
|
|
530
531
|
- vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/spec_helper.rb
|
|
531
532
|
- vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/traverse_balanced_spec.rb
|
|
532
533
|
- vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/traverse_sequences_spec.rb
|
|
533
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
534
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
535
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
536
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
537
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
538
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
539
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
540
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
541
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
542
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
543
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
544
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
545
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
546
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
547
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
548
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
549
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
550
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
551
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
552
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
553
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
554
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
555
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
556
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
557
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
558
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
559
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
560
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
561
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
562
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
563
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
564
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
565
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
566
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
567
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
568
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
569
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
570
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
571
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
572
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
573
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
574
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
575
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
576
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
577
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
578
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
579
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
580
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
581
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
582
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
583
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
584
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
585
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
586
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
587
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
588
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
589
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
590
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.
|
|
591
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/loggable.rb
|
|
592
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi.rb
|
|
593
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/operations.rb
|
|
594
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/options.rb
|
|
595
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/multi/stack.rb
|
|
596
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/version.rb
|
|
597
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/benchmarks.rb
|
|
598
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/memory_leaks.rb
|
|
599
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/perf_spec_helper.rb
|
|
600
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/memory_test_helpers.rb
|
|
601
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/os_memory_leak_tracker.rb
|
|
602
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/profile/support/ruby_object_leak_tracker.rb
|
|
603
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/curl_spec.rb
|
|
604
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb
|
|
605
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/debug_info_spec.rb
|
|
606
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/features_spec.rb
|
|
607
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/form_spec.rb
|
|
608
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/header_spec.rb
|
|
609
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/custom_spec.rb
|
|
610
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/delete_spec.rb
|
|
611
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/get_spec.rb
|
|
612
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/head_spec.rb
|
|
613
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/options_spec.rb
|
|
614
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/patch_spec.rb
|
|
615
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/post_spec.rb
|
|
616
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http/put_spec.rb
|
|
617
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/http_spec.rb
|
|
618
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb
|
|
619
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb
|
|
620
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb
|
|
621
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/options_spec.rb
|
|
622
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/queryable_spec.rb
|
|
623
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/response_callbacks_spec.rb
|
|
624
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/util_spec.rb
|
|
625
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy_spec.rb
|
|
626
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/libc_spec.rb
|
|
627
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/loggable_spec.rb
|
|
628
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/operations_spec.rb
|
|
629
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/options_spec.rb
|
|
630
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi/stack_spec.rb
|
|
631
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/multi_spec.rb
|
|
632
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/spec_helper.rb
|
|
633
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/localhost_server.rb
|
|
634
|
-
- vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/support/server.rb
|
|
534
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/CHANGELOG.md
|
|
535
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/LICENSE
|
|
536
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/README.md
|
|
537
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/ethon.gemspec
|
|
538
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon.rb
|
|
539
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curl.rb
|
|
540
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/classes.rb
|
|
541
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/codes.rb
|
|
542
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/constants.rb
|
|
543
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/form_options.rb
|
|
544
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/functions.rb
|
|
545
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/infos.rb
|
|
546
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/messages.rb
|
|
547
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/options.rb
|
|
548
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/curls/settings.rb
|
|
549
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy.rb
|
|
550
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/callbacks.rb
|
|
551
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/debug_info.rb
|
|
552
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/features.rb
|
|
553
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/form.rb
|
|
554
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/header.rb
|
|
555
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http.rb
|
|
556
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/actionable.rb
|
|
557
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/custom.rb
|
|
558
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/delete.rb
|
|
559
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/get.rb
|
|
560
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/head.rb
|
|
561
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/options.rb
|
|
562
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/patch.rb
|
|
563
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/post.rb
|
|
564
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/postable.rb
|
|
565
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/put.rb
|
|
566
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/http/putable.rb
|
|
567
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/informations.rb
|
|
568
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/mirror.rb
|
|
569
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/operations.rb
|
|
570
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/options.rb
|
|
571
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/params.rb
|
|
572
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/queryable.rb
|
|
573
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/response_callbacks.rb
|
|
574
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/easy/util.rb
|
|
575
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors.rb
|
|
576
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/ethon_error.rb
|
|
577
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/global_init.rb
|
|
578
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_option.rb
|
|
579
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_value.rb
|
|
580
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/multi_add.rb
|
|
581
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/multi_fdset.rb
|
|
582
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/multi_remove.rb
|
|
583
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/multi_timeout.rb
|
|
584
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/errors/select.rb
|
|
585
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/libc.rb
|
|
586
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/loggable.rb
|
|
587
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/multi.rb
|
|
588
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/multi/operations.rb
|
|
589
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/multi/options.rb
|
|
590
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/multi/stack.rb
|
|
591
|
+
- vendor/bundle/ruby/3.3.0/gems/ethon-0.18.0/lib/ethon/version.rb
|
|
635
592
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/CHANGELOG.md
|
|
636
593
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/COPYING
|
|
637
594
|
- vendor/bundle/ruby/3.3.0/gems/ffi-1.17.3-x86_64-linux-gnu/Gemfile
|
|
@@ -789,6 +746,18 @@ files:
|
|
|
789
746
|
- vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_ext.so
|
|
790
747
|
- vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/jaro_winkler_pure.rb
|
|
791
748
|
- vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/lib/jaro_winkler/version.rb
|
|
749
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.document
|
|
750
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/.rdoc_options
|
|
751
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/BSDL
|
|
752
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/COPYING
|
|
753
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/README.md
|
|
754
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger.rb
|
|
755
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/errors.rb
|
|
756
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/formatter.rb
|
|
757
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/log_device.rb
|
|
758
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/period.rb
|
|
759
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/severity.rb
|
|
760
|
+
- vendor/bundle/ruby/3.3.0/gems/logger-1.7.0/lib/logger/version.rb
|
|
792
761
|
- vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/.gemtest
|
|
793
762
|
- vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/.yardopts
|
|
794
763
|
- vendor/bundle/ruby/3.3.0/gems/method_source-1.1.0/CHANGELOG.md
|
|
@@ -2149,55 +2118,55 @@ files:
|
|
|
2149
2118
|
- vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio/extconf.rb
|
|
2150
2119
|
- vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio/stringio.c
|
|
2151
2120
|
- vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/lib/stringio.so
|
|
2152
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2153
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2154
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2155
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2156
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2157
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2158
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2159
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2160
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2161
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2162
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2163
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2164
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2165
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2166
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2167
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2168
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2169
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2170
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2171
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2172
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2173
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2174
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2175
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2176
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2177
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2178
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2179
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2180
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2181
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2182
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2183
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2184
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2185
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2186
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2187
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2188
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2189
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2190
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2191
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2192
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2193
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2194
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2195
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2196
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2197
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2198
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2199
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2200
|
-
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.
|
|
2121
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/CHANGELOG.md
|
|
2122
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/CONTRIBUTING.md
|
|
2123
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/LICENSE
|
|
2124
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/README.md
|
|
2125
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/UPGRADE.md
|
|
2126
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/rack/typhoeus.rb
|
|
2127
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder.rb
|
|
2128
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb
|
|
2129
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus.rb
|
|
2130
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/adapters/faraday.rb
|
|
2131
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/dalli.rb
|
|
2132
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/rails.rb
|
|
2133
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/redis.rb
|
|
2134
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/config.rb
|
|
2135
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/easy_factory.rb
|
|
2136
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/errors.rb
|
|
2137
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/no_stub.rb
|
|
2138
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/typhoeus_error.rb
|
|
2139
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/expectation.rb
|
|
2140
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra.rb
|
|
2141
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/addable.rb
|
|
2142
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/before.rb
|
|
2143
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/block_connection.rb
|
|
2144
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/cacheable.rb
|
|
2145
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/memoizable.rb
|
|
2146
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/queueable.rb
|
|
2147
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/runnable.rb
|
|
2148
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/stubbable.rb
|
|
2149
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/pool.rb
|
|
2150
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/railtie.rb
|
|
2151
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request.rb
|
|
2152
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/actions.rb
|
|
2153
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/before.rb
|
|
2154
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/block_connection.rb
|
|
2155
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/cacheable.rb
|
|
2156
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/callbacks.rb
|
|
2157
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/marshal.rb
|
|
2158
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/memoizable.rb
|
|
2159
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/operations.rb
|
|
2160
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/responseable.rb
|
|
2161
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/streamable.rb
|
|
2162
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/request/stubbable.rb
|
|
2163
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/response.rb
|
|
2164
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/response/cacheable.rb
|
|
2165
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/response/header.rb
|
|
2166
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/response/informations.rb
|
|
2167
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/response/status.rb
|
|
2168
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/lib/typhoeus/version.rb
|
|
2169
|
+
- vendor/bundle/ruby/3.3.0/gems/typhoeus-1.6.0/typhoeus.gemspec
|
|
2201
2170
|
- vendor/bundle/ruby/3.3.0/gems/unicode-display_width-1.5.0/CHANGELOG.md
|
|
2202
2171
|
- vendor/bundle/ruby/3.3.0/gems/unicode-display_width-1.5.0/MIT-LICENSE.txt
|
|
2203
2172
|
- vendor/bundle/ruby/3.3.0/gems/unicode-display_width-1.5.0/README.md
|
|
@@ -2212,10 +2181,11 @@ files:
|
|
|
2212
2181
|
- vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec
|
|
2213
2182
|
- vendor/bundle/ruby/3.3.0/specifications/date-3.5.1.gemspec
|
|
2214
2183
|
- vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.2.gemspec
|
|
2215
|
-
- vendor/bundle/ruby/3.3.0/specifications/ethon-0.
|
|
2184
|
+
- vendor/bundle/ruby/3.3.0/specifications/ethon-0.18.0.gemspec
|
|
2216
2185
|
- vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.3-x86_64-linux-gnu.gemspec
|
|
2217
2186
|
- vendor/bundle/ruby/3.3.0/specifications/io-console-0.8.2.gemspec
|
|
2218
2187
|
- vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec
|
|
2188
|
+
- vendor/bundle/ruby/3.3.0/specifications/logger-1.7.0.gemspec
|
|
2219
2189
|
- vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec
|
|
2220
2190
|
- vendor/bundle/ruby/3.3.0/specifications/parallel-1.27.0.gemspec
|
|
2221
2191
|
- vendor/bundle/ruby/3.3.0/specifications/parser-3.3.10.2.gemspec
|
|
@@ -2234,7 +2204,7 @@ files:
|
|
|
2234
2204
|
- vendor/bundle/ruby/3.3.0/specifications/rubocop-0.66.0.gemspec
|
|
2235
2205
|
- vendor/bundle/ruby/3.3.0/specifications/ruby-progressbar-1.13.0.gemspec
|
|
2236
2206
|
- vendor/bundle/ruby/3.3.0/specifications/stringio-3.2.0.gemspec
|
|
2237
|
-
- vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.
|
|
2207
|
+
- vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.6.0.gemspec
|
|
2238
2208
|
- vendor/bundle/ruby/3.3.0/specifications/unicode-display_width-1.5.0.gemspec
|
|
2239
2209
|
homepage: https://github.com/Cybrid-app/cybrid-api-id-ruby/
|
|
2240
2210
|
licenses:
|
|
Binary file
|
|
Binary file
|
|
@@ -1,41 +0,0 @@
|
|
|
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
|
|
@@ -1,43 +0,0 @@
|
|
|
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
|