vrpayment-ruby-sdk 5.0.1
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 +7 -0
- data/Gemfile +8 -0
- data/Gemfile.lock +55 -0
- data/LICENSE +201 -0
- data/README.md +176 -0
- data/Rakefile +14 -0
- data/lib/vrpayment-ruby-sdk/api/account_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/application_user_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/bank_account_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/card_processing_service_api.rb +182 -0
- data/lib/vrpayment-ruby-sdk/api/charge_attempt_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_level_payment_link_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_level_service_api.rb +296 -0
- data/lib/vrpayment-ruby-sdk/api/charge_flow_service_api.rb +509 -0
- data/lib/vrpayment-ruby-sdk/api/condition_type_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/country_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/country_state_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/currency_bank_account_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/currency_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/customer_address_service_api.rb +495 -0
- data/lib/vrpayment-ruby-sdk/api/customer_comment_service_api.rb +562 -0
- data/lib/vrpayment-ruby-sdk/api/customer_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/delivery_indication_service_api.rb +362 -0
- data/lib/vrpayment-ruby-sdk/api/document_template_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/document_template_type_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_case_level_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_case_service_api.rb +366 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_flow_level_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/dunning_flow_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/external_transfer_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/human_user_service_api.rb +460 -0
- data/lib/vrpayment-ruby-sdk/api/internal_transfer_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_invoice_link_service_api.rb +376 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reconciliation_record_service_api.rb +429 -0
- data/lib/vrpayment-ruby-sdk/api/invoice_reimbursement_service_api.rb +373 -0
- data/lib/vrpayment-ruby-sdk/api/label_description_group_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/label_description_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/language_service_api.rb +86 -0
- data/lib/vrpayment-ruby-sdk/api/legal_organization_form_service_api.rb +212 -0
- data/lib/vrpayment-ruby-sdk/api/manual_task_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/mertic_usage_service_api.rb +101 -0
- data/lib/vrpayment-ruby-sdk/api/payment_connector_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_connector_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_link_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_brand_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_method_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_processor_configuration_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/payment_processor_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_service_api.rb +503 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_till_service_api.rb +180 -0
- data/lib/vrpayment-ruby-sdk/api/payment_terminal_transaction_summary_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/payment_web_app_service_api.rb +632 -0
- data/lib/vrpayment-ruby-sdk/api/permission_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/refund_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/refund_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/refund_recovery_bank_transaction_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/refund_service_api.rb +572 -0
- data/lib/vrpayment-ruby-sdk/api/space_service_api.rb +398 -0
- data/lib/vrpayment-ruby-sdk/api/static_value_service_api.rb +149 -0
- data/lib/vrpayment-ruby-sdk/api/subscriber_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_affiliate_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_charge_service_api.rb +363 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_ledger_entry_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_metric_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_metric_usage_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_period_bill_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_component_group_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_component_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_period_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_retirement_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_service_api.rb +362 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_product_version_service_api.rb +430 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_service_api.rb +793 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_suspension_service_api.rb +363 -0
- data/lib/vrpayment-ruby-sdk/api/subscription_version_service_api.rb +228 -0
- data/lib/vrpayment-ruby-sdk/api/token_service_api.rb +768 -0
- data/lib/vrpayment-ruby-sdk/api/token_version_service_api.rb +296 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_completion_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_iframe_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_invoice_comment_service_api.rb +498 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_invoice_service_api.rb +645 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_lightbox_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_line_item_version_service_api.rb +295 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_mobile_sdk_service_api.rb +91 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_payment_page_service_api.rb +96 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_service_api.rb +1238 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_terminal_service_api.rb +171 -0
- data/lib/vrpayment-ruby-sdk/api/transaction_void_service_api.rb +364 -0
- data/lib/vrpayment-ruby-sdk/api/user_account_role_service_api.rb +234 -0
- data/lib/vrpayment-ruby-sdk/api/user_space_role_service_api.rb +231 -0
- data/lib/vrpayment-ruby-sdk/api/web_app_service_api.rb +215 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_encryption_service_api.rb +117 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_listener_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api/webhook_url_service_api.rb +428 -0
- data/lib/vrpayment-ruby-sdk/api_client.rb +423 -0
- data/lib/vrpayment-ruby-sdk/api_error.rb +43 -0
- data/lib/vrpayment-ruby-sdk/configuration.rb +143 -0
- data/lib/vrpayment-ruby-sdk/encryption_util.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_account_update.rb +234 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_application_user_update.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_active.rb +312 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_address_active.rb +200 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_customer_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_human_user_update.rb +320 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_payment_link_update.rb +309 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_refund_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_space_update.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscriber_update.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_affiliate_update.rb +246 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_metric_update.rb +204 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_subscription_product_active.rb +257 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_token_update.rb +270 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_invoice_comment_active.rb +205 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_transaction_pending.rb +486 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_webhook_listener_update.rb +237 -0
- data/lib/vrpayment-ruby-sdk/models/abstract_webhook_url_update.rb +249 -0
- data/lib/vrpayment-ruby-sdk/models/account.rb +375 -0
- data/lib/vrpayment-ruby-sdk/models/account_create.rb +260 -0
- data/lib/vrpayment-ruby-sdk/models/account_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/account_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/account_update.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/address.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/address_create.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/application_user.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_create.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_create_with_mac_key.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/application_user_update.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/authenticated_card_data.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/authenticated_card_data_create.rb +368 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/bank_account_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction.rb +397 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_flow_direction.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_source.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/bank_transaction_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/billing_cycle_model.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/billing_cycle_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/billing_day_customization.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/card_authentication_response.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/card_authentication_version.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/card_cryptogram.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/card_cryptogram_create.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/cardholder_authentication.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/cardholder_authentication_create.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/charge.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt.rb +488 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt_environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/charge_attempt_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_bank_transaction.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow.rb +263 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level.rb +311 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_configuration_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_payment_link.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/charge_flow_level_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/charge_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/client_error.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/client_error_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/completion_line_item.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/completion_line_item_create.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/condition.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/condition_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/connector_invocation.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/connector_invocation_stage.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/creation_entity_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/criteria_operator.rb +45 -0
- data/lib/vrpayment-ruby-sdk/models/currency_bank_account.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/customer.rb +353 -0
- data/lib/vrpayment-ruby-sdk/models/customer_active.rb +343 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_active.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/customer_address_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/customer_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/customer_create.rb +313 -0
- data/lib/vrpayment-ruby-sdk/models/customer_postal_address.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/customer_postal_address_create.rb +606 -0
- data/lib/vrpayment-ruby-sdk/models/customers_presence.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/data_collection_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication.rb +321 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication_decision_reason.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/delivery_indication_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/displayable_day_of_week.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/displayable_month.rb +45 -0
- data/lib/vrpayment-ruby-sdk/models/document_template.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/document_template_type.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/document_template_type_group.rb +203 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case.rb +311 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_level.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_level_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_case_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_condition.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_condition_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow.rb +273 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_level.rb +330 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_level_processor.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/dunning_flow_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/entity_export_request.rb +208 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query.rb +233 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_filter.rb +238 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_filter_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_order_by.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/entity_query_order_by_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/environment.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/external_transfer_bank_transaction.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/failure_category.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/failure_reason.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/feature.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/feature_category.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/gender.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/human_user.rb +361 -0
- data/lib/vrpayment-ruby-sdk/models/human_user_create.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/human_user_update.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/internal_transfer_bank_transaction.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record.rb +571 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_invoice_link.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_rejection_status.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reconciliation_record_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement.rb +401 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +411 -0
- data/lib/vrpayment-ruby-sdk/models/label.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor.rb +267 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_category.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_group.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/label_descriptor_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/legal_organization_form.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/line_item.rb +449 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_attribute.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_attribute_create.rb +249 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_create.rb +372 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_reduction.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_reduction_create.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/line_item_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/localized_string.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task.rb +273 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_action.rb +223 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_action_style.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/manual_task_type.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/metric_usage.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/one_click_payment_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/pan_type.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/payment_adjustment.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/payment_adjustment_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_charge_attempt_update_request.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_configuration_create.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_completion_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector.rb +351 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector_creation_request.rb +366 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_connector_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor.rb +386 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor_creation_request.rb +317 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_processor_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_configuration_create.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_refund_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_void_target_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_app_void_update_request.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector.rb +323 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector_configuration.rb +352 -0
- data/lib/vrpayment-ruby-sdk/models/payment_connector_feature.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract.rb +341 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_contract_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_information_hash.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/payment_information_hash_type.rb +203 -0
- data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/payment_initiation_advice_file_state.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link.rb +390 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_active.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_address_handling_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_create.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_protection_mode.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/payment_link_update.rb +340 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method_brand.rb +245 -0
- data/lib/vrpayment-ruby-sdk/models/payment_method_configuration.rb +374 -0
- data/lib/vrpayment-ruby-sdk/models/payment_primary_risk_taker.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/payment_processor.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_processor_configuration.rb +286 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_address.rb +396 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version.rb +323 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_configuration_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_dcc_transaction_sum.rb +261 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_location_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_receipt_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_sum.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary.rb +307 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_fetch_request.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_transaction_summary_reference.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/payment_terminal_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/permission.rb +299 -0
- data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/persistable_currency_amount_update.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/product_fee_type.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_fee.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_fee_update.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee.rb +233 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_fee_update.rb +243 -0
- data/lib/vrpayment-ruby-sdk/models/product_metered_tier_pricing.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/product_period_fee.rb +289 -0
- data/lib/vrpayment-ruby-sdk/models/product_period_fee_update.rb +279 -0
- data/lib/vrpayment-ruby-sdk/models/product_setup_fee.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/product_setup_fee_update.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/recurring_indicator.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/refund.rb +567 -0
- data/lib/vrpayment-ruby-sdk/models/refund_bank_transaction.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/refund_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/refund_create.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/refund_recovery_bank_transaction.rb +293 -0
- data/lib/vrpayment-ruby-sdk/models/refund_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/refund_type.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_document.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_terminal_receipt.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/rendered_terminal_transaction_summary.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/resource_path.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/resource_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/rest_address_format.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/rest_address_format_field.rb +43 -0
- data/lib/vrpayment-ruby-sdk/models/rest_country.rb +243 -0
- data/lib/vrpayment-ruby-sdk/models/rest_country_state.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/rest_currency.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/rest_language.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/role.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/role_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/sales_channel.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/scope.rb +350 -0
- data/lib/vrpayment-ruby-sdk/models/server_error.rb +211 -0
- data/lib/vrpayment-ruby-sdk/models/space.rb +407 -0
- data/lib/vrpayment-ruby-sdk/models/space_address.rb +466 -0
- data/lib/vrpayment-ruby-sdk/models/space_address_create.rb +466 -0
- data/lib/vrpayment-ruby-sdk/models/space_create.rb +312 -0
- data/lib/vrpayment-ruby-sdk/models/space_update.rb +317 -0
- data/lib/vrpayment-ruby-sdk/models/space_view.rb +275 -0
- data/lib/vrpayment-ruby-sdk/models/static_value.rb +227 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber.rb +382 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_active.rb +362 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_create.rb +347 -0
- data/lib/vrpayment-ruby-sdk/models/subscriber_update.rb +352 -0
- data/lib/vrpayment-ruby-sdk/models/subscription.rb +411 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_create.rb +305 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleted.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_deleting.rb +331 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_inactive.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_affiliate_update.rb +277 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_change_request.rb +260 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge.rb +456 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_create.rb +329 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_processing_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_charge_type.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_component_configuration.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_create_request.rb +250 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry.rb +442 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_create.rb +316 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_ledger_entry_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric.rb +265 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_active.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_create.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_update.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report.rb +306 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_metric_usage_report_create.rb +266 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_pending.rb +301 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_period_bill.rb +291 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_period_bill_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product.rb +333 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_active.rb +288 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component.rb +325 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group.rb +253 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_group_update.rb +253 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference.rb +281 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_reference_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_component_update.rb +325 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_create.rb +292 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_retirement_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version.rb +420 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_pending.rb +315 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_retirement_create.rb +216 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_product_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_state.rb +41 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_action.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_create.rb +251 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_reason.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_running.rb +336 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_suspension_state.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_update.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_version.rb +373 -0
- data/lib/vrpayment-ruby-sdk/models/subscription_version_state.rb +39 -0
- data/lib/vrpayment-ruby-sdk/models/tax.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/tax_class.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/tax_create.rb +239 -0
- data/lib/vrpayment-ruby-sdk/models/tenant_database.rb +226 -0
- data/lib/vrpayment-ruby-sdk/models/terminal_receipt_fetch_request.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/terminal_receipt_format.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/token.rb +341 -0
- data/lib/vrpayment-ruby-sdk/models/token_create.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/token_update.rb +301 -0
- data/lib/vrpayment-ruby-sdk/models/token_version.rb +445 -0
- data/lib/vrpayment-ruby-sdk/models/token_version_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/token_version_type.rb +225 -0
- data/lib/vrpayment-ruby-sdk/models/tokenization_mode.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/tokenized_card_data.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/tokenized_card_data_create.rb +358 -0
- data/lib/vrpayment-ruby-sdk/models/transaction.rb +1021 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion.rb +553 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_behavior.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_mode.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_request.rb +316 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_completion_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_create.rb +596 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_environment_selection_strategy.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_group.rb +276 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_group_state.rb +36 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice.rb +452 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_active.rb +236 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_comment_create.rb +221 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_replacement.rb +296 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_invoice_state.rb +40 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version.rb +405 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_create.rb +228 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_line_item_version_state.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_pending.rb +517 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_state.rb +43 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_user_interface_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void.rb +373 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void_mode.rb +35 -0
- data/lib/vrpayment-ruby-sdk/models/transaction_void_state.rb +37 -0
- data/lib/vrpayment-ruby-sdk/models/two_factor_authentication_type.rb +235 -0
- data/lib/vrpayment-ruby-sdk/models/user.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/user_account_role.rb +241 -0
- data/lib/vrpayment-ruby-sdk/models/user_space_role.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/user_type.rb +38 -0
- data/lib/vrpayment-ruby-sdk/models/wallet_type.rb +215 -0
- data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_request.rb +206 -0
- data/lib/vrpayment-ruby-sdk/models/web_app_confirmation_response.rb +231 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_encryption_public_key.rb +201 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_identity.rb +256 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener.rb +318 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_create.rb +278 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_entity.rb +213 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_listener_update.rb +268 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url.rb +300 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url_create.rb +250 -0
- data/lib/vrpayment-ruby-sdk/models/webhook_url_update.rb +280 -0
- data/lib/vrpayment-ruby-sdk/version.rb +20 -0
- data/lib/vrpayment-ruby-sdk.rb +522 -0
- data/test/constants.rb +82 -0
- data/test/encryption_util_test.rb +86 -0
- data/test/refund_service_test.rb +133 -0
- data/test/transaction_completion_service_test.rb +104 -0
- data/test/transaction_iframe_service_test.rb +25 -0
- data/test/transaction_lightbox_service_test.rb +25 -0
- data/test/transaction_payment_page_service_test.rb +25 -0
- data/test/transaction_service_test.rb +230 -0
- data/vendor/bundle/ruby/3.3.0/bin/rake +29 -0
- data/vendor/bundle/ruby/3.3.0/cache/addressable-2.8.7.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ethon-0.16.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/ffi-1.17.2-x86_64-linux-gnu.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/json-2.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.5.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/public_suffix-6.0.2.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/rake-13.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/test-unit-3.3.9.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/typhoeus-1.4.1.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/gem_make.out +25 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.13.0/mkmf.log +164 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/CHANGELOG.md +301 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Gemfile +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/LICENSE.txt +202 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/README.md +121 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/Rakefile +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/addressable.gemspec +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/data/unicode.data +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/native.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna/pure.rb +505 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/idna.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/template.rb +1029 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/uri.rb +2602 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable/version.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/lib/addressable.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/idna_spec.rb +302 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/net_http_compat_spec.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/security_spec.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/template_spec.rb +1264 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/addressable/uri_spec.rb +6840 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/spec/spec_helper.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/clobber.rake +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/gem.rake +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/git.rake +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/metrics.rake +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/profile.rake +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/rspec.rake +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.7/tasks/yard.rake +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.gitignore +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.rspec +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md +375 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Gemfile +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Guardfile +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/Rakefile +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/ethon.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curl.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/codes.rb +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/constants.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/form_options.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/functions.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/infos.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/messages.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +503 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/settings.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +149 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/debug_info.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/features.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/form.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/header.rb +61 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/actionable.rb +157 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/custom.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/delete.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/get.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/head.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/options.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/patch.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/post.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/postable.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/put.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http/putable.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/http.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/mirror.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/operations.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/options.rb +50 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/params.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/queryable.rb +154 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +136 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/util.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy.rb +315 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/ethon_error.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/global_init.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_option.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/invalid_value.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_add.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_fdset.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_remove.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/multi_timeout.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors/select.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/errors.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/libc.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/loggable.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/operations.rb +228 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/options.rb +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi/stack.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/multi.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/benchmarks.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/memory_leaks.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/perf_spec_helper.rb +37 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/memory_test_helpers.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/os_memory_leak_tracker.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/profile/support/ruby_object_leak_tracker.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/curl_spec.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/debug_info_spec.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/features_spec.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/form_spec.rb +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/header_spec.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/custom_spec.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/delete_spec.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/get_spec.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/head_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/options_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/patch_spec.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/post_spec.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http/put_spec.rb +168 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/http_spec.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/options_spec.rb +193 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/queryable_spec.rb +235 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/response_callbacks_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/util_spec.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy_spec.rb +203 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/libc_spec.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/loggable_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/operations_spec.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/options_spec.rb +182 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi/stack_spec.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/multi_spec.rb +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/spec_helper.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/localhost_server.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/support/server.rb +115 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/CHANGELOG.md +473 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/COPYING +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Gemfile +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/README.md +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/Rakefile +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/ffi.gemspec +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.5/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.6/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/2.7/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.0/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.1/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.2/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/3.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/abstract_memory.rb +44 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/autopointer.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/compat.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/data_converter.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/function.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library.rb +576 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/library_path.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-freebsd12/types.conf +181 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-linux/types.conf +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/aarch64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/arm-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-openbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/i386-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mips64el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-linux/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/powerpc64le-linux/types.conf +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/riscv64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/sw_64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-dragonflybsd/types.conf +130 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-haiku/types.conf +117 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-msys/types.conf +119 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform/x86_64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/platform.rb +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/const_generator.rb +232 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/generator_task.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/struct_generator.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/tools/types_generator.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/variadic.rb +80 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/lib/ffi.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/rakelib/ffi_gem_helper.rb +65 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/hello_ractor.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/pty.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/samples/qsort_ractor.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.17.2-x86_64-linux-gnu/sig/ffi.rbs +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/CHANGES.md +652 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/LEGAL +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/README.md +281 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/fbuffer/fbuffer.h +270 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/extconf.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/generator/generator.c +2139 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/extconf.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser/parser.c +1507 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/conf.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/simd/simd.h +187 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/fpconv.c +479 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/vendor/jeaiii-ltoa.h +267 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/json.gemspec +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/bigdecimal.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/complex.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/core.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/date_time.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/exception.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/ostruct.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/range.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/rational.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/regexp.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/set.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/struct.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/symbol.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/add/time.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/common.rb +1104 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator/state.rb +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/ext.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/generic_object.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/truffle_ruby/generator.rb +690 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/lib/json.rb +620 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/dependabot.yml +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.github/workflows/ci.yml +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/.gitignore +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/COPYING +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Gemfile +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/LEGAL +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/README.md +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/Rakefile +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/colorize.rb +7 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/configuration.rb +46 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/context.rb +233 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/enable_tracepoint_events.rb +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/inspector.rb +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/parser.rb +251 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert/version.rb +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/lib/power_assert.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.5/power_assert.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/.yardopts +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/CHANGELOG.md +498 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/README.md +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/SECURITY.md +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/data/list.txt +15791 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/domain.rb +235 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/errors.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/list.rb +247 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/rule.rb +350 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix/version.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-6.0.2/lib/public_suffix.rb +177 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/History.rdoc +2403 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/exe/rake +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/3.3.0/gems/rake-13.0.6/rake.gemspec +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/BSDL +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/COPYING +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/PSFL +271 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/README.md +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/Rakefile +66 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/getting-started.md +246 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/how-to.md +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/doc/text/news.md +1533 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertion-failed-error.rb +25 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/assertions.rb +2256 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute-matcher.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/attribute.rb +227 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/auto-runner-loader.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/autorunner.rb +569 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/code-snippet-fetcher.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/descendant.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/dir.rb +108 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/load.rb +197 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/objectspace.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector/xml.rb +249 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/collector.rb +73 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color-scheme.rb +216 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/color.rb +134 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data-sets.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/data.rb +371 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/diff.rb +745 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/error.rb +158 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/exception-handler.rb +82 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/failure.rb +169 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fault-location-detector.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/fixture.rb +298 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/notification.rb +138 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/omission.rb +198 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/pending.rb +155 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/priority.rb +196 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/console.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/emacs.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/runner/xml.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/test-suite-creator.rb +103 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testcase.rb +899 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testresult.rb +132 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/testsuite.rb +175 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/outputlevel.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/console/testrunner.rb +733 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunner.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnermediator.rb +114 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/ui/xml/testrunner.rb +224 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/backtracefilter.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/method-owner-finder.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/observable.rb +90 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/output.rb +32 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/util/procwrapper.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test/unit.rb +519 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/lib/test-unit.rb +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/adder.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/subtracter.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_adder.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_subtracter.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/sample/test_user.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-descendant.rb +182 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test-load.rb +475 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_dir.rb +407 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/collector/test_objectspace.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header-label.tsv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/header.tsv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.csv +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/no-header.tsv +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/fixtures/plus.csv +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/run-test.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-assertions.rb +2187 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute-matcher.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-attribute.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-code-snippet.rb +79 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color-scheme.rb +123 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-color.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-data.rb +419 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-diff.rb +518 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-emacs-runner.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-error.rb +26 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-failure.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fault-location-detector.rb +163 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-fixture.rb +713 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-notification.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-omission.rb +81 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-pending.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-priority.rb +184 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-case.rb +1284 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-result.rb +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite-creator.rb +97 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/test-test-suite.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/testunit-test-util.rb +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/ui/test_testrunmediator.rb +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-method-owner-finder.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test-output.rb +11 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_backtracefilter.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_observable.rb +102 -0
- data/vendor/bundle/ruby/3.3.0/gems/test-unit-3.3.9/test/util/test_procwrapper.rb +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +33 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +4 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md +410 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CONTRIBUTING.md +20 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +36 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/LICENSE +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/README.md +588 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/UPGRADE.md +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/rack/typhoeus.rb +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/adapters/faraday.rb +180 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/dalli.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/rails.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/cache/redis.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/config.rb +85 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/easy_factory.rb +206 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/no_stub.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors/typhoeus_error.rb +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/errors.rb +9 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb +217 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/addable.rb +23 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/before.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/block_connection.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/cacheable.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/memoizable.rb +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/queueable.rb +83 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/runnable.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra/stubbable.rb +28 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/hydra.rb +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/pool.rb +70 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/railtie.rb +12 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/actions.rb +125 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/before.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/block_connection.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/cacheable.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/callbacks.rb +151 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/marshal.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/memoizable.rb +38 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/operations.rb +40 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/streamable.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/stubbable.rb +30 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request.rb +223 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/cacheable.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/header.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/informations.rb +305 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response/status.rb +106 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/response.rb +68 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +14 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +64 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +156 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +31 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +116 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +339 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +143 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +280 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +18 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +88 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +53 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +98 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +137 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +19 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +93 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +75 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +94 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +91 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +60 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +34 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +101 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +147 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +323 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +256 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +100 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +105 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec +25 -0
- data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.7.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.17.2-x86_64-linux-gnu.gemspec +31 -0
- data/vendor/bundle/ruby/3.3.0/specifications/json-2.13.0.gemspec +0 -0
- data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.5.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-6.0.2.gemspec +24 -0
- data/vendor/bundle/ruby/3.3.0/specifications/rake-13.0.6.gemspec +26 -0
- data/vendor/bundle/ruby/3.3.0/specifications/test-unit-3.3.9.gemspec +30 -0
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +24 -0
- data/vrpayment-ruby-sdk.gemspec +44 -0
- metadata +1224 -0
File without changes
|
@@ -0,0 +1,25 @@
|
|
1
|
+
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser
|
2
|
+
/opt/hostedtoolcache/Ruby/3.3.0/x64/bin/ruby extconf.rb
|
3
|
+
checking for rb_enc_interned_str() in ruby/encoding.h... yes
|
4
|
+
checking for rb_hash_new_capa() in ruby.h... yes
|
5
|
+
checking for rb_hash_bulk_insert() in ruby.h... yes
|
6
|
+
checking for strnlen() in string.h... yes
|
7
|
+
checking for whether -std=c99 is accepted as CFLAGS... yes
|
8
|
+
checking for x86intrin.h... yes
|
9
|
+
checking for cpuid.h... yes
|
10
|
+
creating Makefile
|
11
|
+
|
12
|
+
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser
|
13
|
+
make DESTDIR\= sitearchdir\=./.gem.20250718-1763-jolrkg sitelibdir\=./.gem.20250718-1763-jolrkg clean
|
14
|
+
|
15
|
+
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser
|
16
|
+
make DESTDIR\= sitearchdir\=./.gem.20250718-1763-jolrkg sitelibdir\=./.gem.20250718-1763-jolrkg
|
17
|
+
compiling parser.c
|
18
|
+
linking shared-object json/ext/parser.so
|
19
|
+
|
20
|
+
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser
|
21
|
+
make DESTDIR\= sitearchdir\=./.gem.20250718-1763-jolrkg sitelibdir\=./.gem.20250718-1763-jolrkg install
|
22
|
+
/usr/bin/install -c -m 0755 parser.so ./.gem.20250718-1763-jolrkg/json/ext
|
23
|
+
|
24
|
+
current directory: /home/runner/work/ruby-sdk/ruby-sdk/vendor/bundle/ruby/3.3.0/gems/json-2.13.0/ext/json/ext/parser
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20250718-1763-jolrkg sitelibdir\=./.gem.20250718-1763-jolrkg clean
|
Binary file
|
Binary file
|
@@ -0,0 +1,164 @@
|
|
1
|
+
have_func: checking for rb_enc_interned_str() in ruby/encoding.h... -------------------- yes
|
2
|
+
|
3
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -lruby -lm -lpthread -lc"
|
4
|
+
checked program was:
|
5
|
+
/* begin */
|
6
|
+
1: #include "ruby.h"
|
7
|
+
2:
|
8
|
+
3: int main(int argc, char **argv)
|
9
|
+
4: {
|
10
|
+
5: return !!argv[argc];
|
11
|
+
6: }
|
12
|
+
/* end */
|
13
|
+
|
14
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -lruby -lm -lpthread -lc"
|
15
|
+
checked program was:
|
16
|
+
/* begin */
|
17
|
+
1: #include "ruby.h"
|
18
|
+
2:
|
19
|
+
3: #include <ruby/encoding.h>
|
20
|
+
4:
|
21
|
+
5: /*top*/
|
22
|
+
6: extern int t(void);
|
23
|
+
7: int main(int argc, char **argv)
|
24
|
+
8: {
|
25
|
+
9: if (argc > 1000000) {
|
26
|
+
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
27
|
+
11: printf("%d", (*tp)());
|
28
|
+
12: }
|
29
|
+
13:
|
30
|
+
14: return !!argv[argc];
|
31
|
+
15: }
|
32
|
+
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_enc_interned_str; return !p; }
|
33
|
+
/* end */
|
34
|
+
|
35
|
+
--------------------
|
36
|
+
|
37
|
+
have_func: checking for rb_hash_new_capa() in ruby.h... -------------------- yes
|
38
|
+
|
39
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -lruby -lm -lpthread -lc"
|
40
|
+
checked program was:
|
41
|
+
/* begin */
|
42
|
+
1: #include "ruby.h"
|
43
|
+
2:
|
44
|
+
3: #include <ruby.h>
|
45
|
+
4:
|
46
|
+
5: /*top*/
|
47
|
+
6: extern int t(void);
|
48
|
+
7: int main(int argc, char **argv)
|
49
|
+
8: {
|
50
|
+
9: if (argc > 1000000) {
|
51
|
+
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
52
|
+
11: printf("%d", (*tp)());
|
53
|
+
12: }
|
54
|
+
13:
|
55
|
+
14: return !!argv[argc];
|
56
|
+
15: }
|
57
|
+
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_hash_new_capa; return !p; }
|
58
|
+
/* end */
|
59
|
+
|
60
|
+
--------------------
|
61
|
+
|
62
|
+
have_func: checking for rb_hash_bulk_insert() in ruby.h... -------------------- yes
|
63
|
+
|
64
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -lruby -lm -lpthread -lc"
|
65
|
+
checked program was:
|
66
|
+
/* begin */
|
67
|
+
1: #include "ruby.h"
|
68
|
+
2:
|
69
|
+
3: #include <ruby.h>
|
70
|
+
4:
|
71
|
+
5: /*top*/
|
72
|
+
6: extern int t(void);
|
73
|
+
7: int main(int argc, char **argv)
|
74
|
+
8: {
|
75
|
+
9: if (argc > 1000000) {
|
76
|
+
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
77
|
+
11: printf("%d", (*tp)());
|
78
|
+
12: }
|
79
|
+
13:
|
80
|
+
14: return !!argv[argc];
|
81
|
+
15: }
|
82
|
+
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_hash_bulk_insert; return !p; }
|
83
|
+
/* end */
|
84
|
+
|
85
|
+
--------------------
|
86
|
+
|
87
|
+
have_func: checking for strnlen() in string.h... -------------------- yes
|
88
|
+
|
89
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -o conftest -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC conftest.c -L. -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,-rpath,/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -L/opt/hostedtoolcache/Ruby/3.3.0/x64/lib -lruby -lm -lpthread -lc"
|
90
|
+
checked program was:
|
91
|
+
/* begin */
|
92
|
+
1: #include "ruby.h"
|
93
|
+
2:
|
94
|
+
3: #include <string.h>
|
95
|
+
4:
|
96
|
+
5: /*top*/
|
97
|
+
6: extern int t(void);
|
98
|
+
7: int main(int argc, char **argv)
|
99
|
+
8: {
|
100
|
+
9: if (argc > 1000000) {
|
101
|
+
10: int (* volatile tp)(void)=(int (*)(void))&t;
|
102
|
+
11: printf("%d", (*tp)());
|
103
|
+
12: }
|
104
|
+
13:
|
105
|
+
14: return !!argv[argc];
|
106
|
+
15: }
|
107
|
+
16: int t(void) { void ((*volatile p)()); p = (void ((*)()))strnlen; return !p; }
|
108
|
+
/* end */
|
109
|
+
|
110
|
+
--------------------
|
111
|
+
|
112
|
+
append_cflags: checking for whether -std=c99 is accepted as CFLAGS... -------------------- yes
|
113
|
+
|
114
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -Werror -c conftest.c"
|
115
|
+
checked program was:
|
116
|
+
/* begin */
|
117
|
+
1: #include "ruby.h"
|
118
|
+
2:
|
119
|
+
3: int main(int argc, char **argv)
|
120
|
+
4: {
|
121
|
+
5: return !!argv[argc];
|
122
|
+
6: }
|
123
|
+
/* end */
|
124
|
+
|
125
|
+
--------------------
|
126
|
+
|
127
|
+
have_header: checking for x86intrin.h... -------------------- yes
|
128
|
+
|
129
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -c conftest.c"
|
130
|
+
checked program was:
|
131
|
+
/* begin */
|
132
|
+
1: #include "ruby.h"
|
133
|
+
2:
|
134
|
+
3: #include <x86intrin.h>
|
135
|
+
/* end */
|
136
|
+
|
137
|
+
--------------------
|
138
|
+
|
139
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -c conftest.c"
|
140
|
+
checked program was:
|
141
|
+
/* begin */
|
142
|
+
1: #include "ruby.h"
|
143
|
+
2:
|
144
|
+
3: #include <x86intrin.h>
|
145
|
+
4:
|
146
|
+
5: int main(int argc, char **argv) {
|
147
|
+
6: __m128i test = _mm_set1_epi8(32);
|
148
|
+
7: if (argc > 100000) printf("%p", &test);
|
149
|
+
8: return 0;
|
150
|
+
9: }
|
151
|
+
/* end */
|
152
|
+
|
153
|
+
have_header: checking for cpuid.h... -------------------- yes
|
154
|
+
|
155
|
+
LD_LIBRARY_PATH=.:/opt/hostedtoolcache/Ruby/3.3.0/x64/lib "gcc -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/x86_64-linux -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0/ruby/backward -I/opt/hostedtoolcache/Ruby/3.3.0/x64/include/ruby-3.3.0 -I. -DENABLE_PATH_CHECK=0 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC -std=c99 -c conftest.c"
|
156
|
+
checked program was:
|
157
|
+
/* begin */
|
158
|
+
1: #include "ruby.h"
|
159
|
+
2:
|
160
|
+
3: #include <cpuid.h>
|
161
|
+
/* end */
|
162
|
+
|
163
|
+
--------------------
|
164
|
+
|
@@ -0,0 +1,301 @@
|
|
1
|
+
# Addressable 2.8.7 <a name="v2.8.7">
|
2
|
+
- Allow `public_suffix` 6 ([#535])
|
3
|
+
|
4
|
+
[#535]: https://github.com/sporkmonger/addressable/pull/535
|
5
|
+
|
6
|
+
# Addressable 2.8.6 <a name="v2.8.6">
|
7
|
+
- Memoize regexps for common character classes ([#524])
|
8
|
+
|
9
|
+
[#524]: https://github.com/sporkmonger/addressable/pull/524
|
10
|
+
|
11
|
+
# Addressable 2.8.5 <a name="v2.8.5">
|
12
|
+
- Fix thread safety issue with encoding tables ([#515])
|
13
|
+
- Define URI::NONE as a module to avoid serialization issues ([#509])
|
14
|
+
- Fix YAML serialization ([#508])
|
15
|
+
|
16
|
+
[#508]: https://github.com/sporkmonger/addressable/pull/508
|
17
|
+
[#509]: https://github.com/sporkmonger/addressable/pull/509
|
18
|
+
[#515]: https://github.com/sporkmonger/addressable/pull/515
|
19
|
+
|
20
|
+
# Addressable 2.8.4 <a name="v2.8.4">
|
21
|
+
- Restore `Addressable::IDNA.unicode_normalize_kc` as a deprecated method ([#504])
|
22
|
+
|
23
|
+
[#504]: https://github.com/sporkmonger/addressable/pull/504
|
24
|
+
|
25
|
+
# Addressable 2.8.3 <a name="v2.8.3">
|
26
|
+
- Fix template expand level 2 hash support for non-string objects ([#499], [#498])
|
27
|
+
|
28
|
+
[#499]: https://github.com/sporkmonger/addressable/pull/499
|
29
|
+
[#498]: https://github.com/sporkmonger/addressable/pull/498
|
30
|
+
|
31
|
+
# Addressable 2.8.2 <a name="v2.8.2">
|
32
|
+
- Improve cache hits and JIT friendliness ([#486](https://github.com/sporkmonger/addressable/pull/486))
|
33
|
+
- Improve code style and test coverage ([#482](https://github.com/sporkmonger/addressable/pull/482))
|
34
|
+
- Ensure reset of deferred validation ([#481](https://github.com/sporkmonger/addressable/pull/481))
|
35
|
+
- Resolve normalization differences between `IDNA::Native` and `IDNA::Pure` ([#408](https://github.com/sporkmonger/addressable/issues/408), [#492])
|
36
|
+
- Remove redundant colon in `Addressable::URI::CharacterClasses::AUTHORITY` regex ([#438](https://github.com/sporkmonger/addressable/pull/438)) (accidentally reverted by [#449] merge but [added back](https://github.com/sporkmonger/addressable/pull/492#discussion_r1105125280) in [#492])
|
37
|
+
|
38
|
+
[#492]: https://github.com/sporkmonger/addressable/pull/492
|
39
|
+
|
40
|
+
# Addressable 2.8.1 <a name="v2.8.1">
|
41
|
+
- refactor `Addressable::URI.normalize_path` to address linter offenses ([#430](https://github.com/sporkmonger/addressable/pull/430))
|
42
|
+
- update gemspec to reflect supported Ruby versions ([#466], [#464], [#463])
|
43
|
+
- compatibility w/ public_suffix 5.x ([#466], [#465], [#460])
|
44
|
+
- fixes "invalid byte sequence in UTF-8" exception when unencoding URLs containing non UTF-8 characters ([#459](https://github.com/sporkmonger/addressable/pull/459))
|
45
|
+
- `Ractor` compatibility ([#449])
|
46
|
+
- use the whole string instead of a single line for template match ([#431](https://github.com/sporkmonger/addressable/pull/431))
|
47
|
+
- force UTF-8 encoding only if needed ([#341](https://github.com/sporkmonger/addressable/pull/341))
|
48
|
+
|
49
|
+
[#449]: https://github.com/sporkmonger/addressable/pull/449
|
50
|
+
[#460]: https://github.com/sporkmonger/addressable/pull/460
|
51
|
+
[#463]: https://github.com/sporkmonger/addressable/pull/463
|
52
|
+
[#464]: https://github.com/sporkmonger/addressable/pull/464
|
53
|
+
[#465]: https://github.com/sporkmonger/addressable/pull/465
|
54
|
+
[#466]: https://github.com/sporkmonger/addressable/pull/466
|
55
|
+
|
56
|
+
# Addressable 2.8.0 <a name="v2.8.0">
|
57
|
+
- fixes ReDoS vulnerability in Addressable::Template#match
|
58
|
+
- no longer replaces `+` with spaces in queries for non-http(s) schemes
|
59
|
+
- fixed encoding ipv6 literals
|
60
|
+
- the `:compacted` flag for `normalized_query` now dedupes parameters
|
61
|
+
- fix broken `escape_component` alias
|
62
|
+
- dropping support for Ruby 2.0 and 2.1
|
63
|
+
- adding Ruby 3.0 compatibility for development tasks
|
64
|
+
- drop support for `rack-mount` and remove Addressable::Template#generate
|
65
|
+
- performance improvements
|
66
|
+
- switch CI/CD to GitHub Actions
|
67
|
+
|
68
|
+
# Addressable 2.7.0 <a name="v2.7.0">
|
69
|
+
- added `:compacted` flag to `normalized_query`
|
70
|
+
- `heuristic_parse` handles `mailto:` more intuitively
|
71
|
+
- dropped explicit support for JRuby 9.0.5.0
|
72
|
+
- compatibility w/ public_suffix 4.x
|
73
|
+
- performance improvements
|
74
|
+
|
75
|
+
# Addressable 2.6.0 <a name="v2.6.0">
|
76
|
+
- added `tld=` method to allow assignment to the public suffix
|
77
|
+
- most `heuristic_parse` patterns are now case-insensitive
|
78
|
+
- `heuristic_parse` handles more `file://` URI variations
|
79
|
+
- fixes bug in `heuristic_parse` when uri starts with digit
|
80
|
+
- fixes bug in `request_uri=` with query strings
|
81
|
+
- fixes template issues with `nil` and `?` operator
|
82
|
+
- `frozen_string_literal` pragmas added
|
83
|
+
- minor performance improvements in regexps
|
84
|
+
- fixes to eliminate warnings
|
85
|
+
|
86
|
+
# Addressable 2.5.2 <a name="v2.5.2">
|
87
|
+
- better support for frozen string literals
|
88
|
+
- fixed bug w/ uppercase characters in scheme
|
89
|
+
- IDNA errors w/ emoji URLs
|
90
|
+
- compatibility w/ public_suffix 3.x
|
91
|
+
|
92
|
+
# Addressable 2.5.1 <a name="v2.5.1">
|
93
|
+
- allow unicode normalization to be disabled for URI Template expansion
|
94
|
+
- removed duplicate test
|
95
|
+
|
96
|
+
# Addressable 2.5.0 <a name="v2.5.0">
|
97
|
+
- dropping support for Ruby 1.9
|
98
|
+
- adding support for Ruby 2.4 preview
|
99
|
+
- add support for public suffixes and tld; first runtime dependency
|
100
|
+
- hostname escaping should match RFC; underscores in hostnames no longer escaped
|
101
|
+
- paths beginning with // and missing an authority are now considered invalid
|
102
|
+
- validation now also takes place after setting a path
|
103
|
+
- handle backslashes in authority more like a browser for `heuristic_parse`
|
104
|
+
- unescaped backslashes in host now raise an `InvalidURIError`
|
105
|
+
- `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred validation
|
106
|
+
- `heuristic_parse` now trims whitespace before parsing
|
107
|
+
- host parts longer than 63 bytes will be ignored and not passed to libidn
|
108
|
+
- normalized values always encoded as UTF-8
|
109
|
+
|
110
|
+
# Addressable 2.4.0 <a name="v2.4.0">
|
111
|
+
- support for 1.8.x dropped
|
112
|
+
- double quotes in a host now raises an error
|
113
|
+
- newlines in host will no longer get unescaped during normalization
|
114
|
+
- stricter handling of bogus scheme values
|
115
|
+
- stricter handling of encoded port values
|
116
|
+
- calling `require 'addressable'` will now load both the URI and Template files
|
117
|
+
- assigning to the `hostname` component with an `IPAddr` object is now supported
|
118
|
+
- assigning to the `origin` component is now supported
|
119
|
+
- fixed minor bug where an exception would be thrown for a missing ACE suffix
|
120
|
+
- better partial expansion of URI templates
|
121
|
+
|
122
|
+
# Addressable 2.3.8 <a name="v2.3.8">
|
123
|
+
- fix warnings
|
124
|
+
- update dependency gems
|
125
|
+
- support for 1.8.x officially deprecated
|
126
|
+
|
127
|
+
# Addressable 2.3.7 <a name="v2.3.7">
|
128
|
+
- fix scenario in which invalid URIs don't get an exception until inspected
|
129
|
+
- handle hostnames with two adjacent periods correctly
|
130
|
+
- upgrade of RSpec
|
131
|
+
|
132
|
+
# Addressable 2.3.6 <a name="v2.3.6">
|
133
|
+
- normalization drops empty query string
|
134
|
+
- better handling in template extract for missing values
|
135
|
+
- template modifier for `'?'` now treated as optional
|
136
|
+
- fixed issue where character class parameters were modified
|
137
|
+
- templates can now be tested for equality
|
138
|
+
- added `:sorted` option to normalization of query strings
|
139
|
+
- fixed issue with normalization of hosts given in `'example.com.'` form
|
140
|
+
|
141
|
+
# Addressable 2.3.5 <a name="v2.3.5">
|
142
|
+
- added Addressable::URI#empty? method
|
143
|
+
- Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
|
144
|
+
- compatibility with Net::HTTP in Ruby 2.0.0
|
145
|
+
- Addressable::URI#route_from should always give relative URIs
|
146
|
+
|
147
|
+
# Addressable 2.3.4 <a name="v2.3.4">
|
148
|
+
- fixed issue with encoding altering its inputs
|
149
|
+
- query string normalization now leaves ';' characters alone
|
150
|
+
- FakeFS is detected before attempting to load unicode tables
|
151
|
+
- additional testing to ensure frozen objects don't cause problems
|
152
|
+
|
153
|
+
# Addressable 2.3.3 <a name="v2.3.3">
|
154
|
+
- fixed issue with converting common primitives during template expansion
|
155
|
+
- fixed port encoding issue
|
156
|
+
- removed a few warnings
|
157
|
+
- normalize should now ignore %2B in query strings
|
158
|
+
- the IDNA logic should now be handled by libidn in Ruby 1.9
|
159
|
+
- no template match should now result in nil instead of an empty MatchData
|
160
|
+
- added license information to gemspec
|
161
|
+
|
162
|
+
# Addressable 2.3.2 <a name="v2.3.2">
|
163
|
+
- added Addressable::URI#default_port method
|
164
|
+
- fixed issue with Marshalling Unicode data on Windows
|
165
|
+
- improved heuristic parsing to better handle IPv4 addresses
|
166
|
+
|
167
|
+
# Addressable 2.3.1 <a name="v2.3.1">
|
168
|
+
- fixed missing unicode data file
|
169
|
+
|
170
|
+
# Addressable 2.3.0 <a name="v2.3.0">
|
171
|
+
- updated Addressable::Template to use RFC 6570, level 4
|
172
|
+
- fixed compatibility problems with some versions of Ruby
|
173
|
+
- moved unicode tables into a data file for performance reasons
|
174
|
+
- removing support for multiple query value notations
|
175
|
+
|
176
|
+
# Addressable 2.2.8 <a name="v2.2.8">
|
177
|
+
- fixed issues with dot segment removal code
|
178
|
+
- form encoding can now handle multiple values per key
|
179
|
+
- updated development environment
|
180
|
+
|
181
|
+
# Addressable 2.2.7 <a name="v2.2.7">
|
182
|
+
- fixed issues related to Addressable::URI#query_values=
|
183
|
+
- the Addressable::URI.parse method is now polymorphic
|
184
|
+
|
185
|
+
# Addressable 2.2.6 <a name="v2.2.6">
|
186
|
+
- changed the way ambiguous paths are handled
|
187
|
+
- fixed bug with frozen URIs
|
188
|
+
- https supported in heuristic parsing
|
189
|
+
|
190
|
+
# Addressable 2.2.5 <a name="v2.2.5">
|
191
|
+
- 'parsing' a pre-parsed URI object is now a dup operation
|
192
|
+
- introduced conditional support for libidn
|
193
|
+
- fixed normalization issue on ampersands in query strings
|
194
|
+
- added additional tests around handling of query strings
|
195
|
+
|
196
|
+
# Addressable 2.2.4 <a name="v2.2.4">
|
197
|
+
- added origin support from draft-ietf-websec-origin-00
|
198
|
+
- resolved issue with attempting to navigate below root
|
199
|
+
- fixed bug with string splitting in query strings
|
200
|
+
|
201
|
+
# Addressable 2.2.3 <a name="v2.2.3">
|
202
|
+
- added :flat_array notation for query strings
|
203
|
+
|
204
|
+
# Addressable 2.2.2 <a name="v2.2.2">
|
205
|
+
- fixed issue with percent escaping of '+' character in query strings
|
206
|
+
|
207
|
+
# Addressable 2.2.1 <a name="v2.2.1">
|
208
|
+
- added support for application/x-www-form-urlencoded.
|
209
|
+
|
210
|
+
# Addressable 2.2.0 <a name="v2.2.0">
|
211
|
+
- added site methods
|
212
|
+
- improved documentation
|
213
|
+
|
214
|
+
# Addressable 2.1.2 <a name="v2.1.2">
|
215
|
+
- added HTTP request URI methods
|
216
|
+
- better handling of Windows file paths
|
217
|
+
- validation_deferred boolean replaced with defer_validation block
|
218
|
+
- normalization of percent-encoded paths should now be correct
|
219
|
+
- fixed issue with constructing URIs with relative paths
|
220
|
+
- fixed warnings
|
221
|
+
|
222
|
+
# Addressable 2.1.1 <a name="v2.1.1">
|
223
|
+
- more type checking changes
|
224
|
+
- fixed issue with unicode normalization
|
225
|
+
- added method to find template defaults
|
226
|
+
- symbolic keys are now allowed in template mappings
|
227
|
+
- numeric values and symbolic values are now allowed in template mappings
|
228
|
+
|
229
|
+
# Addressable 2.1.0 <a name="v2.1.0">
|
230
|
+
- refactored URI template support out into its own class
|
231
|
+
- removed extract method due to being useless and unreliable
|
232
|
+
- removed Addressable::URI.expand_template
|
233
|
+
- removed Addressable::URI#extract_mapping
|
234
|
+
- added partial template expansion
|
235
|
+
- fixed minor bugs in the parse and heuristic_parse methods
|
236
|
+
- fixed incompatibility with Ruby 1.9.1
|
237
|
+
- fixed bottleneck in Addressable::URI#hash and Addressable::URI#to_s
|
238
|
+
- fixed unicode normalization exception
|
239
|
+
- updated query_values methods to better handle subscript notation
|
240
|
+
- worked around issue with freezing URIs
|
241
|
+
- improved specs
|
242
|
+
|
243
|
+
# Addressable 2.0.2 <a name="v2.0.2">
|
244
|
+
- fixed issue with URI template expansion
|
245
|
+
- fixed issue with percent escaping characters 0-15
|
246
|
+
|
247
|
+
# Addressable 2.0.1 <a name="v2.0.1">
|
248
|
+
- fixed issue with query string assignment
|
249
|
+
- fixed issue with improperly encoded components
|
250
|
+
|
251
|
+
# Addressable 2.0.0 <a name="v2.0.0">
|
252
|
+
- the initialize method now takes an options hash as its only parameter
|
253
|
+
- added query_values method to URI class
|
254
|
+
- completely replaced IDNA implementation with pure Ruby
|
255
|
+
- renamed Addressable::ADDRESSABLE_VERSION to Addressable::VERSION
|
256
|
+
- completely reworked the Rakefile
|
257
|
+
- changed the behavior of the port method significantly
|
258
|
+
- Addressable::URI.encode_segment, Addressable::URI.unencode_segment renamed
|
259
|
+
- documentation is now in YARD format
|
260
|
+
- more rigorous type checking
|
261
|
+
- to_str method implemented, implicit conversion to Strings now allowed
|
262
|
+
- Addressable::URI#omit method added, Addressable::URI#merge method replaced
|
263
|
+
- updated URI Template code to match v 03 of the draft spec
|
264
|
+
- added a bunch of new specifications
|
265
|
+
|
266
|
+
# Addressable 1.0.4 <a name="v1.0.4">
|
267
|
+
- switched to using RSpec's pending system for specs that rely on IDN
|
268
|
+
- fixed issue with creating URIs with paths that are not prefixed with '/'
|
269
|
+
|
270
|
+
# Addressable 1.0.3 <a name="v1.0.3">
|
271
|
+
- implemented a hash method
|
272
|
+
|
273
|
+
# Addressable 1.0.2 <a name="v1.0.2">
|
274
|
+
- fixed minor bug with the extract_mapping method
|
275
|
+
|
276
|
+
# Addressable 1.0.1 <a name="v1.0.1">
|
277
|
+
- fixed minor bug with the extract_mapping method
|
278
|
+
|
279
|
+
# Addressable 1.0.0 <a name="v1.0.0">
|
280
|
+
- heuristic parse method added
|
281
|
+
- parsing is slightly more strict
|
282
|
+
- replaced to_h with to_hash
|
283
|
+
- fixed routing methods
|
284
|
+
- improved specifications
|
285
|
+
- improved heckle rake task
|
286
|
+
- no surviving heckle mutations
|
287
|
+
|
288
|
+
# Addressable 0.1.2 <a name="v0.1.2">
|
289
|
+
- improved normalization
|
290
|
+
- fixed bug in joining algorithm
|
291
|
+
- updated specifications
|
292
|
+
|
293
|
+
# Addressable 0.1.1 <a name="v0.1.1">
|
294
|
+
- updated documentation
|
295
|
+
- added URI Template variable extraction
|
296
|
+
|
297
|
+
# Addressable 0.1.0 <a name="v0.1.0">
|
298
|
+
- initial release
|
299
|
+
- implementation based on RFC 3986, 3987
|
300
|
+
- support for IRIs via libidn
|
301
|
+
- support for the URI Template draft spec
|
@@ -0,0 +1,31 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
source 'https://rubygems.org'
|
4
|
+
|
5
|
+
gemspec
|
6
|
+
|
7
|
+
group :test do
|
8
|
+
gem 'bigdecimal' if RUBY_VERSION > '2.4'
|
9
|
+
gem 'rspec', '~> 3.8'
|
10
|
+
gem 'rspec-its', '~> 1.3'
|
11
|
+
end
|
12
|
+
|
13
|
+
group :coverage do
|
14
|
+
gem "coveralls", "> 0.7", require: false, platforms: :mri
|
15
|
+
gem "simplecov", require: false
|
16
|
+
end
|
17
|
+
|
18
|
+
group :development do
|
19
|
+
gem 'launchy', '~> 2.4', '>= 2.4.3'
|
20
|
+
gem 'redcarpet', :platform => :mri_19
|
21
|
+
gem 'yard'
|
22
|
+
end
|
23
|
+
|
24
|
+
group :test, :development do
|
25
|
+
gem 'memory_profiler'
|
26
|
+
gem "rake", ">= 12.3.3"
|
27
|
+
end
|
28
|
+
|
29
|
+
unless ENV["IDNA_MODE"] == "pure"
|
30
|
+
gem "idn-ruby", platform: :mri
|
31
|
+
end
|