postfinancecheckout-ruby-sdk 4.5.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +30 -11
- data/LICENSE +1 -1
- data/lib/postfinancecheckout-ruby-sdk/api/dunning_case_level_service_api.rb +228 -0
- data/lib/postfinancecheckout-ruby-sdk/api/dunning_case_service_api.rb +366 -0
- data/lib/postfinancecheckout-ruby-sdk/api/dunning_flow_level_service_api.rb +228 -0
- data/lib/postfinancecheckout-ruby-sdk/api/dunning_flow_service_api.rb +228 -0
- data/lib/postfinancecheckout-ruby-sdk/api/payment_terminal_service_api.rb +12 -10
- data/lib/postfinancecheckout-ruby-sdk/api/refund_comment_service_api.rb +11 -12
- data/lib/postfinancecheckout-ruby-sdk/api/subscriber_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_affiliate_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_charge_service_api.rb +363 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_ledger_entry_service_api.rb +295 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_metric_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_metric_usage_service_api.rb +295 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_period_bill_service_api.rb +228 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_component_group_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_component_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_fee_tier_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_metered_fee_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_period_fee_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_retirement_service_api.rb +295 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_service_api.rb +362 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_setup_fee_service_api.rb +428 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_version_retirement_service_api.rb +295 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_product_version_service_api.rb +430 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_service_api.rb +793 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_suspension_service_api.rb +353 -0
- data/lib/postfinancecheckout-ruby-sdk/api/subscription_version_service_api.rb +228 -0
- data/lib/postfinancecheckout-ruby-sdk/api/token_service_api.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/api/transaction_comment_service_api.rb +11 -12
- data/lib/postfinancecheckout-ruby-sdk/api/transaction_invoice_comment_service_api.rb +11 -12
- data/lib/postfinancecheckout-ruby-sdk/api_client.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_payment_link_update.rb +24 -12
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_subscriber_update.rb +321 -0
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_subscription_affiliate_update.rb +246 -0
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_subscription_metric_update.rb +204 -0
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_subscription_product_active.rb +257 -0
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_token_update.rb +5 -5
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_transaction_pending.rb +17 -17
- data/lib/postfinancecheckout-ruby-sdk/models/abstract_webhook_listener_update.rb +1 -11
- data/lib/postfinancecheckout-ruby-sdk/models/authenticated_card_data.rb +16 -6
- data/lib/postfinancecheckout-ruby-sdk/models/authenticated_card_data_create.rb +21 -11
- data/lib/postfinancecheckout-ruby-sdk/models/bank_account.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/bank_account_type.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/bank_transaction.rb +23 -13
- data/lib/postfinancecheckout-ruby-sdk/models/billing_configuration.rb +271 -0
- data/lib/postfinancecheckout-ruby-sdk/models/billing_cycle_model.rb +251 -0
- data/lib/postfinancecheckout-ruby-sdk/models/billing_cycle_type.rb +37 -0
- data/lib/postfinancecheckout-ruby-sdk/models/billing_day_customization.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/card_cryptogram.rb +10 -10
- data/lib/postfinancecheckout-ruby-sdk/models/card_cryptogram_create.rb +10 -15
- data/lib/postfinancecheckout-ruby-sdk/models/cardholder_authentication.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/cardholder_authentication_create.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/charge.rb +29 -39
- data/lib/postfinancecheckout-ruby-sdk/models/charge_attempt.rb +52 -52
- data/lib/postfinancecheckout-ruby-sdk/models/charge_bank_transaction.rb +36 -36
- data/lib/postfinancecheckout-ruby-sdk/models/charge_flow.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/charge_flow_level.rb +36 -36
- data/lib/postfinancecheckout-ruby-sdk/models/charge_flow_level_configuration.rb +5 -5
- data/lib/postfinancecheckout-ruby-sdk/models/charge_flow_level_configuration_type.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/charge_flow_level_payment_link.rb +12 -22
- data/lib/postfinancecheckout-ruby-sdk/models/completion_line_item.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/completion_line_item_create.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/condition.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/connector_invocation.rb +14 -24
- data/lib/postfinancecheckout-ruby-sdk/models/currency_bank_account.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/delivery_indication.rb +39 -39
- data/lib/postfinancecheckout-ruby-sdk/models/displayable_day_of_week.rb +40 -0
- data/lib/postfinancecheckout-ruby-sdk/models/displayable_month.rb +45 -0
- data/lib/postfinancecheckout-ruby-sdk/models/document_template.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/document_template_type.rb +4 -4
- data/lib/postfinancecheckout-ruby-sdk/models/document_template_type_group.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_case.rb +311 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_case_level.rb +351 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_case_level_state.rb +38 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_case_state.rb +39 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_condition.rb +266 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_condition_type.rb +215 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_flow.rb +273 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_flow_level.rb +330 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_flow_level_processor.rb +225 -0
- data/lib/postfinancecheckout-ruby-sdk/models/dunning_flow_type.rb +225 -0
- data/lib/postfinancecheckout-ruby-sdk/models/external_transfer_bank_transaction.rb +4 -4
- data/lib/postfinancecheckout-ruby-sdk/models/failure_reason.rb +2 -14
- data/lib/postfinancecheckout-ruby-sdk/models/feature.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/internal_transfer_bank_transaction.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/invoice_reconciliation_record.rb +31 -31
- data/lib/postfinancecheckout-ruby-sdk/models/invoice_reimbursement.rb +11 -1
- data/lib/postfinancecheckout-ruby-sdk/models/invoice_reimbursement_with_refund_reference.rb +11 -1
- data/lib/postfinancecheckout-ruby-sdk/models/item.rb +233 -0
- data/lib/postfinancecheckout-ruby-sdk/models/label.rb +7 -27
- data/lib/postfinancecheckout-ruby-sdk/models/line_item.rb +21 -21
- data/lib/postfinancecheckout-ruby-sdk/models/line_item_attribute.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/line_item_attribute_create.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/line_item_create.rb +10 -10
- data/lib/postfinancecheckout-ruby-sdk/models/line_item_reduction.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/line_item_reduction_create.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/pan_type.rb +41 -0
- data/lib/postfinancecheckout-ruby-sdk/models/payment_adjustment.rb +16 -6
- data/lib/postfinancecheckout-ruby-sdk/models/payment_connector.rb +11 -21
- data/lib/postfinancecheckout-ruby-sdk/models/payment_connector_configuration.rb +10 -10
- data/lib/postfinancecheckout-ruby-sdk/models/payment_connector_feature.rb +2 -12
- data/lib/postfinancecheckout-ruby-sdk/models/payment_contract.rb +14 -14
- data/lib/postfinancecheckout-ruby-sdk/models/payment_contract_type.rb +1 -11
- data/lib/postfinancecheckout-ruby-sdk/models/payment_information_hash.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/payment_information_hash_type.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/payment_link.rb +28 -16
- data/lib/postfinancecheckout-ruby-sdk/models/payment_link_active.rb +25 -13
- data/lib/postfinancecheckout-ruby-sdk/models/payment_link_create.rb +32 -15
- data/lib/postfinancecheckout-ruby-sdk/models/payment_link_update.rb +25 -13
- data/lib/postfinancecheckout-ruby-sdk/models/payment_method.rb +4 -4
- data/lib/postfinancecheckout-ruby-sdk/models/payment_method_brand.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/payment_method_configuration.rb +13 -13
- data/lib/postfinancecheckout-ruby-sdk/models/payment_processor.rb +6 -16
- data/lib/postfinancecheckout-ruby-sdk/models/payment_processor_configuration.rb +4 -4
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal.rb +19 -9
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_configuration.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_configuration_version.rb +8 -8
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_location.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_location_version.rb +5 -5
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_transaction_summary.rb +24 -2
- data/lib/postfinancecheckout-ruby-sdk/models/payment_terminal_transaction_summary_reference.rb +221 -0
- data/lib/postfinancecheckout-ruby-sdk/models/persistable_currency_amount.rb +201 -0
- data/lib/postfinancecheckout-ruby-sdk/models/persistable_currency_amount_update.rb +201 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_fee_type.rb +36 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_metered_fee.rb +275 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_metered_fee_update.rb +265 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_metered_tier_fee.rb +233 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_metered_tier_fee_update.rb +243 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_metered_tier_pricing.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_period_fee.rb +289 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_period_fee_update.rb +279 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_setup_fee.rb +291 -0
- data/lib/postfinancecheckout-ruby-sdk/models/product_setup_fee_update.rb +281 -0
- data/lib/postfinancecheckout-ruby-sdk/models/refund.rb +26 -26
- data/lib/postfinancecheckout-ruby-sdk/models/refund_bank_transaction.rb +26 -26
- data/lib/postfinancecheckout-ruby-sdk/models/refund_comment.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/refund_comment_create.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/refund_create.rb +8 -8
- data/lib/postfinancecheckout-ruby-sdk/models/refund_recovery_bank_transaction.rb +36 -36
- data/lib/postfinancecheckout-ruby-sdk/models/rendered_document.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/rendered_terminal_receipt.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/rest_country.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/rest_country_state.rb +1 -11
- data/lib/postfinancecheckout-ruby-sdk/models/sales_channel.rb +2 -22
- data/lib/postfinancecheckout-ruby-sdk/models/scope.rb +51 -1
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_recurring_order.rb +51 -31
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscriber.rb +12 -2
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscriber_active.rb +12 -2
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscriber_creation.rb +11 -1
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_creation_request.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_product.rb +21 -1
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_product_create.rb +27 -7
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_update_request.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_transaction.rb +54 -34
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_v1_integration.rb +480 -0
- data/lib/postfinancecheckout-ruby-sdk/models/space_create.rb +14 -4
- data/lib/postfinancecheckout-ruby-sdk/models/space_view.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/static_value.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/subscriber.rb +382 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscriber_active.rb +362 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscriber_create.rb +347 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscriber_update.rb +352 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription.rb +411 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate.rb +331 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate_create.rb +305 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate_deleted.rb +331 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate_deleting.rb +331 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate_inactive.rb +277 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_affiliate_update.rb +277 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_change_request.rb +260 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_charge.rb +456 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_charge_create.rb +329 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_charge_processing_type.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_charge_state.rb +38 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_charge_type.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_component_configuration.rb +231 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_component_reference_configuration.rb +201 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_create_request.rb +250 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_ledger_entry.rb +442 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_ledger_entry_create.rb +316 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_ledger_entry_state.rb +36 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric.rb +265 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_active.rb +235 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_create.rb +225 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_type.rb +225 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_update.rb +235 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_usage_report.rb +306 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_metric_usage_report_create.rb +266 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_pending.rb +301 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_period_bill.rb +291 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_period_bill_state.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product.rb +333 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_active.rb +288 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component.rb +325 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component_group.rb +253 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component_group_update.rb +253 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component_reference.rb +281 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component_reference_state.rb +37 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_component_update.rb +325 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_create.rb +292 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_retirement.rb +251 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_retirement_create.rb +216 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_state.rb +38 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_version.rb +420 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_version_pending.rb +315 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_version_retirement.rb +251 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_version_retirement_create.rb +216 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_product_version_state.rb +38 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_state.rb +41 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension.rb +336 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension_action.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension_create.rb +251 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension_reason.rb +36 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension_running.rb +336 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_suspension_state.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_update.rb +256 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_update_request.rb +206 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_version.rb +373 -0
- data/lib/postfinancecheckout-ruby-sdk/models/subscription_version_state.rb +39 -0
- data/lib/postfinancecheckout-ruby-sdk/models/tax.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/tax_calculation.rb +35 -0
- data/lib/postfinancecheckout-ruby-sdk/models/tax_class.rb +256 -0
- data/lib/postfinancecheckout-ruby-sdk/models/tax_create.rb +2 -2
- data/lib/postfinancecheckout-ruby-sdk/models/tax_line.rb +201 -0
- data/lib/postfinancecheckout-ruby-sdk/models/token.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/token_create.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/token_update.rb +5 -5
- data/lib/postfinancecheckout-ruby-sdk/models/token_version.rb +16 -16
- data/lib/postfinancecheckout-ruby-sdk/models/token_version_type.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/tokenized_card_data.rb +15 -5
- data/lib/postfinancecheckout-ruby-sdk/models/tokenized_card_data_create.rb +20 -10
- data/lib/postfinancecheckout-ruby-sdk/models/transaction.rb +61 -61
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_comment.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_comment_create.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_completion.rb +54 -54
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_completion_request.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_create.rb +25 -25
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_group.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_invoice.rb +48 -48
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_invoice_comment.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_invoice_comment_create.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_invoice_replacement.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_line_item_version.rb +44 -44
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_line_item_version_create.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_pending.rb +17 -17
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_void.rb +42 -42
- data/lib/postfinancecheckout-ruby-sdk/models/user_account_role.rb +4 -4
- data/lib/postfinancecheckout-ruby-sdk/models/user_space_role.rb +3 -3
- data/lib/postfinancecheckout-ruby-sdk/models/wallet_type.rb +34 -4
- data/lib/postfinancecheckout-ruby-sdk/models/web_app_confirmation_response.rb +6 -6
- data/lib/postfinancecheckout-ruby-sdk/models/webhook_listener.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk/models/webhook_listener_create.rb +1 -11
- data/lib/postfinancecheckout-ruby-sdk/models/webhook_listener_update.rb +1 -11
- data/lib/postfinancecheckout-ruby-sdk/version.rb +1 -1
- data/lib/postfinancecheckout-ruby-sdk.rb +140 -29
- data/test/constants.rb +1 -1
- 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.15.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.15.1.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/typhoeus-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/gem_make.out +25 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/json-2.15.1/mkmf.log +165 -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/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/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/tasks/gem.rake +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/.github/workflows/ruby.yml +41 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/CHANGELOG.md +372 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/README.md +95 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/classes.rb +55 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/curls/options.rb +502 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/callbacks.rb +148 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/informations.rb +113 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/easy/response_callbacks.rb +131 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/callbacks_spec.rb +59 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/informations_spec.rb +120 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/mirror_spec.rb +47 -0
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.15.0/spec/ethon/easy/operations_spec.rb +268 -0
- data/vendor/bundle/ruby/3.3.0/gems/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/Gemfile +23 -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/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/autopointer.rb +180 -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/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/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/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_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/types.rb +222 -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/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.15.1/BSDL +22 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/CHANGES.md +693 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/COPYING +56 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/LEGAL +8 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/README.md +283 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/fbuffer/fbuffer.h +296 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/extconf.rb +16 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/generator/generator.c +2169 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/Makefile +269 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/extconf.rb +15 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/parser/parser.c +1557 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/conf.rb +24 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/simd/simd.h +188 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/fpconv.c +480 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/ext/json/ext/vendor/jeaiii-ltoa.h +267 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/json.gemspec +62 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/bigdecimal.rb +58 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/complex.rb +51 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/core.rb +13 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/date_time.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/exception.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/ostruct.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/range.rb +54 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/rational.rb +49 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/regexp.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/set.rb +48 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/string.rb +35 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/struct.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/symbol.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/add/time.rb +52 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/common.rb +1130 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator/state.rb +99 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/generator.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext/parser.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/ext.rb +45 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/generic_object.rb +67 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/truffle_ruby/generator.rb +708 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/json-2.15.1/lib/json.rb +642 -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/Gemfile +19 -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/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/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/typhoeus-1.5.0/CHANGELOG.md +452 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/expectation.rb +219 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.5.0/typhoeus.gemspec +35 -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.15.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.15.1.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/typhoeus-1.5.0.gemspec +26 -0
- metadata +527 -910
- data/lib/postfinancecheckout-ruby-sdk/api/analytics_query_service_api.rb +0 -411
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_query.rb +0 -272
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_query_execution.rb +0 -303
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_query_execution_state.rb +0 -37
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_query_result_batch.rb +0 -225
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_schema_column.rb +0 -263
- data/lib/postfinancecheckout-ruby-sdk/models/analytics_schema_table.rb +0 -215
- data/lib/postfinancecheckout-ruby-sdk/models/card_cryptogram_type.rb +0 -34
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_integration.rb +0 -470
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_model_billing_configuration.rb +0 -271
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_model_item.rb +0 -233
- data/lib/postfinancecheckout-ruby-sdk/models/shopify_subscription_model_tax_line.rb +0 -201
- data/lib/postfinancecheckout-ruby-sdk/models/transaction_aware_entity.rb +0 -211
- data/vendor/bundle/ruby/3.3.0/cache/addressable-2.8.6.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.16.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/power_assert-2.0.3.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/cache/public_suffix-5.0.4.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/ffi-1.16.3/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/gem_make.out +0 -48
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/ffi-1.16.3/mkmf.log +0 -272
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/CHANGELOG.md +0 -296
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/Gemfile +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/Rakefile +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/addressable.gemspec +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/lib/addressable/template.rb +0 -1029
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/lib/addressable/uri.rb +0 -2602
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/lib/addressable/version.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/addressable-2.8.6/tasks/gem.rake +0 -95
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/.github/workflows/ruby.yml +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/CHANGELOG.md +0 -375
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/README.md +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/classes.rb +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/curls/options.rb +0 -503
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/callbacks.rb +0 -149
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/informations.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/easy/response_callbacks.rb +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/lib/ethon/version.rb +0 -6
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/callbacks_spec.rb +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/informations_spec.rb +0 -126
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/mirror_spec.rb +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ethon-0.16.0/spec/ethon/easy/operations_spec.rb +0 -271
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/CHANGELOG.md +0 -414
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/Gemfile +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/README.md +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/Rakefile +0 -194
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.c +0 -1128
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/AbstractMemory.h +0 -176
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.c +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/ArrayType.h +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Buffer.c +0 -417
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Call.c +0 -498
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Call.h +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.c +0 -333
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/ClosurePool.h +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.c +0 -397
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/DynamicLibrary.h +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Function.c +0 -1063
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Function.h +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/FunctionInfo.c +0 -322
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/LastError.c +0 -243
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/LastError.h +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.c +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/LongDouble.h +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +0 -269
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.c +0 -211
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MappedType.h +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.c +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MemoryPointer.h +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.c +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/MethodHandle.h +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Platform.c +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Platform.h +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.c +0 -546
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Pointer.h +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Struct.c +0 -897
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Struct.h +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.c +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/StructByValue.h +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/StructLayout.c +0 -769
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Thread.c +0 -129
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Thread.h +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Type.c +0 -447
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Type.h +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Types.c +0 -138
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Types.h +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/Variadic.c +0 -345
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/compat.h +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/extconf.h +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/extconf.rb +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/ffi.c +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/site.exp +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor/unix-noexec.exp +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.appveyor.yml +0 -84
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/ar-lib +0 -270
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/bfin-sim.exp +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-cross-in-container.sh +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build-in-container.sh +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/build.sh +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/compile +0 -351
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/install.sh +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/m32r-sim.exp +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/moxie-sim.exp +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/msvs-detect +0 -1103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/or1k-sim.exp +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/powerpc-eabisim.exp +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/site.exp +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.ci/wine-sim.exp +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.circleci/config.yml +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.gitattributes +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/issue_template.md +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/build.yml +0 -460
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.github/workflows/emscripten.yml +0 -171
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/.gitignore +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ChangeLog.old +0 -7407
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE +0 -21
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.am +0 -157
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/Makefile.in +0 -2127
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/README.md +0 -526
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/acinclude.m4 +0 -377
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/autogen.sh +0 -2
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/compile +0 -348
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.guess +0 -1754
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/config.sub +0 -1892
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure +0 -22791
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.ac +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/configure.host +0 -337
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/Makefile.am +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/Makefile.in +0 -818
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/libffi.texi +0 -1046
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/doc/version.texi +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/fficonfig.h.in +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +0 -312
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.am +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/Makefile.in +0 -609
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi.h.in +0 -527
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_cfi.h +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/ffi_common.h +0 -182
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/include/tramp.h +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/install-sh +0 -541
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libffi.map.in +0 -76
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libffi.pc.in +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +0 -997
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-ldflags +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/libtool-version +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/ltmain.sh +0 -11448
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/asmcfi.m4 +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_append_flag.m4 +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +0 -198
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +0 -158
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_configure_args.m4 +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +0 -302
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/m4/ax_require_defined.m4 +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/make_sunver.pl +0 -333
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/Makefile.am +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/Makefile.in +0 -565
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/ffi.3 +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/ffi_call.3 +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/ffi_prep_cif.3 +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +0 -73
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/missing +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +0 -130
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +0 -511
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +0 -219
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/msvcc.sh +0 -353
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffi.c +0 -1129
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/ffitarget.h +0 -97
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/internal.h +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/sysv.S +0 -543
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +0 -506
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/alpha/ffi.c +0 -521
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/alpha/ffitarget.h +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/alpha/internal.h +0 -23
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/alpha/osf.S +0 -282
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/arcompact.S +0 -210
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffi.c +0 -443
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arc/ffitarget.h +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffi.c +0 -921
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/ffitarget.h +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/internal.h +0 -17
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/sysv.S +0 -456
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/avr32/ffi.c +0 -423
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/avr32/ffitarget.h +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/avr32/sysv.S +0 -208
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/bfin/ffi.c +0 -196
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/bfin/ffitarget.h +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/bfin/sysv.S +0 -179
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/closures.c +0 -1107
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/cris/ffi.c +0 -386
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/cris/ffitarget.h +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/cris/sysv.S +0 -215
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/csky/ffi.c +0 -395
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/csky/ffitarget.h +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/csky/sysv.S +0 -371
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/debug.c +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/dlmalloc.c +0 -5171
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/frv/eabi.S +0 -128
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/frv/ffi.c +0 -292
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/frv/ffitarget.h +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ffi.c +0 -616
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ffitarget.h +0 -56
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/ia64_flags.h +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/ia64/unix.S +0 -585
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/java_raw_api.c +0 -374
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/kvx/asm.h +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/kvx/ffi.c +0 -273
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/kvx/ffitarget.h +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/kvx/sysv.S +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffi.c +0 -621
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +0 -82
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/loongarch64/sysv.S +0 -327
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/ffi.c +0 -249
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/ffitarget.h +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m32r/sysv.S +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m68k/ffi.c +0 -362
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m68k/ffitarget.h +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m68k/sysv.S +0 -357
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m88k/ffi.c +0 -400
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m88k/ffitarget.h +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/m88k/obsd.S +0 -209
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/metag/ffi.c +0 -330
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/metag/ffitarget.h +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/metag/sysv.S +0 -311
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/microblaze/ffi.c +0 -321
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/microblaze/ffitarget.h +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/microblaze/sysv.S +0 -302
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffi.c +0 -1309
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/ffitarget.h +0 -251
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/n32.S +0 -772
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/mips/o32.S +0 -561
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/eabi.S +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/ffi.c +0 -310
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/moxie/ffitarget.h +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/nios2/ffi.c +0 -304
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/nios2/ffitarget.h +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/nios2/sysv.S +0 -136
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/ffi.c +0 -341
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/ffitarget.h +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/or1k/sysv.S +0 -107
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi.c +0 -673
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffi64.c +0 -614
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/ffitarget.h +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux32.S +0 -417
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/hpux64.S +0 -681
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/pa/linux.S +0 -427
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/aix.S +0 -566
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/aix_closure.S +0 -694
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/asm.h +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/darwin.S +0 -378
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +0 -571
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi.c +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +0 -1452
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +0 -1153
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +0 -923
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ffitarget.h +0 -204
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64.S +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +0 -566
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +0 -397
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/sysv.S +0 -173
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/powerpc/t-aix +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/prep_cif.c +0 -283
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/raw_api.c +0 -267
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/ffi.c +0 -514
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/ffitarget.h +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/riscv/sysv.S +0 -293
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/s390/ffi.c +0 -756
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/s390/ffitarget.h +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/s390/internal.h +0 -11
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/s390/sysv.S +0 -325
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh/ffi.c +0 -717
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh/ffitarget.h +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh/sysv.S +0 -850
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh64/ffi.c +0 -469
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh64/ffitarget.h +0 -58
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sh64/sysv.S +0 -539
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi.c +0 -468
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffi64.c +0 -624
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/ffitarget.h +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/internal.h +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/v8.S +0 -443
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/sparc/v9.S +0 -440
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tile/ffi.c +0 -355
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tile/ffitarget.h +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tile/tile.S +0 -360
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/tramp.c +0 -716
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/types.c +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/vax/elfbsd.S +0 -195
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/vax/ffi.c +0 -276
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/vax/ffitarget.h +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffi.c +0 -934
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/wasm32/ffitarget.h +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/asmnames.h +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi.c +0 -832
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffi64.c +0 -950
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffitarget.h +0 -164
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/ffiw64.c +0 -361
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal.h +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/internal64.h +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv.S +0 -1272
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +0 -998
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/unix64.S +0 -711
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/win64.S +0 -254
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/x86/win64_intel.S +0 -238
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffi.c +0 -306
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/src/xtensa/sysv.S +0 -268
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/stamp-h.in +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.am +0 -135
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/Makefile.in +0 -664
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/config/default.exp +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build-tests.sh +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/build.sh +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/conftest.py +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/node-tests.sh +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test.html +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/emscripten/test_libffi.py +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +0 -682
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +0 -283
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +0 -1746
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +0 -2885
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +0 -747
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/bpo_38748.c +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +0 -54
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +0 -163
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float.c +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +0 -110
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/many.c +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +0 -127
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc_tc.c +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +0 -35
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/s55.c +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +0 -57
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +0 -74
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +0 -81
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_2.c +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3.c +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_3f.c +0 -65
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4.c +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_4f.c +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_big.c +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_by_value_small.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_2H.c +0 -63
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/struct_return_8H.c +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_2.c +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_3.c +0 -154
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +0 -134
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure.exp +0 -67
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn0.c +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn1.c +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn2.c +0 -83
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn3.c +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn4.c +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn5.c +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_fn6.c +0 -92
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_loc_fn0.c +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/closure_simple.c +0 -61
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_12byte.c +0 -112
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_16byte.c +0 -117
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_18byte.c +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_19byte.c +0 -131
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_1_1byte.c +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte.c +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_20byte1.c +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_24byte.c +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_2byte.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3_1byte.c +0 -114
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte1.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3byte2.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_3float.c +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4_1byte.c +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_4byte.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5_1_byte.c +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_5byte.c +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_64byte.c +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6_1_byte.c +0 -140
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_6byte.c +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7_1_byte.c +0 -155
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_7byte.c +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_8byte.c +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte1.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_9byte2.c +0 -103
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_double.c +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_float.c +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble.c +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split.c +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_longdouble_split2.c +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_pointer.c +0 -113
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint16.c +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint32.c +0 -106
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_sint64.c +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint16.c +0 -108
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint32.c +0 -109
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_align_uint64.c +0 -111
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_dbls_struct.c +0 -68
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double.c +0 -43
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_double_va.c +0 -69
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_float.c +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble.c +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_longdouble_va.c +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_args.c +0 -70
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_many_mixed_float_double.c +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_schar.c +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshort.c +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_sshortchar.c +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_uchar.c +0 -99
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushort.c +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_multi_ushortchar.c +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer.c +0 -79
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_pointer_stack.c +0 -152
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_schar.c +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sint.c +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_sshort.c +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_struct_va1.c +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uchar.c +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint.c +0 -47
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_uint_va.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulong_va.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ulonglong.c +0 -49
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/cls_ushort.c +0 -46
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/err_bad_abi.c +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/ffitest.h +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/huge_struct.c +0 -343
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct.c +0 -175
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct1.c +0 -161
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct10.c +0 -146
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct11.c +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct12.c +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct13.c +0 -115
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct2.c +0 -119
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct3.c +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct4.c +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct5.c +0 -121
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct6.c +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct7.c +0 -120
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct8.c +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/nested_struct9.c +0 -142
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/problem1.c +0 -90
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs1.c +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs2.c +0 -102
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/single_entry_structs3.c +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large.c +0 -145
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_large2.c +0 -148
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium.c +0 -124
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/stret_medium2.c +0 -125
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/testclosure.c +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest.cc +0 -118
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.closures/unwindtest_ffi_call.cc +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +0 -42
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +0 -80
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +0 -16
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +0 -51
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +0 -7
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +0 -86
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +0 -78
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +0 -37
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +0 -44
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +0 -28
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.bsd.mk +0 -40
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.darwin.mk +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.gnu.mk +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.mk +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.vc.mk +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/libffi.vc64.mk +0 -26
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/rbffi.h +0 -55
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/ext/ffi_c/rbffi_endian.h +0 -59
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/autopointer.rb +0 -188
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/dynamic_library.rb +0 -89
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/enum.rb +0 -303
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/ffi.rb +0 -50
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/function.rb +0 -71
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/io.rb +0 -62
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/library.rb +0 -576
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/platform/aarch64-linux/types.conf +0 -104
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/pointer.rb +0 -167
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/struct.rb +0 -317
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/struct_layout.rb +0 -96
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/struct_layout_builder.rb +0 -227
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/types.rb +0 -220
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/ffi-1.16.3/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/.github/workflows/ci.yml +0 -32
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/Gemfile +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/enable_tracepoint_events.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/inspector.rb +0 -66
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert/version.rb +0 -3
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/lib/power_assert.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/power_assert-2.0.3/power_assert.gemspec +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/2.0-Upgrade.md +0 -52
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/CHANGELOG.md +0 -451
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/README.md +0 -224
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/SECURITY.md +0 -25
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/data/list.txt +0 -15431
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb +0 -235
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb +0 -247
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb +0 -350
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/public_suffix-5.0.4/lib/public_suffix.rb +0 -177
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/ci.yml +0 -30
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.github/workflows/experimental.yml +0 -33
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.gitignore +0 -8
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/.rspec +0 -4
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/CHANGELOG.md +0 -410
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Gemfile +0 -36
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Guardfile +0 -9
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/Rakefile +0 -38
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/expectation.rb +0 -217
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/request/responseable.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/lib/typhoeus/version.rb +0 -5
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/profile.rb +0 -14
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/perf/vs_nethttp.rb +0 -64
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb +0 -156
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/rack/typhoeus/middleware/params_decoder_spec.rb +0 -31
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/localhost_server.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/memory_cache.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/support/server.rb +0 -116
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/adapters/faraday_spec.rb +0 -339
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/dalli_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/cache/redis_spec.rb +0 -41
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/config_spec.rb +0 -15
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/easy_factory_spec.rb +0 -143
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/errors/no_stub_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/expectation_spec.rb +0 -280
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/addable_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/before_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/block_connection_spec.rb +0 -18
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/cacheable_spec.rb +0 -88
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/memoizable_spec.rb +0 -53
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/queueable_spec.rb +0 -98
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/runnable_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra/stubbable_spec.rb +0 -48
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/hydra_spec.rb +0 -22
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/pool_spec.rb +0 -137
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/actions_spec.rb +0 -19
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/before_spec.rb +0 -93
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/block_connection_spec.rb +0 -75
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/cacheable_spec.rb +0 -94
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/callbacks_spec.rb +0 -91
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/marshal_spec.rb +0 -60
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/memoizable_spec.rb +0 -34
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/operations_spec.rb +0 -101
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/responseable_spec.rb +0 -13
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request/stubbable_spec.rb +0 -45
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/request_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/header_spec.rb +0 -147
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/informations_spec.rb +0 -323
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response/status_spec.rb +0 -256
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus/response_spec.rb +0 -100
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/spec/typhoeus_spec.rb +0 -105
- data/vendor/bundle/ruby/3.3.0/gems/typhoeus-1.4.1/typhoeus.gemspec +0 -25
- data/vendor/bundle/ruby/3.3.0/specifications/addressable-2.8.6.gemspec +0 -30
- data/vendor/bundle/ruby/3.3.0/specifications/ethon-0.16.0.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/ffi-1.16.3.gemspec +0 -34
- data/vendor/bundle/ruby/3.3.0/specifications/power_assert-2.0.3.gemspec +0 -34
- data/vendor/bundle/ruby/3.3.0/specifications/public_suffix-5.0.4.gemspec +0 -24
- data/vendor/bundle/ruby/3.3.0/specifications/typhoeus-1.4.1.gemspec +0 -24
- /data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/{ffi-1.16.3 → json-2.15.1}/gem.build_complete +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/data/unicode.data +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna/native.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna/pure.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable/idna.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/lib/addressable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/idna_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/net_http_compat_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/security_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/template_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/addressable/uri_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/clobber.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/git.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/metrics.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/profile.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/rspec.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{addressable-2.8.6 → addressable-2.8.7}/tasks/yard.rake +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.gitignore +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/.rspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Gemfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Guardfile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/ethon.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curl.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/codes.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/constants.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/form_options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/functions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/infos.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/messages.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/curls/settings.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/debug_info.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/features.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/actionable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/custom.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/delete.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/get.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/head.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/patch.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/post.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/postable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/put.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http/putable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/http.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/mirror.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/params.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/queryable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy/util.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/easy.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/ethon_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/global_init.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_option.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/invalid_value.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_add.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_fdset.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_remove.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/multi_timeout.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors/select.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/libc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/loggable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi/stack.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/lib/ethon.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/benchmarks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/memory_leaks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/perf_spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/memory_test_helpers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/os_memory_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/profile/support/ruby_object_leak_tracker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/curl_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/debug_info_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/features_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/form_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/header_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/custom_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/delete_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/get_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/head_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/patch_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/post_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http/put_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/http_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/queryable_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/response_callbacks_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy/util_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/easy_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/libc_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/loggable_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/operations_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/options_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi/stack_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/ethon/multi_spec.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/spec_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/localhost_server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ethon-0.16.0 → ethon-0.15.0}/spec/support/server.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/LICENSE.SPECS +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/ffi.gemspec +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/abstract_memory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/callback.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/compat.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/data_converter.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/errno.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/library_path.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/managedstruct.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/memorypointer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/aarch64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/aarch64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/aarch64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/aarch64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/arm-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/arm-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/hppa1.1-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/hppa2.0-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-gnu/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/i386-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/ia64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/loongarch64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mips-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mips64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mips64el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mipsel-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mipsisa32r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/mipsisa64r6el-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc-aix/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/powerpc64le-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/riscv64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/s390-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/s390x-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sparc-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sparc-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sparcv9-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/sw_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-cygwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-darwin/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-dragonflybsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-freebsd12/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-haiku/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-linux/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-msys/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-netbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-openbsd/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-solaris/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform/x86_64-windows/types.conf +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/platform.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/struct_by_reference.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/tools/const_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/tools/generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/tools/generator_task.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/tools/struct_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/tools/types_generator.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/union.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi/variadic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/lib/ffi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/rakelib/ffi_gem_helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/getlogin.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/getpid.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/gettimeofday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/hello.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/hello_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/inotify.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/pty.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/qsort.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{ffi-1.16.3 → ffi-1.17.2-x86_64-linux-gnu}/samples/qsort_ractor.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/.github/dependabot.yml +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/.gitignore +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/BSDL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/COPYING +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/LEGAL +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/Rakefile +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/lib/power_assert/colorize.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/lib/power_assert/configuration.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/lib/power_assert/context.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{power_assert-2.0.3 → power_assert-2.0.5}/lib/power_assert/parser.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{public_suffix-5.0.4 → public_suffix-6.0.2}/.yardopts +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/CONTRIBUTING.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/LICENSE +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/README.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/UPGRADE.md +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder/helper.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus/middleware/params_decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/rack/typhoeus.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/adapters/faraday.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/dalli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/rails.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/cache/redis.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/config.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/easy_factory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/no_stub.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors/typhoeus_error.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/addable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/queueable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/runnable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/hydra.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/railtie.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/actions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/before.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/block_connection.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/marshal.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/memoizable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/operations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/streamable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request/stubbable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/request.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/cacheable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/header.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/informations.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response/status.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{typhoeus-1.4.1 → typhoeus-1.5.0}/lib/typhoeus.rb +0 -0
@@ -0,0 +1,24 @@
|
|
1
|
+
case RbConfig::CONFIG['host_cpu']
|
2
|
+
when /^(arm|aarch64)/
|
3
|
+
# Try to compile a small program using NEON instructions
|
4
|
+
header, type, init, extra = 'arm_neon.h', 'uint8x16_t', 'vdupq_n_u8(32)', nil
|
5
|
+
when /^(x86_64|x64)/
|
6
|
+
header, type, init, extra = 'x86intrin.h', '__m128i', '_mm_set1_epi8(32)', 'if (__builtin_cpu_supports("sse2")) { printf("OK"); }'
|
7
|
+
end
|
8
|
+
if header
|
9
|
+
if have_header(header) && try_compile(<<~SRC, '-Werror=implicit-function-declaration')
|
10
|
+
#{cpp_include(header)}
|
11
|
+
int main(int argc, char **argv) {
|
12
|
+
#{type} test = #{init};
|
13
|
+
#{extra}
|
14
|
+
if (argc > 100000) printf("%p", &test);
|
15
|
+
return 0;
|
16
|
+
}
|
17
|
+
SRC
|
18
|
+
$defs.push("-DJSON_ENABLE_SIMD")
|
19
|
+
else
|
20
|
+
puts "Disable SIMD"
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
have_header('cpuid.h')
|
@@ -0,0 +1,188 @@
|
|
1
|
+
typedef enum {
|
2
|
+
SIMD_NONE,
|
3
|
+
SIMD_NEON,
|
4
|
+
SIMD_SSE2
|
5
|
+
} SIMD_Implementation;
|
6
|
+
|
7
|
+
#ifdef JSON_ENABLE_SIMD
|
8
|
+
|
9
|
+
#ifdef __clang__
|
10
|
+
# if __has_builtin(__builtin_ctzll)
|
11
|
+
# define HAVE_BUILTIN_CTZLL 1
|
12
|
+
# else
|
13
|
+
# define HAVE_BUILTIN_CTZLL 0
|
14
|
+
# endif
|
15
|
+
#elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
|
16
|
+
# define HAVE_BUILTIN_CTZLL 1
|
17
|
+
#else
|
18
|
+
# define HAVE_BUILTIN_CTZLL 0
|
19
|
+
#endif
|
20
|
+
|
21
|
+
static inline uint32_t trailing_zeros64(uint64_t input)
|
22
|
+
{
|
23
|
+
#if HAVE_BUILTIN_CTZLL
|
24
|
+
return __builtin_ctzll(input);
|
25
|
+
#else
|
26
|
+
uint32_t trailing_zeros = 0;
|
27
|
+
uint64_t temp = input;
|
28
|
+
while ((temp & 1) == 0 && temp > 0) {
|
29
|
+
trailing_zeros++;
|
30
|
+
temp >>= 1;
|
31
|
+
}
|
32
|
+
return trailing_zeros;
|
33
|
+
#endif
|
34
|
+
}
|
35
|
+
|
36
|
+
static inline int trailing_zeros(int input)
|
37
|
+
{
|
38
|
+
#if HAVE_BUILTIN_CTZLL
|
39
|
+
return __builtin_ctz(input);
|
40
|
+
#else
|
41
|
+
int trailing_zeros = 0;
|
42
|
+
int temp = input;
|
43
|
+
while ((temp & 1) == 0 && temp > 0) {
|
44
|
+
trailing_zeros++;
|
45
|
+
temp >>= 1;
|
46
|
+
}
|
47
|
+
return trailing_zeros;
|
48
|
+
#endif
|
49
|
+
}
|
50
|
+
|
51
|
+
#if (defined(__GNUC__ ) || defined(__clang__))
|
52
|
+
#define FORCE_INLINE __attribute__((always_inline))
|
53
|
+
#else
|
54
|
+
#define FORCE_INLINE
|
55
|
+
#endif
|
56
|
+
|
57
|
+
|
58
|
+
#define SIMD_MINIMUM_THRESHOLD 6
|
59
|
+
|
60
|
+
#if defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(__aarch64__) || defined(_M_ARM64)
|
61
|
+
#include <arm_neon.h>
|
62
|
+
|
63
|
+
#define FIND_SIMD_IMPLEMENTATION_DEFINED 1
|
64
|
+
static inline SIMD_Implementation find_simd_implementation(void)
|
65
|
+
{
|
66
|
+
return SIMD_NEON;
|
67
|
+
}
|
68
|
+
|
69
|
+
#define HAVE_SIMD 1
|
70
|
+
#define HAVE_SIMD_NEON 1
|
71
|
+
|
72
|
+
// See: https://community.arm.com/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/porting-x86-vector-bitmask-optimizations-to-arm-neon
|
73
|
+
static inline FORCE_INLINE uint64_t neon_match_mask(uint8x16_t matches)
|
74
|
+
{
|
75
|
+
const uint8x8_t res = vshrn_n_u16(vreinterpretq_u16_u8(matches), 4);
|
76
|
+
const uint64_t mask = vget_lane_u64(vreinterpret_u64_u8(res), 0);
|
77
|
+
return mask & 0x8888888888888888ull;
|
78
|
+
}
|
79
|
+
|
80
|
+
static inline FORCE_INLINE uint64_t compute_chunk_mask_neon(const char *ptr)
|
81
|
+
{
|
82
|
+
uint8x16_t chunk = vld1q_u8((const unsigned char *)ptr);
|
83
|
+
|
84
|
+
// Trick: c < 32 || c == 34 can be factored as c ^ 2 < 33
|
85
|
+
// https://lemire.me/blog/2025/04/13/detect-control-characters-quotes-and-backslashes-efficiently-using-swar/
|
86
|
+
const uint8x16_t too_low_or_dbl_quote = vcltq_u8(veorq_u8(chunk, vdupq_n_u8(2)), vdupq_n_u8(33));
|
87
|
+
|
88
|
+
uint8x16_t has_backslash = vceqq_u8(chunk, vdupq_n_u8('\\'));
|
89
|
+
uint8x16_t needs_escape = vorrq_u8(too_low_or_dbl_quote, has_backslash);
|
90
|
+
return neon_match_mask(needs_escape);
|
91
|
+
}
|
92
|
+
|
93
|
+
static inline FORCE_INLINE int string_scan_simd_neon(const char **ptr, const char *end, uint64_t *mask)
|
94
|
+
{
|
95
|
+
while (*ptr + sizeof(uint8x16_t) <= end) {
|
96
|
+
uint64_t chunk_mask = compute_chunk_mask_neon(*ptr);
|
97
|
+
if (chunk_mask) {
|
98
|
+
*mask = chunk_mask;
|
99
|
+
return 1;
|
100
|
+
}
|
101
|
+
*ptr += sizeof(uint8x16_t);
|
102
|
+
}
|
103
|
+
return 0;
|
104
|
+
}
|
105
|
+
|
106
|
+
static inline uint8x16x4_t load_uint8x16_4(const unsigned char *table)
|
107
|
+
{
|
108
|
+
uint8x16x4_t tab;
|
109
|
+
tab.val[0] = vld1q_u8(table);
|
110
|
+
tab.val[1] = vld1q_u8(table+16);
|
111
|
+
tab.val[2] = vld1q_u8(table+32);
|
112
|
+
tab.val[3] = vld1q_u8(table+48);
|
113
|
+
return tab;
|
114
|
+
}
|
115
|
+
|
116
|
+
#endif /* ARM Neon Support.*/
|
117
|
+
|
118
|
+
#if defined(__amd64__) || defined(__amd64) || defined(__x86_64__) || defined(__x86_64) || defined(_M_X64) || defined(_M_AMD64)
|
119
|
+
|
120
|
+
#ifdef HAVE_X86INTRIN_H
|
121
|
+
#include <x86intrin.h>
|
122
|
+
|
123
|
+
#define HAVE_SIMD 1
|
124
|
+
#define HAVE_SIMD_SSE2 1
|
125
|
+
|
126
|
+
#ifdef HAVE_CPUID_H
|
127
|
+
#define FIND_SIMD_IMPLEMENTATION_DEFINED 1
|
128
|
+
|
129
|
+
#if defined(__clang__) || defined(__GNUC__)
|
130
|
+
#define TARGET_SSE2 __attribute__((target("sse2")))
|
131
|
+
#else
|
132
|
+
#define TARGET_SSE2
|
133
|
+
#endif
|
134
|
+
|
135
|
+
#define _mm_cmpge_epu8(a, b) _mm_cmpeq_epi8(_mm_max_epu8(a, b), a)
|
136
|
+
#define _mm_cmple_epu8(a, b) _mm_cmpge_epu8(b, a)
|
137
|
+
#define _mm_cmpgt_epu8(a, b) _mm_xor_si128(_mm_cmple_epu8(a, b), _mm_set1_epi8(-1))
|
138
|
+
#define _mm_cmplt_epu8(a, b) _mm_cmpgt_epu8(b, a)
|
139
|
+
|
140
|
+
static inline TARGET_SSE2 FORCE_INLINE int compute_chunk_mask_sse2(const char *ptr)
|
141
|
+
{
|
142
|
+
__m128i chunk = _mm_loadu_si128((__m128i const*)ptr);
|
143
|
+
// Trick: c < 32 || c == 34 can be factored as c ^ 2 < 33
|
144
|
+
// https://lemire.me/blog/2025/04/13/detect-control-characters-quotes-and-backslashes-efficiently-using-swar/
|
145
|
+
__m128i too_low_or_dbl_quote = _mm_cmplt_epu8(_mm_xor_si128(chunk, _mm_set1_epi8(2)), _mm_set1_epi8(33));
|
146
|
+
__m128i has_backslash = _mm_cmpeq_epi8(chunk, _mm_set1_epi8('\\'));
|
147
|
+
__m128i needs_escape = _mm_or_si128(too_low_or_dbl_quote, has_backslash);
|
148
|
+
return _mm_movemask_epi8(needs_escape);
|
149
|
+
}
|
150
|
+
|
151
|
+
static inline TARGET_SSE2 FORCE_INLINE int string_scan_simd_sse2(const char **ptr, const char *end, int *mask)
|
152
|
+
{
|
153
|
+
while (*ptr + sizeof(__m128i) <= end) {
|
154
|
+
int chunk_mask = compute_chunk_mask_sse2(*ptr);
|
155
|
+
if (chunk_mask) {
|
156
|
+
*mask = chunk_mask;
|
157
|
+
return 1;
|
158
|
+
}
|
159
|
+
*ptr += sizeof(__m128i);
|
160
|
+
}
|
161
|
+
|
162
|
+
return 0;
|
163
|
+
}
|
164
|
+
|
165
|
+
#include <cpuid.h>
|
166
|
+
#endif /* HAVE_CPUID_H */
|
167
|
+
|
168
|
+
static inline SIMD_Implementation find_simd_implementation(void)
|
169
|
+
{
|
170
|
+
// TODO Revisit. I think the SSE version now only uses SSE2 instructions.
|
171
|
+
if (__builtin_cpu_supports("sse2")) {
|
172
|
+
return SIMD_SSE2;
|
173
|
+
}
|
174
|
+
|
175
|
+
return SIMD_NONE;
|
176
|
+
}
|
177
|
+
|
178
|
+
#endif /* HAVE_X86INTRIN_H */
|
179
|
+
#endif /* X86_64 Support */
|
180
|
+
|
181
|
+
#endif /* JSON_ENABLE_SIMD */
|
182
|
+
|
183
|
+
#ifndef FIND_SIMD_IMPLEMENTATION_DEFINED
|
184
|
+
static inline SIMD_Implementation find_simd_implementation(void)
|
185
|
+
{
|
186
|
+
return SIMD_NONE;
|
187
|
+
}
|
188
|
+
#endif
|
@@ -0,0 +1,480 @@
|
|
1
|
+
// Boost Software License - Version 1.0 - August 17th, 2003
|
2
|
+
//
|
3
|
+
// Permission is hereby granted, free of charge, to any person or organization
|
4
|
+
// obtaining a copy of the software and accompanying documentation covered by
|
5
|
+
// this license (the "Software") to use, reproduce, display, distribute,
|
6
|
+
// execute, and transmit the Software, and to prepare derivative works of the
|
7
|
+
// Software, and to permit third-parties to whom the Software is furnished to
|
8
|
+
// do so, all subject to the following:
|
9
|
+
//
|
10
|
+
// The copyright notices in the Software and this entire statement, including
|
11
|
+
// the above license grant, this restriction and the following disclaimer,
|
12
|
+
// must be included in all copies of the Software, in whole or in part, and
|
13
|
+
// all derivative works of the Software, unless such copies or derivative
|
14
|
+
// works are solely in the form of machine-executable object code generated by
|
15
|
+
// a source language processor.
|
16
|
+
//
|
17
|
+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
// FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
20
|
+
// SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
21
|
+
// FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
22
|
+
// ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
23
|
+
// DEALINGS IN THE SOFTWARE.
|
24
|
+
|
25
|
+
// The contents of this file is extracted from https://github.com/night-shift/fpconv
|
26
|
+
// It was slightly modified to append ".0" to plain floats, for use with the https://github.com/ruby/json package.
|
27
|
+
|
28
|
+
#include <stdbool.h>
|
29
|
+
#include <string.h>
|
30
|
+
#include <stdint.h>
|
31
|
+
|
32
|
+
#ifdef JSON_DEBUG
|
33
|
+
#include <assert.h>
|
34
|
+
#endif
|
35
|
+
|
36
|
+
#define npowers 87
|
37
|
+
#define steppowers 8
|
38
|
+
#define firstpower -348 /* 10 ^ -348 */
|
39
|
+
|
40
|
+
#define expmax -32
|
41
|
+
#define expmin -60
|
42
|
+
|
43
|
+
typedef struct Fp {
|
44
|
+
uint64_t frac;
|
45
|
+
int exp;
|
46
|
+
} Fp;
|
47
|
+
|
48
|
+
static const Fp powers_ten[] = {
|
49
|
+
{ 18054884314459144840U, -1220 }, { 13451937075301367670U, -1193 },
|
50
|
+
{ 10022474136428063862U, -1166 }, { 14934650266808366570U, -1140 },
|
51
|
+
{ 11127181549972568877U, -1113 }, { 16580792590934885855U, -1087 },
|
52
|
+
{ 12353653155963782858U, -1060 }, { 18408377700990114895U, -1034 },
|
53
|
+
{ 13715310171984221708U, -1007 }, { 10218702384817765436U, -980 },
|
54
|
+
{ 15227053142812498563U, -954 }, { 11345038669416679861U, -927 },
|
55
|
+
{ 16905424996341287883U, -901 }, { 12595523146049147757U, -874 },
|
56
|
+
{ 9384396036005875287U, -847 }, { 13983839803942852151U, -821 },
|
57
|
+
{ 10418772551374772303U, -794 }, { 15525180923007089351U, -768 },
|
58
|
+
{ 11567161174868858868U, -741 }, { 17236413322193710309U, -715 },
|
59
|
+
{ 12842128665889583758U, -688 }, { 9568131466127621947U, -661 },
|
60
|
+
{ 14257626930069360058U, -635 }, { 10622759856335341974U, -608 },
|
61
|
+
{ 15829145694278690180U, -582 }, { 11793632577567316726U, -555 },
|
62
|
+
{ 17573882009934360870U, -529 }, { 13093562431584567480U, -502 },
|
63
|
+
{ 9755464219737475723U, -475 }, { 14536774485912137811U, -449 },
|
64
|
+
{ 10830740992659433045U, -422 }, { 16139061738043178685U, -396 },
|
65
|
+
{ 12024538023802026127U, -369 }, { 17917957937422433684U, -343 },
|
66
|
+
{ 13349918974505688015U, -316 }, { 9946464728195732843U, -289 },
|
67
|
+
{ 14821387422376473014U, -263 }, { 11042794154864902060U, -236 },
|
68
|
+
{ 16455045573212060422U, -210 }, { 12259964326927110867U, -183 },
|
69
|
+
{ 18268770466636286478U, -157 }, { 13611294676837538539U, -130 },
|
70
|
+
{ 10141204801825835212U, -103 }, { 15111572745182864684U, -77 },
|
71
|
+
{ 11258999068426240000U, -50 }, { 16777216000000000000U, -24 },
|
72
|
+
{ 12500000000000000000U, 3 }, { 9313225746154785156U, 30 },
|
73
|
+
{ 13877787807814456755U, 56 }, { 10339757656912845936U, 83 },
|
74
|
+
{ 15407439555097886824U, 109 }, { 11479437019748901445U, 136 },
|
75
|
+
{ 17105694144590052135U, 162 }, { 12744735289059618216U, 189 },
|
76
|
+
{ 9495567745759798747U, 216 }, { 14149498560666738074U, 242 },
|
77
|
+
{ 10542197943230523224U, 269 }, { 15709099088952724970U, 295 },
|
78
|
+
{ 11704190886730495818U, 322 }, { 17440603504673385349U, 348 },
|
79
|
+
{ 12994262207056124023U, 375 }, { 9681479787123295682U, 402 },
|
80
|
+
{ 14426529090290212157U, 428 }, { 10748601772107342003U, 455 },
|
81
|
+
{ 16016664761464807395U, 481 }, { 11933345169920330789U, 508 },
|
82
|
+
{ 17782069995880619868U, 534 }, { 13248674568444952270U, 561 },
|
83
|
+
{ 9871031767461413346U, 588 }, { 14708983551653345445U, 614 },
|
84
|
+
{ 10959046745042015199U, 641 }, { 16330252207878254650U, 667 },
|
85
|
+
{ 12166986024289022870U, 694 }, { 18130221999122236476U, 720 },
|
86
|
+
{ 13508068024458167312U, 747 }, { 10064294952495520794U, 774 },
|
87
|
+
{ 14996968138956309548U, 800 }, { 11173611982879273257U, 827 },
|
88
|
+
{ 16649979327439178909U, 853 }, { 12405201291620119593U, 880 },
|
89
|
+
{ 9242595204427927429U, 907 }, { 13772540099066387757U, 933 },
|
90
|
+
{ 10261342003245940623U, 960 }, { 15290591125556738113U, 986 },
|
91
|
+
{ 11392378155556871081U, 1013 }, { 16975966327722178521U, 1039 },
|
92
|
+
{ 12648080533535911531U, 1066 }
|
93
|
+
};
|
94
|
+
|
95
|
+
static Fp find_cachedpow10(int exp, int* k)
|
96
|
+
{
|
97
|
+
const double one_log_ten = 0.30102999566398114;
|
98
|
+
|
99
|
+
int approx = (int)(-(exp + npowers) * one_log_ten);
|
100
|
+
int idx = (approx - firstpower) / steppowers;
|
101
|
+
|
102
|
+
while(1) {
|
103
|
+
int current = exp + powers_ten[idx].exp + 64;
|
104
|
+
|
105
|
+
if(current < expmin) {
|
106
|
+
idx++;
|
107
|
+
continue;
|
108
|
+
}
|
109
|
+
|
110
|
+
if(current > expmax) {
|
111
|
+
idx--;
|
112
|
+
continue;
|
113
|
+
}
|
114
|
+
|
115
|
+
*k = (firstpower + idx * steppowers);
|
116
|
+
|
117
|
+
return powers_ten[idx];
|
118
|
+
}
|
119
|
+
}
|
120
|
+
|
121
|
+
#define fracmask 0x000FFFFFFFFFFFFFU
|
122
|
+
#define expmask 0x7FF0000000000000U
|
123
|
+
#define hiddenbit 0x0010000000000000U
|
124
|
+
#define signmask 0x8000000000000000U
|
125
|
+
#define expbias (1023 + 52)
|
126
|
+
|
127
|
+
#define absv(n) ((n) < 0 ? -(n) : (n))
|
128
|
+
#define minv(a, b) ((a) < (b) ? (a) : (b))
|
129
|
+
|
130
|
+
static const uint64_t tens[] = {
|
131
|
+
10000000000000000000U, 1000000000000000000U, 100000000000000000U,
|
132
|
+
10000000000000000U, 1000000000000000U, 100000000000000U,
|
133
|
+
10000000000000U, 1000000000000U, 100000000000U,
|
134
|
+
10000000000U, 1000000000U, 100000000U,
|
135
|
+
10000000U, 1000000U, 100000U,
|
136
|
+
10000U, 1000U, 100U,
|
137
|
+
10U, 1U
|
138
|
+
};
|
139
|
+
|
140
|
+
static inline uint64_t get_dbits(double d)
|
141
|
+
{
|
142
|
+
union {
|
143
|
+
double dbl;
|
144
|
+
uint64_t i;
|
145
|
+
} dbl_bits = { d };
|
146
|
+
|
147
|
+
return dbl_bits.i;
|
148
|
+
}
|
149
|
+
|
150
|
+
static Fp build_fp(double d)
|
151
|
+
{
|
152
|
+
uint64_t bits = get_dbits(d);
|
153
|
+
|
154
|
+
Fp fp;
|
155
|
+
fp.frac = bits & fracmask;
|
156
|
+
fp.exp = (bits & expmask) >> 52;
|
157
|
+
|
158
|
+
if(fp.exp) {
|
159
|
+
fp.frac += hiddenbit;
|
160
|
+
fp.exp -= expbias;
|
161
|
+
|
162
|
+
} else {
|
163
|
+
fp.exp = -expbias + 1;
|
164
|
+
}
|
165
|
+
|
166
|
+
return fp;
|
167
|
+
}
|
168
|
+
|
169
|
+
static void normalize(Fp* fp)
|
170
|
+
{
|
171
|
+
while ((fp->frac & hiddenbit) == 0) {
|
172
|
+
fp->frac <<= 1;
|
173
|
+
fp->exp--;
|
174
|
+
}
|
175
|
+
|
176
|
+
int shift = 64 - 52 - 1;
|
177
|
+
fp->frac <<= shift;
|
178
|
+
fp->exp -= shift;
|
179
|
+
}
|
180
|
+
|
181
|
+
static void get_normalized_boundaries(Fp* fp, Fp* lower, Fp* upper)
|
182
|
+
{
|
183
|
+
upper->frac = (fp->frac << 1) + 1;
|
184
|
+
upper->exp = fp->exp - 1;
|
185
|
+
|
186
|
+
while ((upper->frac & (hiddenbit << 1)) == 0) {
|
187
|
+
upper->frac <<= 1;
|
188
|
+
upper->exp--;
|
189
|
+
}
|
190
|
+
|
191
|
+
int u_shift = 64 - 52 - 2;
|
192
|
+
|
193
|
+
upper->frac <<= u_shift;
|
194
|
+
upper->exp = upper->exp - u_shift;
|
195
|
+
|
196
|
+
|
197
|
+
int l_shift = fp->frac == hiddenbit ? 2 : 1;
|
198
|
+
|
199
|
+
lower->frac = (fp->frac << l_shift) - 1;
|
200
|
+
lower->exp = fp->exp - l_shift;
|
201
|
+
|
202
|
+
|
203
|
+
lower->frac <<= lower->exp - upper->exp;
|
204
|
+
lower->exp = upper->exp;
|
205
|
+
}
|
206
|
+
|
207
|
+
static Fp multiply(Fp* a, Fp* b)
|
208
|
+
{
|
209
|
+
const uint64_t lomask = 0x00000000FFFFFFFF;
|
210
|
+
|
211
|
+
uint64_t ah_bl = (a->frac >> 32) * (b->frac & lomask);
|
212
|
+
uint64_t al_bh = (a->frac & lomask) * (b->frac >> 32);
|
213
|
+
uint64_t al_bl = (a->frac & lomask) * (b->frac & lomask);
|
214
|
+
uint64_t ah_bh = (a->frac >> 32) * (b->frac >> 32);
|
215
|
+
|
216
|
+
uint64_t tmp = (ah_bl & lomask) + (al_bh & lomask) + (al_bl >> 32);
|
217
|
+
/* round up */
|
218
|
+
tmp += 1U << 31;
|
219
|
+
|
220
|
+
Fp fp = {
|
221
|
+
ah_bh + (ah_bl >> 32) + (al_bh >> 32) + (tmp >> 32),
|
222
|
+
a->exp + b->exp + 64
|
223
|
+
};
|
224
|
+
|
225
|
+
return fp;
|
226
|
+
}
|
227
|
+
|
228
|
+
static void round_digit(char* digits, int ndigits, uint64_t delta, uint64_t rem, uint64_t kappa, uint64_t frac)
|
229
|
+
{
|
230
|
+
while (rem < frac && delta - rem >= kappa &&
|
231
|
+
(rem + kappa < frac || frac - rem > rem + kappa - frac)) {
|
232
|
+
|
233
|
+
digits[ndigits - 1]--;
|
234
|
+
rem += kappa;
|
235
|
+
}
|
236
|
+
}
|
237
|
+
|
238
|
+
static int generate_digits(Fp* fp, Fp* upper, Fp* lower, char* digits, int* K)
|
239
|
+
{
|
240
|
+
uint64_t wfrac = upper->frac - fp->frac;
|
241
|
+
uint64_t delta = upper->frac - lower->frac;
|
242
|
+
|
243
|
+
Fp one;
|
244
|
+
one.frac = 1ULL << -upper->exp;
|
245
|
+
one.exp = upper->exp;
|
246
|
+
|
247
|
+
uint64_t part1 = upper->frac >> -one.exp;
|
248
|
+
uint64_t part2 = upper->frac & (one.frac - 1);
|
249
|
+
|
250
|
+
int idx = 0, kappa = 10;
|
251
|
+
const uint64_t* divp;
|
252
|
+
/* 1000000000 */
|
253
|
+
for(divp = tens + 10; kappa > 0; divp++) {
|
254
|
+
|
255
|
+
uint64_t div = *divp;
|
256
|
+
unsigned digit = (unsigned) (part1 / div);
|
257
|
+
|
258
|
+
if (digit || idx) {
|
259
|
+
digits[idx++] = digit + '0';
|
260
|
+
}
|
261
|
+
|
262
|
+
part1 -= digit * div;
|
263
|
+
kappa--;
|
264
|
+
|
265
|
+
uint64_t tmp = (part1 <<-one.exp) + part2;
|
266
|
+
if (tmp <= delta) {
|
267
|
+
*K += kappa;
|
268
|
+
round_digit(digits, idx, delta, tmp, div << -one.exp, wfrac);
|
269
|
+
|
270
|
+
return idx;
|
271
|
+
}
|
272
|
+
}
|
273
|
+
|
274
|
+
/* 10 */
|
275
|
+
const uint64_t* unit = tens + 18;
|
276
|
+
|
277
|
+
while(true) {
|
278
|
+
part2 *= 10;
|
279
|
+
delta *= 10;
|
280
|
+
kappa--;
|
281
|
+
|
282
|
+
unsigned digit = (unsigned) (part2 >> -one.exp);
|
283
|
+
if (digit || idx) {
|
284
|
+
digits[idx++] = digit + '0';
|
285
|
+
}
|
286
|
+
|
287
|
+
part2 &= one.frac - 1;
|
288
|
+
if (part2 < delta) {
|
289
|
+
*K += kappa;
|
290
|
+
round_digit(digits, idx, delta, part2, one.frac, wfrac * *unit);
|
291
|
+
|
292
|
+
return idx;
|
293
|
+
}
|
294
|
+
|
295
|
+
unit--;
|
296
|
+
}
|
297
|
+
}
|
298
|
+
|
299
|
+
static int grisu2(double d, char* digits, int* K)
|
300
|
+
{
|
301
|
+
Fp w = build_fp(d);
|
302
|
+
|
303
|
+
Fp lower, upper;
|
304
|
+
get_normalized_boundaries(&w, &lower, &upper);
|
305
|
+
|
306
|
+
normalize(&w);
|
307
|
+
|
308
|
+
int k;
|
309
|
+
Fp cp = find_cachedpow10(upper.exp, &k);
|
310
|
+
|
311
|
+
w = multiply(&w, &cp);
|
312
|
+
upper = multiply(&upper, &cp);
|
313
|
+
lower = multiply(&lower, &cp);
|
314
|
+
|
315
|
+
lower.frac++;
|
316
|
+
upper.frac--;
|
317
|
+
|
318
|
+
*K = -k;
|
319
|
+
|
320
|
+
return generate_digits(&w, &upper, &lower, digits, K);
|
321
|
+
}
|
322
|
+
|
323
|
+
static int emit_digits(char* digits, int ndigits, char* dest, int K, bool neg)
|
324
|
+
{
|
325
|
+
int exp = absv(K + ndigits - 1);
|
326
|
+
|
327
|
+
if(K >= 0 && exp < 15) {
|
328
|
+
memcpy(dest, digits, ndigits);
|
329
|
+
memset(dest + ndigits, '0', K);
|
330
|
+
|
331
|
+
/* add a .0 to mark this as a float. */
|
332
|
+
dest[ndigits + K] = '.';
|
333
|
+
dest[ndigits + K + 1] = '0';
|
334
|
+
|
335
|
+
return ndigits + K + 2;
|
336
|
+
}
|
337
|
+
|
338
|
+
/* write decimal w/o scientific notation */
|
339
|
+
if(K < 0 && (K > -7 || exp < 10)) {
|
340
|
+
int offset = ndigits - absv(K);
|
341
|
+
/* fp < 1.0 -> write leading zero */
|
342
|
+
if(offset <= 0) {
|
343
|
+
offset = -offset;
|
344
|
+
dest[0] = '0';
|
345
|
+
dest[1] = '.';
|
346
|
+
memset(dest + 2, '0', offset);
|
347
|
+
memcpy(dest + offset + 2, digits, ndigits);
|
348
|
+
|
349
|
+
return ndigits + 2 + offset;
|
350
|
+
|
351
|
+
/* fp > 1.0 */
|
352
|
+
} else {
|
353
|
+
memcpy(dest, digits, offset);
|
354
|
+
dest[offset] = '.';
|
355
|
+
memcpy(dest + offset + 1, digits + offset, ndigits - offset);
|
356
|
+
|
357
|
+
return ndigits + 1;
|
358
|
+
}
|
359
|
+
}
|
360
|
+
|
361
|
+
/* write decimal w/ scientific notation */
|
362
|
+
ndigits = minv(ndigits, 18 - neg);
|
363
|
+
|
364
|
+
int idx = 0;
|
365
|
+
dest[idx++] = digits[0];
|
366
|
+
|
367
|
+
if(ndigits > 1) {
|
368
|
+
dest[idx++] = '.';
|
369
|
+
memcpy(dest + idx, digits + 1, ndigits - 1);
|
370
|
+
idx += ndigits - 1;
|
371
|
+
}
|
372
|
+
|
373
|
+
dest[idx++] = 'e';
|
374
|
+
|
375
|
+
char sign = K + ndigits - 1 < 0 ? '-' : '+';
|
376
|
+
dest[idx++] = sign;
|
377
|
+
|
378
|
+
int cent = 0;
|
379
|
+
|
380
|
+
if(exp > 99) {
|
381
|
+
cent = exp / 100;
|
382
|
+
dest[idx++] = cent + '0';
|
383
|
+
exp -= cent * 100;
|
384
|
+
}
|
385
|
+
if(exp > 9) {
|
386
|
+
int dec = exp / 10;
|
387
|
+
dest[idx++] = dec + '0';
|
388
|
+
exp -= dec * 10;
|
389
|
+
|
390
|
+
} else if(cent) {
|
391
|
+
dest[idx++] = '0';
|
392
|
+
}
|
393
|
+
|
394
|
+
dest[idx++] = exp % 10 + '0';
|
395
|
+
|
396
|
+
return idx;
|
397
|
+
}
|
398
|
+
|
399
|
+
static int filter_special(double fp, char* dest)
|
400
|
+
{
|
401
|
+
if(fp == 0.0) {
|
402
|
+
dest[0] = '0';
|
403
|
+
dest[1] = '.';
|
404
|
+
dest[2] = '0';
|
405
|
+
return 3;
|
406
|
+
}
|
407
|
+
|
408
|
+
uint64_t bits = get_dbits(fp);
|
409
|
+
|
410
|
+
bool nan = (bits & expmask) == expmask;
|
411
|
+
|
412
|
+
if(!nan) {
|
413
|
+
return 0;
|
414
|
+
}
|
415
|
+
|
416
|
+
if(bits & fracmask) {
|
417
|
+
dest[0] = 'n'; dest[1] = 'a'; dest[2] = 'n';
|
418
|
+
|
419
|
+
} else {
|
420
|
+
dest[0] = 'i'; dest[1] = 'n'; dest[2] = 'f';
|
421
|
+
}
|
422
|
+
|
423
|
+
return 3;
|
424
|
+
}
|
425
|
+
|
426
|
+
/* Fast and accurate double to string conversion based on Florian Loitsch's
|
427
|
+
* Grisu-algorithm[1].
|
428
|
+
*
|
429
|
+
* Input:
|
430
|
+
* fp -> the double to convert, dest -> destination buffer.
|
431
|
+
* The generated string will never be longer than 32 characters.
|
432
|
+
* Make sure to pass a pointer to at least 32 bytes of memory.
|
433
|
+
* The emitted string will not be null terminated.
|
434
|
+
*
|
435
|
+
*
|
436
|
+
*
|
437
|
+
* Output:
|
438
|
+
* The number of written characters.
|
439
|
+
*
|
440
|
+
* Exemplary usage:
|
441
|
+
*
|
442
|
+
* void print(double d)
|
443
|
+
* {
|
444
|
+
* char buf[28 + 1] // plus null terminator
|
445
|
+
* int str_len = fpconv_dtoa(d, buf);
|
446
|
+
*
|
447
|
+
* buf[str_len] = '\0';
|
448
|
+
* printf("%s", buf);
|
449
|
+
* }
|
450
|
+
*
|
451
|
+
*/
|
452
|
+
static int fpconv_dtoa(double d, char dest[28])
|
453
|
+
{
|
454
|
+
char digits[18];
|
455
|
+
|
456
|
+
int str_len = 0;
|
457
|
+
bool neg = false;
|
458
|
+
|
459
|
+
if(get_dbits(d) & signmask) {
|
460
|
+
dest[0] = '-';
|
461
|
+
str_len++;
|
462
|
+
neg = true;
|
463
|
+
}
|
464
|
+
|
465
|
+
int spec = filter_special(d, dest + str_len);
|
466
|
+
|
467
|
+
if(spec) {
|
468
|
+
return str_len + spec;
|
469
|
+
}
|
470
|
+
|
471
|
+
int K = 0;
|
472
|
+
int ndigits = grisu2(d, digits, &K);
|
473
|
+
|
474
|
+
str_len += emit_digits(digits, ndigits, dest + str_len, K, neg);
|
475
|
+
#ifdef JSON_DEBUG
|
476
|
+
assert(str_len <= 32);
|
477
|
+
#endif
|
478
|
+
|
479
|
+
return str_len;
|
480
|
+
}
|