fattureincloud_ruby_sdk 2.1.2 → 2.1.3
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/CHANGELOG.md +2 -0
- data/Gemfile.lock +77 -0
- data/README.md +23 -7
- data/docs/ArchiveApi.md +1 -1
- data/docs/Attachment.md +9 -0
- data/docs/CashbookApi.md +1 -1
- data/docs/ClientsApi.md +1 -1
- data/docs/CompanyInfoPlanInfoFunctions.md +0 -1
- data/docs/DocumentTemplate.md +6 -1
- data/docs/GetPendingReceivedDocumentResponse.md +8 -0
- data/docs/GetTemplatesResponse.md +8 -0
- data/docs/InfoApi.md +74 -74
- data/docs/IssuedDocumentExtraData.md +2 -0
- data/docs/IssuedDocumentsApi.md +13 -13
- data/docs/IssuedEInvoicesApi.md +1 -1
- data/docs/ListPendingReceivedDocumentsResponse.md +19 -0
- data/docs/ListPendingReceivedDocumentsResponsePage.md +8 -0
- data/docs/PendingReceivedDocument.md +26 -0
- data/docs/PendingReceivedDocumentExtractedData.md +8 -0
- data/docs/PendingReceivedDocumentExtractedDataMining.md +8 -0
- data/docs/PendingReceivedDocumentPaymentsListItem.md +14 -0
- data/docs/PendingReceivedDocumentPaymentsListItemPaymentTerms.md +9 -0
- data/docs/PendingReceivedDocumentType.md +7 -0
- data/docs/PriceListsApi.md +2 -2
- data/docs/ProductsApi.md +1 -1
- data/docs/ReceiptsApi.md +1 -1
- data/docs/ReceivedDocument.md +2 -0
- data/docs/ReceivedDocumentItemsListItem.md +1 -0
- data/docs/ReceivedDocumentsApi.md +180 -16
- data/docs/SettingsApi.md +157 -3
- data/docs/SuppliersApi.md +1 -1
- data/docs/TaxesApi.md +2 -2
- data/docs/TemplateType.md +7 -0
- data/docs/WebhooksApi.md +2 -2
- data/fattureincloud_ruby_sdk.gemspec +2 -3
- data/lib/fattureincloud_ruby_sdk/api/archive_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +5 -3
- data/lib/fattureincloud_ruby_sdk/api/clients_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/companies_api.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api/emails_api.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/api/info_api.rb +72 -72
- data/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +20 -10
- data/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb +4 -4
- data/lib/fattureincloud_ruby_sdk/api/products_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +203 -11
- data/lib/fattureincloud_ruby_sdk/api/settings_api.rb +162 -4
- data/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +6 -4
- data/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +8 -4
- data/lib/fattureincloud_ruby_sdk/api/user_api.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb +6 -2
- data/lib/fattureincloud_ruby_sdk/api_client.rb +9 -5
- data/lib/fattureincloud_ruby_sdk/api_error.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/api_model_base.rb +88 -0
- data/lib/fattureincloud_ruby_sdk/configuration.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/archive_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/attachment.rb +232 -0
- data/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +4 -3
- data/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/city.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/client.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/client_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/company.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +4 -14
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/company_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/currency.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/document_template.rb +82 -14
- data/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_attachment.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/email_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/entity.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/entity_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/event_type.rb +11 -7
- data/lib/fattureincloud_ruby_sdk/models/f24.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/f24_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/function_status.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_pending_received_document_response.rb +221 -0
- data/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_templates_response.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +30 -8
- data/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +4 -5
- data/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/language.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_pending_received_documents_response.rb +353 -0
- data/lib/fattureincloud_ruby_sdk/models/list_pending_received_documents_response_page.rb +223 -0
- data/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/pagination.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_account.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/payment_method.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document.rb +442 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_extracted_data.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_extracted_data_mining.rb +220 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_payments_list_item.rb +286 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_payments_list_item_payment_terms.rb +255 -0
- data/lib/fattureincloud_ruby_sdk/models/pending_received_document_type.rb +41 -0
- data/lib/fattureincloud_ruby_sdk/models/permission_level.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/permissions.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/price_list_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/product.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/received_document.rb +30 -8
- data/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +19 -8
- data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/sender_email.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/supplier.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/tax_profile.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/template_type.rb +41 -0
- data/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/user.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/vat_item.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/vat_type.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb +3 -3
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb +2 -2
- data/lib/fattureincloud_ruby_sdk/version.rb +3 -3
- data/lib/fattureincloud_ruby_sdk.rb +15 -3
- data/scripts/node_modules/.yarn-integrity +1 -1
- data/scripts/node_modules/js-yaml/README.md +9 -8
- data/scripts/node_modules/js-yaml/dist/js-yaml.js +22 -16
- data/scripts/node_modules/js-yaml/dist/js-yaml.min.js +2 -2
- data/scripts/node_modules/js-yaml/dist/js-yaml.mjs +20 -15
- data/scripts/node_modules/js-yaml/lib/loader.js +18 -12
- data/scripts/node_modules/js-yaml/package.json +1 -1
- data/scripts/yarn.lock +3 -3
- data/sdk-version.yaml +1 -1
- data/spec/api/companies_api_spec.rb +1 -1
- data/spec/api/info_api_spec.rb +6 -6
- data/spec/api/price_lists_api_spec.rb +5 -5
- data/spec/models/attachment_spec.rb +93 -0
- data/spec/models/company_info_plan_info_functions_spec.rb +0 -7
- data/spec/models/company_info_plan_info_spec.rb +0 -1
- data/spec/models/company_info_spec.rb +0 -1
- data/spec/models/entity_client_pre_create_info_spec.rb +7 -7
- data/spec/models/get_bin_issued_document_response_spec.rb +1 -1
- data/spec/models/get_bin_received_document_response_spec.rb +48 -48
- data/spec/models/get_company_info_response_spec.rb +0 -1
- data/spec/models/get_entity_client_pre_create_info_response_spec.rb +52 -52
- data/spec/models/get_pending_received_document_response_spec.rb +36 -0
- data/spec/models/get_price_list_items_response_spec.rb +1 -1
- data/spec/models/get_templates_response_spec.rb +36 -0
- data/spec/models/list_bin_issued_documents_spec.rb +1 -1
- data/spec/models/list_bin_received_documents_spec.rb +100 -100
- data/spec/models/list_pending_received_documents_response_page_spec.rb +36 -0
- data/spec/models/list_pending_received_documents_response_spec.rb +102 -0
- data/spec/models/list_price_lists_response_spec.rb +1 -1
- data/spec/models/pending_received_document_extracted_data_mining_spec.rb +36 -0
- data/spec/models/pending_received_document_extracted_data_spec.rb +36 -0
- data/spec/models/pending_received_document_payments_list_item_payment_terms_spec.rb +42 -0
- data/spec/models/pending_received_document_payments_list_item_spec.rb +72 -0
- data/spec/models/pending_received_document_spec.rb +144 -0
- data/spec/models/pending_received_document_type_spec.rb +30 -0
- data/spec/models/price_list_item_spec.rb +1 -1
- data/spec/models/price_list_spec.rb +7 -7
- data/spec/models/template_type_spec.rb +30 -0
- data/spec/models/verify_webhooks_subscription_spec.rb +2 -2
- data/spec/spec_helper.rb +2 -2
- data/vendor/bundle/ruby/3.1.0/bin/byebug +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/coderay +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/htmldiff +31 -0
- data/vendor/bundle/ruby/3.1.0/bin/ldiff +31 -0
- data/vendor/bundle/ruby/3.1.0/bin/pry +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/racc +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rake +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rspec +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/rubocop +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/ruby-parse +29 -0
- data/vendor/bundle/ruby/3.1.0/bin/ruby-rewrite +29 -0
- data/vendor/bundle/ruby/3.1.0/cache/ast-2.4.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/byebug-12.0.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/coderay-1.1.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/diff-lcs-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ethon-0.18.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ffi-1.17.4.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/logger-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/method_source-1.1.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parallel-1.28.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/parser-3.3.11.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/prism-1.9.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-0.15.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/pry-byebug-3.11.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/racc-1.8.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rainbow-3.1.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rake-13.0.6.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/regexp_parser-2.12.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rexml-3.4.4.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-3.13.2.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-core-3.13.6.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-expectations-3.13.5.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-mocks-3.13.8.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rspec-support-3.13.7.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rubocop-1.12.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/rubocop-ast-1.49.1.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/ruby-progressbar-1.13.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/typhoeus-1.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/cache/unicode-display_width-2.6.0.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/byebug-12.0.0/gem_make.out +19 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/gem_make.out +44 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/ffi-1.17.4/mkmf.log +268 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/gem_make.out +41 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/mkmf.log +74 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/prism-1.9.0/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/gem_make.out +15 -0
- data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0/racc-1.8.1/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/LICENSE.MIT +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/README.YARD.md +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/node.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/processor/mixin.rb +288 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/processor.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast/sexp.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ast-2.4.3/lib/ast.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/CHANGELOG.md +959 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/CONTRIBUTING.md +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/GUIDE.md +1806 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/LICENSE +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/README.md +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/exe/byebug +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/.sitearchdir.-.byebug.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/breakpoint.c +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/breakpoint.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.c +906 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.h +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/context.c +687 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/context.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/extconf.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/locker.c +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/locker.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/threads.c +241 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/ext/byebug/threads.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/attacher.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/breakpoint.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/byebug.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/command.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/command_list.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/break.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/catch.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/condition.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/continue.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/debug.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/delete.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable/breakpoints.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable/display.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/disable.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/display.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/down.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/edit.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable/breakpoints.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable/display.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/enable.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/finish.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/frame.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/help.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/history.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/breakpoints.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/display.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/file.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/line.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info/program.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/info.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/interrupt.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/irb.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/kill.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/list.rb +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/method.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/next.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/pry.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/quit.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/restart.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/save.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/set.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/show.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/skip.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/source.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/step.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/current.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/list.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/resume.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/stop.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread/switch.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/thread.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/tracevar.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/undisplay.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/untracevar.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/up.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/all.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/args.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/const.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/global.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/instance.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var/local.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/var.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands/where.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/commands.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/context.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/core.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/errors.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/frame.rb +185 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/bin.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/eval.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/file.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/frame.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/parse.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/path.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/reflection.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/string.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/thread.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/toggle.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/helpers/var.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/history.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interface.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/local_interface.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/remote_interface.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/script_interface.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/interfaces/test_interface.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/option_setter.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/base.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/plain.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/texts/base.yml +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/printers/texts/plain.yml +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/command_processor.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/control_processor.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/post_mortem_processor.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/processors/script_processor.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote/client.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote/server.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/remote.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/runner.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/setting.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autoirb.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autolist.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autopry.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/autosave.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/basename.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/callstyle.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/fullpath.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/histfile.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/histsize.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/linetrace.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/listsize.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/post_mortem.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/savefile.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/stack_on_error.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/settings/width.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/source_file_formatter.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/subcommands.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/byebug-12.0.0/lib/byebug.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/MIT-LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/README_INDEX.rdoc +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/bin/coderay +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/duo.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/_map.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/comment_filter.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/count.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/debug.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/debug_lint.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/div.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/encoder.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/filter.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/css.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/numbering.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html/output.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/html.rb +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/json.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/lines_of_code.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/lint.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/null.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/page.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/span.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/statistic.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/terminal.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/text.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/token_kind_filter.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/xml.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders/yaml.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/encoders.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/for_redcloth.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/file_type.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/plugin.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/plugin_host.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/helpers/word_list.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/_map.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/c.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/clojure.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/cpp.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/css.rb +196 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/debug.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/delphi.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/diff.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/erb.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/go.rb +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/groovy.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/haml.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/html.rb +275 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java/builtin_types.rb +421 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/java_script.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/json.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/lua.rb +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/php.rb +527 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/python.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/raydebug.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby/patterns.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby/string_state.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/ruby.rb +477 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/sass.rb +232 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/scanner.rb +337 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/sql.rb +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/taskpaper.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/text.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/xml.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners/yaml.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/scanners.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/_map.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/alpha.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles/style.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/styles.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/token_kinds.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/tokens.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/tokens_proxy.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/coderay-1.1.3/lib/coderay.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/.rspec +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CHANGELOG.md +518 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CODE_OF_CONDUCT.md +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CONTRIBUTING.md +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/CONTRIBUTORS.md +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/LICENCE.md +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/Manifest.txt +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/README.md +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/Rakefile +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/SECURITY.md +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/bin/htmldiff +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/bin/ldiff +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/docs/COPYING.txt +339 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/backports.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/callbacks.rb +327 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/htmldiff.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/hunk.rb +379 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/internals.rb +308 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/ldiff.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs/version.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff/lcs.rb +742 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/mise.toml +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/change_spec.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/diff_spec.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/123_x +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/456_x +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ds1.csv +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ds2.csv +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/empty +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/file1.bin +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/file2.bin +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/four_lines +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/four_lines_with_missing_new_line +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.chef-e +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.chef-f +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line1-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line1-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/error.diff.missing_new_line2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1 +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-c +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin1-u +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2 +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-c +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.bin2-u +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-c +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2 +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-e +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-f +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.empty.vs.four_lines-u +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-e +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-f +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.four_lines.vs.empty-u +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-c +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-e +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-f +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.issue95_trailing_context-u +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1 +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-c +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line1-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2 +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-c +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-e +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-f +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/ldiff/output.diff.missing_new_line2-u +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/new-chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/new-chef2 +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/old-chef +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/fixtures/old-chef2 +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/issues_spec.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/lcs_spec.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/ldiff_spec.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/sdiff_spec.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/spec_helper.rb +376 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/traverse_balanced_spec.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.6.2/spec/traverse_sequences_spec.rb +137 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/CHANGELOG.md +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/README.md +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/ethon.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curl.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/classes.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/codes.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/constants.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/form_options.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/functions.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/infos.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/messages.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/options.rb +503 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/curls/settings.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/callbacks.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/debug_info.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/features.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/form.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/header.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/actionable.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/custom.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/delete.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/get.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/head.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/options.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/patch.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/post.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/postable.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/put.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http/putable.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/http.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/informations.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/mirror.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/operations.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/options.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/params.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/queryable.rb +154 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/response_callbacks.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy/util.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/easy.rb +315 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/ethon_error.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/global_init.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_option.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/invalid_value.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_add.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_fdset.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_remove.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/multi_timeout.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors/select.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/errors.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/libc.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/loggable.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/operations.rb +228 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/options.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi/stack.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/multi.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon/version.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/ethon-0.18.0/lib/ethon.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/CHANGELOG.md +507 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/COPYING +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Gemfile +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/LICENSE +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/LICENSE.SPECS +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/README.md +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Rakefile +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/Steepfile +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.c +1129 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.h +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/AbstractMemory.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.c +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.h +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ArrayType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Buffer.c +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.c +504 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.h +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Call.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.c +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.h +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ClosurePool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.c +397 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.h +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/DynamicLibrary.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.c +1083 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.h +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Function.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/FunctionInfo.c +322 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/FunctionInfo.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.c +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.h +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LastError.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.c +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.h +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/LongDouble.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.c +211 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MappedType.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.c +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MemoryPointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.c +352 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/MethodHandle.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.c +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.h +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Platform.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.c +549 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.h +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Pointer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.c +904 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.h +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Struct.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.c +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructByValue.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.c +886 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/StructLayout.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.c +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.h +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Thread.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.c +448 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.h +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.c +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.h +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Types.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Variadic.c +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/Variadic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/compat.h +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/extconf.h +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/extconf.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi.c +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/ChangeLog.old +7407 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/LICENSE +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +353 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/Makefile.am +162 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/Makefile.in +2114 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/README.md +567 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/acinclude.m4 +383 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/autogen.sh +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/compile +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/config.guess +1812 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/config.sub +1973 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure +22791 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure.ac +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/configure.host +337 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/Makefile.am +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/Makefile.in +822 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/libffi.texi +1069 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/doc/version.texi +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/fficonfig.h.in +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +285 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/Makefile.am +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/Makefile.in +613 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi.h.in +536 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi_cfi.h +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/ffi_common.h +201 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/include/tramp.h +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/install-sh +541 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.map.in +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.pc.in +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +997 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libtool-ldflags +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/libtool-version +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/ltmain.sh +11436 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/asmcfi.m4 +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_append_flag.m4 +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_configure_args.m4 +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_prepend_flag.m4 +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/m4/ax_require_defined.m4 +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/make_sunver.pl +333 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/Makefile.am +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/Makefile.in +569 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi.3 +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_prep_cif.3 +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/missing +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/msvcc.sh +353 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/ffi.c +1145 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/ffitarget.h +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/internal.h +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/sysv.S +705 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +506 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/ffi.c +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/ffitarget.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/internal.h +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/alpha/osf.S +282 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/arcompact.S +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/ffi.c +447 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arc/ffitarget.h +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/ffi.c +921 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/internal.h +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/sysv.S +456 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/ffitarget.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/ffi.c +196 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/ffitarget.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/bfin/sysv.S +179 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/closures.c +1107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/ffi.c +386 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/ffitarget.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/ffi.c +395 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/ffitarget.h +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/csky/sysv.S +371 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/debug.c +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/dlmalloc.c +5172 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/frv/ffitarget.h +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ffi.c +616 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ffitarget.h +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/ia64/unix.S +585 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/java_raw_api.c +374 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/asm.h +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/ffi.c +273 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/ffitarget.h +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/kvx/sysv.S +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/ffi.c +624 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/ffitarget.h +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/loongarch64/sysv.S +327 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/ffi.c +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/ffi.c +362 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/ffitarget.h +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m68k/sysv.S +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/ffi.c +400 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/ffitarget.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/m88k/obsd.S +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/ffi.c +330 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/metag/sysv.S +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/ffi.c +321 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/ffitarget.h +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/microblaze/sysv.S +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/ffi.c +1317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/ffitarget.h +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/n32.S +827 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/mips/o32.S +565 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/eabi.S +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/ffi.c +310 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/moxie/ffitarget.h +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/ffi.c +341 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/ffitarget.h +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/or1k/sysv.S +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffi.c +673 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffi64.c +614 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/ffitarget.h +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/hpux32.S +417 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/hpux64.S +681 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/pa/linux.S +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/aix.S +566 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/aix_closure.S +694 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/darwin.S +378 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +571 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi.c +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1464 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1160 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +933 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ffitarget.h +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/internal.h +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/linux64.S +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +613 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +421 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/sysv.S +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/powerpc/t-aix +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/prep_cif.c +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/raw_api.c +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/ffi.c +537 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/ffitarget.h +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/internal.h +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/riscv/sysv.S +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/ffi.c +783 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/ffitarget.h +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/internal.h +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/s390/sysv.S +363 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/ffi.c +717 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/ffitarget.h +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/ffi.c +469 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/ffitarget.h +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffi.c +484 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffi64.c +630 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/ffitarget.h +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/internal.h +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/v8.S +443 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/sparc/v9.S +440 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/ffi.c +355 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/ffitarget.h +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tile/tile.S +360 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/tramp.c +721 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/types.c +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/elfbsd.S +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/ffi.c +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/vax/ffitarget.h +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/wasm/ffi.c +798 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/wasm/ffitarget.h +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/asmnames.h +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffi.c +835 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffi64.c +953 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffitarget.h +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/ffiw64.c +361 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/internal.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/internal64.h +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/sysv.S +1270 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/sysv_intel.S +996 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/unix64.S +711 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/win64.S +254 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/x86/win64_intel.S +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/ffi.c +306 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/ffitarget.h +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/src/xtensa/sysv.S +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/stamp-h.in +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi/testsuite/Makefile.in +622 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.bsd.mk +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.darwin.mk +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.gnu.mk +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.mk +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.vc.mk +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/libffi.vc64.mk +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/rbffi.h +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ext/ffi_c/rbffi_endian.h +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/ffi.gemspec +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/abstract_memory.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/autopointer.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/buffer.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/callback.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/compat.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/data_converter.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/dynamic_library.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/enum.rb +302 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/errno.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/ffi.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/function.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/io.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/library.rb +592 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/library_path.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/managedstruct.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/memorypointer.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-freebsd12/types.conf +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-linux/types.conf +175 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/aarch64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/arm-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/hppa1.1-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/hppa2.0-linux/types.conf +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-freebsd/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-gnu/types.conf +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-linux/types.conf +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-netbsd/types.conf +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-openbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/i386-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/ia64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/loongarch64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mips64el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsel-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-aix/types.conf +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-linux/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/powerpc64le-linux/types.conf +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/riscv64-linux/types.conf +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/s390-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/s390x-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparc-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparc-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-linux/types.conf +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-openbsd/types.conf +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/sw_64-linux/types.conf +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-darwin/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-dragonflybsd/types.conf +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-haiku/types.conf +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-linux/types.conf +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-msys/types.conf +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform/x86_64-windows/types.conf +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/platform.rb +187 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/pointer.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct.rb +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_by_reference.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_layout.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/struct_layout_builder.rb +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/const_generator.rb +232 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/generator.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/generator_task.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/tools/struct_generator.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/types.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/union.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/variadic.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/lib/ffi_c.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/getlogin.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/getpid.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/gettimeofday.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/hello.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/hello_ractor.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/inotify.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/pty.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/qsort.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/samples/qsort_ractor.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/abstract_memory.rbs +165 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/auto_pointer.rbs +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/buffer.rbs +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/data_converter.rbs +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/dynamic_library.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/enum.rbs +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/errno.rbs +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/function.rbs +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/library.rbs +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/native_type.rbs +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/platform.rbs +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/pointer.rbs +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct.rbs +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_by_reference.rbs +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_by_value.rbs +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_layout.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/struct_layout_builder.rbs +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi/type.rbs +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ffi-1.17.4/sig/ffi.rbs +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/.document +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/.rdoc_options +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/BSDL +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/README.md +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/errors.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/formatter.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/log_device.rb +265 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/period.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/severity.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/logger-1.7.0/lib/logger.rb +789 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/.gemtest +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/.yardopts +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/CHANGELOG.md +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/Gemfile +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/README.markdown +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/Rakefile +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/code_helpers.rb +154 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/source_location.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/lib/method_source.rb +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/method_source.gemspec +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/method_source/code_helpers_spec.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/method_source_spec.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/method_source-1.1.0/spec/spec_helper.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/MIT-LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/lib/parallel/version.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/parallel-1.28.0/lib/parallel.rb +719 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/LICENSE.txt +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/bin/ruby-parse +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/bin/ruby-rewrite +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/gauntlet_parser.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/all.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ast/node.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ast/processor.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/base.rb +294 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/builders/default.rb +2351 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/clobbering_error.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/color.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/context.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/current.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/current_arg_stack.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/deprecation.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/diagnostic/engine.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/diagnostic.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/dedenter.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/explanation.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/literal.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer/stack_state.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-F0.rb +12931 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-F1.rb +14884 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/lexer-strings.rb +5433 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/macruby.rb +9634 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/max_numparam_stack.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/messages.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/meta.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/rewriter.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby18.rb +9272 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby19.rb +9558 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby20.rb +10229 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby21.rb +10203 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby22.rb +10302 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby23.rb +10322 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby24.rb +10454 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby25.rb +10374 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby26.rb +10352 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby27.rb +11948 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby30.rb +12244 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby31.rb +12717 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby32.rb +12705 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby33.rb +12590 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/ruby34.rb +12597 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/rubymotion.rb +9515 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner/ruby_parse.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner/ruby_rewrite.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/runner.rb +299 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/buffer.rb +369 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/comment/associator.rb +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/comment.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/collection.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/condition.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/constant.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/definition.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/for.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/heredoc.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/index.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/keyword.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/method_definition.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/objc_kwarg.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/operator.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/rescue_body.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/send.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/ternary.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map/variable.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/map.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/range.rb +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/rewriter/action.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/rewriter.rb +513 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/tree_rewriter/action.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/source/tree_rewriter.rb +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/static_environment.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/syntax_error.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/tree_rewriter.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/unknown_encoding_in_magic_comment_error.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/variables_stack.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/lib/parser.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/parser-3.3.11.1/parser.gemspec +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/BSDmakefile +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CHANGELOG.md +786 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CODE_OF_CONDUCT.md +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/CONTRIBUTING.md +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/LICENSE.md +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/Makefile +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/README.md +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/config.yml +4739 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/build_system.md +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/configuration.md +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/cruby_compilation.md +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/design.md +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/encoding.md +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/fuzzing.md +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/heredocs.md +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/javascript.md +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/local_variable_depth.md +229 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/mapping.md +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/parser_translation.md +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/parsing_rules.md +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/releasing.md +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/relocation.md +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ripper_translation.md +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ruby_api.md +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/ruby_parser_translation.md +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/serialization.md +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/docs/testing.md +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/.sitearchdir.-.prism.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_node.c +6945 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_node.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_pack.c +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/api_pack.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/diagnostic.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/encoding.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extconf.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.c +1427 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.h +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/extension.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/node.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/options.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pack.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_buffer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_char.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_constant_pool.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_integer.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_list.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_memchr.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_newline_list.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_string.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_strncasecmp.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/pm_strpbrk.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prettyprint.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prism.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/regexp.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/serialize.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/static_literals.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/ext/prism/token_type.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/ast.h +8254 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/defines.h +260 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/diagnostic.h +458 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/encoding.h +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/node.h +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/options.h +488 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/pack.h +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/parser.h +936 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/prettyprint.h +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/regexp.h +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/static_literals.h +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_buffer.h +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_char.h +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_constant_pool.h +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_integer.h +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_list.h +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_memchr.h +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_newline_list.h +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_string.h +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_strncasecmp.h +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/util/pm_strpbrk.h +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism/version.h +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/include/prism.h +408 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/compiler.rb +801 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/desugar_compiler.rb +392 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dispatcher.rb +2210 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dot_visitor.rb +4767 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/dsl.rb +1003 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/ffi.rb +578 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/inspect_visitor.rb +2393 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/lex_compat.rb +911 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/mutation_compiler.rb +772 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/node.rb +19966 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/node_ext.rb +511 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/pack.rb +230 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/comments.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/errors.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result/newlines.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/parse_result.rb +907 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/pattern.rb +269 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/append_as_bytes.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/byteindex.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/scan_byte.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/unpack1.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/polyfill/warn.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/prism.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/reflection.rb +416 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/relocation.rb +505 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/serialize.rb +2400 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/string_query.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/builder.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/compiler.rb +2234 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser/lexer.rb +820 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser.rb +376 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser_current.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/parser_versions.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/filter.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/lexer.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/sexp.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper/shim.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ripper.rb +3520 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation/ruby_parser.rb +1964 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/translation.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism/visitor.rb +813 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/lib/prism.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/prism.gemspec +172 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/compiler.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/dsl.rbi +524 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/inspect_visitor.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/node.rbi +8750 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/node_ext.rbi +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/parse_result.rbi +404 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/reflection.rbi +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/string_query.rbi +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/parser.rbi +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/parser_versions.rbi +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/translation/ripper.rbi +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism/visitor.rbi +473 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/rbi/prism.rbi +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/compiler.rbs +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dispatcher.rbs +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dot_visitor.rbs +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/dsl.rbs +351 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/inspect_visitor.rbs +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/lex_compat.rbs +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/mutation_compiler.rbs +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/node.rbs +4042 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/node_ext.rbs +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/pack.rbs +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/parse_result.rbs +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/pattern.rbs +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/reflection.rbs +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/relocation.rbs +185 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/serialize.rbs +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/string_query.rbs +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism/visitor.rbs +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/sig/prism.rbs +272 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/diagnostic.c +854 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/encoding.c +5340 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/node.c +8685 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/options.c +338 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/pack.c +509 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/prettyprint.c +8957 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/prism.c +22679 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/regexp.c +790 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/serialize.c +2274 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/static_literals.c +617 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/token_type.c +703 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_buffer.c +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_char.c +318 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_constant_pool.c +342 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_integer.c +670 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_list.c +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_memchr.c +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_newline_list.c +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_string.c +381 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_strncasecmp.c +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/prism-1.9.0/src/util/pm_strpbrk.c +206 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/CHANGELOG.md +1192 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/LICENSE +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/README.md +469 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/bin/pry +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/basic_object.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/block_command.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/class_command.rb +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/cli.rb +211 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/code_file.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/code_range.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code/loc.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code.rb +357 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/code_object.rb +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/color_printer.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command.rb +520 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command_set.rb +418 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/command_state.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/amend_line.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/bang.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/bang_pry.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/abstract_formatter.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/exception_formatter.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/file_formatter.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat/input_expression_formatter.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cat.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/cd.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/change_inspector.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/change_prompt.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/clear_screen.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/code_collector.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/disable_pry.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/easter_eggs.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit/exception_patcher.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit/file_and_line_locator.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/edit.rb +225 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit_all.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/exit_program.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/find_method.rb +199 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/fix_indent.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/help.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/hist.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/import_set.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/jump_to.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/list_inspectors.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/config.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/constants.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/formatter.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/globals.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/grep.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/instance_vars.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/interrogatable.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/jruby_hacks.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/local_names.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/local_vars.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/ls_entity.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/methods.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/methods_helper.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls/self_methods.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ls.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/nesting.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/play.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/pry_backtrace.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/pry_version.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/raise_up.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/reload_code.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/reset.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/ri.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/save_file.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/shell_command.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/shell_mode.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_doc.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_info.rb +234 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_input.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/show_source.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/stat.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/switch_to.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/toggle_color.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/watch_expression/expression.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/watch_expression.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/whereami.rb +205 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/commands/wtf.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/attributable.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/lazy_value.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/memoized_value.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config/value.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/config.rb +314 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/control_d_handler.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/core_extensions.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/editor.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/env.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/exception_handler.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/exceptions.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/forwardable.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/base_helpers.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/command_helpers.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/documentation_helpers.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/options_helpers.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/platform.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/table.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers/text.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/helpers.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/history.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/hooks.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/indent.rb +414 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input/simple_stdio.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input_completer.rb +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/input_lock.rb +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/inspector.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/last_exception.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/disowned.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/patcher.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method/weird_method_locator.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/method.rb +599 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/object_path.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/output.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pager.rb +249 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/prompt.rb +214 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pry_class.rb +398 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/pry_instance.rb +663 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/repl.rb +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/repl_file_loader.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/ring.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/commands.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop/option.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/slop.rb +672 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/syntax_highlighter.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/system_command_handler.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/evalable.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/mockable.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/pry_tester.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/utility.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable/variables.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/testable.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/warning.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/wrapped_module/candidate.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry/wrapped_module.rb +382 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-0.15.2/lib/pry.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/CHANGELOG.md +241 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/README.md +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/byebug/processors/pry_processor.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry/byebug/breakpoints.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/base.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/cli.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/backtrace.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/breakpoint.rb +137 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/continue.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/down.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/exit_all.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/finish.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/frame.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/next.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/step.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands/up.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/commands.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/control_d_handler.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/breakpoints.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/location.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/multiline.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/helpers/navigation.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/pry_ext.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/pry_remote_ext.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/pry-byebug-3.11.0/lib/pry-byebug.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/BSDL +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ChangeLog +846 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/README.ja.rdoc +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/README.rdoc +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/TODO +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/bin/racc +320 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/en/grammar.en.rdoc +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/en/grammar2.en.rdoc +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/command.ja.html +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/debug.ja.rdoc +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/grammar.ja.rdoc +348 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/index.ja.html +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/parser.ja.rdoc +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/doc/ja/usage.ja.html +414 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/.sitearchdir.-.racc.time +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/Makefile +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.c +840 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/ext/racc/cparse/extconf.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/compat.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/debugflags.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/exception.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammar.rb +1191 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/grammarfileparser.rb +667 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/info.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/iset.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/logfilegenerator.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser-text.rb +644 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parser.rb +630 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/parserfilegenerator.rb +473 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/sourcetext.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/state.rb +976 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/statetransitiontable.rb +311 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/racc-1.8.1/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/Changelog.md +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/LICENSE +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/README.markdown +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/color.rb +150 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/ext/string.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/global.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/null_presenter.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/presenter.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/refinement.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/string_utils.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/wrapper.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow/x11_color_names.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rainbow-3.1.1/lib/rainbow.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/History.rdoc +2403 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/README.rdoc +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/exe/rake +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/application.rb +831 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/file_utils_ext.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/packagetask.rb +222 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task.rb +434 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/task_manager.rb +331 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/testtask.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/rake.gemspec +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/Gemfile +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/Rakefile +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/error.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/base.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/alternation.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/anchor.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/backreference.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set/intersection.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set/range.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_set.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/character_type.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/conditional.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/escape_sequence.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/free_space.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/group.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/keep.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/literal.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/posix_class.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/root.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/classes/unicode_property.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/construct.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/escape_sequence_char.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/escape_sequence_codepoint.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/human_name.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/match.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/match_length.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/negative.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/options.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/parts.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/printing.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/referenced_expressions.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/strfregexp.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/tests.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/methods/traverse.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/quantifier.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/sequence.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/sequence_operation.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/shared.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression/subexpression.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/expression.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/lexer.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/parser.rb +602 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/char_type.rl +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/premature_end_error.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/scanner_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/errors/validation_error.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/properties/long.csv +683 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/properties/short.csv +261 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/property.rl +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner/scanner.rl +864 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/scanner.rb +2601 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/any.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/base.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/anchor.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/assertion.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/backreference.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/character_set.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/character_type.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/conditional.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/escape.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/group.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/keep.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/meta.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/posix_class.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/quantifier.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/unicode_property.rb +811 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token/virtual.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/token.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/version_lookup.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.8.6.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.9.1.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/1.9.3.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.0.0.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.2.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.3.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.4.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.4.1.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.5.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.2.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/2.6.3.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.1.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.2.0.rb +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/3.5.0.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions/4.0.0.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax/versions.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/syntax.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/token.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser/version.rb +7 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/lib/regexp_parser.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/regexp_parser-2.12.0/regexp_parser.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/NEWS.md +843 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/README.md +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/context.rdoc +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/child.rdoc +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/document.rdoc +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/element.rdoc +602 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/node.rdoc +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/rdoc/parent.rdoc +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/child_toc.rdoc +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/document_toc.rdoc +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/element_toc.rdoc +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/master_toc.rdoc +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/node_toc.rdoc +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tasks/tocs/parent_toc.rdoc +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/doc/rexml/tutorial.rdoc +1358 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/attlistdecl.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/attribute.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/cdata.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/child.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/comment.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/doctype.rb +306 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/document.rb +471 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/attlistdecl.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/dtd.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/elementdecl.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/entitydecl.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/dtd/notationdecl.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/element.rb +2578 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/encoding.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/entity.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/default.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/pretty.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/formatters/transitive.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/functions.rb +446 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/instruction.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/light/node.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/namespace.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/node.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/output.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parent.rb +166 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parseexception.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/baseparser.rb +949 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/lightparser.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/pullparser.rb +213 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/sax2parser.rb +270 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/streamparser.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/treeparser.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/ultralightparser.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/parsers/xpathparser.rb +739 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/quickpath.rb +267 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/rexml.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/sax2listener.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/security.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/source.rb +388 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/streamlistener.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/text.rb +420 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/undefinednamespaceexception.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/relaxng.rb +540 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/validation.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/validation/validationexception.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xmldecl.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xmltokens.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xpath.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml/xpath_parser.rb +980 -0
- data/vendor/bundle/ruby/3.1.0/gems/rexml-3.4.4/lib/rexml.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/LICENSE.md +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/README.md +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-3.13.2/lib/rspec.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/.yardopts +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/Changelog.md +2447 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/LICENSE.md +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/README.md +389 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/exe/rspec +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/coordinator.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/fork_runner.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/server.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/shell_command.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/shell_runner.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/bisect/utilities.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/configuration.rb +2419 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/configuration_options.rb +240 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/did_you_mean.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example_group.rb +912 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/console_codes.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/exception_presenter.rb +553 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/helpers.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_formatter.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_printer.rb +412 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/html_snippet_extractor.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/json_formatter.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/protocol.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/formatters.rb +279 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/invocations.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/memoized_helpers.rb +580 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/metadata_filter.rb +255 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/notifications.rb +523 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/option_parser.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/ordering.rb +208 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/output_wrapper.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/profiler.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer/.rspec +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/rake_task.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/reporter.rb +266 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/runner.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/set.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shared_example_group.rb +271 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.13.6/lib/rspec/core.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/.yardopts +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/Changelog.md +1366 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/README.md +326 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/block_snippet_extractor.rb +255 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/configuration.rb +244 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/expectation_target.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/fail_with.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/failure_aggregator.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/handler.rb +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/expectations.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/all.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/base_matcher.rb +225 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be.rb +191 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/change.rb +452 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/compound.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/contain_exactly.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/count_expectation.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/eq.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/eql.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/exist.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/has.rb +194 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/include.rb +218 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/match.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/output.rb +207 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/raise_error.rb +275 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/satisfy.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in/yield.rb +375 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/built_in.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/composable.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/dsl.rb +546 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/english_phrasing.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/generated_descriptions.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/matcher_delegator.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/matcher_protocol.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers/multi_matcher_diff.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.13.5/lib/rspec/matchers.rb +1046 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/.document +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/.yardopts +6 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/Changelog.md +1351 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/LICENSE.md +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/README.md +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/chain.rb +111 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/proxy.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/recorder.rb +301 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/argument_list_matcher.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/argument_matchers.rb +366 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/example_methods.rb +434 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/have_received.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive.rb +134 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/message_expectation.rb +856 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/method_double.rb +316 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/method_reference.rb +214 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/mutate_const.rb +339 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/order_group.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/proxy.rb +517 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/test_double.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_double.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/verifying_proxy.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-mocks-3.13.8/lib/rspec/mocks.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/Changelog.md +444 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/LICENSE.md +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/README.md +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/caller_filter.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/comparable_version.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/differ.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/directory_maker.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/encoded_string.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/fuzzy_matcher.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/hunk_generator.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/matcher_definition.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/method_signature_verifier.rb +467 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/mutex.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/object_formatter.rb +279 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/recursive_const_methods.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/reentrant_mutex.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/ruby_features.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/location.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/node.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source/token.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/source.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/deprecation_helpers.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/diff_helpers.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/formatting_support.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/in_sub_process.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/library_wide_checks.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/shell_out.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/stderr_splitter.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/string_matcher.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/with_isolated_directory.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec/with_isolated_stderr.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/spec.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/warnings.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support/with_keywords_when_needed.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.7/lib/rspec/support.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/README.md +246 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/assets/logo.png +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/assets/output.html.erb +261 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/config/default.yml +4848 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/config/obsoletion.yml +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/exe/rubocop +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ast_aliases.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cached_data.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/auto_genenerate_config.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/base.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/execute_runner.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/init_dotfile.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/show_cops.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/suggest_extensions.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command/version.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/command.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli/environment.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cli.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/comment_config.rb +162 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config.rb +308 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_loader.rb +283 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_loader_resolver.rb +258 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/changed_enforced_styles.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/changed_parameter.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/cop_rule.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/extracted_cop.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/parameter_rule.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/removed_cop.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/renamed_cop.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/rule.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion/split_cop.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_obsoletion.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_regeneration.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_store.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/config_validator.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/autocorrect_logic.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/badge.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/base.rb +448 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/duplicated_gem.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/gem_comment.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/bundler/ordered_gems.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/commissioner.rb +175 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/cop.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/corrector.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/alignment_corrector.rb +139 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/condition_corrector.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/space_corrector.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/documentation.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/exclude_limit.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/force.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/date_assignment.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator/configuration_injector.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/generator.rb +215 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/ignored_node.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/empty_line_between_expect_offense_and_correction.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/example_description.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_matcher_directive.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_described_class_as_subject.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_let_rubocop_config_new.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/style_detected_api_use.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/internal_affairs.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/argument_alignment.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/array_alignment.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/assignment_indentation.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/begin_end_alignment.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/block_alignment.rb +248 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/block_end_newline.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/case_indentation.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/class_structure.rb +330 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +124 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +202 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/comment_indentation.rb +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/condition_position.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/def_end_alignment.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/dot_position.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/else_alignment.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_comment.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +177 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +136 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +256 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +216 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/end_alignment.rb +184 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/end_of_line.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/extra_spacing.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_argument_indentation.rb +276 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +174 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +191 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/hash_alignment.rb +362 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +312 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/heredoc_indentation.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_consistency.rb +205 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_style.rb +112 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/indentation_width.rb +373 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/initial_indentation.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/leading_comment_space.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/leading_empty_lines.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/line_length.rb +278 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_block_layout.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +237 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/parameter_alignment.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +201 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_colon.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_comma.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_method_name.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_not.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_after_semicolon.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_keyword.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_around_operators.rb +246 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_block_braces.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_brackets.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_comma.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_comment.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_first_arg.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_before_semicolon.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +227 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +248 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +182 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_parens.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/layout/trailing_whitespace.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/legacy/corrections_proxy.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/legacy/corrector.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_assignment.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_operator.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/assignment_in_condition.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/boolean_symbol.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/constant_resolution.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/debugger.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_constants.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_branch.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_regexp_character_class_element.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_require.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/each_with_object_argument.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/else_layout.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_block.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_class.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_conditional_body.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_expression.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_file.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_interpolation.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/empty_when.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ensure_return.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/erb_new_arguments.rb +166 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/flip_flop.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/float_comparison.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +197 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/hash_compare_by_identity.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/identity_comparison.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/inherit_exception.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/interpolation_check.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/lambda_without_literal_block.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/literal_as_condition.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/loop.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/missing_super.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/nested_method_definition.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/nested_percent_literal.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/next_without_accumulator.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/no_return_in_begin_end_blocks.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/number_conversion.rb +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/numbered_parameter_assignment.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/or_assignment_to_constant.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/percent_string_array.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/percent_symbol_array.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/raise_exception.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rand_one.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +271 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_dir_glob_sort.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_require_statement.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_safe_navigation.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +213 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_with_index.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/redundant_with_object.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/regexp_as_condition.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/rescue_type.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/return_in_void_context.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/script_permission.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/self_assignment.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowed_argument.rb +183 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowed_exception.rb +167 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/struct_new_override.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/suppressed_exception.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/symbol_conversion.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/syntax.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/to_enum_arguments.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/to_json.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/triple_quotes.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unexpected_block_arity.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unified_integer.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unmodified_reduce_accumulator.rb +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unreachable_code.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unreachable_loop.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unused_block_argument.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/unused_method_argument.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/uri_regexp.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_access_modifier.rb +292 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_assignment.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_method_definition.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_setter_call.rb +172 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/useless_times.rb +109 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/lint/void.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/message_annotator.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/abc_size.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/block_length.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/class_length.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/method_length.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/module_length.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/parameter_lists.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/perceived_complexity.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +160 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/repeated_attribute_discount.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/migration/department_name.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/alignment.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/allowed_identifiers.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/allowed_methods.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/annotation_comment.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/array_min_size.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/auto_corrector.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/check_line_breakable.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/code_length.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/comments_help.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +100 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_formatting.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_max.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/configurable_numbering.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/def_node.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/duplication.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +176 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/empty_parameter.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/enforce_superclass.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/first_element_line_break.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +147 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/hash_transform_method.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/heredoc.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ignored_methods.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/integer_node.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/interpolation.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/line_length_help.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/match_range.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/method_complexity.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/method_preference.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +236 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +142 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/negative_conditional.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/nil_methods.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/parentheses.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/percent_array.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/range_help.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/rational_literal.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/rescue_node.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/safe_assignment.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/statement_modifier.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/string_help.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/surrounding_space.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/target_ruby_version.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/trailing_comma.rb +210 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/unused_argument.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/mixin/visibility_help.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/accessor_method_name.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/ascii_identifiers.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/constant_name.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/file_name.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +280 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/method_name.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/predicate_name.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +156 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/variable_name.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/naming/variable_number.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/offense.rb +244 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/registry.rb +295 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/eval.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/json_load.rb +46 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/marshal_load.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/open.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/security/yaml_load.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/severity.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/access_modifier_declarations.rb +138 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/accessor_grouping.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/alias.rb +155 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/and_or.rb +153 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/arguments_forwarding.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/array_coercion.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/array_join.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ascii_comments.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/attr.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bare_percent_literals.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/begin_block.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bisected_attr_accessor/macro.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/block_comments.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/block_delimiters.rb +382 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/case_equality.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/case_like_if.rb +259 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/character_literal.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_and_module_children.rb +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_check.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_equality_comparison.rb +67 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_methods.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_methods_definitions.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/class_vars.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/collection_compact.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/collection_methods.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/colon_method_call.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/combinable_loops.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/command_literal.rb +186 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/comment_annotation.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/commented_keyword.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/conditional_assignment.rb +666 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/constant_visibility.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/copyright.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/date_time.rb +91 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/def_with_parentheses.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/dir.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/document_dynamic_eval_definition.rb +169 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/documentation.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/documentation_method.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/double_negation.rb +79 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/each_for_simple_loop.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/each_with_object.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_block_parameter.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_case_condition.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_else.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_literal.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/empty_method.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/encoding.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/end_block.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/endless_method.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/eval_with_location.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/even_odd.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/expand_path_arguments.rb +198 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/explicit_block_argument.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/exponential_notation.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/float_division.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/for.rb +82 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/format_string.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/format_string_token.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +209 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/global_std_stream.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/global_vars.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/guard_clause.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +88 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_conversion.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_each_methods.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_except.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_like_case.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_syntax.rb +224 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_transform_keys.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/hash_transform_values.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/identical_conditional_branches.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_inside_else.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_unless_modifier.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_with_boolean_literal_branches.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/if_with_semicolon.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/implicit_runtime_error.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/infinite_loop.rb +132 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/inline_comment.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/inverse_methods.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ip_addresses.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/keyword_parameters_order.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/lambda.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/lambda_call.rb +77 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/line_end_concatenation.rb +128 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +195 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +239 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/method_def_parentheses.rb +164 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/min_max.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/missing_else.rb +170 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mixin_grouping.rb +141 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mixin_usage.rb +73 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/module_function.rb +152 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_block_chain.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_if_modifier.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_if_then.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_memoization.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_method_signature.rb +93 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiline_when_then.rb +75 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/multiple_comparison.rb +159 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/mutable_constant.rb +188 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_if.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_if_else_condition.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_unless.rb +89 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/negated_while.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_modifier.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nested_ternary_operator.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/next.rb +240 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nil_comparison.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/nil_lambda.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/non_nil_check.rb +161 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/not.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_literals.rb +114 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/numeric_predicate.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/one_line_conditional.rb +148 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/option_hash.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/optional_arguments.rb +58 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/or_assignment.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/parallel_assignment.rb +293 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/parentheses_around_condition.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/percent_q_literals.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/perl_backrefs.rb +113 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/preferred_hash_methods.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/proc.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/raise_args.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/random_with_offset.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_argument.rb +94 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_assignment.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_begin.rb +157 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_capital_w.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_condition.rb +140 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_conditional.rb +99 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_exception.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_fetch_block.rb +115 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_freeze.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_interpolation.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_parentheses.rb +256 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_percent_q.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +104 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +121 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_return.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_self.rb +173 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_self_assignment.rb +118 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_sort.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/redundant_sort_by.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/regexp_literal.rb +217 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/rescue_modifier.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/rescue_standard_error.rb +130 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/return_nil.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/safe_navigation.rb +291 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/sample.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/self_assignment.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/semicolon.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/send.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/signal_exception.rb +220 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_argument_dig.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_line_block_params.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/single_line_methods.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/slicing_with_range.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/sole_nested_conditional.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/special_global_vars.rb +190 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/static_class.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/stderr_puts.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_chars.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_concatenation.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_hash_keys.rb +51 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_literals.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/string_methods.rb +36 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/strip.rb +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/struct_inheritance.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/swap_values.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_array.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_literal.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/symbol_proc.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/ternary_parentheses.rb +221 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_class.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_body_on_module.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +96 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +90 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +158 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/trivial_accessors.rb +189 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unless_else.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unless_logical_operators.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/unpack_first.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/variable_interpolation.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/when_then.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/while_until_do.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/while_until_modifier.rb +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/word_array.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/yoda_condition.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/style/zero_length_predicate.rb +120 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/team.rb +262 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/util.rb +149 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/utils/format_string.rb +135 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/assignment.rb +97 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/branch.rb +317 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/branchable.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/reference.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/scope.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/variable.rb +116 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cop/variable_force.rb +463 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/cops_documentation_generator.rb +284 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/core_ext/hash.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/core_ext/string.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/directive_comment.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/error.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/processed_source.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/regexp_node.rb +87 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/ext/regexp_parser.rb +92 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/file_finder.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/base_formatter.rb +119 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/clang_style_formatter.rb +59 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/colorizable.rb +41 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/disabled_config_formatter.rb +238 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/emacs_style_formatter.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/file_list_formatter.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/formatter_set.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/git_hub_actions_formatter.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/html_formatter.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/json_formatter.rb +81 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/junit_formatter.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/pacman_formatter.rb +80 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/progress_formatter.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/quiet_formatter.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/simple_text_formatter.rb +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/tap_formatter.rb +86 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/text_util.rb +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/lockfile.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/magic_comment.rb +243 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/name_similarity.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/options.rb +521 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/path_util.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/platform.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rake_task.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/remote_config.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/result_cache.rb +233 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/cop_helper.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/expect_offense.rb +334 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/shared_contexts.rb +144 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/rspec/support.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/runner.rb +423 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/string_interpreter.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/target_finder.rb +204 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/target_ruby.rb +268 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/util.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/version.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/warning.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop/yaml_duplication_checker.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-1.12.1/lib/rubocop.rb +692 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/LICENSE.txt +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/README.md +54 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/builder.rb +133 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/builder_prism.rb +11 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/ext/range.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/alias_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/and_asgn_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/and_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/arg_node.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/args_node.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/array_node.rb +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/asgn_node.rb +26 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/block_node.rb +168 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/break_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/case_match_node.rb +64 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/case_node.rb +60 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/casgn_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/class_node.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/complex_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/const_node.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/csend_node.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/def_node.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/defined_node.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/dstr_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/ensure_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/float_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/for_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/forward_args_node.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/hash_node.rb +122 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/if_node.rb +178 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/in_pattern_node.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/index_node.rb +48 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/indexasgn_node.rb +50 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/int_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/keyword_begin_node.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/keyword_splat_node.rb +53 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/lambda_node.rb +65 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/masgn_node.rb +63 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/collection_node.rb +16 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/constant_node.rb +62 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/descendence.rb +117 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/hash_element_node.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +287 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/numeric_node.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/parameterized_node.rb +126 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +44 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/mlhs_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/module_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/next_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/op_asgn_node.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/or_asgn_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/or_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/pair_node.rb +74 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/procarg0_node.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/range_node.rb +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/rational_node.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/regexp_node.rb +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/resbody_node.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/rescue_node.rb +49 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/return_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/self_class_node.rb +24 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/send_node.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/str_node.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/super_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/symbol_node.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/until_node.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/var_node.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/when_node.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/while_node.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node/yield_node.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node.rb +770 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/builder.rb +72 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/comment.rb +45 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/atom_subcompiler.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/binding.rb +84 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/debug.rb +163 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/node_pattern_subcompiler.rb +146 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/sequence_subcompiler.rb +431 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler/subcompiler.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/compiler.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rex +42 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/lexer.rex.rb +184 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/method_definer.rb +145 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/node.rb +269 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.racc.rb +472 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.rb +66 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/parser.y +103 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/sets.rb +37 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern/with_meta.rb +110 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/node_pattern.rb +127 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/processed_source.rb +411 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/rubocop_compatibility.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/sexp.rb +17 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/token.rb +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/traversal.rb +193 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/utilities/simple_forwardable.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast/version.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop/ast.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/rubocop-ast-1.49.1/lib/rubocop-ast.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/LICENSE.txt +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/README.md +131 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/Rakefile +2 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/base.rb +234 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/calculators/length.rb +98 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/bar.rb +102 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/percentage.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/rate.rb +39 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/time.rb +101 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/components/title.rb +13 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/errors/invalid_progress_error.rb +4 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/formatter.rb +27 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/molecule.rb +61 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/format/string.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/output.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/non_tty.rb +47 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/null.rb +33 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/outputs/tty.rb +32 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/progress.rb +108 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projector.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/projectors/smoothed_average.rb +71 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements/progress_enumerator.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/refinements.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/throttle.rb +25 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/time.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/timer.rb +78 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar/version.rb +3 -0
- data/vendor/bundle/ruby/3.1.0/gems/ruby-progressbar-1.13.0/lib/ruby-progressbar.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/CHANGELOG.md +465 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/CONTRIBUTING.md +20 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/LICENSE +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/README.md +588 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/UPGRADE.md +55 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder/helper.rb +76 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus/middleware/params_decoder.rb +57 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/rack/typhoeus.rb +1 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/adapters/faraday.rb +180 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/dalli.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/rails.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/cache/redis.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/config.rb +85 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/easy_factory.rb +206 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/no_stub.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors/typhoeus_error.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/errors.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/expectation.rb +219 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/addable.rb +23 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/before.rb +31 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/block_connection.rb +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/cacheable.rb +15 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/memoizable.rb +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/queueable.rb +83 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/runnable.rb +19 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra/stubbable.rb +28 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/hydra.rb +95 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/pool.rb +70 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/railtie.rb +12 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/actions.rb +125 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/before.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/block_connection.rb +52 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/cacheable.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/callbacks.rb +151 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/marshal.rb +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/memoizable.rb +38 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/operations.rb +40 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/responseable.rb +29 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/streamable.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request/stubbable.rb +30 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/request.rb +223 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/cacheable.rb +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/header.rb +105 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/informations.rb +305 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response/status.rb +106 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/response.rb +68 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus/version.rb +5 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/lib/typhoeus.rb +143 -0
- data/vendor/bundle/ruby/3.1.0/gems/typhoeus-1.6.0/typhoeus.gemspec +35 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/CHANGELOG.md +200 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/MIT-LICENSE.txt +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/README.md +171 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/data/display_width.marshal.gz +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/constants.rb +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/index.rb +34 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/no_string_ext.rb +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width/string_ext.rb +9 -0
- data/vendor/bundle/ruby/3.1.0/gems/unicode-display_width-2.6.0/lib/unicode/display_width.rb +123 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ast-2.4.3.gemspec +40 -0
- data/vendor/bundle/ruby/3.1.0/specifications/byebug-12.0.0.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/specifications/coderay-1.1.3.gemspec +25 -0
- data/vendor/bundle/ruby/3.1.0/specifications/diff-lcs-1.6.2.gemspec +46 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ethon-0.18.0.gemspec +34 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ffi-1.17.4.gemspec +27 -0
- data/vendor/bundle/ruby/3.1.0/specifications/logger-1.7.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.1.0/specifications/method_source-1.1.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parallel-1.28.0.gemspec +21 -0
- data/vendor/bundle/ruby/3.1.0/specifications/parser-3.3.11.1.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/prism-1.9.0.gemspec +24 -0
- data/vendor/bundle/ruby/3.1.0/specifications/pry-0.15.2.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/pry-byebug-3.11.0.gemspec +35 -0
- data/vendor/bundle/ruby/3.1.0/specifications/racc-1.8.1.gemspec +28 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rainbow-3.1.1.gemspec +31 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rake-13.0.6.gemspec +26 -0
- data/vendor/bundle/ruby/3.1.0/specifications/regexp_parser-2.12.0.gemspec +22 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rexml-3.4.4.gemspec +25 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-3.13.2.gemspec +39 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-core-3.13.6.gemspec +37 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-expectations-3.13.5.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-mocks-3.13.8.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rspec-support-3.13.7.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rubocop-1.12.1.gemspec +52 -0
- data/vendor/bundle/ruby/3.1.0/specifications/rubocop-ast-1.49.1.gemspec +36 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ruby-progressbar-1.13.0.gemspec +38 -0
- data/vendor/bundle/ruby/3.1.0/specifications/typhoeus-1.6.0.gemspec +32 -0
- data/vendor/bundle/ruby/3.1.0/specifications/unicode-display_width-2.6.0.gemspec +36 -0
- metadata +2999 -243
- data/scripts/node_modules/js-yaml/CHANGELOG.md +0 -616
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
# ===========================================================================
|
|
2
|
+
# https://www.gnu.org/software/autoconf-archive/ax_enable_builddir.html
|
|
3
|
+
# ===========================================================================
|
|
4
|
+
#
|
|
5
|
+
# SYNOPSIS
|
|
6
|
+
#
|
|
7
|
+
# AX_ENABLE_BUILDDIR [(dirstring-or-command [,Makefile.mk [,-all]])]
|
|
8
|
+
#
|
|
9
|
+
# DESCRIPTION
|
|
10
|
+
#
|
|
11
|
+
# If the current configure was run within the srcdir then we move all
|
|
12
|
+
# configure-files into a subdir and let the configure steps continue
|
|
13
|
+
# there. We provide an option --disable-builddir to suppress the move into
|
|
14
|
+
# a separate builddir.
|
|
15
|
+
#
|
|
16
|
+
# Defaults:
|
|
17
|
+
#
|
|
18
|
+
# $1 = $host (overridden with $HOST)
|
|
19
|
+
# $2 = Makefile.mk
|
|
20
|
+
# $3 = -all
|
|
21
|
+
#
|
|
22
|
+
# This macro must be called before AM_INIT_AUTOMAKE. It creates a default
|
|
23
|
+
# toplevel srcdir Makefile from the information found in the created
|
|
24
|
+
# toplevel builddir Makefile. It just copies the variables and
|
|
25
|
+
# rule-targets, each extended with a default rule-execution that recurses
|
|
26
|
+
# into the build directory of the current "HOST". You can override the
|
|
27
|
+
# auto-detection through `config.guess` and build-time of course, as in
|
|
28
|
+
#
|
|
29
|
+
# make HOST=i386-mingw-cross
|
|
30
|
+
#
|
|
31
|
+
# which can of course set at configure time as well using
|
|
32
|
+
#
|
|
33
|
+
# configure --host=i386-mingw-cross
|
|
34
|
+
#
|
|
35
|
+
# After the default has been created, additional rules can be appended
|
|
36
|
+
# that will not just recurse into the subdirectories and only ever exist
|
|
37
|
+
# in the srcdir toplevel makefile - these parts are read from the $2 =
|
|
38
|
+
# Makefile.mk file
|
|
39
|
+
#
|
|
40
|
+
# The automatic rules are usually scanning the toplevel Makefile for lines
|
|
41
|
+
# like '#### $host |$builddir' to recognize the place where to recurse
|
|
42
|
+
# into. Usually, the last one is the only one used. However, almost all
|
|
43
|
+
# targets have an additional "*-all" rule which makes the script to
|
|
44
|
+
# recurse into _all_ variants of the current HOST (!!) setting. The "-all"
|
|
45
|
+
# suffix can be overridden for the macro as well.
|
|
46
|
+
#
|
|
47
|
+
# a special rule is only given for things like "dist" that will copy the
|
|
48
|
+
# tarball from the builddir to the sourcedir (or $(PUB)) for reason of
|
|
49
|
+
# convenience.
|
|
50
|
+
#
|
|
51
|
+
# LICENSE
|
|
52
|
+
#
|
|
53
|
+
# Copyright (c) 2009 Guido U. Draheim <guidod@gmx.de>
|
|
54
|
+
# Copyright (c) 2009 Alan Jenkins <alan-jenkins@tuffmail.co.uk>
|
|
55
|
+
#
|
|
56
|
+
# This program is free software; you can redistribute it and/or modify it
|
|
57
|
+
# under the terms of the GNU General Public License as published by the
|
|
58
|
+
# Free Software Foundation; either version 3 of the License, or (at your
|
|
59
|
+
# option) any later version.
|
|
60
|
+
#
|
|
61
|
+
# This program is distributed in the hope that it will be useful, but
|
|
62
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
63
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
64
|
+
# Public License for more details.
|
|
65
|
+
#
|
|
66
|
+
# You should have received a copy of the GNU General Public License along
|
|
67
|
+
# with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
68
|
+
#
|
|
69
|
+
# As a special exception, the respective Autoconf Macro's copyright owner
|
|
70
|
+
# gives unlimited permission to copy, distribute and modify the configure
|
|
71
|
+
# scripts that are the output of Autoconf when processing the Macro. You
|
|
72
|
+
# need not follow the terms of the GNU General Public License when using
|
|
73
|
+
# or distributing such scripts, even though portions of the text of the
|
|
74
|
+
# Macro appear in them. The GNU General Public License (GPL) does govern
|
|
75
|
+
# all other use of the material that constitutes the Autoconf Macro.
|
|
76
|
+
#
|
|
77
|
+
# This special exception to the GPL applies to versions of the Autoconf
|
|
78
|
+
# Macro released by the Autoconf Archive. When you make and distribute a
|
|
79
|
+
# modified version of the Autoconf Macro, you may extend this special
|
|
80
|
+
# exception to the GPL to apply to your modified version as well.
|
|
81
|
+
|
|
82
|
+
#serial 30
|
|
83
|
+
|
|
84
|
+
AC_DEFUN([AX_ENABLE_BUILDDIR],[
|
|
85
|
+
AC_REQUIRE([AC_CANONICAL_HOST])[]dnl
|
|
86
|
+
AC_REQUIRE([AC_CANONICAL_TARGET])[]dnl
|
|
87
|
+
AC_REQUIRE([AX_CONFIGURE_ARGS])[]dnl
|
|
88
|
+
AC_REQUIRE([AM_AUX_DIR_EXPAND])[]dnl
|
|
89
|
+
AC_BEFORE([$0],[AM_INIT_AUTOMAKE])dnl
|
|
90
|
+
AS_VAR_PUSHDEF([SUB],[ax_enable_builddir])dnl
|
|
91
|
+
AS_VAR_PUSHDEF([AUX],[ax_enable_builddir_auxdir])dnl
|
|
92
|
+
AS_VAR_PUSHDEF([SED],[ax_enable_builddir_sed])dnl
|
|
93
|
+
SUB="."
|
|
94
|
+
AC_ARG_ENABLE([builddir], AS_HELP_STRING(
|
|
95
|
+
[--disable-builddir],[disable automatic build in subdir of sources])
|
|
96
|
+
,[SUB="$enableval"], [SUB="auto"])
|
|
97
|
+
if test ".$ac_srcdir_defaulted" != ".no" ; then
|
|
98
|
+
if test ".$srcdir" = ".." ; then
|
|
99
|
+
if test -f config.status ; then
|
|
100
|
+
AC_MSG_NOTICE(toplevel srcdir already configured... skipping subdir build)
|
|
101
|
+
else
|
|
102
|
+
test ".$SUB" = "." && SUB="."
|
|
103
|
+
test ".$SUB" = ".no" && SUB="."
|
|
104
|
+
test ".$TARGET" = "." && TARGET="$target"
|
|
105
|
+
test ".$SUB" = ".auto" && SUB="m4_ifval([$1], [$1],[$TARGET])"
|
|
106
|
+
if test ".$SUB" != ".." ; then # we know where to go and
|
|
107
|
+
AS_MKDIR_P([$SUB])
|
|
108
|
+
echo __.$SUB.__ > $SUB/conftest.tmp
|
|
109
|
+
cd $SUB
|
|
110
|
+
if grep __.$SUB.__ conftest.tmp >/dev/null 2>/dev/null ; then
|
|
111
|
+
rm conftest.tmp
|
|
112
|
+
AC_MSG_RESULT([continue configure in default builddir "./$SUB"])
|
|
113
|
+
else
|
|
114
|
+
AC_MSG_ERROR([could not change to default builddir "./$SUB"])
|
|
115
|
+
fi
|
|
116
|
+
srcdir=`echo "$SUB" |
|
|
117
|
+
sed -e 's,^\./,,;s,[[^/]]$,&/,;s,[[^/]]*/,../,g;s,[[/]]$,,;'`
|
|
118
|
+
# going to restart from subdirectory location
|
|
119
|
+
test -f $srcdir/config.log && mv $srcdir/config.log .
|
|
120
|
+
test -f $srcdir/confdefs.h && mv $srcdir/confdefs.h .
|
|
121
|
+
test -f $srcdir/conftest.log && mv $srcdir/conftest.log .
|
|
122
|
+
test -f $srcdir/$cache_file && mv $srcdir/$cache_file .
|
|
123
|
+
AC_MSG_RESULT(....exec $SHELL $srcdir/[$]0 "--srcdir=$srcdir" "--enable-builddir=$SUB" ${1+"[$]@"})
|
|
124
|
+
case "[$]0" in # restart
|
|
125
|
+
[[\\/]]* | ?:[[\\/]]*) # Absolute name
|
|
126
|
+
eval $SHELL "'[$]0'" "'--srcdir=$srcdir'" "'--enable-builddir=$SUB'" $ac_configure_args ;;
|
|
127
|
+
*) eval $SHELL "'$srcdir/[$]0'" "'--srcdir=$srcdir'" "'--enable-builddir=$SUB'" $ac_configure_args ;;
|
|
128
|
+
esac ; exit $?
|
|
129
|
+
fi
|
|
130
|
+
fi
|
|
131
|
+
fi fi
|
|
132
|
+
test ".$SUB" = ".auto" && SUB="."
|
|
133
|
+
dnl ac_path_prog uses "set dummy" to override $@ which would defeat the "exec"
|
|
134
|
+
AC_PATH_PROG(SED,gsed sed, sed)
|
|
135
|
+
AUX="$am_aux_dir"
|
|
136
|
+
AS_VAR_POPDEF([SED])dnl
|
|
137
|
+
AS_VAR_POPDEF([AUX])dnl
|
|
138
|
+
AS_VAR_POPDEF([SUB])dnl
|
|
139
|
+
AC_CONFIG_COMMANDS([buildir],[dnl .............. config.status ..............
|
|
140
|
+
AS_VAR_PUSHDEF([SUB],[ax_enable_builddir])dnl
|
|
141
|
+
AS_VAR_PUSHDEF([TOP],[top_srcdir])dnl
|
|
142
|
+
AS_VAR_PUSHDEF([SRC],[ac_top_srcdir])dnl
|
|
143
|
+
AS_VAR_PUSHDEF([AUX],[ax_enable_builddir_auxdir])dnl
|
|
144
|
+
AS_VAR_PUSHDEF([SED],[ax_enable_builddir_sed])dnl
|
|
145
|
+
pushdef([END],[Makefile.mk])dnl
|
|
146
|
+
pushdef([_ALL],[ifelse([$3],,[-all],[$3])])dnl
|
|
147
|
+
SRC="$ax_enable_builddir_srcdir"
|
|
148
|
+
if test ".$SUB" = ".." ; then
|
|
149
|
+
if test -f "$TOP/Makefile" ; then
|
|
150
|
+
AC_MSG_NOTICE([skipping TOP/Makefile - left untouched])
|
|
151
|
+
else
|
|
152
|
+
AC_MSG_NOTICE([skipping TOP/Makefile - not created])
|
|
153
|
+
fi
|
|
154
|
+
else
|
|
155
|
+
if test -f "$SRC/Makefile" ; then
|
|
156
|
+
a=`grep "^VERSION " "$SRC/Makefile"` ; b=`grep "^VERSION " Makefile`
|
|
157
|
+
test "$a" != "$b" && rm "$SRC/Makefile"
|
|
158
|
+
fi
|
|
159
|
+
if test -f "$SRC/Makefile" ; then
|
|
160
|
+
echo "$SRC/Makefile : $SRC/Makefile.in" > $tmp/conftemp.mk
|
|
161
|
+
echo " []@ echo 'REMOVED,,,' >\$[]@" >> $tmp/conftemp.mk
|
|
162
|
+
eval "${MAKE-make} -f $tmp/conftemp.mk 2>/dev/null >/dev/null"
|
|
163
|
+
if grep '^REMOVED,,,' "$SRC/Makefile" >/dev/null
|
|
164
|
+
then rm $SRC/Makefile ; fi
|
|
165
|
+
cp $tmp/conftemp.mk $SRC/makefiles.mk~ ## DEBUGGING
|
|
166
|
+
fi
|
|
167
|
+
if test ! -f "$SRC/Makefile" ; then
|
|
168
|
+
AC_MSG_NOTICE([create TOP/Makefile guessed from local Makefile])
|
|
169
|
+
x='`' ; cat >$tmp/conftemp.sed <<_EOF
|
|
170
|
+
/^\$/n
|
|
171
|
+
x
|
|
172
|
+
/^\$/bS
|
|
173
|
+
x
|
|
174
|
+
/\\\\\$/{H;d;}
|
|
175
|
+
{H;s/.*//;x;}
|
|
176
|
+
bM
|
|
177
|
+
:S
|
|
178
|
+
x
|
|
179
|
+
/\\\\\$/{h;d;}
|
|
180
|
+
{h;s/.*//;x;}
|
|
181
|
+
:M
|
|
182
|
+
s/\\(\\n\\) /\\1 /g
|
|
183
|
+
/^ /d
|
|
184
|
+
/^[[ ]]*[[\\#]]/d
|
|
185
|
+
/^VPATH *=/d
|
|
186
|
+
s/^srcdir *=.*/srcdir = ./
|
|
187
|
+
s/^top_srcdir *=.*/top_srcdir = ./
|
|
188
|
+
/[[:=]]/!d
|
|
189
|
+
/^\\./d
|
|
190
|
+
dnl Now handle rules (i.e. lines containing ":" but not " = ").
|
|
191
|
+
/ = /b
|
|
192
|
+
/ .= /b
|
|
193
|
+
/:/!b
|
|
194
|
+
s/:.*/:/
|
|
195
|
+
s/ / /g
|
|
196
|
+
s/ \\([[a-z]][[a-z-]]*[[a-zA-Z0-9]]\\)\\([[ :]]\\)/ \\1 \\1[]_ALL\\2/g
|
|
197
|
+
s/^\\([[a-z]][[a-z-]]*[[a-zA-Z0-9]]\\)\\([[ :]]\\)/\\1 \\1[]_ALL\\2/
|
|
198
|
+
s/ / /g
|
|
199
|
+
/^all all[]_ALL[[ :]]/i\\
|
|
200
|
+
all-configured : all[]_ALL
|
|
201
|
+
dnl dist-all exists... and would make for dist-all-all
|
|
202
|
+
s/ [[a-zA-Z0-9-]]*[]_ALL [[a-zA-Z0-9-]]*[]_ALL[]_ALL//g
|
|
203
|
+
/[]_ALL[]_ALL/d
|
|
204
|
+
a\\
|
|
205
|
+
@ HOST="\$(HOST)\" \\\\\\
|
|
206
|
+
; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
|
|
207
|
+
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
|
|
208
|
+
; use=$x basename "\$\@" _ALL $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
|
|
209
|
+
; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\
|
|
210
|
+
; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
|
|
211
|
+
; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
|
|
212
|
+
; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
|
|
213
|
+
; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
|
|
214
|
+
; (cd "\$\$i" && test ! -f configure && \$(MAKE) \$\$use) || exit; done
|
|
215
|
+
dnl special rule add-on: "dist" copies the tarball to $(PUB). (source tree)
|
|
216
|
+
/dist[]_ALL *:/a\\
|
|
217
|
+
@ HOST="\$(HOST)\" \\\\\\
|
|
218
|
+
; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
|
|
219
|
+
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
|
|
220
|
+
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
|
|
221
|
+
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
|
|
222
|
+
; if test "\$\$found" -eq "0" ; then : \\\\\\
|
|
223
|
+
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
|
|
224
|
+
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
|
|
225
|
+
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
|
|
226
|
+
; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
|
|
227
|
+
dnl special rule add-on: "dist-foo" copies all the archives to $(PUB). (source tree)
|
|
228
|
+
/dist-[[a-zA-Z0-9]]*[]_ALL *:/a\\
|
|
229
|
+
@ HOST="\$(HOST)\" \\\\\\
|
|
230
|
+
; test ".\$\$HOST" = "." && HOST=$x sh ./config.guess $x \\\\\\
|
|
231
|
+
; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
|
|
232
|
+
; found=$x echo \$\$BUILD | wc -w $x \\\\\\
|
|
233
|
+
; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
|
|
234
|
+
; if test "\$\$found" -eq "0" ; then : \\\\\\
|
|
235
|
+
; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
|
|
236
|
+
; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
|
|
237
|
+
; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\
|
|
238
|
+
; do test -f "\$\$f" && mv "\$\$f" \$(PUB). ; done ; break ; done
|
|
239
|
+
dnl special rule add-on: "distclean" removes all local builddirs completely
|
|
240
|
+
/distclean[]_ALL *:/a\\
|
|
241
|
+
@ HOST="\$(HOST)\" \\\\\\
|
|
242
|
+
; test ".\$\$HOST" = "." && HOST=$x sh $AUX/config.guess $x \\\\\\
|
|
243
|
+
; BUILD=$x grep "^#### .*|" Makefile | sed -e 's/.*|//' $x \\\\\\
|
|
244
|
+
; use=$x basename "\$\@" _ALL $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\
|
|
245
|
+
; echo "MAKE \$\$HOST : \$\$n * \$\@ (all local builds)" \\\\\\
|
|
246
|
+
; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
|
|
247
|
+
; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
|
|
248
|
+
; echo "# rm -r \$\$i"; done ; echo "# (sleep 3)" ; sleep 3 \\\\\\
|
|
249
|
+
; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
|
|
250
|
+
; echo "\$\$i" | grep "^/" > /dev/null && continue \\\\\\
|
|
251
|
+
; echo "\$\$i" | grep "^../" > /dev/null && continue \\\\\\
|
|
252
|
+
; echo "rm -r \$\$i"; (rm -r "\$\$i") ; done ; rm Makefile
|
|
253
|
+
_EOF
|
|
254
|
+
cp "$tmp/conftemp.sed" "$SRC/makefile.sed~" ## DEBUGGING
|
|
255
|
+
$SED -f $tmp/conftemp.sed Makefile >$SRC/Makefile
|
|
256
|
+
if test -f "$SRC/m4_ifval([$2],[$2],[END])" ; then
|
|
257
|
+
AC_MSG_NOTICE([extend TOP/Makefile with TOP/m4_ifval([$2],[$2],[END])])
|
|
258
|
+
cat $SRC/END >>$SRC/Makefile
|
|
259
|
+
fi ; xxxx="####"
|
|
260
|
+
echo "$xxxx CONFIGURATIONS FOR TOPLEVEL MAKEFILE: " >>$SRC/Makefile
|
|
261
|
+
# sanity check
|
|
262
|
+
if grep '^; echo "MAKE ' $SRC/Makefile >/dev/null ; then
|
|
263
|
+
AC_MSG_NOTICE([buggy sed found - it deletes tab in "a" text parts])
|
|
264
|
+
$SED -e '/^@ HOST=/s/^/ /' -e '/^; /s/^/ /' $SRC/Makefile \
|
|
265
|
+
>$SRC/Makefile~
|
|
266
|
+
(test -s $SRC/Makefile~ && mv $SRC/Makefile~ $SRC/Makefile) 2>/dev/null
|
|
267
|
+
fi
|
|
268
|
+
else
|
|
269
|
+
xxxx="\\#\\#\\#\\#"
|
|
270
|
+
# echo "/^$xxxx *$ax_enable_builddir_host /d" >$tmp/conftemp.sed
|
|
271
|
+
echo "s!^$xxxx [[^|]]* | *$SUB *\$!$xxxx ...... $SUB!" >$tmp/conftemp.sed
|
|
272
|
+
$SED -f "$tmp/conftemp.sed" "$SRC/Makefile" >$tmp/mkfile.tmp
|
|
273
|
+
cp "$tmp/conftemp.sed" "$SRC/makefiles.sed~" ## DEBUGGING
|
|
274
|
+
cp "$tmp/mkfile.tmp" "$SRC/makefiles.out~" ## DEBUGGING
|
|
275
|
+
if cmp -s "$SRC/Makefile" "$tmp/mkfile.tmp" 2>/dev/null ; then
|
|
276
|
+
AC_MSG_NOTICE([keeping TOP/Makefile from earlier configure])
|
|
277
|
+
rm "$tmp/mkfile.tmp"
|
|
278
|
+
else
|
|
279
|
+
AC_MSG_NOTICE([reusing TOP/Makefile from earlier configure])
|
|
280
|
+
mv "$tmp/mkfile.tmp" "$SRC/Makefile"
|
|
281
|
+
fi
|
|
282
|
+
fi
|
|
283
|
+
AC_MSG_NOTICE([build in $SUB (HOST=$ax_enable_builddir_host)])
|
|
284
|
+
xxxx="####"
|
|
285
|
+
echo "$xxxx" "$ax_enable_builddir_host" "|$SUB" >>$SRC/Makefile
|
|
286
|
+
fi
|
|
287
|
+
popdef([END])dnl
|
|
288
|
+
AS_VAR_POPDEF([SED])dnl
|
|
289
|
+
AS_VAR_POPDEF([AUX])dnl
|
|
290
|
+
AS_VAR_POPDEF([SRC])dnl
|
|
291
|
+
AS_VAR_POPDEF([TOP])dnl
|
|
292
|
+
AS_VAR_POPDEF([SUB])dnl
|
|
293
|
+
],[dnl
|
|
294
|
+
ax_enable_builddir_srcdir="$srcdir" # $srcdir
|
|
295
|
+
ax_enable_builddir_host="$HOST" # $HOST / $host
|
|
296
|
+
ax_enable_builddir_version="$VERSION" # $VERSION
|
|
297
|
+
ax_enable_builddir_package="$PACKAGE" # $PACKAGE
|
|
298
|
+
ax_enable_builddir_auxdir="$ax_enable_builddir_auxdir" # $AUX
|
|
299
|
+
ax_enable_builddir_sed="$ax_enable_builddir_sed" # $SED
|
|
300
|
+
ax_enable_builddir="$ax_enable_builddir" # $SUB
|
|
301
|
+
])dnl
|
|
302
|
+
])
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
# ===========================================================================
|
|
2
|
+
# https://www.gnu.org/software/autoconf-archive/ax_gcc_archflag.html
|
|
3
|
+
# ===========================================================================
|
|
4
|
+
#
|
|
5
|
+
# SYNOPSIS
|
|
6
|
+
#
|
|
7
|
+
# AX_GCC_ARCHFLAG([PORTABLE?], [ACTION-SUCCESS], [ACTION-FAILURE])
|
|
8
|
+
#
|
|
9
|
+
# DESCRIPTION
|
|
10
|
+
#
|
|
11
|
+
# This macro tries to guess the "native" arch corresponding to the target
|
|
12
|
+
# architecture for use with gcc's -march=arch or -mtune=arch flags. If
|
|
13
|
+
# found, the cache variable $ax_cv_gcc_archflag is set to this flag and
|
|
14
|
+
# ACTION-SUCCESS is executed; otherwise $ax_cv_gcc_archflag is set to
|
|
15
|
+
# "unknown" and ACTION-FAILURE is executed. The default ACTION-SUCCESS is
|
|
16
|
+
# to add $ax_cv_gcc_archflag to the end of $CFLAGS.
|
|
17
|
+
#
|
|
18
|
+
# PORTABLE? should be either [yes] (default) or [no]. In the former case,
|
|
19
|
+
# the flag is set to -mtune (or equivalent) so that the architecture is
|
|
20
|
+
# only used for tuning, but the instruction set used is still portable. In
|
|
21
|
+
# the latter case, the flag is set to -march (or equivalent) so that
|
|
22
|
+
# architecture-specific instructions are enabled.
|
|
23
|
+
#
|
|
24
|
+
# The user can specify --with-gcc-arch=<arch> in order to override the
|
|
25
|
+
# macro's choice of architecture, or --without-gcc-arch to disable this.
|
|
26
|
+
#
|
|
27
|
+
# When cross-compiling, or if $CC is not gcc, then ACTION-FAILURE is
|
|
28
|
+
# called unless the user specified --with-gcc-arch manually.
|
|
29
|
+
#
|
|
30
|
+
# Requires macros: AX_CHECK_COMPILE_FLAG, AX_GCC_X86_CPUID
|
|
31
|
+
#
|
|
32
|
+
# (The main emphasis here is on recent CPUs, on the principle that doing
|
|
33
|
+
# high-performance computing on old hardware is uncommon.)
|
|
34
|
+
#
|
|
35
|
+
# LICENSE
|
|
36
|
+
#
|
|
37
|
+
# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
|
|
38
|
+
# Copyright (c) 2008 Matteo Frigo
|
|
39
|
+
# Copyright (c) 2014 Tsukasa Oi
|
|
40
|
+
# Copyright (c) 2017-2018 Alexey Kopytov
|
|
41
|
+
#
|
|
42
|
+
# This program is free software: you can redistribute it and/or modify it
|
|
43
|
+
# under the terms of the GNU General Public License as published by the
|
|
44
|
+
# Free Software Foundation, either version 3 of the License, or (at your
|
|
45
|
+
# option) any later version.
|
|
46
|
+
#
|
|
47
|
+
# This program is distributed in the hope that it will be useful, but
|
|
48
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
49
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
50
|
+
# Public License for more details.
|
|
51
|
+
#
|
|
52
|
+
# You should have received a copy of the GNU General Public License along
|
|
53
|
+
# with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
54
|
+
#
|
|
55
|
+
# As a special exception, the respective Autoconf Macro's copyright owner
|
|
56
|
+
# gives unlimited permission to copy, distribute and modify the configure
|
|
57
|
+
# scripts that are the output of Autoconf when processing the Macro. You
|
|
58
|
+
# need not follow the terms of the GNU General Public License when using
|
|
59
|
+
# or distributing such scripts, even though portions of the text of the
|
|
60
|
+
# Macro appear in them. The GNU General Public License (GPL) does govern
|
|
61
|
+
# all other use of the material that constitutes the Autoconf Macro.
|
|
62
|
+
#
|
|
63
|
+
# This special exception to the GPL applies to versions of the Autoconf
|
|
64
|
+
# Macro released by the Autoconf Archive. When you make and distribute a
|
|
65
|
+
# modified version of the Autoconf Macro, you may extend this special
|
|
66
|
+
# exception to the GPL to apply to your modified version as well.
|
|
67
|
+
|
|
68
|
+
#serial 22
|
|
69
|
+
|
|
70
|
+
AC_DEFUN([AX_GCC_ARCHFLAG],
|
|
71
|
+
[AC_REQUIRE([AC_PROG_CC])
|
|
72
|
+
AC_REQUIRE([AC_CANONICAL_HOST])
|
|
73
|
+
AC_REQUIRE([AC_PROG_SED])
|
|
74
|
+
AC_REQUIRE([AX_COMPILER_VENDOR])
|
|
75
|
+
|
|
76
|
+
AC_ARG_WITH(gcc-arch, [AS_HELP_STRING([--with-gcc-arch=<arch>], [use architecture <arch> for gcc -march/-mtune, instead of guessing])],
|
|
77
|
+
ax_gcc_arch=$withval, ax_gcc_arch=yes)
|
|
78
|
+
|
|
79
|
+
AC_MSG_CHECKING([for gcc architecture flag])
|
|
80
|
+
AC_MSG_RESULT([])
|
|
81
|
+
AC_CACHE_VAL(ax_cv_gcc_archflag,
|
|
82
|
+
[
|
|
83
|
+
ax_cv_gcc_archflag="unknown"
|
|
84
|
+
|
|
85
|
+
if test "$GCC" = yes; then
|
|
86
|
+
|
|
87
|
+
if test "x$ax_gcc_arch" = xyes; then
|
|
88
|
+
ax_gcc_arch=""
|
|
89
|
+
if test "$cross_compiling" = no; then
|
|
90
|
+
case $host_cpu in
|
|
91
|
+
i[[3456]]86*|x86_64*|amd64*) # use cpuid codes
|
|
92
|
+
AX_GCC_X86_CPUID(0)
|
|
93
|
+
AX_GCC_X86_CPUID(1)
|
|
94
|
+
case $ax_cv_gcc_x86_cpuid_0 in
|
|
95
|
+
*:756e6547:6c65746e:49656e69) # Intel
|
|
96
|
+
case $ax_cv_gcc_x86_cpuid_1 in
|
|
97
|
+
*5[[4578]]?:*:*:*) ax_gcc_arch="pentium-mmx pentium" ;;
|
|
98
|
+
*5[[123]]?:*:*:*) ax_gcc_arch=pentium ;;
|
|
99
|
+
*0?61?:*:*:*|?61?:*:*:*|61?:*:*:*) ax_gcc_arch=pentiumpro ;;
|
|
100
|
+
*0?6[[356]]?:*:*:*|?6[[356]]?:*:*:*|6[[356]]?:*:*:*) ax_gcc_arch="pentium2 pentiumpro" ;;
|
|
101
|
+
*0?6[[78ab]]?:*:*:*|?6[[78ab]]?:*:*:*|6[[78ab]]?:*:*:*) ax_gcc_arch="pentium3 pentiumpro" ;;
|
|
102
|
+
*0?6[[9d]]?:*:*:*|?6[[9d]]?:*:*:*|6[[9d]]?:*:*:*|*1?65?:*:*:*) ax_gcc_arch="pentium-m pentium3 pentiumpro" ;;
|
|
103
|
+
*0?6e?:*:*:*|?6e?:*:*:*|6e?:*:*:*) ax_gcc_arch="yonah pentium-m pentium3 pentiumpro" ;;
|
|
104
|
+
*0?6f?:*:*:*|?6f?:*:*:*|6f?:*:*:*|*1?66?:*:*:*) ax_gcc_arch="core2 pentium-m pentium3 pentiumpro" ;;
|
|
105
|
+
*1?6[[7d]]?:*:*:*) ax_gcc_arch="penryn core2 pentium-m pentium3 pentiumpro" ;;
|
|
106
|
+
*1?6[[aef]]?:*:*:*|*2?6e?:*:*:*) ax_gcc_arch="nehalem corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
107
|
+
*2?6[[5cf]]?:*:*:*) ax_gcc_arch="westmere corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
108
|
+
*2?6[[ad]]?:*:*:*) ax_gcc_arch="sandybridge corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
109
|
+
*3?6[[ae]]?:*:*:*) ax_gcc_arch="ivybridge core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
110
|
+
*3?6[[cf]]?:*:*:*|*4?6[[56]]?:*:*:*) ax_gcc_arch="haswell core-avx2 core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
111
|
+
*3?6d?:*:*:*|*4?6[[7f]]?:*:*:*|*5?66?:*:*:*) ax_gcc_arch="broadwell core-avx2 core-avx-i corei7-avx corei7 core2 pentium-m pentium3 pentiumpro" ;;
|
|
112
|
+
*1?6c?:*:*:*|*2?6[[67]]?:*:*:*|*3?6[[56]]?:*:*:*) ax_gcc_arch="bonnell atom core2 pentium-m pentium3 pentiumpro" ;;
|
|
113
|
+
*3?67?:*:*:*|*[[45]]?6[[ad]]?:*:*:*) ax_gcc_arch="silvermont atom core2 pentium-m pentium3 pentiumpro" ;;
|
|
114
|
+
*000?f[[012]]?:*:*:*|?f[[012]]?:*:*:*|f[[012]]?:*:*:*) ax_gcc_arch="pentium4 pentiumpro" ;;
|
|
115
|
+
*000?f[[346]]?:*:*:*|?f[[346]]?:*:*:*|f[[346]]?:*:*:*) ax_gcc_arch="nocona prescott pentium4 pentiumpro" ;;
|
|
116
|
+
# fallback
|
|
117
|
+
*5??:*:*:*) ax_gcc_arch=pentium ;;
|
|
118
|
+
*??6??:*:*:*) ax_gcc_arch="core2 pentiumpro" ;;
|
|
119
|
+
*6??:*:*:*) ax_gcc_arch=pentiumpro ;;
|
|
120
|
+
*00??f??:*:*:*|??f??:*:*:*|?f??:*:*:*|f??:*:*:*) ax_gcc_arch="pentium4 pentiumpro" ;;
|
|
121
|
+
esac ;;
|
|
122
|
+
*:68747541:444d4163:69746e65) # AMD
|
|
123
|
+
case $ax_cv_gcc_x86_cpuid_1 in
|
|
124
|
+
*5[[67]]?:*:*:*) ax_gcc_arch=k6 ;;
|
|
125
|
+
*5[[8]]?:*:*:*) ax_gcc_arch="k6-2 k6" ;;
|
|
126
|
+
*5[[9d]]?:*:*:*) ax_gcc_arch="k6-3 k6" ;;
|
|
127
|
+
*6[[12]]?:*:*:*) ax_gcc_arch="athlon k7" ;;
|
|
128
|
+
*6[[34]]?:*:*:*) ax_gcc_arch="athlon-tbird k7" ;;
|
|
129
|
+
*6[[678a]]?:*:*:*) ax_gcc_arch="athlon-xp athlon-4 athlon k7" ;;
|
|
130
|
+
*000?f[[4578bcef]]?:*:*:*|?f[[4578bcef]]?:*:*:*|f[[4578bcef]]?:*:*:*|*001?f[[4578bcf]]?:*:*:*|1?f[[4578bcf]]?:*:*:*) ax_gcc_arch="athlon64 k8" ;;
|
|
131
|
+
*002?f[[13457bcf]]?:*:*:*|2?f[[13457bcf]]?:*:*:*|*004?f[[138bcf]]?:*:*:*|4?f[[138bcf]]?:*:*:*|*005?f[[df]]?:*:*:*|5?f[[df]]?:*:*:*|*006?f[[8bcf]]?:*:*:*|6?f[[8bcf]]?:*:*:*|*007?f[[cf]]?:*:*:*|7?f[[cf]]?:*:*:*|*00c?f1?:*:*:*|c?f1?:*:*:*|*020?f3?:*:*:*|20?f3?:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;;
|
|
132
|
+
*010?f[[245689a]]?:*:*:*|10?f[[245689a]]?:*:*:*|*030?f1?:*:*:*|30?f1?:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;;
|
|
133
|
+
*050?f[[12]]?:*:*:*|50?f[[12]]?:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
|
|
134
|
+
*060?f1?:*:*:*|60?f1?:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
|
|
135
|
+
*060?f2?:*:*:*|60?f2?:*:*:*|*061?f[[03]]?:*:*:*|61?f[[03]]?:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;;
|
|
136
|
+
*063?f0?:*:*:*|63?f0?:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;;
|
|
137
|
+
*07[[03]]?f0?:*:*:*|7[[03]]?f0?:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;;
|
|
138
|
+
# fallback
|
|
139
|
+
*0[[13]]??f??:*:*:*|[[13]]??f??:*:*:*) ax_gcc_arch="barcelona amdfam10 k8" ;;
|
|
140
|
+
*020?f??:*:*:*|20?f??:*:*:*) ax_gcc_arch="athlon64-sse3 k8-sse3 athlon64 k8" ;;
|
|
141
|
+
*05??f??:*:*:*|5??f??:*:*:*) ax_gcc_arch="btver1 amdfam10 k8" ;;
|
|
142
|
+
*060?f??:*:*:*|60?f??:*:*:*) ax_gcc_arch="bdver1 amdfam10 k8" ;;
|
|
143
|
+
*061?f??:*:*:*|61?f??:*:*:*) ax_gcc_arch="bdver2 bdver1 amdfam10 k8" ;;
|
|
144
|
+
*06??f??:*:*:*|6??f??:*:*:*) ax_gcc_arch="bdver3 bdver2 bdver1 amdfam10 k8" ;;
|
|
145
|
+
*070?f??:*:*:*|70?f??:*:*:*) ax_gcc_arch="btver2 btver1 amdfam10 k8" ;;
|
|
146
|
+
*???f??:*:*:*) ax_gcc_arch="amdfam10 k8" ;;
|
|
147
|
+
esac ;;
|
|
148
|
+
*:746e6543:736c7561:48727561) # IDT / VIA (Centaur)
|
|
149
|
+
case $ax_cv_gcc_x86_cpuid_1 in
|
|
150
|
+
*54?:*:*:*) ax_gcc_arch=winchip-c6 ;;
|
|
151
|
+
*5[[89]]?:*:*:*) ax_gcc_arch=winchip2 ;;
|
|
152
|
+
*66?:*:*:*) ax_gcc_arch=winchip2 ;;
|
|
153
|
+
*6[[78]]?:*:*:*) ax_gcc_arch=c3 ;;
|
|
154
|
+
*6[[9adf]]?:*:*:*) ax_gcc_arch="c3-2 c3" ;;
|
|
155
|
+
esac ;;
|
|
156
|
+
esac
|
|
157
|
+
if test x"$ax_gcc_arch" = x; then # fallback
|
|
158
|
+
case $host_cpu in
|
|
159
|
+
i586*) ax_gcc_arch=pentium ;;
|
|
160
|
+
i686*) ax_gcc_arch=pentiumpro ;;
|
|
161
|
+
esac
|
|
162
|
+
fi
|
|
163
|
+
;;
|
|
164
|
+
|
|
165
|
+
sparc*)
|
|
166
|
+
AC_PATH_PROG([PRTDIAG], [prtdiag], [prtdiag], [$PATH:/usr/platform/`uname -i`/sbin/:/usr/platform/`uname -m`/sbin/])
|
|
167
|
+
cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
|
|
168
|
+
cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_letters`
|
|
169
|
+
case $cputype in
|
|
170
|
+
*ultrasparciv*) ax_gcc_arch="ultrasparc4 ultrasparc3 ultrasparc v9" ;;
|
|
171
|
+
*ultrasparciii*) ax_gcc_arch="ultrasparc3 ultrasparc v9" ;;
|
|
172
|
+
*ultrasparc*) ax_gcc_arch="ultrasparc v9" ;;
|
|
173
|
+
*supersparc*|*tms390z5[[05]]*) ax_gcc_arch="supersparc v8" ;;
|
|
174
|
+
*hypersparc*|*rt62[[056]]*) ax_gcc_arch="hypersparc v8" ;;
|
|
175
|
+
*cypress*) ax_gcc_arch=cypress ;;
|
|
176
|
+
esac ;;
|
|
177
|
+
|
|
178
|
+
alphaev5) ax_gcc_arch=ev5 ;;
|
|
179
|
+
alphaev56) ax_gcc_arch=ev56 ;;
|
|
180
|
+
alphapca56) ax_gcc_arch="pca56 ev56" ;;
|
|
181
|
+
alphapca57) ax_gcc_arch="pca57 pca56 ev56" ;;
|
|
182
|
+
alphaev6) ax_gcc_arch=ev6 ;;
|
|
183
|
+
alphaev67) ax_gcc_arch=ev67 ;;
|
|
184
|
+
alphaev68) ax_gcc_arch="ev68 ev67" ;;
|
|
185
|
+
alphaev69) ax_gcc_arch="ev69 ev68 ev67" ;;
|
|
186
|
+
alphaev7) ax_gcc_arch="ev7 ev69 ev68 ev67" ;;
|
|
187
|
+
alphaev79) ax_gcc_arch="ev79 ev7 ev69 ev68 ev67" ;;
|
|
188
|
+
|
|
189
|
+
powerpc*)
|
|
190
|
+
cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
|
|
191
|
+
cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
|
|
192
|
+
case $cputype in
|
|
193
|
+
*750*) ax_gcc_arch="750 G3" ;;
|
|
194
|
+
*740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
|
|
195
|
+
*74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
|
|
196
|
+
*74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
|
|
197
|
+
*970*) ax_gcc_arch="970 G5 power4";;
|
|
198
|
+
*POWER4*|*power4*|*gq*) ax_gcc_arch="power4 970";;
|
|
199
|
+
*POWER5*|*power5*|*gr*|*gs*) ax_gcc_arch="power5 power4 970";;
|
|
200
|
+
603ev|8240) ax_gcc_arch="$cputype 603e 603";;
|
|
201
|
+
*POWER7*) ax_gcc_arch="power7";;
|
|
202
|
+
*POWER8*) ax_gcc_arch="power8";;
|
|
203
|
+
*POWER9*) ax_gcc_arch="power9";;
|
|
204
|
+
*POWER10*) ax_gcc_arch="power10";;
|
|
205
|
+
*) ax_gcc_arch=$cputype ;;
|
|
206
|
+
esac
|
|
207
|
+
ax_gcc_arch="$ax_gcc_arch powerpc"
|
|
208
|
+
;;
|
|
209
|
+
aarch64)
|
|
210
|
+
cpuimpl=`grep 'CPU implementer' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
|
|
211
|
+
cpuarch=`grep 'CPU architecture' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
|
|
212
|
+
cpuvar=`grep 'CPU variant' /proc/cpuinfo 2> /dev/null | cut -d: -f2 | tr -d " " | head -n 1`
|
|
213
|
+
case $cpuimpl in
|
|
214
|
+
0x42) case $cpuarch in
|
|
215
|
+
8) case $cpuvar in
|
|
216
|
+
0x0) ax_gcc_arch="thunderx2t99 vulcan armv8.1-a armv8-a+lse armv8-a native" ;;
|
|
217
|
+
esac
|
|
218
|
+
;;
|
|
219
|
+
esac
|
|
220
|
+
;;
|
|
221
|
+
0x43) case $cpuarch in
|
|
222
|
+
8) case $cpuvar in
|
|
223
|
+
0x0) ax_gcc_arch="thunderx armv8-a native" ;;
|
|
224
|
+
0x1) ax_gcc_arch="thunderx+lse armv8.1-a armv8-a+lse armv8-a native" ;;
|
|
225
|
+
esac
|
|
226
|
+
;;
|
|
227
|
+
esac
|
|
228
|
+
;;
|
|
229
|
+
esac
|
|
230
|
+
;;
|
|
231
|
+
esac
|
|
232
|
+
fi # not cross-compiling
|
|
233
|
+
fi # guess arch
|
|
234
|
+
|
|
235
|
+
if test "x$ax_gcc_arch" != x -a "x$ax_gcc_arch" != xno; then
|
|
236
|
+
if test "x[]m4_default([$1],yes)" = xyes; then # if we require portable code
|
|
237
|
+
flag_prefixes="-mtune="
|
|
238
|
+
if test "x$ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor" = xclang; then flag_prefixes="-march="; fi
|
|
239
|
+
# -mcpu=$arch and m$arch generate nonportable code on every arch except
|
|
240
|
+
# x86. And some other arches (e.g. Alpha) don't accept -mtune. Grrr.
|
|
241
|
+
case $host_cpu in i*86|x86_64*|amd64*) flag_prefixes="$flag_prefixes -mcpu= -m";; esac
|
|
242
|
+
else
|
|
243
|
+
flag_prefixes="-march= -mcpu= -m"
|
|
244
|
+
fi
|
|
245
|
+
for flag_prefix in $flag_prefixes; do
|
|
246
|
+
for arch in $ax_gcc_arch; do
|
|
247
|
+
flag="$flag_prefix$arch"
|
|
248
|
+
AX_CHECK_COMPILE_FLAG($flag, [if test "x$ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor" = xclang; then
|
|
249
|
+
if test "x[]m4_default([$1],yes)" = xyes; then
|
|
250
|
+
if test "x$flag" = "x-march=$arch"; then flag=-mtune=$arch; fi
|
|
251
|
+
fi
|
|
252
|
+
fi; ax_cv_gcc_archflag=$flag; break])
|
|
253
|
+
done
|
|
254
|
+
test "x$ax_cv_gcc_archflag" = xunknown || break
|
|
255
|
+
done
|
|
256
|
+
fi
|
|
257
|
+
|
|
258
|
+
fi # $GCC=yes
|
|
259
|
+
])
|
|
260
|
+
AC_MSG_CHECKING([for gcc architecture flag])
|
|
261
|
+
AC_MSG_RESULT($ax_cv_gcc_archflag)
|
|
262
|
+
if test "x$ax_cv_gcc_archflag" = xunknown; then
|
|
263
|
+
m4_default([$3],:)
|
|
264
|
+
else
|
|
265
|
+
m4_default([$2], [CFLAGS="$CFLAGS $ax_cv_gcc_archflag"])
|
|
266
|
+
fi
|
|
267
|
+
])
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# ===========================================================================
|
|
2
|
+
# https://www.gnu.org/software/autoconf-archive/ax_gcc_x86_cpuid.html
|
|
3
|
+
# ===========================================================================
|
|
4
|
+
#
|
|
5
|
+
# SYNOPSIS
|
|
6
|
+
#
|
|
7
|
+
# AX_GCC_X86_CPUID(OP)
|
|
8
|
+
# AX_GCC_X86_CPUID_COUNT(OP, COUNT)
|
|
9
|
+
#
|
|
10
|
+
# DESCRIPTION
|
|
11
|
+
#
|
|
12
|
+
# On Pentium and later x86 processors, with gcc or a compiler that has a
|
|
13
|
+
# compatible syntax for inline assembly instructions, run a small program
|
|
14
|
+
# that executes the cpuid instruction with input OP. This can be used to
|
|
15
|
+
# detect the CPU type. AX_GCC_X86_CPUID_COUNT takes an additional COUNT
|
|
16
|
+
# parameter that gets passed into register ECX before calling cpuid.
|
|
17
|
+
#
|
|
18
|
+
# On output, the values of the eax, ebx, ecx, and edx registers are stored
|
|
19
|
+
# as hexadecimal strings as "eax:ebx:ecx:edx" in the cache variable
|
|
20
|
+
# ax_cv_gcc_x86_cpuid_OP.
|
|
21
|
+
#
|
|
22
|
+
# If the cpuid instruction fails (because you are running a
|
|
23
|
+
# cross-compiler, or because you are not using gcc, or because you are on
|
|
24
|
+
# a processor that doesn't have this instruction), ax_cv_gcc_x86_cpuid_OP
|
|
25
|
+
# is set to the string "unknown".
|
|
26
|
+
#
|
|
27
|
+
# This macro mainly exists to be used in AX_GCC_ARCHFLAG.
|
|
28
|
+
#
|
|
29
|
+
# LICENSE
|
|
30
|
+
#
|
|
31
|
+
# Copyright (c) 2008 Steven G. Johnson <stevenj@alum.mit.edu>
|
|
32
|
+
# Copyright (c) 2008 Matteo Frigo
|
|
33
|
+
# Copyright (c) 2015 Michael Petch <mpetch@capp-sysware.com>
|
|
34
|
+
#
|
|
35
|
+
# This program is free software: you can redistribute it and/or modify it
|
|
36
|
+
# under the terms of the GNU General Public License as published by the
|
|
37
|
+
# Free Software Foundation, either version 3 of the License, or (at your
|
|
38
|
+
# option) any later version.
|
|
39
|
+
#
|
|
40
|
+
# This program is distributed in the hope that it will be useful, but
|
|
41
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
42
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
43
|
+
# Public License for more details.
|
|
44
|
+
#
|
|
45
|
+
# You should have received a copy of the GNU General Public License along
|
|
46
|
+
# with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
47
|
+
#
|
|
48
|
+
# As a special exception, the respective Autoconf Macro's copyright owner
|
|
49
|
+
# gives unlimited permission to copy, distribute and modify the configure
|
|
50
|
+
# scripts that are the output of Autoconf when processing the Macro. You
|
|
51
|
+
# need not follow the terms of the GNU General Public License when using
|
|
52
|
+
# or distributing such scripts, even though portions of the text of the
|
|
53
|
+
# Macro appear in them. The GNU General Public License (GPL) does govern
|
|
54
|
+
# all other use of the material that constitutes the Autoconf Macro.
|
|
55
|
+
#
|
|
56
|
+
# This special exception to the GPL applies to versions of the Autoconf
|
|
57
|
+
# Macro released by the Autoconf Archive. When you make and distribute a
|
|
58
|
+
# modified version of the Autoconf Macro, you may extend this special
|
|
59
|
+
# exception to the GPL to apply to your modified version as well.
|
|
60
|
+
|
|
61
|
+
#serial 10
|
|
62
|
+
|
|
63
|
+
AC_DEFUN([AX_GCC_X86_CPUID],
|
|
64
|
+
[AX_GCC_X86_CPUID_COUNT($1, 0)
|
|
65
|
+
])
|
|
66
|
+
|
|
67
|
+
AC_DEFUN([AX_GCC_X86_CPUID_COUNT],
|
|
68
|
+
[AC_REQUIRE([AC_PROG_CC])
|
|
69
|
+
AC_LANG_PUSH([C])
|
|
70
|
+
AC_CACHE_CHECK(for x86 cpuid $1 output, ax_cv_gcc_x86_cpuid_$1,
|
|
71
|
+
[AC_RUN_IFELSE([AC_LANG_PROGRAM([#include <stdio.h>], [
|
|
72
|
+
int op = $1, level = $2, eax, ebx, ecx, edx;
|
|
73
|
+
FILE *f;
|
|
74
|
+
__asm__ __volatile__ ("xchg %%ebx, %1\n"
|
|
75
|
+
"cpuid\n"
|
|
76
|
+
"xchg %%ebx, %1\n"
|
|
77
|
+
: "=a" (eax), "=r" (ebx), "=c" (ecx), "=d" (edx)
|
|
78
|
+
: "a" (op), "2" (level));
|
|
79
|
+
|
|
80
|
+
f = fopen("conftest_cpuid", "w"); if (!f) return 1;
|
|
81
|
+
fprintf(f, "%x:%x:%x:%x\n", eax, ebx, ecx, edx);
|
|
82
|
+
fclose(f);
|
|
83
|
+
return 0;
|
|
84
|
+
])],
|
|
85
|
+
[ax_cv_gcc_x86_cpuid_$1=`cat conftest_cpuid`; rm -f conftest_cpuid],
|
|
86
|
+
[ax_cv_gcc_x86_cpuid_$1=unknown; rm -f conftest_cpuid],
|
|
87
|
+
[ax_cv_gcc_x86_cpuid_$1=unknown])])
|
|
88
|
+
AC_LANG_POP([C])
|
|
89
|
+
])
|