alogram_payrisk 0.2.10 → 0.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/RELEASE.json +4 -4
- data/alogram_payrisk.gemspec +1 -1
- data/lib/alogram_payrisk/api/forensic_data_api.rb +6 -6
- data/lib/alogram_payrisk/api/risk_scoring_api.rb +4 -1
- data/lib/alogram_payrisk/api/roadmap_preview_api.rb +7 -1
- data/lib/alogram_payrisk/api/signal_intelligence_api.rb +19 -13
- data/lib/alogram_payrisk/api/system_api.rb +1 -1
- data/lib/alogram_payrisk/api_client.rb +1 -1
- data/lib/alogram_payrisk/api_error.rb +1 -1
- data/lib/alogram_payrisk/api_model_base.rb +1 -1
- data/lib/alogram_payrisk/configuration.rb +2 -2
- data/lib/alogram_payrisk/models/account.rb +1 -1
- data/lib/alogram_payrisk/models/account_check_request.rb +1 -1
- data/lib/alogram_payrisk/models/agent_manifest.rb +325 -0
- data/lib/alogram_payrisk/models/agent_provider.rb +44 -0
- data/lib/alogram_payrisk/models/auth_context.rb +194 -0
- data/lib/alogram_payrisk/models/avs_result_enum.rb +1 -1
- data/lib/alogram_payrisk/models/bank_transfer.rb +1 -1
- data/lib/alogram_payrisk/models/card.rb +1 -1
- data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
- data/lib/alogram_payrisk/models/category_signal.rb +1 -1
- data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
- data/lib/alogram_payrisk/models/check_request.rb +1 -1
- data/lib/alogram_payrisk/models/confidence_enum.rb +1 -1
- data/lib/alogram_payrisk/models/crypto.rb +1 -1
- data/lib/alogram_payrisk/models/cvv_result_enum.rb +1 -1
- data/lib/alogram_payrisk/models/decision_response.rb +1 -1
- data/lib/alogram_payrisk/models/device_info.rb +1 -1
- data/lib/alogram_payrisk/models/discount_code.rb +1 -1
- data/lib/alogram_payrisk/models/entity_ids.rb +164 -56
- data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
- data/lib/alogram_payrisk/models/external_assessment.rb +1 -1
- data/lib/alogram_payrisk/models/fraud_score.rb +1 -1
- data/lib/alogram_payrisk/models/identity.rb +2 -2
- data/lib/alogram_payrisk/models/ingest_payment_event202_response.rb +147 -0
- data/lib/alogram_payrisk/models/integrity.rb +1 -1
- data/lib/alogram_payrisk/models/interaction.rb +1 -1
- data/lib/alogram_payrisk/models/interaction_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/invoice.rb +1 -1
- data/lib/alogram_payrisk/models/ip_info.rb +1 -1
- data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
- data/lib/alogram_payrisk/models/kyc_payload.rb +1 -1
- data/lib/alogram_payrisk/models/merchant_context.rb +1 -1
- data/lib/alogram_payrisk/models/order_context.rb +1 -1
- data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_capture_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_card_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_chargeback.rb +1 -1
- data/lib/alogram_payrisk/models/payment_chargeback_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_dispute_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_event.rb +1 -1
- data/lib/alogram_payrisk/models/payment_event_type.rb +1 -1
- data/lib/alogram_payrisk/models/payment_method.rb +1 -1
- data/lib/alogram_payrisk/models/payment_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_realtime_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_refund_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_wallet_type_enum.rb +7 -2
- data/lib/alogram_payrisk/models/postal_address.rb +1 -1
- data/lib/alogram_payrisk/models/problem.rb +1 -1
- data/lib/alogram_payrisk/models/purchase.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_initiator_enum.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_sequence_enum.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_usage_enum.rb +1 -1
- data/lib/alogram_payrisk/models/realtime.rb +1 -1
- data/lib/alogram_payrisk/models/reason_detail.rb +1 -1
- data/lib/alogram_payrisk/models/risk_breakdown.rb +1 -1
- data/lib/alogram_payrisk/models/risk_category_enum.rb +1 -1
- data/lib/alogram_payrisk/models/risk_level_enum.rb +1 -1
- data/lib/alogram_payrisk/models/sca_method_enum.rb +1 -1
- data/lib/alogram_payrisk/models/score_record.rb +1 -1
- data/lib/alogram_payrisk/models/scores_success_response.rb +1 -1
- data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
- data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -1
- data/lib/alogram_payrisk/models/signals_request.rb +1 -1
- data/lib/alogram_payrisk/models/stored_credential_context.rb +1 -1
- data/lib/alogram_payrisk/models/three_ds_data.rb +1 -1
- data/lib/alogram_payrisk/models/wallet.rb +1 -1
- data/lib/alogram_payrisk/version.rb +2 -2
- data/lib/alogram_payrisk.rb +5 -1
- data/spec/api/forensic_data_api_spec.rb +1 -1
- data/spec/api/risk_scoring_api_spec.rb +2 -1
- data/spec/api/roadmap_preview_api_spec.rb +3 -1
- data/spec/api/signal_intelligence_api_spec.rb +5 -3
- data/spec/api/system_api_spec.rb +1 -1
- data/spec/models/account_check_request_spec.rb +1 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/agent_manifest_spec.rb +60 -0
- data/spec/models/agent_provider_spec.rb +30 -0
- data/spec/models/auth_context_spec.rb +42 -0
- data/spec/models/avs_result_enum_spec.rb +1 -1
- data/spec/models/bank_transfer_spec.rb +1 -1
- data/spec/models/card_network_enum_spec.rb +1 -1
- data/spec/models/card_spec.rb +1 -1
- data/spec/models/category_signal_spec.rb +1 -1
- data/spec/models/channel_enum_spec.rb +1 -1
- data/spec/models/check_request_spec.rb +1 -1
- data/spec/models/confidence_enum_spec.rb +1 -1
- data/spec/models/crypto_spec.rb +1 -1
- data/spec/models/cvv_result_enum_spec.rb +1 -1
- data/spec/models/decision_response_spec.rb +1 -1
- data/spec/models/device_info_spec.rb +1 -1
- data/spec/models/discount_code_spec.rb +1 -1
- data/spec/models/entity_ids_spec.rb +26 -2
- data/spec/models/entry_method_enum_spec.rb +1 -1
- data/spec/models/external_assessment_spec.rb +1 -1
- data/spec/models/fraud_score_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/ingest_payment_event202_response_spec.rb +36 -0
- data/spec/models/integrity_spec.rb +1 -1
- data/spec/models/interaction_spec.rb +1 -1
- data/spec/models/interaction_type_enum_spec.rb +1 -1
- data/spec/models/invoice_spec.rb +1 -1
- data/spec/models/ip_info_spec.rb +1 -1
- data/spec/models/kyc_check_request_spec.rb +1 -1
- data/spec/models/kyc_payload_spec.rb +1 -1
- data/spec/models/merchant_context_spec.rb +1 -1
- data/spec/models/order_context_spec.rb +1 -1
- data/spec/models/payer_type_enum_spec.rb +1 -1
- data/spec/models/payment_authorization_outcome_spec.rb +1 -1
- data/spec/models/payment_capture_outcome_spec.rb +1 -1
- data/spec/models/payment_card_type_enum_spec.rb +1 -1
- data/spec/models/payment_chargeback_outcome_spec.rb +1 -1
- data/spec/models/payment_chargeback_spec.rb +1 -1
- data/spec/models/payment_dispute_outcome_spec.rb +1 -1
- data/spec/models/payment_event_spec.rb +1 -1
- data/spec/models/payment_event_type_spec.rb +1 -1
- data/spec/models/payment_method_spec.rb +1 -1
- data/spec/models/payment_outcome_spec.rb +1 -1
- data/spec/models/payment_realtime_type_enum_spec.rb +1 -1
- data/spec/models/payment_refund_outcome_spec.rb +1 -1
- data/spec/models/payment_wallet_type_enum_spec.rb +1 -1
- data/spec/models/postal_address_spec.rb +1 -1
- data/spec/models/problem_spec.rb +1 -1
- data/spec/models/purchase_initiator_enum_spec.rb +1 -1
- data/spec/models/purchase_sequence_enum_spec.rb +1 -1
- data/spec/models/purchase_spec.rb +1 -1
- data/spec/models/purchase_usage_enum_spec.rb +1 -1
- data/spec/models/realtime_spec.rb +1 -1
- data/spec/models/reason_detail_spec.rb +1 -1
- data/spec/models/risk_breakdown_spec.rb +1 -1
- data/spec/models/risk_category_enum_spec.rb +1 -1
- data/spec/models/risk_level_enum_spec.rb +1 -1
- data/spec/models/sca_method_enum_spec.rb +1 -1
- data/spec/models/score_record_spec.rb +1 -1
- data/spec/models/scores_success_response_spec.rb +1 -1
- data/spec/models/signals_account_variant_spec.rb +1 -1
- data/spec/models/signals_interaction_variant_spec.rb +1 -1
- data/spec/models/signals_request_spec.rb +1 -1
- data/spec/models/stored_credential_context_spec.rb +1 -1
- data/spec/models/three_ds_data_spec.rb +1 -1
- data/spec/models/wallet_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.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/httpx-1.7.8/doc/release_notes/1_7_7.md +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_8.md +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/faraday.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/webmock.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http1.rb +37 -31
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http2.rb +13 -13
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection.rb +4 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/ssl.rb +4 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/loggable.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/parser/http1.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/digest.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker/circuit.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/cookie.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/digest_auth.rb +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/follow_redirects.rb +13 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/h2c.rb +2 -12
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/http.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache.rb +11 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/retries.rb +11 -5
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ssrf_filter.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/tracing.rb +1 -6
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade/h2.rb +1 -11
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade.rb +17 -17
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request.rb +15 -2
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/selector.rb +6 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session.rb +27 -23
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http1.rbs +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http2.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/loggable.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/basic.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/digest.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/ntlm.rbs +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/follow_redirects.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy.rbs +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache.rbs +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/tracing.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request.rbs +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/session.rbs +0 -2
- data/vendor/bundle/ruby/3.3.0/specifications/{httpx-1.7.6.gemspec → httpx-1.7.8.gemspec} +4 -4
- metadata +421 -407
- data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.6.gem +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_12_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_16_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_16_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_17_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_7.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_7.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_8.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_1_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_21_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_21_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_7.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_2_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_2_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_3_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_3_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_4_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_4_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_5_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_5_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_7.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_7_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_9_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_5_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_5_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_0.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_1.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_2.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_3.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_4.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_5.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_6.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/datadog.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/sentry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/altsvc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/base64.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/chainable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/domain_name.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/headers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/tcp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/udp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/unix.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/basic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/ntlm.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/socks5.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/aws_sdk_authentication.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/aws_sigv4.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/basic_auth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/brotli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker/circuit_store.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/content_digest.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/jar.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/set_cookie_parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/expect.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/fiber_concurrency.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/call.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/grpc_encoding.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/message.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/internal_telemetry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ntlm_auth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/oauth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/persistent.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks4.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks5.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/ssh.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/push_promise.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/query.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/rate_limiter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache/file_store.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache/store.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream_bidi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/webdav.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/xml.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pmatch_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/punycode.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/memory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/entry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/https.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/native.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/resolver.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/system.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/timers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/chunker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/deflate.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/gzip.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/json.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/encoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/mime_type_detector.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/part.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/utils/body_reader.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/utils/deflater.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/utils.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/altsvc.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/callbacks.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/chainable.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/domain_name.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/errors.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/headers.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/httpx.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/ssl.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/tcp.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/udp.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/unix.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/options.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/parser/http1.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/socks5.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sdk_authentication.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sigv4.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/basic_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/brotli.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/callbacks.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/circuit_breaker.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/compression.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/content_digest.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/cookie.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/jar.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/set_cookie_parser.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/digest_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/expect.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/fiber_concurrency.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/call.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/grpc_encoding.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/message.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/h2c.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ntlm_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/oauth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/persistent.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/http.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks4.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks5.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/ssh.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/push_promise.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/query.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/rate_limiter.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache/file_store.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache/store.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/retries.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ssrf_filter.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream_bidi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade/h2.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/webdav.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/xml.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/pool.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/punycode.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/base.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/memory.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/entry.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/https.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/multi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/native.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/resolver.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/system.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/selector.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/timers.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/chunker.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/deflate.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/form.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/gzip.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/json.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/multipart.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/body_reader.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/deflater.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/utils.rbs +0 -0
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alogram_payrisk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alogram Engineering
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpx
|
|
@@ -91,6 +91,9 @@ files:
|
|
|
91
91
|
- lib/alogram_payrisk/configuration.rb
|
|
92
92
|
- lib/alogram_payrisk/models/account.rb
|
|
93
93
|
- lib/alogram_payrisk/models/account_check_request.rb
|
|
94
|
+
- lib/alogram_payrisk/models/agent_manifest.rb
|
|
95
|
+
- lib/alogram_payrisk/models/agent_provider.rb
|
|
96
|
+
- lib/alogram_payrisk/models/auth_context.rb
|
|
94
97
|
- lib/alogram_payrisk/models/avs_result_enum.rb
|
|
95
98
|
- lib/alogram_payrisk/models/bank_transfer.rb
|
|
96
99
|
- lib/alogram_payrisk/models/card.rb
|
|
@@ -109,6 +112,7 @@ files:
|
|
|
109
112
|
- lib/alogram_payrisk/models/external_assessment.rb
|
|
110
113
|
- lib/alogram_payrisk/models/fraud_score.rb
|
|
111
114
|
- lib/alogram_payrisk/models/identity.rb
|
|
115
|
+
- lib/alogram_payrisk/models/ingest_payment_event202_response.rb
|
|
112
116
|
- lib/alogram_payrisk/models/integrity.rb
|
|
113
117
|
- lib/alogram_payrisk/models/interaction.rb
|
|
114
118
|
- lib/alogram_payrisk/models/interaction_type_enum.rb
|
|
@@ -160,6 +164,9 @@ files:
|
|
|
160
164
|
- spec/api/system_api_spec.rb
|
|
161
165
|
- spec/models/account_check_request_spec.rb
|
|
162
166
|
- spec/models/account_spec.rb
|
|
167
|
+
- spec/models/agent_manifest_spec.rb
|
|
168
|
+
- spec/models/agent_provider_spec.rb
|
|
169
|
+
- spec/models/auth_context_spec.rb
|
|
163
170
|
- spec/models/avs_result_enum_spec.rb
|
|
164
171
|
- spec/models/bank_transfer_spec.rb
|
|
165
172
|
- spec/models/card_network_enum_spec.rb
|
|
@@ -178,6 +185,7 @@ files:
|
|
|
178
185
|
- spec/models/external_assessment_spec.rb
|
|
179
186
|
- spec/models/fraud_score_spec.rb
|
|
180
187
|
- spec/models/identity_spec.rb
|
|
188
|
+
- spec/models/ingest_payment_event202_response_spec.rb
|
|
181
189
|
- spec/models/integrity_spec.rb
|
|
182
190
|
- spec/models/interaction_spec.rb
|
|
183
191
|
- spec/models/interaction_type_enum_spec.rb
|
|
@@ -239,7 +247,7 @@ files:
|
|
|
239
247
|
- vendor/bundle/ruby/3.3.0/cache/date-3.5.1.gem
|
|
240
248
|
- vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.2.gem
|
|
241
249
|
- vendor/bundle/ruby/3.3.0/cache/http-2-1.1.3.gem
|
|
242
|
-
- vendor/bundle/ruby/3.3.0/cache/httpx-1.7.
|
|
250
|
+
- vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem
|
|
243
251
|
- vendor/bundle/ruby/3.3.0/cache/io-console-0.8.2.gem
|
|
244
252
|
- vendor/bundle/ruby/3.3.0/cache/jaro_winkler-1.5.6.gem
|
|
245
253
|
- vendor/bundle/ruby/3.3.0/cache/method_source-1.1.0.gem
|
|
@@ -665,356 +673,358 @@ files:
|
|
|
665
673
|
- vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header/huffman.rbs
|
|
666
674
|
- vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/server.rbs
|
|
667
675
|
- vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/stream.rbs
|
|
668
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
669
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
670
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
671
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
672
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
673
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
674
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
675
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
676
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
677
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
678
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
679
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
680
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
681
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
682
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
683
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
684
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
685
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
686
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
687
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
688
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
689
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
690
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
691
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
692
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
693
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
694
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
695
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
696
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
697
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
698
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
699
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
700
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
701
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
702
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
703
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
704
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
705
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
706
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
707
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
708
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
709
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
710
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
711
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
712
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
713
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
714
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
715
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
716
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
717
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
718
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
719
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
720
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
721
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
722
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
723
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
724
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
725
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
726
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
727
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
728
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
729
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
730
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
731
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
732
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
733
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
734
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
735
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
736
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
737
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
738
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
739
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
740
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
741
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
742
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
743
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
744
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
745
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
746
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
747
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
748
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
749
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
750
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
751
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
752
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
753
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
754
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
755
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
756
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
757
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
758
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
759
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
760
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
761
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
762
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
763
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
764
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
765
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
766
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
767
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
768
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
769
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
770
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
771
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
772
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
773
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
774
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
775
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
776
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
777
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
778
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
779
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
780
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
781
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
782
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
783
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
784
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
785
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
786
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
787
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
788
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
789
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
790
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
791
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
792
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
793
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
794
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
795
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
796
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
797
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
798
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
799
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
800
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
801
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
802
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
803
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
804
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
805
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
806
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
807
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
808
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
809
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
810
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
811
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
812
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
813
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
814
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
815
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
816
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
817
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
818
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
819
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
820
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
821
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
822
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
823
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
824
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
825
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
826
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
827
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
828
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
829
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
830
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
831
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
832
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
833
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
834
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
835
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
836
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
837
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
838
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
839
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
840
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
841
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
842
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
843
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
844
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
845
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
846
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
847
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
848
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
849
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
850
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
851
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
852
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
853
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
854
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
855
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
856
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
857
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
858
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
859
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
860
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
861
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
862
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
863
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
864
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
865
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
866
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
867
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
868
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
869
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
870
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
871
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
872
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
873
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
874
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
875
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
876
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
877
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
878
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
879
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
880
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
881
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
882
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
883
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
884
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
885
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
886
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
887
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
888
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
889
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
890
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
891
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
892
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
893
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
894
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
895
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
896
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
897
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
898
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
899
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
900
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
901
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
902
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
903
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
904
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
905
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
906
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
907
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
908
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
909
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
910
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
911
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
912
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
913
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
914
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
915
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
916
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
917
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
918
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
919
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
920
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
921
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
922
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
923
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
924
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
925
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
926
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
927
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
928
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
929
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
930
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
931
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
932
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
933
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
934
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
935
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
936
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
937
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
938
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
939
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
940
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
941
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
942
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
943
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
944
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
945
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
946
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
947
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
948
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
949
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
950
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
951
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
952
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
953
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
954
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
955
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
956
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
957
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
958
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
959
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
960
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
961
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
962
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
963
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
964
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
965
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
966
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
967
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
968
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
969
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
970
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
971
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
972
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
973
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
974
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
975
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
976
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
977
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
978
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
979
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
980
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
981
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
982
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
983
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
984
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
985
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
986
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
987
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
988
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
989
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
990
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
991
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
992
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
993
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
994
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
995
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
996
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
997
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
998
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
999
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1000
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1001
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1002
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1003
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1004
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1005
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1006
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1007
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1008
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1009
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1010
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1011
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1012
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1013
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1014
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1015
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1016
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
1017
|
-
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.
|
|
676
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/LICENSE.txt
|
|
677
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/README.md
|
|
678
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_1.md
|
|
679
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_2.md
|
|
680
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_3.md
|
|
681
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_4.md
|
|
682
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_5.md
|
|
683
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_0.md
|
|
684
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_1.md
|
|
685
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_2.md
|
|
686
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_0.md
|
|
687
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_1.md
|
|
688
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_2.md
|
|
689
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_3.md
|
|
690
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_12_0.md
|
|
691
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_0.md
|
|
692
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_1.md
|
|
693
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_2.md
|
|
694
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_0.md
|
|
695
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_1.md
|
|
696
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_2.md
|
|
697
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_3.md
|
|
698
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_4.md
|
|
699
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_5.md
|
|
700
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_0.md
|
|
701
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_1.md
|
|
702
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_2.md
|
|
703
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_3.md
|
|
704
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_4.md
|
|
705
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_16_0.md
|
|
706
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_16_1.md
|
|
707
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_17_0.md
|
|
708
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_0.md
|
|
709
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_1.md
|
|
710
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_2.md
|
|
711
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_3.md
|
|
712
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_4.md
|
|
713
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_5.md
|
|
714
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_6.md
|
|
715
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_7.md
|
|
716
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_0.md
|
|
717
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_1.md
|
|
718
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_2.md
|
|
719
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_3.md
|
|
720
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_4.md
|
|
721
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_5.md
|
|
722
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_6.md
|
|
723
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_7.md
|
|
724
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_8.md
|
|
725
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_1_0.md
|
|
726
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_0.md
|
|
727
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_1.md
|
|
728
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_2.md
|
|
729
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_3.md
|
|
730
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_4.md
|
|
731
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_5.md
|
|
732
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_21_0.md
|
|
733
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_21_1.md
|
|
734
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_0.md
|
|
735
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_1.md
|
|
736
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_2.md
|
|
737
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_3.md
|
|
738
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_4.md
|
|
739
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_5.md
|
|
740
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_0.md
|
|
741
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_1.md
|
|
742
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_2.md
|
|
743
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_3.md
|
|
744
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_4.md
|
|
745
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_0.md
|
|
746
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_1.md
|
|
747
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_2.md
|
|
748
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_3.md
|
|
749
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_4.md
|
|
750
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_5.md
|
|
751
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_6.md
|
|
752
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_7.md
|
|
753
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_2_0.md
|
|
754
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_2_1.md
|
|
755
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_3_0.md
|
|
756
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_3_1.md
|
|
757
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_4_0.md
|
|
758
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_4_1.md
|
|
759
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_5_0.md
|
|
760
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_5_1.md
|
|
761
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_0.md
|
|
762
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_1.md
|
|
763
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_2.md
|
|
764
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_3.md
|
|
765
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_4.md
|
|
766
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_5.md
|
|
767
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_6.md
|
|
768
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_7.md
|
|
769
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_7_0.md
|
|
770
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_0.md
|
|
771
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_1.md
|
|
772
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_2.md
|
|
773
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_9_0.md
|
|
774
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_0.md
|
|
775
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_1.md
|
|
776
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_2.md
|
|
777
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_0.md
|
|
778
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_1.md
|
|
779
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_2.md
|
|
780
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_3.md
|
|
781
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_4.md
|
|
782
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_5.md
|
|
783
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_0.md
|
|
784
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_1.md
|
|
785
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_2.md
|
|
786
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_3.md
|
|
787
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_4.md
|
|
788
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_5.md
|
|
789
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_6.md
|
|
790
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_0.md
|
|
791
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_1.md
|
|
792
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_2.md
|
|
793
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_3.md
|
|
794
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_4.md
|
|
795
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_0.md
|
|
796
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_1.md
|
|
797
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_2.md
|
|
798
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_3.md
|
|
799
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_4.md
|
|
800
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_5_0.md
|
|
801
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_5_1.md
|
|
802
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_0.md
|
|
803
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_1.md
|
|
804
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_2.md
|
|
805
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_3.md
|
|
806
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_0.md
|
|
807
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_1.md
|
|
808
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_2.md
|
|
809
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_3.md
|
|
810
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_4.md
|
|
811
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_5.md
|
|
812
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_6.md
|
|
813
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_7.md
|
|
814
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_8.md
|
|
815
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx.rb
|
|
816
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/datadog.rb
|
|
817
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/faraday.rb
|
|
818
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/sentry.rb
|
|
819
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/webmock.rb
|
|
820
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/altsvc.rb
|
|
821
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/base64.rb
|
|
822
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/buffer.rb
|
|
823
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/callbacks.rb
|
|
824
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/chainable.rb
|
|
825
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection.rb
|
|
826
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection/http1.rb
|
|
827
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection/http2.rb
|
|
828
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/domain_name.rb
|
|
829
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/errors.rb
|
|
830
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/extensions.rb
|
|
831
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/headers.rb
|
|
832
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io.rb
|
|
833
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/ssl.rb
|
|
834
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/tcp.rb
|
|
835
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/udp.rb
|
|
836
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/unix.rb
|
|
837
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/loggable.rb
|
|
838
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/options.rb
|
|
839
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/parser/http1.rb
|
|
840
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth.rb
|
|
841
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/basic.rb
|
|
842
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/digest.rb
|
|
843
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/ntlm.rb
|
|
844
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/socks5.rb
|
|
845
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/aws_sdk_authentication.rb
|
|
846
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/aws_sigv4.rb
|
|
847
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/basic_auth.rb
|
|
848
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/brotli.rb
|
|
849
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/callbacks.rb
|
|
850
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker.rb
|
|
851
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker/circuit.rb
|
|
852
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker/circuit_store.rb
|
|
853
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/content_digest.rb
|
|
854
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies.rb
|
|
855
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/cookie.rb
|
|
856
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/jar.rb
|
|
857
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/set_cookie_parser.rb
|
|
858
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/digest_auth.rb
|
|
859
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/expect.rb
|
|
860
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/fiber_concurrency.rb
|
|
861
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/follow_redirects.rb
|
|
862
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc.rb
|
|
863
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/call.rb
|
|
864
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/grpc_encoding.rb
|
|
865
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/message.rb
|
|
866
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/h2c.rb
|
|
867
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/internal_telemetry.rb
|
|
868
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/ntlm_auth.rb
|
|
869
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/oauth.rb
|
|
870
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/persistent.rb
|
|
871
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy.rb
|
|
872
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/http.rb
|
|
873
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/socks4.rb
|
|
874
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/socks5.rb
|
|
875
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/ssh.rb
|
|
876
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/push_promise.rb
|
|
877
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/query.rb
|
|
878
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/rate_limiter.rb
|
|
879
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache.rb
|
|
880
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache/file_store.rb
|
|
881
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache/store.rb
|
|
882
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/retries.rb
|
|
883
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/ssrf_filter.rb
|
|
884
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/stream.rb
|
|
885
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/stream_bidi.rb
|
|
886
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/tracing.rb
|
|
887
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/upgrade.rb
|
|
888
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/upgrade/h2.rb
|
|
889
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/webdav.rb
|
|
890
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/xml.rb
|
|
891
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/pmatch_extensions.rb
|
|
892
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/pool.rb
|
|
893
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/punycode.rb
|
|
894
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/request.rb
|
|
895
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/request/body.rb
|
|
896
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver.rb
|
|
897
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache.rb
|
|
898
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache/base.rb
|
|
899
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache/memory.rb
|
|
900
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/entry.rb
|
|
901
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/https.rb
|
|
902
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/multi.rb
|
|
903
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/native.rb
|
|
904
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/resolver.rb
|
|
905
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/system.rb
|
|
906
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response.rb
|
|
907
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response/body.rb
|
|
908
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response/buffer.rb
|
|
909
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/selector.rb
|
|
910
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/session.rb
|
|
911
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/session_extensions.rb
|
|
912
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/timers.rb
|
|
913
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder.rb
|
|
914
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/body.rb
|
|
915
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/chunker.rb
|
|
916
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/deflate.rb
|
|
917
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/form.rb
|
|
918
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/gzip.rb
|
|
919
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/json.rb
|
|
920
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart.rb
|
|
921
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/decoder.rb
|
|
922
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/encoder.rb
|
|
923
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/mime_type_detector.rb
|
|
924
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/part.rb
|
|
925
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/utils/body_reader.rb
|
|
926
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/utils/deflater.rb
|
|
927
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/utils.rb
|
|
928
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/version.rb
|
|
929
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/altsvc.rbs
|
|
930
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/buffer.rbs
|
|
931
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/callbacks.rbs
|
|
932
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/chainable.rbs
|
|
933
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection.rbs
|
|
934
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection/http1.rbs
|
|
935
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection/http2.rbs
|
|
936
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/domain_name.rbs
|
|
937
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/errors.rbs
|
|
938
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/headers.rbs
|
|
939
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/httpx.rbs
|
|
940
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io.rbs
|
|
941
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/ssl.rbs
|
|
942
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/tcp.rbs
|
|
943
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/udp.rbs
|
|
944
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/unix.rbs
|
|
945
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/loggable.rbs
|
|
946
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/options.rbs
|
|
947
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/parser/http1.rbs
|
|
948
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth.rbs
|
|
949
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/basic.rbs
|
|
950
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/digest.rbs
|
|
951
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/ntlm.rbs
|
|
952
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/socks5.rbs
|
|
953
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/aws_sdk_authentication.rbs
|
|
954
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/aws_sigv4.rbs
|
|
955
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/basic_auth.rbs
|
|
956
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/brotli.rbs
|
|
957
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/callbacks.rbs
|
|
958
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/circuit_breaker.rbs
|
|
959
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/compression.rbs
|
|
960
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/content_digest.rbs
|
|
961
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies.rbs
|
|
962
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/cookie.rbs
|
|
963
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/jar.rbs
|
|
964
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/set_cookie_parser.rbs
|
|
965
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/digest_auth.rbs
|
|
966
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/expect.rbs
|
|
967
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/fiber_concurrency.rbs
|
|
968
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/follow_redirects.rbs
|
|
969
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc.rbs
|
|
970
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/call.rbs
|
|
971
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/grpc_encoding.rbs
|
|
972
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/message.rbs
|
|
973
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/h2c.rbs
|
|
974
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/ntlm_auth.rbs
|
|
975
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/oauth.rbs
|
|
976
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/persistent.rbs
|
|
977
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy.rbs
|
|
978
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/http.rbs
|
|
979
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/socks4.rbs
|
|
980
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/socks5.rbs
|
|
981
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/ssh.rbs
|
|
982
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/push_promise.rbs
|
|
983
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/query.rbs
|
|
984
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/rate_limiter.rbs
|
|
985
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache.rbs
|
|
986
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache/file_store.rbs
|
|
987
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache/store.rbs
|
|
988
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/retries.rbs
|
|
989
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/ssrf_filter.rbs
|
|
990
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/stream.rbs
|
|
991
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/stream_bidi.rbs
|
|
992
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/tracing.rbs
|
|
993
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/upgrade.rbs
|
|
994
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/upgrade/h2.rbs
|
|
995
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/webdav.rbs
|
|
996
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/xml.rbs
|
|
997
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/pool.rbs
|
|
998
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/punycode.rbs
|
|
999
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/request.rbs
|
|
1000
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/request/body.rbs
|
|
1001
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver.rbs
|
|
1002
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache.rbs
|
|
1003
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache/base.rbs
|
|
1004
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache/memory.rbs
|
|
1005
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/entry.rbs
|
|
1006
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/https.rbs
|
|
1007
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/multi.rbs
|
|
1008
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/native.rbs
|
|
1009
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/resolver.rbs
|
|
1010
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/system.rbs
|
|
1011
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response.rbs
|
|
1012
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response/body.rbs
|
|
1013
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response/buffer.rbs
|
|
1014
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/selector.rbs
|
|
1015
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/session.rbs
|
|
1016
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/timers.rbs
|
|
1017
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder.rbs
|
|
1018
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/body.rbs
|
|
1019
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/chunker.rbs
|
|
1020
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/deflate.rbs
|
|
1021
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/form.rbs
|
|
1022
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/gzip.rbs
|
|
1023
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/json.rbs
|
|
1024
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/multipart.rbs
|
|
1025
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/utils/body_reader.rbs
|
|
1026
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/utils/deflater.rbs
|
|
1027
|
+
- vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/utils.rbs
|
|
1018
1028
|
- vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/.document
|
|
1019
1029
|
- vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/BSDL
|
|
1020
1030
|
- vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/COPYING
|
|
@@ -2415,7 +2425,7 @@ files:
|
|
|
2415
2425
|
- vendor/bundle/ruby/3.3.0/specifications/date-3.5.1.gemspec
|
|
2416
2426
|
- vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.2.gemspec
|
|
2417
2427
|
- vendor/bundle/ruby/3.3.0/specifications/http-2-1.1.3.gemspec
|
|
2418
|
-
- vendor/bundle/ruby/3.3.0/specifications/httpx-1.7.
|
|
2428
|
+
- vendor/bundle/ruby/3.3.0/specifications/httpx-1.7.8.gemspec
|
|
2419
2429
|
- vendor/bundle/ruby/3.3.0/specifications/io-console-0.8.2.gemspec
|
|
2420
2430
|
- vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec
|
|
2421
2431
|
- vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec
|
|
@@ -2461,72 +2471,76 @@ signing_key:
|
|
|
2461
2471
|
specification_version: 4
|
|
2462
2472
|
summary: Alogram PayRisk Ruby SDK
|
|
2463
2473
|
test_files:
|
|
2464
|
-
- spec/api/roadmap_preview_api_spec.rb
|
|
2465
|
-
- spec/api/risk_scoring_api_spec.rb
|
|
2466
2474
|
- spec/api/forensic_data_api_spec.rb
|
|
2475
|
+
- spec/api/risk_scoring_api_spec.rb
|
|
2467
2476
|
- spec/api/system_api_spec.rb
|
|
2477
|
+
- spec/api/roadmap_preview_api_spec.rb
|
|
2468
2478
|
- spec/api/signal_intelligence_api_spec.rb
|
|
2469
|
-
- spec/models/
|
|
2470
|
-
- spec/models/
|
|
2471
|
-
- spec/models/
|
|
2479
|
+
- spec/models/avs_result_enum_spec.rb
|
|
2480
|
+
- spec/models/check_request_spec.rb
|
|
2481
|
+
- spec/models/payment_event_type_spec.rb
|
|
2472
2482
|
- spec/models/payment_event_spec.rb
|
|
2473
|
-
- spec/models/payment_method_spec.rb
|
|
2474
|
-
- spec/models/account_spec.rb
|
|
2475
|
-
- spec/models/entity_ids_spec.rb
|
|
2476
|
-
- spec/models/payment_wallet_type_enum_spec.rb
|
|
2477
|
-
- spec/models/crypto_spec.rb
|
|
2478
|
-
- spec/models/payment_chargeback_spec.rb
|
|
2479
2483
|
- spec/models/realtime_spec.rb
|
|
2480
|
-
- spec/models/
|
|
2481
|
-
- spec/models/kyc_payload_spec.rb
|
|
2482
|
-
- spec/models/risk_breakdown_spec.rb
|
|
2483
|
-
- spec/models/wallet_spec.rb
|
|
2484
|
-
- spec/models/signals_account_variant_spec.rb
|
|
2485
|
-
- spec/models/ip_info_spec.rb
|
|
2486
|
-
- spec/models/avs_result_enum_spec.rb
|
|
2487
|
-
- spec/models/fraud_score_spec.rb
|
|
2488
|
-
- spec/models/device_info_spec.rb
|
|
2484
|
+
- spec/models/interaction_type_enum_spec.rb
|
|
2489
2485
|
- spec/models/invoice_spec.rb
|
|
2490
|
-
- spec/models/
|
|
2491
|
-
- spec/models/
|
|
2486
|
+
- spec/models/device_info_spec.rb
|
|
2487
|
+
- spec/models/purchase_initiator_enum_spec.rb
|
|
2488
|
+
- spec/models/entity_ids_spec.rb
|
|
2489
|
+
- spec/models/account_check_request_spec.rb
|
|
2490
|
+
- spec/models/discount_code_spec.rb
|
|
2491
|
+
- spec/models/payer_type_enum_spec.rb
|
|
2492
|
+
- spec/models/wallet_spec.rb
|
|
2492
2493
|
- spec/models/card_network_enum_spec.rb
|
|
2493
|
-
- spec/models/
|
|
2494
|
-
- spec/models/
|
|
2495
|
-
- spec/models/
|
|
2494
|
+
- spec/models/postal_address_spec.rb
|
|
2495
|
+
- spec/models/sca_method_enum_spec.rb
|
|
2496
|
+
- spec/models/channel_enum_spec.rb
|
|
2497
|
+
- spec/models/payment_refund_outcome_spec.rb
|
|
2498
|
+
- spec/models/score_record_spec.rb
|
|
2499
|
+
- spec/models/payment_card_type_enum_spec.rb
|
|
2500
|
+
- spec/models/agent_provider_spec.rb
|
|
2501
|
+
- spec/models/stored_credential_context_spec.rb
|
|
2502
|
+
- spec/models/risk_category_enum_spec.rb
|
|
2503
|
+
- spec/models/fraud_score_spec.rb
|
|
2504
|
+
- spec/models/payment_method_spec.rb
|
|
2505
|
+
- spec/models/risk_level_enum_spec.rb
|
|
2496
2506
|
- spec/models/payment_dispute_outcome_spec.rb
|
|
2497
|
-
- spec/models/
|
|
2498
|
-
- spec/models/
|
|
2499
|
-
- spec/models/
|
|
2507
|
+
- spec/models/signals_account_variant_spec.rb
|
|
2508
|
+
- spec/models/merchant_context_spec.rb
|
|
2509
|
+
- spec/models/integrity_spec.rb
|
|
2500
2510
|
- spec/models/signals_interaction_variant_spec.rb
|
|
2501
|
-
- spec/models/discount_code_spec.rb
|
|
2502
|
-
- spec/models/score_record_spec.rb
|
|
2503
2511
|
- spec/models/payment_chargeback_outcome_spec.rb
|
|
2504
|
-
- spec/models/
|
|
2505
|
-
- spec/models/
|
|
2506
|
-
- spec/models/
|
|
2512
|
+
- spec/models/agent_manifest_spec.rb
|
|
2513
|
+
- spec/models/external_assessment_spec.rb
|
|
2514
|
+
- spec/models/risk_breakdown_spec.rb
|
|
2515
|
+
- spec/models/purchase_spec.rb
|
|
2507
2516
|
- spec/models/kyc_check_request_spec.rb
|
|
2508
|
-
- spec/models/
|
|
2509
|
-
- spec/models/three_ds_data_spec.rb
|
|
2510
|
-
- spec/models/integrity_spec.rb
|
|
2511
|
-
- spec/models/payment_realtime_type_enum_spec.rb
|
|
2512
|
-
- spec/models/purchase_initiator_enum_spec.rb
|
|
2513
|
-
- spec/models/merchant_context_spec.rb
|
|
2514
|
-
- spec/models/scores_success_response_spec.rb
|
|
2517
|
+
- spec/models/payment_outcome_spec.rb
|
|
2515
2518
|
- spec/models/purchase_usage_enum_spec.rb
|
|
2519
|
+
- spec/models/reason_detail_spec.rb
|
|
2520
|
+
- spec/models/payment_wallet_type_enum_spec.rb
|
|
2521
|
+
- spec/models/auth_context_spec.rb
|
|
2522
|
+
- spec/models/crypto_spec.rb
|
|
2523
|
+
- spec/models/identity_spec.rb
|
|
2524
|
+
- spec/models/scores_success_response_spec.rb
|
|
2525
|
+
- spec/models/signals_request_spec.rb
|
|
2526
|
+
- spec/models/ingest_payment_event202_response_spec.rb
|
|
2516
2527
|
- spec/models/purchase_sequence_enum_spec.rb
|
|
2517
|
-
- spec/models/bank_transfer_spec.rb
|
|
2518
|
-
- spec/models/purchase_spec.rb
|
|
2519
|
-
- spec/models/payment_card_type_enum_spec.rb
|
|
2520
|
-
- spec/models/payment_authorization_outcome_spec.rb
|
|
2521
|
-
- spec/models/payer_type_enum_spec.rb
|
|
2522
2528
|
- spec/models/decision_response_spec.rb
|
|
2523
|
-
- spec/models/
|
|
2524
|
-
- spec/models/
|
|
2525
|
-
- spec/models/channel_enum_spec.rb
|
|
2526
|
-
- spec/models/sca_method_enum_spec.rb
|
|
2527
|
-
- spec/models/order_context_spec.rb
|
|
2528
|
-
- spec/models/payment_refund_outcome_spec.rb
|
|
2529
|
-
- spec/models/cvv_result_enum_spec.rb
|
|
2530
|
-
- spec/models/account_check_request_spec.rb
|
|
2529
|
+
- spec/models/card_spec.rb
|
|
2530
|
+
- spec/models/payment_realtime_type_enum_spec.rb
|
|
2531
2531
|
- spec/models/confidence_enum_spec.rb
|
|
2532
|
+
- spec/models/cvv_result_enum_spec.rb
|
|
2533
|
+
- spec/models/payment_chargeback_spec.rb
|
|
2534
|
+
- spec/models/entry_method_enum_spec.rb
|
|
2535
|
+
- spec/models/kyc_payload_spec.rb
|
|
2536
|
+
- spec/models/payment_authorization_outcome_spec.rb
|
|
2537
|
+
- spec/models/bank_transfer_spec.rb
|
|
2538
|
+
- spec/models/order_context_spec.rb
|
|
2539
|
+
- spec/models/category_signal_spec.rb
|
|
2540
|
+
- spec/models/account_spec.rb
|
|
2541
|
+
- spec/models/payment_capture_outcome_spec.rb
|
|
2542
|
+
- spec/models/ip_info_spec.rb
|
|
2543
|
+
- spec/models/interaction_spec.rb
|
|
2544
|
+
- spec/models/problem_spec.rb
|
|
2545
|
+
- spec/models/three_ds_data_spec.rb
|
|
2532
2546
|
- spec/spec_helper.rb
|