cybrid_api_organization_ruby 0.124.85 → 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_organization_ruby.gemspec +1 -1
- data/lib/cybrid_api_organization_ruby/api/organizations_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscription_deliveries_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscription_events_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api/subscriptions_organization_api.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api_client.rb +1 -1
- data/lib/cybrid_api_organization_ruby/api_error.rb +1 -1
- data/lib/cybrid_api_organization_ruby/configuration.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/error_response_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/organization_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/patch_organization_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/post_subscription_delivery_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/post_subscription_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_delivery_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_delivery_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_environment_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_event_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_event_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_list_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_state_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/models/subscription_type_organization_model.rb +1 -1
- data/lib/cybrid_api_organization_ruby/version.rb +2 -2
- data/lib/cybrid_api_organization_ruby.rb +1 -1
- data/spec/api/organizations_organization_api_spec.rb +1 -1
- data/spec/api/subscription_deliveries_organization_api_spec.rb +1 -1
- data/spec/api/subscription_events_organization_api_spec.rb +1 -1
- data/spec/api/subscriptions_organization_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/error_response_organization_model_spec.rb +1 -1
- data/spec/models/organization_organization_model_spec.rb +1 -1
- data/spec/models/patch_organization_organization_model_spec.rb +1 -1
- data/spec/models/post_subscription_delivery_organization_model_spec.rb +1 -1
- data/spec/models/post_subscription_organization_model_spec.rb +1 -1
- data/spec/models/subscription_delivery_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_delivery_organization_model_spec.rb +1 -1
- data/spec/models/subscription_environment_organization_model_spec.rb +1 -1
- data/spec/models/subscription_event_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_event_organization_model_spec.rb +1 -1
- data/spec/models/subscription_list_organization_model_spec.rb +1 -1
- data/spec/models/subscription_organization_model_spec.rb +1 -1
- data/spec/models/subscription_state_organization_model_spec.rb +1 -1
- data/spec/models/subscription_type_organization_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
@@ -1,156 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
require "rack/typhoeus"
|
3
|
-
|
4
|
-
describe "Rack::Typhoeus::Middleware::ParamsDecoder::Helper" do
|
5
|
-
|
6
|
-
let(:klass) do
|
7
|
-
Class.new do
|
8
|
-
include Rack::Typhoeus::Middleware::ParamsDecoder::Helper
|
9
|
-
end.new
|
10
|
-
end
|
11
|
-
|
12
|
-
describe "#decode" do
|
13
|
-
let(:decoded) { klass.decode(params) }
|
14
|
-
let(:params) { { :array => {'0' => :a, '1' => :b } } }
|
15
|
-
|
16
|
-
it "decodes" do
|
17
|
-
expect(decoded[:array]).to match_array([:a, :b])
|
18
|
-
end
|
19
|
-
|
20
|
-
it "doesn't modify" do
|
21
|
-
expect(decoded).to_not be(params)
|
22
|
-
end
|
23
|
-
end
|
24
|
-
|
25
|
-
describe "#decode!" do
|
26
|
-
let(:decoded) { klass.decode!(params) }
|
27
|
-
|
28
|
-
context "when hash" do
|
29
|
-
context "when encoded" do
|
30
|
-
context "when simple" do
|
31
|
-
let(:params) { { :array => {'0' => :a, '1' => :b } } }
|
32
|
-
|
33
|
-
it "decodes" do
|
34
|
-
expect(decoded[:array]).to match_array([:a, :b])
|
35
|
-
end
|
36
|
-
|
37
|
-
it "modifies" do
|
38
|
-
expect(decoded).to eq(params)
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
context "when longer and more complex" do
|
43
|
-
let(:params) do
|
44
|
-
{
|
45
|
-
:ids => {
|
46
|
-
"0" => "407304",
|
47
|
-
"1" => "407305",
|
48
|
-
"2" => "407306",
|
49
|
-
"3" => "407307",
|
50
|
-
"4" => "407308",
|
51
|
-
"5" => "407309",
|
52
|
-
"6" => "407310",
|
53
|
-
"7" => "407311",
|
54
|
-
"8" => "407312",
|
55
|
-
"9" => "407313",
|
56
|
-
"10" => "327012"
|
57
|
-
}
|
58
|
-
}
|
59
|
-
end
|
60
|
-
|
61
|
-
it "decodes ensuring arrays maintain their original order" do
|
62
|
-
expect(decoded[:ids]).to eq(["407304", "407305", "407306", "407307", "407308", "407309", "407310", "407311", "407312", "407313", "327012"])
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
context "when nested" do
|
67
|
-
let(:params) do
|
68
|
-
{ :array => { '0' => 0, '1' => { '0' => 'sub0', '1' => 'sub1' } } }
|
69
|
-
end
|
70
|
-
|
71
|
-
it "decodes" do
|
72
|
-
expect(decoded[:array]).to include(0)
|
73
|
-
expect(decoded[:array].find{|e| e.is_a?(Array)}).to(
|
74
|
-
match_array(['sub0', 'sub1'])
|
75
|
-
)
|
76
|
-
end
|
77
|
-
|
78
|
-
it "modifies" do
|
79
|
-
expect(decoded).to eq(params)
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
84
|
-
context "when not encoded" do
|
85
|
-
let(:params) { {:a => :a} }
|
86
|
-
|
87
|
-
it "doesn't modify" do
|
88
|
-
expect(decoded).to be(params)
|
89
|
-
end
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
context "when no hash" do
|
94
|
-
let(:params) { "a" }
|
95
|
-
|
96
|
-
it "returns self" do
|
97
|
-
expect(decoded).to be(params)
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
describe "#encoded?" do
|
103
|
-
let(:encoded) { klass.send(:encoded?, params) }
|
104
|
-
|
105
|
-
context "when there is only one key" do
|
106
|
-
context "and its 0" do
|
107
|
-
let(:params){ {'0' => 1} }
|
108
|
-
it 'returns true' do
|
109
|
-
expect(encoded).to be_truthy
|
110
|
-
end
|
111
|
-
end
|
112
|
-
context "and its not 0" do
|
113
|
-
let(:params){ {'some-key' => 1}}
|
114
|
-
it 'returns false' do
|
115
|
-
expect(encoded).to be_falsey
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
|
-
context "when keys are ascending numbers starting with zero" do
|
121
|
-
let(:params) { Hash[12.times.map {|i| [i, (i+65).chr]}] }
|
122
|
-
|
123
|
-
it "returns true" do
|
124
|
-
expect(encoded).to be_truthy
|
125
|
-
end
|
126
|
-
end
|
127
|
-
|
128
|
-
context "when keys are not ascending numbers starting with zero" do
|
129
|
-
let(:params) { {:a => 1} }
|
130
|
-
|
131
|
-
it "returns false" do
|
132
|
-
expect(encoded).to be_falsey
|
133
|
-
end
|
134
|
-
end
|
135
|
-
end
|
136
|
-
|
137
|
-
describe "#convert" do
|
138
|
-
let(:converted) { klass.send(:convert, params) }
|
139
|
-
|
140
|
-
context "when encoded" do
|
141
|
-
let(:params) { {'0' => :a, '1' => :b} }
|
142
|
-
|
143
|
-
it "returns values" do
|
144
|
-
expect(converted).to match_array([:a, :b])
|
145
|
-
end
|
146
|
-
end
|
147
|
-
|
148
|
-
context "when not encoded" do
|
149
|
-
let(:params) { {:a => :a} }
|
150
|
-
|
151
|
-
it "returns unmodified" do
|
152
|
-
expect(converted).to be(params)
|
153
|
-
end
|
154
|
-
end
|
155
|
-
end
|
156
|
-
end
|
@@ -1,31 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe "Rack::Typhoeus::Middleware::ParamsDecoder" do
|
4
|
-
|
5
|
-
before(:all) do
|
6
|
-
require "rack/typhoeus"
|
7
|
-
end
|
8
|
-
|
9
|
-
let(:app) do
|
10
|
-
double
|
11
|
-
end
|
12
|
-
|
13
|
-
let(:env) do
|
14
|
-
double
|
15
|
-
end
|
16
|
-
|
17
|
-
let(:klass) do
|
18
|
-
Rack::Typhoeus::Middleware::ParamsDecoder
|
19
|
-
end
|
20
|
-
|
21
|
-
describe "#call" do
|
22
|
-
end
|
23
|
-
|
24
|
-
context "when requesting" do
|
25
|
-
let(:response) { Typhoeus.get("localhost:3001", :params => {:x => [:a]}) }
|
26
|
-
|
27
|
-
it "transforms parameters" do
|
28
|
-
expect(response.body).to include("query_hash\":{\"x\":[\"a\"]}")
|
29
|
-
end
|
30
|
-
end
|
31
|
-
end
|
@@ -1,29 +0,0 @@
|
|
1
|
-
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
2
|
-
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
|
3
|
-
|
4
|
-
require "bundler"
|
5
|
-
Bundler.setup
|
6
|
-
require "typhoeus"
|
7
|
-
require "rspec"
|
8
|
-
|
9
|
-
Dir[File.join(File.dirname(__FILE__), "support/**/*.rb")].each { |f| require f }
|
10
|
-
|
11
|
-
RSpec.configure do |config|
|
12
|
-
config.order = :rand
|
13
|
-
|
14
|
-
config.before(:suite) do
|
15
|
-
LocalhostServer.new(TESTSERVER.new, 3001)
|
16
|
-
end
|
17
|
-
|
18
|
-
config.after do
|
19
|
-
Typhoeus::Pool.clear
|
20
|
-
Typhoeus::Expectation.clear
|
21
|
-
Typhoeus.before.clear
|
22
|
-
Typhoeus.on_complete.clear
|
23
|
-
Typhoeus.on_success.clear
|
24
|
-
Typhoeus.on_failure.clear
|
25
|
-
Typhoeus::Config.verbose = false
|
26
|
-
Typhoeus::Config.block_connection = false
|
27
|
-
Typhoeus::Config.memoize = false
|
28
|
-
end
|
29
|
-
end
|
@@ -1,339 +0,0 @@
|
|
1
|
-
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("1.9.0")
|
2
|
-
require 'spec_helper'
|
3
|
-
require 'typhoeus/adapters/faraday'
|
4
|
-
|
5
|
-
describe Faraday::Adapter::Typhoeus do
|
6
|
-
let(:base_url) { "http://localhost:3001" }
|
7
|
-
let(:adapter) { described_class.new(nil) }
|
8
|
-
let(:request) { Typhoeus::Request.new(base_url) }
|
9
|
-
let(:conn) do
|
10
|
-
Faraday.new(:url => base_url) do |faraday|
|
11
|
-
faraday.adapter :typhoeus
|
12
|
-
end
|
13
|
-
end
|
14
|
-
let(:response) { conn.get("/") }
|
15
|
-
|
16
|
-
context "when parallel" do
|
17
|
-
it "returns a faraday response" do
|
18
|
-
response = nil
|
19
|
-
conn.in_parallel { response = conn.get("/") }
|
20
|
-
expect(response).to be_a(Faraday::Response)
|
21
|
-
end
|
22
|
-
|
23
|
-
it "succeeds" do
|
24
|
-
response = nil
|
25
|
-
conn.in_parallel { response = conn.get("/") }
|
26
|
-
expect(response.status).to be(200)
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
context "when not parallel" do
|
31
|
-
it "returns a faraday response" do
|
32
|
-
expect(response).to be_a(Faraday::Response)
|
33
|
-
end
|
34
|
-
|
35
|
-
it "succeeds" do
|
36
|
-
expect(response.status).to be(200)
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
context "when a response is stubbed" do
|
41
|
-
before do
|
42
|
-
stub = Typhoeus::Response.new \
|
43
|
-
:code => 200,
|
44
|
-
:headers => { "Foo" => "2", "Bar" => "3" },
|
45
|
-
:body => "Hello",
|
46
|
-
:mock => true
|
47
|
-
|
48
|
-
Typhoeus.stub(base_url + '/').and_return(stub)
|
49
|
-
end
|
50
|
-
|
51
|
-
it 'stubs the status code' do
|
52
|
-
expect(response.status).to eq(200)
|
53
|
-
end
|
54
|
-
|
55
|
-
it 'stubs the response body' do
|
56
|
-
expect(response.body).to eq("Hello")
|
57
|
-
end
|
58
|
-
|
59
|
-
it 'stubs the headers' do
|
60
|
-
expect(response.headers).to eq("Foo" => "2", "Bar" => "3")
|
61
|
-
end
|
62
|
-
end
|
63
|
-
|
64
|
-
describe "#initialize" do
|
65
|
-
let(:request) { adapter.method(:typhoeus_request).call({}) }
|
66
|
-
|
67
|
-
context "when typhoeus request options specified" do
|
68
|
-
let(:adapter) { described_class.new(nil, { :forbid_reuse => true, :maxredirs => 1 }) }
|
69
|
-
|
70
|
-
it "should set option for request" do
|
71
|
-
expect(request.options[:forbid_reuse]).to be_truthy
|
72
|
-
expect(request.options[:maxredirs]).to eq(1)
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
describe "#perform_request" do
|
78
|
-
let(:env) { {} }
|
79
|
-
|
80
|
-
context "when body" do
|
81
|
-
let(:env) { { :body => double(:read => "body") } }
|
82
|
-
|
83
|
-
it "reads body" do
|
84
|
-
expect(adapter.method(:read_body).call(env)).to eq("body")
|
85
|
-
end
|
86
|
-
end
|
87
|
-
|
88
|
-
context "parallel_manager" do
|
89
|
-
context "when given" do
|
90
|
-
let(:env) { { :parallel_manager => double(:queue => true), :ssl => {}, :request => {} } }
|
91
|
-
|
92
|
-
it "uses" do
|
93
|
-
adapter.method(:perform_request).call(env)
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
context "when not given" do
|
98
|
-
let(:env) { { :method => :get, :ssl => {}, :request => {} } }
|
99
|
-
|
100
|
-
it "falls back to single" do
|
101
|
-
expect(Typhoeus::Request).to receive(:new).and_return(double(:options => {}, :on_complete => [], :run => true))
|
102
|
-
adapter.method(:perform_request).call(env)
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|
106
|
-
end
|
107
|
-
|
108
|
-
describe "#request" do
|
109
|
-
let(:env) do
|
110
|
-
{ :url => "url", :method => :get, :body => "body", :request_headers => {}, :ssl => {}, :request => {} }
|
111
|
-
end
|
112
|
-
|
113
|
-
let(:request) { adapter.method(:request).call(env) }
|
114
|
-
|
115
|
-
it "returns request" do
|
116
|
-
expect(request).to be_a(Typhoeus::Request)
|
117
|
-
end
|
118
|
-
|
119
|
-
it "sets url" do
|
120
|
-
expect(request.base_url).to eq("url")
|
121
|
-
end
|
122
|
-
|
123
|
-
it "sets http method" do
|
124
|
-
expect(request.original_options[:method]).to eq(:get)
|
125
|
-
end
|
126
|
-
|
127
|
-
it "sets body" do
|
128
|
-
expect(request.original_options[:body]).to eq("body")
|
129
|
-
end
|
130
|
-
|
131
|
-
it "sets headers" do
|
132
|
-
expect(request.original_options[:headers]).to eq({})
|
133
|
-
end
|
134
|
-
|
135
|
-
it "sets on_complete callback" do
|
136
|
-
expect(request.on_complete.size).to eq(1)
|
137
|
-
end
|
138
|
-
end
|
139
|
-
|
140
|
-
context "when the connection failed" do
|
141
|
-
before do
|
142
|
-
stub = Typhoeus::Response.new \
|
143
|
-
:response_code => 0,
|
144
|
-
:return_code => 0,
|
145
|
-
:mock => true
|
146
|
-
|
147
|
-
Typhoeus.stub(base_url + '/').and_return(stub)
|
148
|
-
end
|
149
|
-
|
150
|
-
context "when parallel" do
|
151
|
-
it "isn't successful" do
|
152
|
-
response = nil
|
153
|
-
conn.in_parallel { response = conn.get("/") }
|
154
|
-
expect(response.success?).to be_falsey
|
155
|
-
end
|
156
|
-
|
157
|
-
it "translates the response code into an error message" do
|
158
|
-
response = nil
|
159
|
-
conn.in_parallel { response = conn.get("/") }
|
160
|
-
expect(response.env[:typhoeus_return_message]).to eq("No error")
|
161
|
-
end
|
162
|
-
end
|
163
|
-
|
164
|
-
context "when not parallel" do
|
165
|
-
it "raises an error" do
|
166
|
-
expect { conn.get("/") }.to raise_error(Faraday::ConnectionFailed, "No error")
|
167
|
-
end
|
168
|
-
end
|
169
|
-
end
|
170
|
-
|
171
|
-
describe "#configure_socket" do
|
172
|
-
let(:env) { { :request => { :bind => { :host => "interface" } } } }
|
173
|
-
|
174
|
-
before { adapter.method(:configure_socket).call(request, env) }
|
175
|
-
|
176
|
-
context "when host" do
|
177
|
-
it "sets interface" do
|
178
|
-
expect(request.options[:interface]).to eq("interface")
|
179
|
-
end
|
180
|
-
end
|
181
|
-
end
|
182
|
-
|
183
|
-
describe "#configure_timeout" do
|
184
|
-
before { adapter.method(:configure_timeout).call(request, env) }
|
185
|
-
|
186
|
-
context "when timeout" do
|
187
|
-
let(:env) { { :request => { :timeout => 1 } } }
|
188
|
-
|
189
|
-
it "sets timeout_ms" do
|
190
|
-
expect(request.options[:timeout_ms]).to eq(1000)
|
191
|
-
end
|
192
|
-
end
|
193
|
-
|
194
|
-
context "when open_timeout" do
|
195
|
-
let(:env) { { :request => { :open_timeout => 1 } } }
|
196
|
-
|
197
|
-
it "sets connecttimeout_ms" do
|
198
|
-
expect(request.options[:connecttimeout_ms]).to eq(1000)
|
199
|
-
end
|
200
|
-
end
|
201
|
-
end
|
202
|
-
|
203
|
-
describe "#configure_proxy" do
|
204
|
-
before { adapter.method(:configure_proxy).call(request, env) }
|
205
|
-
|
206
|
-
context "when proxy" do
|
207
|
-
let(:env) { { :request => { :proxy => { :uri => double(:scheme => 'http', :host => "localhost", :port => "3001") } } } }
|
208
|
-
|
209
|
-
it "sets proxy" do
|
210
|
-
expect(request.options[:proxy]).to eq("http://localhost:3001")
|
211
|
-
end
|
212
|
-
|
213
|
-
context "when username and password" do
|
214
|
-
let(:env) do
|
215
|
-
{ :request => { :proxy => {
|
216
|
-
:uri => double(:scheme => 'http', :host => :a, :port => :b),
|
217
|
-
:user => "a",
|
218
|
-
:password => "b"
|
219
|
-
} } }
|
220
|
-
end
|
221
|
-
|
222
|
-
it "sets proxyuserpwd" do
|
223
|
-
expect(request.options[:proxyuserpwd]).to eq("a:b")
|
224
|
-
end
|
225
|
-
end
|
226
|
-
end
|
227
|
-
end
|
228
|
-
|
229
|
-
describe "#configure_ssl" do
|
230
|
-
before { adapter.method(:configure_ssl).call(request, env) }
|
231
|
-
|
232
|
-
context "when version" do
|
233
|
-
let(:env) { { :ssl => { :version => "a" } } }
|
234
|
-
|
235
|
-
it "sets sslversion" do
|
236
|
-
expect(request.options[:sslversion]).to eq("a")
|
237
|
-
end
|
238
|
-
end
|
239
|
-
|
240
|
-
context "when client_cert" do
|
241
|
-
let(:env) { { :ssl => { :client_cert => "a" } } }
|
242
|
-
|
243
|
-
it "sets sslcert" do
|
244
|
-
expect(request.options[:sslcert]).to eq("a")
|
245
|
-
end
|
246
|
-
end
|
247
|
-
|
248
|
-
context "when client_key" do
|
249
|
-
let(:env) { { :ssl => { :client_key => "a" } } }
|
250
|
-
|
251
|
-
it "sets sslkey" do
|
252
|
-
expect(request.options[:sslkey]).to eq("a")
|
253
|
-
end
|
254
|
-
end
|
255
|
-
|
256
|
-
context "when ca_file" do
|
257
|
-
let(:env) { { :ssl => { :ca_file => "a" } } }
|
258
|
-
|
259
|
-
it "sets cainfo" do
|
260
|
-
expect(request.options[:cainfo]).to eq("a")
|
261
|
-
end
|
262
|
-
end
|
263
|
-
|
264
|
-
context "when ca_path" do
|
265
|
-
let(:env) { { :ssl => { :ca_path => "a" } } }
|
266
|
-
|
267
|
-
it "sets capath" do
|
268
|
-
expect(request.options[:capath]).to eq("a")
|
269
|
-
end
|
270
|
-
end
|
271
|
-
|
272
|
-
context "when client_cert_passwd" do
|
273
|
-
let(:env) { { :ssl => { :client_cert_passwd => "a" } } }
|
274
|
-
|
275
|
-
it "sets keypasswd to the value of client_cert_passwd" do
|
276
|
-
expect(request.options[:keypasswd]).to eq("a")
|
277
|
-
end
|
278
|
-
end
|
279
|
-
|
280
|
-
context "when client_certificate_password" do
|
281
|
-
let(:env) { { :ssl => { :client_certificate_password => "a" } } }
|
282
|
-
|
283
|
-
it "sets keypasswd to the value of client_cert_passwd" do
|
284
|
-
expect(request.options[:keypasswd]).to eq("a")
|
285
|
-
end
|
286
|
-
end
|
287
|
-
|
288
|
-
context "when no client_cert_passwd" do
|
289
|
-
let(:env) { { :ssl => { } } }
|
290
|
-
|
291
|
-
it "does not set keypasswd on options" do
|
292
|
-
expect(request.options).not_to have_key :keypasswd
|
293
|
-
end
|
294
|
-
end
|
295
|
-
|
296
|
-
context "when verify is false" do
|
297
|
-
let(:env) { { :ssl => { :verify => false } } }
|
298
|
-
|
299
|
-
it "sets ssl_verifyhost to 0" do
|
300
|
-
expect(request.options[:ssl_verifyhost]).to eq(0)
|
301
|
-
end
|
302
|
-
|
303
|
-
it "sets ssl_verifypeer to false" do
|
304
|
-
expect(request.options[:ssl_verifypeer]).to be_falsey
|
305
|
-
end
|
306
|
-
end
|
307
|
-
|
308
|
-
context "when verify is true" do
|
309
|
-
let(:env) { { :ssl => { :verify => true } } }
|
310
|
-
|
311
|
-
it "sets ssl_verifyhost to 2" do
|
312
|
-
expect(request.options[:ssl_verifyhost]).to eq(2)
|
313
|
-
end
|
314
|
-
|
315
|
-
it "sets ssl_verifypeer to true" do
|
316
|
-
expect(request.options[:ssl_verifypeer]).to be_truthy
|
317
|
-
end
|
318
|
-
end
|
319
|
-
end
|
320
|
-
|
321
|
-
describe "#parallel?" do
|
322
|
-
context "when parallel_manager" do
|
323
|
-
let(:env) { { :parallel_manager => true } }
|
324
|
-
|
325
|
-
it "returns true" do
|
326
|
-
expect(adapter.method(:parallel?).call(env)).to be_truthy
|
327
|
-
end
|
328
|
-
end
|
329
|
-
|
330
|
-
context "when no parallel_manager" do
|
331
|
-
let(:env) { { :parallel_manager => nil } }
|
332
|
-
|
333
|
-
it "returns false" do
|
334
|
-
expect(adapter.method(:parallel?).call(env)).to be_falsey
|
335
|
-
end
|
336
|
-
end
|
337
|
-
end
|
338
|
-
end
|
339
|
-
end
|
@@ -1,41 +0,0 @@
|
|
1
|
-
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("1.9.0")
|
2
|
-
require 'dalli'
|
3
|
-
require 'typhoeus/cache/dalli'
|
4
|
-
require 'spec_helper'
|
5
|
-
|
6
|
-
describe Typhoeus::Cache::Dalli do
|
7
|
-
let(:dalli) { instance_double(Dalli::Client) }
|
8
|
-
let(:cache) { Typhoeus::Cache::Dalli.new(dalli) }
|
9
|
-
|
10
|
-
let(:base_url) { "localhost:3001" }
|
11
|
-
let(:request) { Typhoeus::Request.new(base_url, {:method => :get}) }
|
12
|
-
let(:response) { Typhoeus::Response.new(:response_code => 0, :return_code => 0, :mock => true) }
|
13
|
-
|
14
|
-
describe "#set" do
|
15
|
-
it "sends the request to Dalli" do
|
16
|
-
expect(dalli).to receive(:set).with(request.cache_key, response, nil)
|
17
|
-
|
18
|
-
cache.set(request, response)
|
19
|
-
end
|
20
|
-
end
|
21
|
-
|
22
|
-
describe "#get" do
|
23
|
-
it "returns nil when the key is not in the cache" do
|
24
|
-
expect(dalli).to receive(:get).with(request.cache_key).and_return(nil)
|
25
|
-
|
26
|
-
expect(cache.get(request)).to be_nil
|
27
|
-
end
|
28
|
-
|
29
|
-
it "returns the cached response when the key is in cache" do
|
30
|
-
expect(dalli).to receive(:get).with(request.cache_key).and_return(response)
|
31
|
-
|
32
|
-
result = cache.get(request)
|
33
|
-
expect(result).to_not be_nil
|
34
|
-
expect(result.response_code).to eq(response.response_code)
|
35
|
-
expect(result.return_code).to eq(response.return_code)
|
36
|
-
expect(result.headers).to eq(response.headers)
|
37
|
-
expect(result.body).to eq(response.body)
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
@@ -1,41 +0,0 @@
|
|
1
|
-
require 'redis'
|
2
|
-
require 'typhoeus/cache/redis'
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe Typhoeus::Cache::Redis do
|
6
|
-
let(:redis) { instance_double(Redis) }
|
7
|
-
let(:cache) { Typhoeus::Cache::Redis.new(redis) }
|
8
|
-
|
9
|
-
let(:base_url) { "localhost:3001" }
|
10
|
-
let(:request) { Typhoeus::Request.new(base_url, {:method => :get}) }
|
11
|
-
let(:response) { Typhoeus::Response.new(:response_code => 0, :return_code => 0, :mock => true) }
|
12
|
-
let(:serialized_response) { Marshal.dump(response) }
|
13
|
-
|
14
|
-
describe "#set" do
|
15
|
-
it "sends the serialized request to Redis" do
|
16
|
-
expect(redis).to receive(:set).with(request.cache_key, serialized_response)
|
17
|
-
expect(redis).to_not receive(:expire).with(request.cache_key, request.cache_ttl)
|
18
|
-
|
19
|
-
cache.set(request, response)
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
describe "#get" do
|
24
|
-
it "returns nil when the key is not in Redis" do
|
25
|
-
expect(redis).to receive(:get).with(request.cache_key).and_return(nil)
|
26
|
-
|
27
|
-
expect(cache.get(request)).to be_nil
|
28
|
-
end
|
29
|
-
|
30
|
-
it "returns the cached response when the key is in Redis" do
|
31
|
-
expect(redis).to receive(:get).with(request.cache_key).and_return(serialized_response)
|
32
|
-
|
33
|
-
result = cache.get(request)
|
34
|
-
expect(result).to_not be_nil
|
35
|
-
expect(result.response_code).to eq(response.response_code)
|
36
|
-
expect(result.return_code).to eq(response.return_code)
|
37
|
-
expect(result.headers).to eq(response.headers)
|
38
|
-
expect(result.body).to eq(response.body)
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
@@ -1,15 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Typhoeus::Config do
|
4
|
-
let(:config) { Typhoeus::Config }
|
5
|
-
|
6
|
-
[:block_connection, :memoize, :verbose, :cache, :user_agent, :proxy].each do |name|
|
7
|
-
it "responds to #{name}" do
|
8
|
-
expect(config).to respond_to(name)
|
9
|
-
end
|
10
|
-
|
11
|
-
it "responds to #{name}=" do
|
12
|
-
expect(config).to respond_to("#{name}=")
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|