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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! js-yaml 4.1.
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jsyaml={})}(this,(function(e){"use strict";function t(e){return null==e}var n={isNothing:t,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){return Array.isArray(e)?e:t(e)?[]:[e]},repeat:function(e,t){var n,i="";for(n=0;n<t;n+=1)i+=e;return i},isNegativeZero:function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},extend:function(e,t){var n,i,r,o;if(t)for(n=0,i=(o=Object.keys(t)).length;n<i;n+=1)e[r=o[n]]=t[r];return e}};function i(e,t){var n="",i=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(n+='in "'+e.mark.name+'" '),n+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(n+="\n\n"+e.mark.snippet),i+" "+n):i}function r(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=i(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r.prototype.toString=function(e){return this.name+": "+i(this,e)};var o=r;function a(e,t,n,i,r){var o="",a="",l=Math.floor(r/2)-1;return i-t>l&&(t=i-l+(o=" ... ").length),n-i>l&&(n=i+l-(a=" ...").length),{str:o+e.slice(t,n).replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=function(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),"number"!=typeof t.indent&&(t.indent=1),"number"!=typeof t.linesBefore&&(t.linesBefore=3),"number"!=typeof t.linesAfter&&(t.linesAfter=2);for(var i,r=/\r?\n|\r|\0/g,o=[0],c=[],s=-1;i=r.exec(e.buffer);)c.push(i.index),o.push(i.index+i[0].length),e.position<=i.index&&s<0&&(s=o.length-2);s<0&&(s=o.length-1);var u,p,f="",d=Math.min(e.line+t.linesAfter,c.length).toString().length,h=t.maxLength-(t.indent+d+3);for(u=1;u<=t.linesBefore&&!(s-u<0);u++)p=a(e.buffer,o[s-u],c[s-u],e.position-(o[s]-o[s-u]),h),f=n.repeat(" ",t.indent)+l((e.line-u+1).toString(),d)+" | "+p.str+"\n"+f;for(p=a(e.buffer,o[s],c[s],e.position,h),f+=n.repeat(" ",t.indent)+l((e.line+1).toString(),d)+" | "+p.str+"\n",f+=n.repeat("-",t.indent+d+3+p.pos)+"^\n",u=1;u<=t.linesAfter&&!(s+u>=c.length);u++)p=a(e.buffer,o[s+u],c[s+u],e.position-(o[s]-o[s+u]),h),f+=n.repeat(" ",t.indent)+l((e.line+u+1).toString(),d)+" | "+p.str+"\n";return f.replace(/\n$/,"")},s=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],u=["scalar","sequence","mapping"];var p=function(e,t){if(t=t||{},Object.keys(t).forEach((function(t){if(-1===s.indexOf(t))throw new o('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')})),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=function(e){var t={};return null!==e&&Object.keys(e).forEach((function(n){e[n].forEach((function(e){t[String(e)]=n}))})),t}(t.styleAliases||null),-1===u.indexOf(this.kind))throw new o('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')};function f(e,t){var n=[];return e[t].forEach((function(e){var t=n.length;n.forEach((function(n,i){n.tag===e.tag&&n.kind===e.kind&&n.multi===e.multi&&(t=i)})),n[t]=e})),n}function d(e){return this.extend(e)}d.prototype.extend=function(e){var t=[],n=[];if(e instanceof p)n.push(e);else if(Array.isArray(e))n=n.concat(e);else{if(!e||!Array.isArray(e.implicit)&&!Array.isArray(e.explicit))throw new o("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit))}t.forEach((function(e){if(!(e instanceof p))throw new o("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(e.loadKind&&"scalar"!==e.loadKind)throw new o("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(e.multi)throw new o("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")})),n.forEach((function(e){if(!(e instanceof p))throw new o("Specified list of YAML types (or a single Type object) contains a non-Type object.")}));var i=Object.create(d.prototype);return i.implicit=(this.implicit||[]).concat(t),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=f(i,"implicit"),i.compiledExplicit=f(i,"explicit"),i.compiledTypeMap=function(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function i(e){e.multi?(n.multi[e.kind].push(e),n.multi.fallback.push(e)):n[e.kind][e.tag]=n.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(i);return n}(i.compiledImplicit,i.compiledExplicit),i};var h=d,g=new p("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),m=new p("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),y=new p("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),b=new h({explicit:[g,m,y]});var A=new p("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});var v=new p("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function w(e){return 48<=e&&e<=55}function k(e){return 48<=e&&e<=57}var C=new p("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n,i=e.length,r=0,o=!1;if(!i)return!1;if("-"!==(t=e[r])&&"+"!==t||(t=e[++r]),"0"===t){if(r+1===i)return!0;if("b"===(t=e[++r])){for(r++;r<i;r++)if("_"!==(t=e[r])){if("0"!==t&&"1"!==t)return!1;o=!0}return o&&"_"!==t}if("x"===t){for(r++;r<i;r++)if("_"!==(t=e[r])){if(!(48<=(n=e.charCodeAt(r))&&n<=57||65<=n&&n<=70||97<=n&&n<=102))return!1;o=!0}return o&&"_"!==t}if("o"===t){for(r++;r<i;r++)if("_"!==(t=e[r])){if(!w(e.charCodeAt(r)))return!1;o=!0}return o&&"_"!==t}}if("_"===t)return!1;for(;r<i;r++)if("_"!==(t=e[r])){if(!k(e.charCodeAt(r)))return!1;o=!0}return!(!o||"_"===t)},construct:function(e){var t,n=e,i=1;if(-1!==n.indexOf("_")&&(n=n.replace(/_/g,"")),"-"!==(t=n[0])&&"+"!==t||("-"===t&&(i=-1),t=(n=n.slice(1))[0]),"0"===n)return 0;if("0"===t){if("b"===n[1])return i*parseInt(n.slice(2),2);if("x"===n[1])return i*parseInt(n.slice(2),16);if("o"===n[1])return i*parseInt(n.slice(2),8)}return i*parseInt(n,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!n.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),x=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var I=/^[-+]?[0-9]+e/;var S=new p("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!x.test(e)||"_"===e[e.length-1])},construct:function(e){var t,n;return n="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:n*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||n.isNegativeZero(e))},represent:function(e,t){var i;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(n.isNegativeZero(e))return"-0.0";return i=e.toString(10),I.test(i)?i.replace("e",".e"):i},defaultStyle:"lowercase"}),O=b.extend({implicit:[A,v,C,S]}),j=O,T=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),N=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");var F=new p("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==T.exec(e)||null!==N.exec(e))},construct:function(e){var t,n,i,r,o,a,l,c,s=0,u=null;if(null===(t=T.exec(e))&&(t=N.exec(e)),null===t)throw new Error("Date resolve error");if(n=+t[1],i=+t[2]-1,r=+t[3],!t[4])return new Date(Date.UTC(n,i,r));if(o=+t[4],a=+t[5],l=+t[6],t[7]){for(s=t[7].slice(0,3);s.length<3;)s+="0";s=+s}return t[9]&&(u=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(u=-u)),c=new Date(Date.UTC(n,i,r,o,a,l,s)),u&&c.setTime(c.getTime()-u),c},instanceOf:Date,represent:function(e){return e.toISOString()}});var E=new p("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}}),M="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";var L=new p("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n,i=0,r=e.length,o=M;for(n=0;n<r;n++)if(!((t=o.indexOf(e.charAt(n)))>64)){if(t<0)return!1;i+=6}return i%8==0},construct:function(e){var t,n,i=e.replace(/[\r\n=]/g,""),r=i.length,o=M,a=0,l=[];for(t=0;t<r;t++)t%4==0&&t&&(l.push(a>>16&255),l.push(a>>8&255),l.push(255&a)),a=a<<6|o.indexOf(i.charAt(t));return 0===(n=r%4*6)?(l.push(a>>16&255),l.push(a>>8&255),l.push(255&a)):18===n?(l.push(a>>10&255),l.push(a>>2&255)):12===n&&l.push(a>>4&255),new Uint8Array(l)},predicate:function(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)},represent:function(e){var t,n,i="",r=0,o=e.length,a=M;for(t=0;t<o;t++)t%3==0&&t&&(i+=a[r>>18&63],i+=a[r>>12&63],i+=a[r>>6&63],i+=a[63&r]),r=(r<<8)+e[t];return 0===(n=o%3)?(i+=a[r>>18&63],i+=a[r>>12&63],i+=a[r>>6&63],i+=a[63&r]):2===n?(i+=a[r>>10&63],i+=a[r>>4&63],i+=a[r<<2&63],i+=a[64]):1===n&&(i+=a[r>>2&63],i+=a[r<<4&63],i+=a[64],i+=a[64]),i}}),_=Object.prototype.hasOwnProperty,D=Object.prototype.toString;var U=new p("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,i,r,o,a=[],l=e;for(t=0,n=l.length;t<n;t+=1){if(i=l[t],o=!1,"[object Object]"!==D.call(i))return!1;for(r in i)if(_.call(i,r)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==a.indexOf(r))return!1;a.push(r)}return!0},construct:function(e){return null!==e?e:[]}}),q=Object.prototype.toString;var Y=new p("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,i,r,o,a=e;for(o=new Array(a.length),t=0,n=a.length;t<n;t+=1){if(i=a[t],"[object Object]"!==q.call(i))return!1;if(1!==(r=Object.keys(i)).length)return!1;o[t]=[r[0],i[r[0]]]}return!0},construct:function(e){if(null===e)return[];var t,n,i,r,o,a=e;for(o=new Array(a.length),t=0,n=a.length;t<n;t+=1)i=a[t],r=Object.keys(i),o[t]=[r[0],i[r[0]]];return o}}),R=Object.prototype.hasOwnProperty;var B=new p("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,n=e;for(t in n)if(R.call(n,t)&&null!==n[t])return!1;return!0},construct:function(e){return null!==e?e:{}}}),K=j.extend({implicit:[F,E],explicit:[L,U,Y,B]}),P=Object.prototype.hasOwnProperty,W=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,H=/[\x85\u2028\u2029]/,$=/[,\[\]\{\}]/,G=/^(?:!|!!|![a-z\-]+!)$/i,V=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Z(e){return Object.prototype.toString.call(e)}function J(e){return 10===e||13===e}function Q(e){return 9===e||32===e}function z(e){return 9===e||32===e||10===e||13===e}function X(e){return 44===e||91===e||93===e||123===e||125===e}function ee(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function te(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"
":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function ne(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}for(var ie=new Array(256),re=new Array(256),oe=0;oe<256;oe++)ie[oe]=te(oe)?1:0,re[oe]=te(oe);function ae(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||K,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function le(e,t){var n={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return n.snippet=c(n),new o(t,n)}function ce(e,t){throw le(e,t)}function se(e,t){e.onWarning&&e.onWarning.call(null,le(e,t))}var ue={YAML:function(e,t,n){var i,r,o;null!==e.version&&ce(e,"duplication of %YAML directive"),1!==n.length&&ce(e,"YAML directive accepts exactly one argument"),null===(i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&ce(e,"ill-formed argument of the YAML directive"),r=parseInt(i[1],10),o=parseInt(i[2],10),1!==r&&ce(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=o<2,1!==o&&2!==o&&se(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var i,r;2!==n.length&&ce(e,"TAG directive accepts exactly two arguments"),i=n[0],r=n[1],G.test(i)||ce(e,"ill-formed tag handle (first argument) of the TAG directive"),P.call(e.tagMap,i)&&ce(e,'there is a previously declared suffix for "'+i+'" tag handle'),V.test(r)||ce(e,"ill-formed tag prefix (second argument) of the TAG directive");try{r=decodeURIComponent(r)}catch(t){ce(e,"tag prefix is malformed: "+r)}e.tagMap[i]=r}};function pe(e,t,n,i){var r,o,a,l;if(t<n){if(l=e.input.slice(t,n),i)for(r=0,o=l.length;r<o;r+=1)9===(a=l.charCodeAt(r))||32<=a&&a<=1114111||ce(e,"expected valid JSON character");else W.test(l)&&ce(e,"the stream contains non-printable characters");e.result+=l}}function fe(e,t,i,r){var o,a,l,c;for(n.isObject(i)||ce(e,"cannot merge mappings; the provided source object is unacceptable"),l=0,c=(o=Object.keys(i)).length;l<c;l+=1)a=o[l],P.call(t,a)||(t[a]=i[a],r[a]=!0)}function de(e,t,n,i,r,o,a,l,c){var s,u;if(Array.isArray(r))for(s=0,u=(r=Array.prototype.slice.call(r)).length;s<u;s+=1)Array.isArray(r[s])&&ce(e,"nested arrays are not supported inside keys"),"object"==typeof r&&"[object Object]"===Z(r[s])&&(r[s]="[object Object]");if("object"==typeof r&&"[object Object]"===Z(r)&&(r="[object Object]"),r=String(r),null===t&&(t={}),"tag:yaml.org,2002:merge"===i)if(Array.isArray(o))for(s=0,u=o.length;s<u;s+=1)fe(e,t,o[s],n);else fe(e,t,o,n);else e.json||P.call(n,r)||!P.call(t,r)||(e.line=a||e.line,e.lineStart=l||e.lineStart,e.position=c||e.position,ce(e,"duplicated mapping key")),"__proto__"===r?Object.defineProperty(t,r,{configurable:!0,enumerable:!0,writable:!0,value:o}):t[r]=o,delete n[r];return t}function he(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):ce(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function ge(e,t,n){for(var i=0,r=e.input.charCodeAt(e.position);0!==r;){for(;Q(r);)9===r&&-1===e.firstTabInLine&&(e.firstTabInLine=e.position),r=e.input.charCodeAt(++e.position);if(t&&35===r)do{r=e.input.charCodeAt(++e.position)}while(10!==r&&13!==r&&0!==r);if(!J(r))break;for(he(e),r=e.input.charCodeAt(e.position),i++,e.lineIndent=0;32===r;)e.lineIndent++,r=e.input.charCodeAt(++e.position)}return-1!==n&&0!==i&&e.lineIndent<n&&se(e,"deficient indentation"),i}function me(e){var t,n=e.position;return!(45!==(t=e.input.charCodeAt(n))&&46!==t||t!==e.input.charCodeAt(n+1)||t!==e.input.charCodeAt(n+2)||(n+=3,0!==(t=e.input.charCodeAt(n))&&!z(t)))}function ye(e,t){1===t?e.result+=" ":t>1&&(e.result+=n.repeat("\n",t-1))}function be(e,t){var n,i,r=e.tag,o=e.anchor,a=[],l=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=a),i=e.input.charCodeAt(e.position);0!==i&&(-1!==e.firstTabInLine&&(e.position=e.firstTabInLine,ce(e,"tab characters must not be used in indentation")),45===i)&&z(e.input.charCodeAt(e.position+1));)if(l=!0,e.position++,ge(e,!0,-1)&&e.lineIndent<=t)a.push(null),i=e.input.charCodeAt(e.position);else if(n=e.line,we(e,t,3,!1,!0),a.push(e.result),ge(e,!0,-1),i=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&0!==i)ce(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!l&&(e.tag=r,e.anchor=o,e.kind="sequence",e.result=a,!0)}function Ae(e){var t,n,i,r,o=!1,a=!1;if(33!==(r=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&ce(e,"duplication of a tag property"),60===(r=e.input.charCodeAt(++e.position))?(o=!0,r=e.input.charCodeAt(++e.position)):33===r?(a=!0,n="!!",r=e.input.charCodeAt(++e.position)):n="!",t=e.position,o){do{r=e.input.charCodeAt(++e.position)}while(0!==r&&62!==r);e.position<e.length?(i=e.input.slice(t,e.position),r=e.input.charCodeAt(++e.position)):ce(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==r&&!z(r);)33===r&&(a?ce(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),G.test(n)||ce(e,"named tag handle cannot contain such characters"),a=!0,t=e.position+1)),r=e.input.charCodeAt(++e.position);i=e.input.slice(t,e.position),$.test(i)&&ce(e,"tag suffix cannot contain flow indicator characters")}i&&!V.test(i)&&ce(e,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch(t){ce(e,"tag name is malformed: "+i)}return o?e.tag=i:P.call(e.tagMap,n)?e.tag=e.tagMap[n]+i:"!"===n?e.tag="!"+i:"!!"===n?e.tag="tag:yaml.org,2002:"+i:ce(e,'undeclared tag handle "'+n+'"'),!0}function ve(e){var t,n;if(38!==(n=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&ce(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!z(n)&&!X(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&ce(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function we(e,t,i,r,o){var a,l,c,s,u,p,f,d,h,g=1,m=!1,y=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,a=l=c=4===i||3===i,r&&ge(e,!0,-1)&&(m=!0,e.lineIndent>t?g=1:e.lineIndent===t?g=0:e.lineIndent<t&&(g=-1)),1===g)for(;Ae(e)||ve(e);)ge(e,!0,-1)?(m=!0,c=a,e.lineIndent>t?g=1:e.lineIndent===t?g=0:e.lineIndent<t&&(g=-1)):c=!1;if(c&&(c=m||o),1!==g&&4!==i||(d=1===i||2===i?t:t+1,h=e.position-e.lineStart,1===g?c&&(be(e,h)||function(e,t,n){var i,r,o,a,l,c,s,u=e.tag,p=e.anchor,f={},d=Object.create(null),h=null,g=null,m=null,y=!1,b=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=f),s=e.input.charCodeAt(e.position);0!==s;){if(y||-1===e.firstTabInLine||(e.position=e.firstTabInLine,ce(e,"tab characters must not be used in indentation")),i=e.input.charCodeAt(e.position+1),o=e.line,63!==s&&58!==s||!z(i)){if(a=e.line,l=e.lineStart,c=e.position,!we(e,n,2,!1,!0))break;if(e.line===o){for(s=e.input.charCodeAt(e.position);Q(s);)s=e.input.charCodeAt(++e.position);if(58===s)z(s=e.input.charCodeAt(++e.position))||ce(e,"a whitespace character is expected after the key-value separator within a block mapping"),y&&(de(e,f,d,h,g,null,a,l,c),h=g=m=null),b=!0,y=!1,r=!1,h=e.tag,g=e.result;else{if(!b)return e.tag=u,e.anchor=p,!0;ce(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!b)return e.tag=u,e.anchor=p,!0;ce(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===s?(y&&(de(e,f,d,h,g,null,a,l,c),h=g=m=null),b=!0,y=!0,r=!0):y?(y=!1,r=!0):ce(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,s=i;if((e.line===o||e.lineIndent>t)&&(y&&(a=e.line,l=e.lineStart,c=e.position),we(e,t,4,!0,r)&&(y?g=e.result:m=e.result),y||(de(e,f,d,h,g,m,a,l,c),h=g=m=null),ge(e,!0,-1),s=e.input.charCodeAt(e.position)),(e.line===o||e.lineIndent>t)&&0!==s)ce(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return y&&de(e,f,d,h,g,null,a,l,c),b&&(e.tag=u,e.anchor=p,e.kind="mapping",e.result=f),b}(e,h,d))||function(e,t){var n,i,r,o,a,l,c,s,u,p,f,d,h=!0,g=e.tag,m=e.anchor,y=Object.create(null);if(91===(d=e.input.charCodeAt(e.position)))a=93,s=!1,o=[];else{if(123!==d)return!1;a=125,s=!0,o={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=o),d=e.input.charCodeAt(++e.position);0!==d;){if(ge(e,!0,t),(d=e.input.charCodeAt(e.position))===a)return e.position++,e.tag=g,e.anchor=m,e.kind=s?"mapping":"sequence",e.result=o,!0;h?44===d&&ce(e,"expected the node content, but found ','"):ce(e,"missed comma between flow collection entries"),f=null,l=c=!1,63===d&&z(e.input.charCodeAt(e.position+1))&&(l=c=!0,e.position++,ge(e,!0,t)),n=e.line,i=e.lineStart,r=e.position,we(e,t,1,!1,!0),p=e.tag,u=e.result,ge(e,!0,t),d=e.input.charCodeAt(e.position),!c&&e.line!==n||58!==d||(l=!0,d=e.input.charCodeAt(++e.position),ge(e,!0,t),we(e,t,1,!1,!0),f=e.result),s?de(e,o,y,p,u,f,n,i,r):l?o.push(de(e,null,y,p,u,f,n,i,r)):o.push(u),ge(e,!0,t),44===(d=e.input.charCodeAt(e.position))?(h=!0,d=e.input.charCodeAt(++e.position)):h=!1}ce(e,"unexpected end of the stream within a flow collection")}(e,d)?y=!0:(l&&function(e,t){var i,r,o,a,l,c=1,s=!1,u=!1,p=t,f=0,d=!1;if(124===(a=e.input.charCodeAt(e.position)))r=!1;else{if(62!==a)return!1;r=!0}for(e.kind="scalar",e.result="";0!==a;)if(43===(a=e.input.charCodeAt(++e.position))||45===a)1===c?c=43===a?3:2:ce(e,"repeat of a chomping mode identifier");else{if(!((o=48<=(l=a)&&l<=57?l-48:-1)>=0))break;0===o?ce(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):u?ce(e,"repeat of an indentation width identifier"):(p=t+o-1,u=!0)}if(Q(a)){do{a=e.input.charCodeAt(++e.position)}while(Q(a));if(35===a)do{a=e.input.charCodeAt(++e.position)}while(!J(a)&&0!==a)}for(;0!==a;){for(he(e),e.lineIndent=0,a=e.input.charCodeAt(e.position);(!u||e.lineIndent<p)&&32===a;)e.lineIndent++,a=e.input.charCodeAt(++e.position);if(!u&&e.lineIndent>p&&(p=e.lineIndent),J(a))f++;else{if(e.lineIndent<p){3===c?e.result+=n.repeat("\n",s?1+f:f):1===c&&s&&(e.result+="\n");break}for(r?Q(a)?(d=!0,e.result+=n.repeat("\n",s?1+f:f)):d?(d=!1,e.result+=n.repeat("\n",f+1)):0===f?s&&(e.result+=" "):e.result+=n.repeat("\n",f):e.result+=n.repeat("\n",s?1+f:f),s=!0,u=!0,f=0,i=e.position;!J(a)&&0!==a;)a=e.input.charCodeAt(++e.position);pe(e,i,e.position,!1)}}return!0}(e,d)||function(e,t){var n,i,r;if(39!==(n=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,i=r=e.position;0!==(n=e.input.charCodeAt(e.position));)if(39===n){if(pe(e,i,e.position,!0),39!==(n=e.input.charCodeAt(++e.position)))return!0;i=e.position,e.position++,r=e.position}else J(n)?(pe(e,i,r,!0),ye(e,ge(e,!1,t)),i=r=e.position):e.position===e.lineStart&&me(e)?ce(e,"unexpected end of the document within a single quoted scalar"):(e.position++,r=e.position);ce(e,"unexpected end of the stream within a single quoted scalar")}(e,d)||function(e,t){var n,i,r,o,a,l,c;if(34!==(l=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;0!==(l=e.input.charCodeAt(e.position));){if(34===l)return pe(e,n,e.position,!0),e.position++,!0;if(92===l){if(pe(e,n,e.position,!0),J(l=e.input.charCodeAt(++e.position)))ge(e,!1,t);else if(l<256&&ie[l])e.result+=re[l],e.position++;else if((a=120===(c=l)?2:117===c?4:85===c?8:0)>0){for(r=a,o=0;r>0;r--)(a=ee(l=e.input.charCodeAt(++e.position)))>=0?o=(o<<4)+a:ce(e,"expected hexadecimal character");e.result+=ne(o),e.position++}else ce(e,"unknown escape sequence");n=i=e.position}else J(l)?(pe(e,n,i,!0),ye(e,ge(e,!1,t)),n=i=e.position):e.position===e.lineStart&&me(e)?ce(e,"unexpected end of the document within a double quoted scalar"):(e.position++,i=e.position)}ce(e,"unexpected end of the stream within a double quoted scalar")}(e,d)?y=!0:!function(e){var t,n,i;if(42!==(i=e.input.charCodeAt(e.position)))return!1;for(i=e.input.charCodeAt(++e.position),t=e.position;0!==i&&!z(i)&&!X(i);)i=e.input.charCodeAt(++e.position);return e.position===t&&ce(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),P.call(e.anchorMap,n)||ce(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],ge(e,!0,-1),!0}(e)?function(e,t,n){var i,r,o,a,l,c,s,u,p=e.kind,f=e.result;if(z(u=e.input.charCodeAt(e.position))||X(u)||35===u||38===u||42===u||33===u||124===u||62===u||39===u||34===u||37===u||64===u||96===u)return!1;if((63===u||45===u)&&(z(i=e.input.charCodeAt(e.position+1))||n&&X(i)))return!1;for(e.kind="scalar",e.result="",r=o=e.position,a=!1;0!==u;){if(58===u){if(z(i=e.input.charCodeAt(e.position+1))||n&&X(i))break}else if(35===u){if(z(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&me(e)||n&&X(u))break;if(J(u)){if(l=e.line,c=e.lineStart,s=e.lineIndent,ge(e,!1,-1),e.lineIndent>=t){a=!0,u=e.input.charCodeAt(e.position);continue}e.position=o,e.line=l,e.lineStart=c,e.lineIndent=s;break}}a&&(pe(e,r,o,!1),ye(e,e.line-l),r=o=e.position,a=!1),Q(u)||(o=e.position+1),u=e.input.charCodeAt(++e.position)}return pe(e,r,o,!1),!!e.result||(e.kind=p,e.result=f,!1)}(e,d,1===i)&&(y=!0,null===e.tag&&(e.tag="?")):(y=!0,null===e.tag&&null===e.anchor||ce(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===g&&(y=c&&be(e,h))),null===e.tag)null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);else if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&ce(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,u=e.implicitTypes.length;s<u;s+=1)if((f=e.implicitTypes[s]).resolve(e.result)){e.result=f.construct(e.result),e.tag=f.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else if("!"!==e.tag){if(P.call(e.typeMap[e.kind||"fallback"],e.tag))f=e.typeMap[e.kind||"fallback"][e.tag];else for(f=null,s=0,u=(p=e.typeMap.multi[e.kind||"fallback"]).length;s<u;s+=1)if(e.tag.slice(0,p[s].tag.length)===p[s].tag){f=p[s];break}f||ce(e,"unknown tag !<"+e.tag+">"),null!==e.result&&f.kind!==e.kind&&ce(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+f.kind+'", not "'+e.kind+'"'),f.resolve(e.result,e.tag)?(e.result=f.construct(e.result,e.tag),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):ce(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||y}function ke(e){var t,n,i,r,o=e.position,a=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);0!==(r=e.input.charCodeAt(e.position))&&(ge(e,!0,-1),r=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==r));){for(a=!0,r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!z(r);)r=e.input.charCodeAt(++e.position);for(i=[],(n=e.input.slice(t,e.position)).length<1&&ce(e,"directive name must not be less than one character in length");0!==r;){for(;Q(r);)r=e.input.charCodeAt(++e.position);if(35===r){do{r=e.input.charCodeAt(++e.position)}while(0!==r&&!J(r));break}if(J(r))break;for(t=e.position;0!==r&&!z(r);)r=e.input.charCodeAt(++e.position);i.push(e.input.slice(t,e.position))}0!==r&&he(e),P.call(ue,n)?ue[n](e,n,i):se(e,'unknown document directive "'+n+'"')}ge(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,ge(e,!0,-1)):a&&ce(e,"directives end mark is expected"),we(e,e.lineIndent-1,4,!1,!0),ge(e,!0,-1),e.checkLineBreaks&&H.test(e.input.slice(o,e.position))&&se(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&me(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,ge(e,!0,-1)):e.position<e.length-1&&ce(e,"end of the stream or a document separator is expected")}function Ce(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var n=new ae(e,t),i=e.indexOf("\0");for(-1!==i&&(n.position=i,ce(n,"null byte is not allowed in input")),n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)ke(n);return n.documents}var xe={loadAll:function(e,t,n){null!==t&&"object"==typeof t&&void 0===n&&(n=t,t=null);var i=Ce(e,n);if("function"!=typeof t)return i;for(var r=0,o=i.length;r<o;r+=1)t(i[r])},load:function(e,t){var n=Ce(e,t);if(0!==n.length){if(1===n.length)return n[0];throw new o("expected a single document in the stream, but found more")}}},Ie=Object.prototype.toString,Se=Object.prototype.hasOwnProperty,Oe=65279,je={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},Te=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],Ne=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function Fe(e){var t,i,r;if(t=e.toString(16).toUpperCase(),e<=255)i="x",r=2;else if(e<=65535)i="u",r=4;else{if(!(e<=4294967295))throw new o("code point within a string may not be greater than 0xFFFFFFFF");i="U",r=8}return"\\"+i+n.repeat("0",r-t.length)+t}function Ee(e){this.schema=e.schema||K,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=n.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=function(e,t){var n,i,r,o,a,l,c;if(null===t)return{};for(n={},r=0,o=(i=Object.keys(t)).length;r<o;r+=1)a=i[r],l=String(t[a]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),(c=e.compiledTypeMap.fallback[a])&&Se.call(c.styleAliases,l)&&(l=c.styleAliases[l]),n[a]=l;return n}(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType='"'===e.quotingType?2:1,this.forceQuotes=e.forceQuotes||!1,this.replacer="function"==typeof e.replacer?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Me(e,t){for(var i,r=n.repeat(" ",t),o=0,a=-1,l="",c=e.length;o<c;)-1===(a=e.indexOf("\n",o))?(i=e.slice(o),o=c):(i=e.slice(o,a+1),o=a+1),i.length&&"\n"!==i&&(l+=r),l+=i;return l}function Le(e,t){return"\n"+n.repeat(" ",e.indent*t)}function _e(e){return 32===e||9===e}function De(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&e!==Oe||65536<=e&&e<=1114111}function Ue(e){return De(e)&&e!==Oe&&13!==e&&10!==e}function qe(e,t,n){var i=Ue(e),r=i&&!_e(e);return(n?i:i&&44!==e&&91!==e&&93!==e&&123!==e&&125!==e)&&35!==e&&!(58===t&&!r)||Ue(t)&&!_e(t)&&35===e||58===t&&r}function Ye(e,t){var n,i=e.charCodeAt(t);return i>=55296&&i<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1))>=56320&&n<=57343?1024*(i-55296)+n-56320+65536:i}function Re(e){return/^\n* /.test(e)}function Be(e,t,n,i,r,o,a,l){var c,s,u=0,p=null,f=!1,d=!1,h=-1!==i,g=-1,m=De(s=Ye(e,0))&&s!==Oe&&!_e(s)&&45!==s&&63!==s&&58!==s&&44!==s&&91!==s&&93!==s&&123!==s&&125!==s&&35!==s&&38!==s&&42!==s&&33!==s&&124!==s&&61!==s&&62!==s&&39!==s&&34!==s&&37!==s&&64!==s&&96!==s&&function(e){return!_e(e)&&58!==e}(Ye(e,e.length-1));if(t||a)for(c=0;c<e.length;u>=65536?c+=2:c++){if(!De(u=Ye(e,c)))return 5;m=m&&qe(u,p,l),p=u}else{for(c=0;c<e.length;u>=65536?c+=2:c++){if(10===(u=Ye(e,c)))f=!0,h&&(d=d||c-g-1>i&&" "!==e[g+1],g=c);else if(!De(u))return 5;m=m&&qe(u,p,l),p=u}d=d||h&&c-g-1>i&&" "!==e[g+1]}return f||d?n>9&&Re(e)?5:a?2===o?5:2:d?4:3:!m||a||r(e)?2===o?5:2:1}function Ke(e,t,n,i,r){e.dump=function(){if(0===t.length)return 2===e.quotingType?'""':"''";if(!e.noCompatMode&&(-1!==Te.indexOf(t)||Ne.test(t)))return 2===e.quotingType?'"'+t+'"':"'"+t+"'";var a=e.indent*Math.max(1,n),l=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-a),c=i||e.flowLevel>-1&&n>=e.flowLevel;switch(Be(t,c,e.indent,l,(function(t){return function(e,t){var n,i;for(n=0,i=e.implicitTypes.length;n<i;n+=1)if(e.implicitTypes[n].resolve(t))return!0;return!1}(e,t)}),e.quotingType,e.forceQuotes&&!i,r)){case 1:return t;case 2:return"'"+t.replace(/'/g,"''")+"'";case 3:return"|"+Pe(t,e.indent)+We(Me(t,a));case 4:return">"+Pe(t,e.indent)+We(Me(function(e,t){var n,i,r=/(\n+)([^\n]*)/g,o=(l=e.indexOf("\n"),l=-1!==l?l:e.length,r.lastIndex=l,He(e.slice(0,l),t)),a="\n"===e[0]||" "===e[0];var l;for(;i=r.exec(e);){var c=i[1],s=i[2];n=" "===s[0],o+=c+(a||n||""===s?"":"\n")+He(s,t),a=n}return o}(t,l),a));case 5:return'"'+function(e){for(var t,n="",i=0,r=0;r<e.length;i>=65536?r+=2:r++)i=Ye(e,r),!(t=je[i])&&De(i)?(n+=e[r],i>=65536&&(n+=e[r+1])):n+=t||Fe(i);return n}(t)+'"';default:throw new o("impossible error: invalid scalar style")}}()}function Pe(e,t){var n=Re(e)?String(t):"",i="\n"===e[e.length-1];return n+(i&&("\n"===e[e.length-2]||"\n"===e)?"+":i?"":"-")+"\n"}function We(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function He(e,t){if(""===e||" "===e[0])return e;for(var n,i,r=/ [^ ]/g,o=0,a=0,l=0,c="";n=r.exec(e);)(l=n.index)-o>t&&(i=a>o?a:l,c+="\n"+e.slice(o,i),o=i+1),a=l;return c+="\n",e.length-o>t&&a>o?c+=e.slice(o,a)+"\n"+e.slice(a+1):c+=e.slice(o),c.slice(1)}function $e(e,t,n,i){var r,o,a,l="",c=e.tag;for(r=0,o=n.length;r<o;r+=1)a=n[r],e.replacer&&(a=e.replacer.call(n,String(r),a)),(Ve(e,t+1,a,!0,!0,!1,!0)||void 0===a&&Ve(e,t+1,null,!0,!0,!1,!0))&&(i&&""===l||(l+=Le(e,t)),e.dump&&10===e.dump.charCodeAt(0)?l+="-":l+="- ",l+=e.dump);e.tag=c,e.dump=l||"[]"}function Ge(e,t,n){var i,r,a,l,c,s;for(a=0,l=(r=n?e.explicitTypes:e.implicitTypes).length;a<l;a+=1)if(((c=r[a]).instanceOf||c.predicate)&&(!c.instanceOf||"object"==typeof t&&t instanceof c.instanceOf)&&(!c.predicate||c.predicate(t))){if(n?c.multi&&c.representName?e.tag=c.representName(t):e.tag=c.tag:e.tag="?",c.represent){if(s=e.styleMap[c.tag]||c.defaultStyle,"[object Function]"===Ie.call(c.represent))i=c.represent(t,s);else{if(!Se.call(c.represent,s))throw new o("!<"+c.tag+'> tag resolver accepts not "'+s+'" style');i=c.represent[s](t,s)}e.dump=i}return!0}return!1}function Ve(e,t,n,i,r,a,l){e.tag=null,e.dump=n,Ge(e,n,!1)||Ge(e,n,!0);var c,s=Ie.call(e.dump),u=i;i&&(i=e.flowLevel<0||e.flowLevel>t);var p,f,d="[object Object]"===s||"[object Array]"===s;if(d&&(f=-1!==(p=e.duplicates.indexOf(n))),(null!==e.tag&&"?"!==e.tag||f||2!==e.indent&&t>0)&&(r=!1),f&&e.usedDuplicates[p])e.dump="*ref_"+p;else{if(d&&f&&!e.usedDuplicates[p]&&(e.usedDuplicates[p]=!0),"[object Object]"===s)i&&0!==Object.keys(e.dump).length?(!function(e,t,n,i){var r,a,l,c,s,u,p="",f=e.tag,d=Object.keys(n);if(!0===e.sortKeys)d.sort();else if("function"==typeof e.sortKeys)d.sort(e.sortKeys);else if(e.sortKeys)throw new o("sortKeys must be a boolean or a function");for(r=0,a=d.length;r<a;r+=1)u="",i&&""===p||(u+=Le(e,t)),c=n[l=d[r]],e.replacer&&(c=e.replacer.call(n,l,c)),Ve(e,t+1,l,!0,!0,!0)&&((s=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&10===e.dump.charCodeAt(0)?u+="?":u+="? "),u+=e.dump,s&&(u+=Le(e,t)),Ve(e,t+1,c,!0,s)&&(e.dump&&10===e.dump.charCodeAt(0)?u+=":":u+=": ",p+=u+=e.dump));e.tag=f,e.dump=p||"{}"}(e,t,e.dump,r),f&&(e.dump="&ref_"+p+e.dump)):(!function(e,t,n){var i,r,o,a,l,c="",s=e.tag,u=Object.keys(n);for(i=0,r=u.length;i<r;i+=1)l="",""!==c&&(l+=", "),e.condenseFlow&&(l+='"'),a=n[o=u[i]],e.replacer&&(a=e.replacer.call(n,o,a)),Ve(e,t,o,!1,!1)&&(e.dump.length>1024&&(l+="? "),l+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),Ve(e,t,a,!1,!1)&&(c+=l+=e.dump));e.tag=s,e.dump="{"+c+"}"}(e,t,e.dump),f&&(e.dump="&ref_"+p+" "+e.dump));else if("[object Array]"===s)i&&0!==e.dump.length?(e.noArrayIndent&&!l&&t>0?$e(e,t-1,e.dump,r):$e(e,t,e.dump,r),f&&(e.dump="&ref_"+p+e.dump)):(!function(e,t,n){var i,r,o,a="",l=e.tag;for(i=0,r=n.length;i<r;i+=1)o=n[i],e.replacer&&(o=e.replacer.call(n,String(i),o)),(Ve(e,t,o,!1,!1)||void 0===o&&Ve(e,t,null,!1,!1))&&(""!==a&&(a+=","+(e.condenseFlow?"":" ")),a+=e.dump);e.tag=l,e.dump="["+a+"]"}(e,t,e.dump),f&&(e.dump="&ref_"+p+" "+e.dump));else{if("[object String]"!==s){if("[object Undefined]"===s)return!1;if(e.skipInvalid)return!1;throw new o("unacceptable kind of an object to dump "+s)}"?"!==e.tag&&Ke(e,e.dump,t,a,u)}null!==e.tag&&"?"!==e.tag&&(c=encodeURI("!"===e.tag[0]?e.tag.slice(1):e.tag).replace(/!/g,"%21"),c="!"===e.tag[0]?"!"+c:"tag:yaml.org,2002:"===c.slice(0,18)?"!!"+c.slice(18):"!<"+c+">",e.dump=c+" "+e.dump)}return!0}function Ze(e,t){var n,i,r=[],o=[];for(Je(e,r,o),n=0,i=o.length;n<i;n+=1)t.duplicates.push(r[o[n]]);t.usedDuplicates=new Array(i)}function Je(e,t,n){var i,r,o;if(null!==e&&"object"==typeof e)if(-1!==(r=t.indexOf(e)))-1===n.indexOf(r)&&n.push(r);else if(t.push(e),Array.isArray(e))for(r=0,o=e.length;r<o;r+=1)Je(e[r],t,n);else for(r=0,o=(i=Object.keys(e)).length;r<o;r+=1)Je(e[i[r]],t,n)}function Qe(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var ze=p,Xe=h,et=b,tt=O,nt=j,it=K,rt=xe.load,ot=xe.loadAll,at={dump:function(e,t){var n=new Ee(t=t||{});n.noRefs||Ze(e,n);var i=e;return n.replacer&&(i=n.replacer.call({"":i},"",i)),Ve(n,0,i,!0,!0)?n.dump+"\n":""}}.dump,lt=o,ct={binary:L,float:S,map:y,null:A,pairs:Y,set:B,timestamp:F,bool:v,int:C,merge:E,omap:U,seq:m,str:g},st=Qe("safeLoad","load"),ut=Qe("safeLoadAll","loadAll"),pt=Qe("safeDump","dump"),ft={Type:ze,Schema:Xe,FAILSAFE_SCHEMA:et,JSON_SCHEMA:tt,CORE_SCHEMA:nt,DEFAULT_SCHEMA:it,load:rt,loadAll:ot,dump:at,YAMLException:lt,types:ct,safeLoad:st,safeLoadAll:ut,safeDump:pt};e.CORE_SCHEMA=nt,e.DEFAULT_SCHEMA=it,e.FAILSAFE_SCHEMA=et,e.JSON_SCHEMA=tt,e.Schema=Xe,e.Type=ze,e.YAMLException=lt,e.default=ft,e.dump=at,e.load=rt,e.loadAll=ot,e.safeDump=pt,e.safeLoad=st,e.safeLoadAll=ut,e.types=ct,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
1
|
+
/*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jsyaml={})}(this,function(e){"use strict";function t(e){return null==e}var n={isNothing:t,isObject:function(e){return"object"==typeof e&&null!==e},toArray:function(e){return Array.isArray(e)?e:t(e)?[]:[e]},repeat:function(e,t){var n,i="";for(n=0;n<t;n+=1)i+=e;return i},isNegativeZero:function(e){return 0===e&&Number.NEGATIVE_INFINITY===1/e},extend:function(e,t){var n,i,r,o;if(t)for(n=0,i=(o=Object.keys(t)).length;n<i;n+=1)e[r=o[n]]=t[r];return e}};function i(e,t){var n="",i=e.reason||"(unknown reason)";return e.mark?(e.mark.name&&(n+='in "'+e.mark.name+'" '),n+="("+(e.mark.line+1)+":"+(e.mark.column+1)+")",!t&&e.mark.snippet&&(n+="\n\n"+e.mark.snippet),i+" "+n):i}function r(e,t){Error.call(this),this.name="YAMLException",this.reason=e,this.mark=t,this.message=i(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||""}r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r.prototype.toString=function(e){return this.name+": "+i(this,e)};var o=r;function a(e,t,n,i,r){var o="",a="",l=Math.floor(r/2)-1;return i-t>l&&(t=i-l+(o=" ... ").length),n-i>l&&(n=i+l-(a=" ...").length),{str:o+e.slice(t,n).replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=function(e,t){if(t=Object.create(t||null),!e.buffer)return null;t.maxLength||(t.maxLength=79),"number"!=typeof t.indent&&(t.indent=1),"number"!=typeof t.linesBefore&&(t.linesBefore=3),"number"!=typeof t.linesAfter&&(t.linesAfter=2);for(var i,r=/\r?\n|\r|\0/g,o=[0],c=[],s=-1;i=r.exec(e.buffer);)c.push(i.index),o.push(i.index+i[0].length),e.position<=i.index&&s<0&&(s=o.length-2);s<0&&(s=o.length-1);var u,p,f="",d=Math.min(e.line+t.linesAfter,c.length).toString().length,h=t.maxLength-(t.indent+d+3);for(u=1;u<=t.linesBefore&&!(s-u<0);u++)p=a(e.buffer,o[s-u],c[s-u],e.position-(o[s]-o[s-u]),h),f=n.repeat(" ",t.indent)+l((e.line-u+1).toString(),d)+" | "+p.str+"\n"+f;for(p=a(e.buffer,o[s],c[s],e.position,h),f+=n.repeat(" ",t.indent)+l((e.line+1).toString(),d)+" | "+p.str+"\n",f+=n.repeat("-",t.indent+d+3+p.pos)+"^\n",u=1;u<=t.linesAfter&&!(s+u>=c.length);u++)p=a(e.buffer,o[s+u],c[s+u],e.position-(o[s]-o[s+u]),h),f+=n.repeat(" ",t.indent)+l((e.line+u+1).toString(),d)+" | "+p.str+"\n";return f.replace(/\n$/,"")},s=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],u=["scalar","sequence","mapping"];var p=function(e,t){if(t=t||{},Object.keys(t).forEach(function(t){if(-1===s.indexOf(t))throw new o('Unknown option "'+t+'" is met in definition of "'+e+'" YAML type.')}),this.options=t,this.tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.construct||function(e){return e},this.instanceOf=t.instanceOf||null,this.predicate=t.predicate||null,this.represent=t.represent||null,this.representName=t.representName||null,this.defaultStyle=t.defaultStyle||null,this.multi=t.multi||!1,this.styleAliases=function(e){var t={};return null!==e&&Object.keys(e).forEach(function(n){e[n].forEach(function(e){t[String(e)]=n})}),t}(t.styleAliases||null),-1===u.indexOf(this.kind))throw new o('Unknown kind "'+this.kind+'" is specified for "'+e+'" YAML type.')};function f(e,t){var n=[];return e[t].forEach(function(e){var t=n.length;n.forEach(function(n,i){n.tag===e.tag&&n.kind===e.kind&&n.multi===e.multi&&(t=i)}),n[t]=e}),n}function d(e){return this.extend(e)}d.prototype.extend=function(e){var t=[],n=[];if(e instanceof p)n.push(e);else if(Array.isArray(e))n=n.concat(e);else{if(!e||!Array.isArray(e.implicit)&&!Array.isArray(e.explicit))throw new o("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");e.implicit&&(t=t.concat(e.implicit)),e.explicit&&(n=n.concat(e.explicit))}t.forEach(function(e){if(!(e instanceof p))throw new o("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(e.loadKind&&"scalar"!==e.loadKind)throw new o("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(e.multi)throw new o("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),n.forEach(function(e){if(!(e instanceof p))throw new o("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var i=Object.create(d.prototype);return i.implicit=(this.implicit||[]).concat(t),i.explicit=(this.explicit||[]).concat(n),i.compiledImplicit=f(i,"implicit"),i.compiledExplicit=f(i,"explicit"),i.compiledTypeMap=function(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function i(e){e.multi?(n.multi[e.kind].push(e),n.multi.fallback.push(e)):n[e.kind][e.tag]=n.fallback[e.tag]=e}for(e=0,t=arguments.length;e<t;e+=1)arguments[e].forEach(i);return n}(i.compiledImplicit,i.compiledExplicit),i};var h=d,g=new p("tag:yaml.org,2002:str",{kind:"scalar",construct:function(e){return null!==e?e:""}}),m=new p("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(e){return null!==e?e:[]}}),y=new p("tag:yaml.org,2002:map",{kind:"mapping",construct:function(e){return null!==e?e:{}}}),b=new h({explicit:[g,m,y]});var A=new p("tag:yaml.org,2002:null",{kind:"scalar",resolve:function(e){if(null===e)return!0;var t=e.length;return 1===t&&"~"===e||4===t&&("null"===e||"Null"===e||"NULL"===e)},construct:function(){return null},predicate:function(e){return null===e},represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});var v=new p("tag:yaml.org,2002:bool",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t=e.length;return 4===t&&("true"===e||"True"===e||"TRUE"===e)||5===t&&("false"===e||"False"===e||"FALSE"===e)},construct:function(e){return"true"===e||"True"===e||"TRUE"===e},predicate:function(e){return"[object Boolean]"===Object.prototype.toString.call(e)},represent:{lowercase:function(e){return e?"true":"false"},uppercase:function(e){return e?"TRUE":"FALSE"},camelcase:function(e){return e?"True":"False"}},defaultStyle:"lowercase"});function w(e){return 48<=e&&e<=57||65<=e&&e<=70||97<=e&&e<=102}function k(e){return 48<=e&&e<=55}function C(e){return 48<=e&&e<=57}var x=new p("tag:yaml.org,2002:int",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n=e.length,i=0,r=!1;if(!n)return!1;if("-"!==(t=e[i])&&"+"!==t||(t=e[++i]),"0"===t){if(i+1===n)return!0;if("b"===(t=e[++i])){for(i++;i<n;i++)if("_"!==(t=e[i])){if("0"!==t&&"1"!==t)return!1;r=!0}return r&&"_"!==t}if("x"===t){for(i++;i<n;i++)if("_"!==(t=e[i])){if(!w(e.charCodeAt(i)))return!1;r=!0}return r&&"_"!==t}if("o"===t){for(i++;i<n;i++)if("_"!==(t=e[i])){if(!k(e.charCodeAt(i)))return!1;r=!0}return r&&"_"!==t}}if("_"===t)return!1;for(;i<n;i++)if("_"!==(t=e[i])){if(!C(e.charCodeAt(i)))return!1;r=!0}return!(!r||"_"===t)},construct:function(e){var t,n=e,i=1;if(-1!==n.indexOf("_")&&(n=n.replace(/_/g,"")),"-"!==(t=n[0])&&"+"!==t||("-"===t&&(i=-1),t=(n=n.slice(1))[0]),"0"===n)return 0;if("0"===t){if("b"===n[1])return i*parseInt(n.slice(2),2);if("x"===n[1])return i*parseInt(n.slice(2),16);if("o"===n[1])return i*parseInt(n.slice(2),8)}return i*parseInt(n,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&e%1==0&&!n.isNegativeZero(e)},represent:{binary:function(e){return e>=0?"0b"+e.toString(2):"-0b"+e.toString(2).slice(1)},octal:function(e){return e>=0?"0o"+e.toString(8):"-0o"+e.toString(8).slice(1)},decimal:function(e){return e.toString(10)},hexadecimal:function(e){return e>=0?"0x"+e.toString(16).toUpperCase():"-0x"+e.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}}),I=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[0-9]+)?|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$");var S=/^[-+]?[0-9]+e/;var O=new p("tag:yaml.org,2002:float",{kind:"scalar",resolve:function(e){return null!==e&&!(!I.test(e)||"_"===e[e.length-1])},construct:function(e){var t,n;return n="-"===(t=e.replace(/_/g,"").toLowerCase())[0]?-1:1,"+-".indexOf(t[0])>=0&&(t=t.slice(1)),".inf"===t?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===t?NaN:n*parseFloat(t,10)},predicate:function(e){return"[object Number]"===Object.prototype.toString.call(e)&&(e%1!=0||n.isNegativeZero(e))},represent:function(e,t){var i;if(isNaN(e))switch(t){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===e)switch(t){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===e)switch(t){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(n.isNegativeZero(e))return"-0.0";return i=e.toString(10),S.test(i)?i.replace("e",".e"):i},defaultStyle:"lowercase"}),j=b.extend({implicit:[A,v,x,O]}),T=j,N=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9])-([0-9][0-9])$"),F=new RegExp("^([0-9][0-9][0-9][0-9])-([0-9][0-9]?)-([0-9][0-9]?)(?:[Tt]|[ \\t]+)([0-9][0-9]?):([0-9][0-9]):([0-9][0-9])(?:\\.([0-9]*))?(?:[ \\t]*(Z|([-+])([0-9][0-9]?)(?::([0-9][0-9]))?))?$");var E=new p("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:function(e){return null!==e&&(null!==N.exec(e)||null!==F.exec(e))},construct:function(e){var t,n,i,r,o,a,l,c,s=0,u=null;if(null===(t=N.exec(e))&&(t=F.exec(e)),null===t)throw new Error("Date resolve error");if(n=+t[1],i=+t[2]-1,r=+t[3],!t[4])return new Date(Date.UTC(n,i,r));if(o=+t[4],a=+t[5],l=+t[6],t[7]){for(s=t[7].slice(0,3);s.length<3;)s+="0";s=+s}return t[9]&&(u=6e4*(60*+t[10]+ +(t[11]||0)),"-"===t[9]&&(u=-u)),c=new Date(Date.UTC(n,i,r,o,a,l,s)),u&&c.setTime(c.getTime()-u),c},instanceOf:Date,represent:function(e){return e.toISOString()}});var M=new p("tag:yaml.org,2002:merge",{kind:"scalar",resolve:function(e){return"<<"===e||null===e}}),L="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";var _=new p("tag:yaml.org,2002:binary",{kind:"scalar",resolve:function(e){if(null===e)return!1;var t,n,i=0,r=e.length,o=L;for(n=0;n<r;n++)if(!((t=o.indexOf(e.charAt(n)))>64)){if(t<0)return!1;i+=6}return i%8==0},construct:function(e){var t,n,i=e.replace(/[\r\n=]/g,""),r=i.length,o=L,a=0,l=[];for(t=0;t<r;t++)t%4==0&&t&&(l.push(a>>16&255),l.push(a>>8&255),l.push(255&a)),a=a<<6|o.indexOf(i.charAt(t));return 0===(n=r%4*6)?(l.push(a>>16&255),l.push(a>>8&255),l.push(255&a)):18===n?(l.push(a>>10&255),l.push(a>>2&255)):12===n&&l.push(a>>4&255),new Uint8Array(l)},predicate:function(e){return"[object Uint8Array]"===Object.prototype.toString.call(e)},represent:function(e){var t,n,i="",r=0,o=e.length,a=L;for(t=0;t<o;t++)t%3==0&&t&&(i+=a[r>>18&63],i+=a[r>>12&63],i+=a[r>>6&63],i+=a[63&r]),r=(r<<8)+e[t];return 0===(n=o%3)?(i+=a[r>>18&63],i+=a[r>>12&63],i+=a[r>>6&63],i+=a[63&r]):2===n?(i+=a[r>>10&63],i+=a[r>>4&63],i+=a[r<<2&63],i+=a[64]):1===n&&(i+=a[r>>2&63],i+=a[r<<4&63],i+=a[64],i+=a[64]),i}}),D=Object.prototype.hasOwnProperty,U=Object.prototype.toString;var q=new p("tag:yaml.org,2002:omap",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,i,r,o,a=[],l=e;for(t=0,n=l.length;t<n;t+=1){if(i=l[t],o=!1,"[object Object]"!==U.call(i))return!1;for(r in i)if(D.call(i,r)){if(o)return!1;o=!0}if(!o)return!1;if(-1!==a.indexOf(r))return!1;a.push(r)}return!0},construct:function(e){return null!==e?e:[]}}),Y=Object.prototype.toString;var R=new p("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:function(e){if(null===e)return!0;var t,n,i,r,o,a=e;for(o=new Array(a.length),t=0,n=a.length;t<n;t+=1){if(i=a[t],"[object Object]"!==Y.call(i))return!1;if(1!==(r=Object.keys(i)).length)return!1;o[t]=[r[0],i[r[0]]]}return!0},construct:function(e){if(null===e)return[];var t,n,i,r,o,a=e;for(o=new Array(a.length),t=0,n=a.length;t<n;t+=1)i=a[t],r=Object.keys(i),o[t]=[r[0],i[r[0]]];return o}}),B=Object.prototype.hasOwnProperty;var K=new p("tag:yaml.org,2002:set",{kind:"mapping",resolve:function(e){if(null===e)return!0;var t,n=e;for(t in n)if(B.call(n,t)&&null!==n[t])return!1;return!0},construct:function(e){return null!==e?e:{}}}),P=T.extend({implicit:[E,M],explicit:[_,q,R,K]}),W=Object.prototype.hasOwnProperty,H=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,$=/[\x85\u2028\u2029]/,G=/[,\[\]\{\}]/,V=/^(?:!|!!|![a-z\-]+!)$/i,Z=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function J(e){return Object.prototype.toString.call(e)}function Q(e){return 10===e||13===e}function z(e){return 9===e||32===e}function X(e){return 9===e||32===e||10===e||13===e}function ee(e){return 44===e||91===e||93===e||123===e||125===e}function te(e){var t;return 48<=e&&e<=57?e-48:97<=(t=32|e)&&t<=102?t-97+10:-1}function ne(e){return 120===e?2:117===e?4:85===e?8:0}function ie(e){return 48<=e&&e<=57?e-48:-1}function re(e){return 48===e?"\0":97===e?"":98===e?"\b":116===e||9===e?"\t":110===e?"\n":118===e?"\v":102===e?"\f":114===e?"\r":101===e?"":32===e?" ":34===e?'"':47===e?"/":92===e?"\\":78===e?"
":95===e?" ":76===e?"\u2028":80===e?"\u2029":""}function oe(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(55296+(e-65536>>10),56320+(e-65536&1023))}function ae(e,t,n){"__proto__"===t?Object.defineProperty(e,t,{configurable:!0,enumerable:!0,writable:!0,value:n}):e[t]=n}for(var le=new Array(256),ce=new Array(256),se=0;se<256;se++)le[se]=re(se)?1:0,ce[se]=re(se);function ue(e,t){this.input=e,this.filename=t.filename||null,this.schema=t.schema||P,this.onWarning=t.onWarning||null,this.legacy=t.legacy||!1,this.json=t.json||!1,this.listener=t.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=e.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function pe(e,t){var n={name:e.filename,buffer:e.input.slice(0,-1),position:e.position,line:e.line,column:e.position-e.lineStart};return n.snippet=c(n),new o(t,n)}function fe(e,t){throw pe(e,t)}function de(e,t){e.onWarning&&e.onWarning.call(null,pe(e,t))}var he={YAML:function(e,t,n){var i,r,o;null!==e.version&&fe(e,"duplication of %YAML directive"),1!==n.length&&fe(e,"YAML directive accepts exactly one argument"),null===(i=/^([0-9]+)\.([0-9]+)$/.exec(n[0]))&&fe(e,"ill-formed argument of the YAML directive"),r=parseInt(i[1],10),o=parseInt(i[2],10),1!==r&&fe(e,"unacceptable YAML version of the document"),e.version=n[0],e.checkLineBreaks=o<2,1!==o&&2!==o&&de(e,"unsupported YAML version of the document")},TAG:function(e,t,n){var i,r;2!==n.length&&fe(e,"TAG directive accepts exactly two arguments"),i=n[0],r=n[1],V.test(i)||fe(e,"ill-formed tag handle (first argument) of the TAG directive"),W.call(e.tagMap,i)&&fe(e,'there is a previously declared suffix for "'+i+'" tag handle'),Z.test(r)||fe(e,"ill-formed tag prefix (second argument) of the TAG directive");try{r=decodeURIComponent(r)}catch(t){fe(e,"tag prefix is malformed: "+r)}e.tagMap[i]=r}};function ge(e,t,n,i){var r,o,a,l;if(t<n){if(l=e.input.slice(t,n),i)for(r=0,o=l.length;r<o;r+=1)9===(a=l.charCodeAt(r))||32<=a&&a<=1114111||fe(e,"expected valid JSON character");else H.test(l)&&fe(e,"the stream contains non-printable characters");e.result+=l}}function me(e,t,i,r){var o,a,l,c;for(n.isObject(i)||fe(e,"cannot merge mappings; the provided source object is unacceptable"),l=0,c=(o=Object.keys(i)).length;l<c;l+=1)a=o[l],W.call(t,a)||(ae(t,a,i[a]),r[a]=!0)}function ye(e,t,n,i,r,o,a,l,c){var s,u;if(Array.isArray(r))for(s=0,u=(r=Array.prototype.slice.call(r)).length;s<u;s+=1)Array.isArray(r[s])&&fe(e,"nested arrays are not supported inside keys"),"object"==typeof r&&"[object Object]"===J(r[s])&&(r[s]="[object Object]");if("object"==typeof r&&"[object Object]"===J(r)&&(r="[object Object]"),r=String(r),null===t&&(t={}),"tag:yaml.org,2002:merge"===i)if(Array.isArray(o))for(s=0,u=o.length;s<u;s+=1)me(e,t,o[s],n);else me(e,t,o,n);else e.json||W.call(n,r)||!W.call(t,r)||(e.line=a||e.line,e.lineStart=l||e.lineStart,e.position=c||e.position,fe(e,"duplicated mapping key")),ae(t,r,o),delete n[r];return t}function be(e){var t;10===(t=e.input.charCodeAt(e.position))?e.position++:13===t?(e.position++,10===e.input.charCodeAt(e.position)&&e.position++):fe(e,"a line break is expected"),e.line+=1,e.lineStart=e.position,e.firstTabInLine=-1}function Ae(e,t,n){for(var i=0,r=e.input.charCodeAt(e.position);0!==r;){for(;z(r);)9===r&&-1===e.firstTabInLine&&(e.firstTabInLine=e.position),r=e.input.charCodeAt(++e.position);if(t&&35===r)do{r=e.input.charCodeAt(++e.position)}while(10!==r&&13!==r&&0!==r);if(!Q(r))break;for(be(e),r=e.input.charCodeAt(e.position),i++,e.lineIndent=0;32===r;)e.lineIndent++,r=e.input.charCodeAt(++e.position)}return-1!==n&&0!==i&&e.lineIndent<n&&de(e,"deficient indentation"),i}function ve(e){var t,n=e.position;return!(45!==(t=e.input.charCodeAt(n))&&46!==t||t!==e.input.charCodeAt(n+1)||t!==e.input.charCodeAt(n+2)||(n+=3,0!==(t=e.input.charCodeAt(n))&&!X(t)))}function we(e,t){1===t?e.result+=" ":t>1&&(e.result+=n.repeat("\n",t-1))}function ke(e,t){var n,i,r=e.tag,o=e.anchor,a=[],l=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=a),i=e.input.charCodeAt(e.position);0!==i&&(-1!==e.firstTabInLine&&(e.position=e.firstTabInLine,fe(e,"tab characters must not be used in indentation")),45===i)&&X(e.input.charCodeAt(e.position+1));)if(l=!0,e.position++,Ae(e,!0,-1)&&e.lineIndent<=t)a.push(null),i=e.input.charCodeAt(e.position);else if(n=e.line,Ie(e,t,3,!1,!0),a.push(e.result),Ae(e,!0,-1),i=e.input.charCodeAt(e.position),(e.line===n||e.lineIndent>t)&&0!==i)fe(e,"bad indentation of a sequence entry");else if(e.lineIndent<t)break;return!!l&&(e.tag=r,e.anchor=o,e.kind="sequence",e.result=a,!0)}function Ce(e){var t,n,i,r,o=!1,a=!1;if(33!==(r=e.input.charCodeAt(e.position)))return!1;if(null!==e.tag&&fe(e,"duplication of a tag property"),60===(r=e.input.charCodeAt(++e.position))?(o=!0,r=e.input.charCodeAt(++e.position)):33===r?(a=!0,n="!!",r=e.input.charCodeAt(++e.position)):n="!",t=e.position,o){do{r=e.input.charCodeAt(++e.position)}while(0!==r&&62!==r);e.position<e.length?(i=e.input.slice(t,e.position),r=e.input.charCodeAt(++e.position)):fe(e,"unexpected end of the stream within a verbatim tag")}else{for(;0!==r&&!X(r);)33===r&&(a?fe(e,"tag suffix cannot contain exclamation marks"):(n=e.input.slice(t-1,e.position+1),V.test(n)||fe(e,"named tag handle cannot contain such characters"),a=!0,t=e.position+1)),r=e.input.charCodeAt(++e.position);i=e.input.slice(t,e.position),G.test(i)&&fe(e,"tag suffix cannot contain flow indicator characters")}i&&!Z.test(i)&&fe(e,"tag name cannot contain such characters: "+i);try{i=decodeURIComponent(i)}catch(t){fe(e,"tag name is malformed: "+i)}return o?e.tag=i:W.call(e.tagMap,n)?e.tag=e.tagMap[n]+i:"!"===n?e.tag="!"+i:"!!"===n?e.tag="tag:yaml.org,2002:"+i:fe(e,'undeclared tag handle "'+n+'"'),!0}function xe(e){var t,n;if(38!==(n=e.input.charCodeAt(e.position)))return!1;for(null!==e.anchor&&fe(e,"duplication of an anchor property"),n=e.input.charCodeAt(++e.position),t=e.position;0!==n&&!X(n)&&!ee(n);)n=e.input.charCodeAt(++e.position);return e.position===t&&fe(e,"name of an anchor node must contain at least one character"),e.anchor=e.input.slice(t,e.position),!0}function Ie(e,t,i,r,o){var a,l,c,s,u,p,f,d,h,g=1,m=!1,y=!1;if(null!==e.listener&&e.listener("open",e),e.tag=null,e.anchor=null,e.kind=null,e.result=null,a=l=c=4===i||3===i,r&&Ae(e,!0,-1)&&(m=!0,e.lineIndent>t?g=1:e.lineIndent===t?g=0:e.lineIndent<t&&(g=-1)),1===g)for(;Ce(e)||xe(e);)Ae(e,!0,-1)?(m=!0,c=a,e.lineIndent>t?g=1:e.lineIndent===t?g=0:e.lineIndent<t&&(g=-1)):c=!1;if(c&&(c=m||o),1!==g&&4!==i||(d=1===i||2===i?t:t+1,h=e.position-e.lineStart,1===g?c&&(ke(e,h)||function(e,t,n){var i,r,o,a,l,c,s,u=e.tag,p=e.anchor,f={},d=Object.create(null),h=null,g=null,m=null,y=!1,b=!1;if(-1!==e.firstTabInLine)return!1;for(null!==e.anchor&&(e.anchorMap[e.anchor]=f),s=e.input.charCodeAt(e.position);0!==s;){if(y||-1===e.firstTabInLine||(e.position=e.firstTabInLine,fe(e,"tab characters must not be used in indentation")),i=e.input.charCodeAt(e.position+1),o=e.line,63!==s&&58!==s||!X(i)){if(a=e.line,l=e.lineStart,c=e.position,!Ie(e,n,2,!1,!0))break;if(e.line===o){for(s=e.input.charCodeAt(e.position);z(s);)s=e.input.charCodeAt(++e.position);if(58===s)X(s=e.input.charCodeAt(++e.position))||fe(e,"a whitespace character is expected after the key-value separator within a block mapping"),y&&(ye(e,f,d,h,g,null,a,l,c),h=g=m=null),b=!0,y=!1,r=!1,h=e.tag,g=e.result;else{if(!b)return e.tag=u,e.anchor=p,!0;fe(e,"can not read an implicit mapping pair; a colon is missed")}}else{if(!b)return e.tag=u,e.anchor=p,!0;fe(e,"can not read a block mapping entry; a multiline key may not be an implicit key")}}else 63===s?(y&&(ye(e,f,d,h,g,null,a,l,c),h=g=m=null),b=!0,y=!0,r=!0):y?(y=!1,r=!0):fe(e,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),e.position+=1,s=i;if((e.line===o||e.lineIndent>t)&&(y&&(a=e.line,l=e.lineStart,c=e.position),Ie(e,t,4,!0,r)&&(y?g=e.result:m=e.result),y||(ye(e,f,d,h,g,m,a,l,c),h=g=m=null),Ae(e,!0,-1),s=e.input.charCodeAt(e.position)),(e.line===o||e.lineIndent>t)&&0!==s)fe(e,"bad indentation of a mapping entry");else if(e.lineIndent<t)break}return y&&ye(e,f,d,h,g,null,a,l,c),b&&(e.tag=u,e.anchor=p,e.kind="mapping",e.result=f),b}(e,h,d))||function(e,t){var n,i,r,o,a,l,c,s,u,p,f,d,h=!0,g=e.tag,m=e.anchor,y=Object.create(null);if(91===(d=e.input.charCodeAt(e.position)))a=93,s=!1,o=[];else{if(123!==d)return!1;a=125,s=!0,o={}}for(null!==e.anchor&&(e.anchorMap[e.anchor]=o),d=e.input.charCodeAt(++e.position);0!==d;){if(Ae(e,!0,t),(d=e.input.charCodeAt(e.position))===a)return e.position++,e.tag=g,e.anchor=m,e.kind=s?"mapping":"sequence",e.result=o,!0;h?44===d&&fe(e,"expected the node content, but found ','"):fe(e,"missed comma between flow collection entries"),f=null,l=c=!1,63===d&&X(e.input.charCodeAt(e.position+1))&&(l=c=!0,e.position++,Ae(e,!0,t)),n=e.line,i=e.lineStart,r=e.position,Ie(e,t,1,!1,!0),p=e.tag,u=e.result,Ae(e,!0,t),d=e.input.charCodeAt(e.position),!c&&e.line!==n||58!==d||(l=!0,d=e.input.charCodeAt(++e.position),Ae(e,!0,t),Ie(e,t,1,!1,!0),f=e.result),s?ye(e,o,y,p,u,f,n,i,r):l?o.push(ye(e,null,y,p,u,f,n,i,r)):o.push(u),Ae(e,!0,t),44===(d=e.input.charCodeAt(e.position))?(h=!0,d=e.input.charCodeAt(++e.position)):h=!1}fe(e,"unexpected end of the stream within a flow collection")}(e,d)?y=!0:(l&&function(e,t){var i,r,o,a,l=1,c=!1,s=!1,u=t,p=0,f=!1;if(124===(a=e.input.charCodeAt(e.position)))r=!1;else{if(62!==a)return!1;r=!0}for(e.kind="scalar",e.result="";0!==a;)if(43===(a=e.input.charCodeAt(++e.position))||45===a)1===l?l=43===a?3:2:fe(e,"repeat of a chomping mode identifier");else{if(!((o=ie(a))>=0))break;0===o?fe(e,"bad explicit indentation width of a block scalar; it cannot be less than one"):s?fe(e,"repeat of an indentation width identifier"):(u=t+o-1,s=!0)}if(z(a)){do{a=e.input.charCodeAt(++e.position)}while(z(a));if(35===a)do{a=e.input.charCodeAt(++e.position)}while(!Q(a)&&0!==a)}for(;0!==a;){for(be(e),e.lineIndent=0,a=e.input.charCodeAt(e.position);(!s||e.lineIndent<u)&&32===a;)e.lineIndent++,a=e.input.charCodeAt(++e.position);if(!s&&e.lineIndent>u&&(u=e.lineIndent),Q(a))p++;else{if(e.lineIndent<u){3===l?e.result+=n.repeat("\n",c?1+p:p):1===l&&c&&(e.result+="\n");break}for(r?z(a)?(f=!0,e.result+=n.repeat("\n",c?1+p:p)):f?(f=!1,e.result+=n.repeat("\n",p+1)):0===p?c&&(e.result+=" "):e.result+=n.repeat("\n",p):e.result+=n.repeat("\n",c?1+p:p),c=!0,s=!0,p=0,i=e.position;!Q(a)&&0!==a;)a=e.input.charCodeAt(++e.position);ge(e,i,e.position,!1)}}return!0}(e,d)||function(e,t){var n,i,r;if(39!==(n=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,i=r=e.position;0!==(n=e.input.charCodeAt(e.position));)if(39===n){if(ge(e,i,e.position,!0),39!==(n=e.input.charCodeAt(++e.position)))return!0;i=e.position,e.position++,r=e.position}else Q(n)?(ge(e,i,r,!0),we(e,Ae(e,!1,t)),i=r=e.position):e.position===e.lineStart&&ve(e)?fe(e,"unexpected end of the document within a single quoted scalar"):(e.position++,r=e.position);fe(e,"unexpected end of the stream within a single quoted scalar")}(e,d)||function(e,t){var n,i,r,o,a,l;if(34!==(l=e.input.charCodeAt(e.position)))return!1;for(e.kind="scalar",e.result="",e.position++,n=i=e.position;0!==(l=e.input.charCodeAt(e.position));){if(34===l)return ge(e,n,e.position,!0),e.position++,!0;if(92===l){if(ge(e,n,e.position,!0),Q(l=e.input.charCodeAt(++e.position)))Ae(e,!1,t);else if(l<256&&le[l])e.result+=ce[l],e.position++;else if((a=ne(l))>0){for(r=a,o=0;r>0;r--)(a=te(l=e.input.charCodeAt(++e.position)))>=0?o=(o<<4)+a:fe(e,"expected hexadecimal character");e.result+=oe(o),e.position++}else fe(e,"unknown escape sequence");n=i=e.position}else Q(l)?(ge(e,n,i,!0),we(e,Ae(e,!1,t)),n=i=e.position):e.position===e.lineStart&&ve(e)?fe(e,"unexpected end of the document within a double quoted scalar"):(e.position++,i=e.position)}fe(e,"unexpected end of the stream within a double quoted scalar")}(e,d)?y=!0:!function(e){var t,n,i;if(42!==(i=e.input.charCodeAt(e.position)))return!1;for(i=e.input.charCodeAt(++e.position),t=e.position;0!==i&&!X(i)&&!ee(i);)i=e.input.charCodeAt(++e.position);return e.position===t&&fe(e,"name of an alias node must contain at least one character"),n=e.input.slice(t,e.position),W.call(e.anchorMap,n)||fe(e,'unidentified alias "'+n+'"'),e.result=e.anchorMap[n],Ae(e,!0,-1),!0}(e)?function(e,t,n){var i,r,o,a,l,c,s,u,p=e.kind,f=e.result;if(X(u=e.input.charCodeAt(e.position))||ee(u)||35===u||38===u||42===u||33===u||124===u||62===u||39===u||34===u||37===u||64===u||96===u)return!1;if((63===u||45===u)&&(X(i=e.input.charCodeAt(e.position+1))||n&&ee(i)))return!1;for(e.kind="scalar",e.result="",r=o=e.position,a=!1;0!==u;){if(58===u){if(X(i=e.input.charCodeAt(e.position+1))||n&&ee(i))break}else if(35===u){if(X(e.input.charCodeAt(e.position-1)))break}else{if(e.position===e.lineStart&&ve(e)||n&&ee(u))break;if(Q(u)){if(l=e.line,c=e.lineStart,s=e.lineIndent,Ae(e,!1,-1),e.lineIndent>=t){a=!0,u=e.input.charCodeAt(e.position);continue}e.position=o,e.line=l,e.lineStart=c,e.lineIndent=s;break}}a&&(ge(e,r,o,!1),we(e,e.line-l),r=o=e.position,a=!1),z(u)||(o=e.position+1),u=e.input.charCodeAt(++e.position)}return ge(e,r,o,!1),!!e.result||(e.kind=p,e.result=f,!1)}(e,d,1===i)&&(y=!0,null===e.tag&&(e.tag="?")):(y=!0,null===e.tag&&null===e.anchor||fe(e,"alias node should not have any properties")),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):0===g&&(y=c&&ke(e,h))),null===e.tag)null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);else if("?"===e.tag){for(null!==e.result&&"scalar"!==e.kind&&fe(e,'unacceptable node kind for !<?> tag; it should be "scalar", not "'+e.kind+'"'),s=0,u=e.implicitTypes.length;s<u;s+=1)if((f=e.implicitTypes[s]).resolve(e.result)){e.result=f.construct(e.result),e.tag=f.tag,null!==e.anchor&&(e.anchorMap[e.anchor]=e.result);break}}else if("!"!==e.tag){if(W.call(e.typeMap[e.kind||"fallback"],e.tag))f=e.typeMap[e.kind||"fallback"][e.tag];else for(f=null,s=0,u=(p=e.typeMap.multi[e.kind||"fallback"]).length;s<u;s+=1)if(e.tag.slice(0,p[s].tag.length)===p[s].tag){f=p[s];break}f||fe(e,"unknown tag !<"+e.tag+">"),null!==e.result&&f.kind!==e.kind&&fe(e,"unacceptable node kind for !<"+e.tag+'> tag; it should be "'+f.kind+'", not "'+e.kind+'"'),f.resolve(e.result,e.tag)?(e.result=f.construct(e.result,e.tag),null!==e.anchor&&(e.anchorMap[e.anchor]=e.result)):fe(e,"cannot resolve a node with !<"+e.tag+"> explicit tag")}return null!==e.listener&&e.listener("close",e),null!==e.tag||null!==e.anchor||y}function Se(e){var t,n,i,r,o=e.position,a=!1;for(e.version=null,e.checkLineBreaks=e.legacy,e.tagMap=Object.create(null),e.anchorMap=Object.create(null);0!==(r=e.input.charCodeAt(e.position))&&(Ae(e,!0,-1),r=e.input.charCodeAt(e.position),!(e.lineIndent>0||37!==r));){for(a=!0,r=e.input.charCodeAt(++e.position),t=e.position;0!==r&&!X(r);)r=e.input.charCodeAt(++e.position);for(i=[],(n=e.input.slice(t,e.position)).length<1&&fe(e,"directive name must not be less than one character in length");0!==r;){for(;z(r);)r=e.input.charCodeAt(++e.position);if(35===r){do{r=e.input.charCodeAt(++e.position)}while(0!==r&&!Q(r));break}if(Q(r))break;for(t=e.position;0!==r&&!X(r);)r=e.input.charCodeAt(++e.position);i.push(e.input.slice(t,e.position))}0!==r&&be(e),W.call(he,n)?he[n](e,n,i):de(e,'unknown document directive "'+n+'"')}Ae(e,!0,-1),0===e.lineIndent&&45===e.input.charCodeAt(e.position)&&45===e.input.charCodeAt(e.position+1)&&45===e.input.charCodeAt(e.position+2)?(e.position+=3,Ae(e,!0,-1)):a&&fe(e,"directives end mark is expected"),Ie(e,e.lineIndent-1,4,!1,!0),Ae(e,!0,-1),e.checkLineBreaks&&$.test(e.input.slice(o,e.position))&&de(e,"non-ASCII line breaks are interpreted as content"),e.documents.push(e.result),e.position===e.lineStart&&ve(e)?46===e.input.charCodeAt(e.position)&&(e.position+=3,Ae(e,!0,-1)):e.position<e.length-1&&fe(e,"end of the stream or a document separator is expected")}function Oe(e,t){t=t||{},0!==(e=String(e)).length&&(10!==e.charCodeAt(e.length-1)&&13!==e.charCodeAt(e.length-1)&&(e+="\n"),65279===e.charCodeAt(0)&&(e=e.slice(1)));var n=new ue(e,t),i=e.indexOf("\0");for(-1!==i&&(n.position=i,fe(n,"null byte is not allowed in input")),n.input+="\0";32===n.input.charCodeAt(n.position);)n.lineIndent+=1,n.position+=1;for(;n.position<n.length-1;)Se(n);return n.documents}var je={loadAll:function(e,t,n){null!==t&&"object"==typeof t&&void 0===n&&(n=t,t=null);var i=Oe(e,n);if("function"!=typeof t)return i;for(var r=0,o=i.length;r<o;r+=1)t(i[r])},load:function(e,t){var n=Oe(e,t);if(0!==n.length){if(1===n.length)return n[0];throw new o("expected a single document in the stream, but found more")}}},Te=Object.prototype.toString,Ne=Object.prototype.hasOwnProperty,Fe=65279,Ee={0:"\\0",7:"\\a",8:"\\b",9:"\\t",10:"\\n",11:"\\v",12:"\\f",13:"\\r",27:"\\e",34:'\\"',92:"\\\\",133:"\\N",160:"\\_",8232:"\\L",8233:"\\P"},Me=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],Le=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function _e(e){var t,i,r;if(t=e.toString(16).toUpperCase(),e<=255)i="x",r=2;else if(e<=65535)i="u",r=4;else{if(!(e<=4294967295))throw new o("code point within a string may not be greater than 0xFFFFFFFF");i="U",r=8}return"\\"+i+n.repeat("0",r-t.length)+t}function De(e){this.schema=e.schema||P,this.indent=Math.max(1,e.indent||2),this.noArrayIndent=e.noArrayIndent||!1,this.skipInvalid=e.skipInvalid||!1,this.flowLevel=n.isNothing(e.flowLevel)?-1:e.flowLevel,this.styleMap=function(e,t){var n,i,r,o,a,l,c;if(null===t)return{};for(n={},r=0,o=(i=Object.keys(t)).length;r<o;r+=1)a=i[r],l=String(t[a]),"!!"===a.slice(0,2)&&(a="tag:yaml.org,2002:"+a.slice(2)),(c=e.compiledTypeMap.fallback[a])&&Ne.call(c.styleAliases,l)&&(l=c.styleAliases[l]),n[a]=l;return n}(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.condenseFlow=e.condenseFlow||!1,this.quotingType='"'===e.quotingType?2:1,this.forceQuotes=e.forceQuotes||!1,this.replacer="function"==typeof e.replacer?e.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Ue(e,t){for(var i,r=n.repeat(" ",t),o=0,a=-1,l="",c=e.length;o<c;)-1===(a=e.indexOf("\n",o))?(i=e.slice(o),o=c):(i=e.slice(o,a+1),o=a+1),i.length&&"\n"!==i&&(l+=r),l+=i;return l}function qe(e,t){return"\n"+n.repeat(" ",e.indent*t)}function Ye(e){return 32===e||9===e}function Re(e){return 32<=e&&e<=126||161<=e&&e<=55295&&8232!==e&&8233!==e||57344<=e&&e<=65533&&e!==Fe||65536<=e&&e<=1114111}function Be(e){return Re(e)&&e!==Fe&&13!==e&&10!==e}function Ke(e,t,n){var i=Be(e),r=i&&!Ye(e);return(n?i:i&&44!==e&&91!==e&&93!==e&&123!==e&&125!==e)&&35!==e&&!(58===t&&!r)||Be(t)&&!Ye(t)&&35===e||58===t&&r}function Pe(e,t){var n,i=e.charCodeAt(t);return i>=55296&&i<=56319&&t+1<e.length&&(n=e.charCodeAt(t+1))>=56320&&n<=57343?1024*(i-55296)+n-56320+65536:i}function We(e){return/^\n* /.test(e)}function He(e,t,n,i,r,o,a,l){var c,s,u=0,p=null,f=!1,d=!1,h=-1!==i,g=-1,m=Re(s=Pe(e,0))&&s!==Fe&&!Ye(s)&&45!==s&&63!==s&&58!==s&&44!==s&&91!==s&&93!==s&&123!==s&&125!==s&&35!==s&&38!==s&&42!==s&&33!==s&&124!==s&&61!==s&&62!==s&&39!==s&&34!==s&&37!==s&&64!==s&&96!==s&&function(e){return!Ye(e)&&58!==e}(Pe(e,e.length-1));if(t||a)for(c=0;c<e.length;u>=65536?c+=2:c++){if(!Re(u=Pe(e,c)))return 5;m=m&&Ke(u,p,l),p=u}else{for(c=0;c<e.length;u>=65536?c+=2:c++){if(10===(u=Pe(e,c)))f=!0,h&&(d=d||c-g-1>i&&" "!==e[g+1],g=c);else if(!Re(u))return 5;m=m&&Ke(u,p,l),p=u}d=d||h&&c-g-1>i&&" "!==e[g+1]}return f||d?n>9&&We(e)?5:a?2===o?5:2:d?4:3:!m||a||r(e)?2===o?5:2:1}function $e(e,t,n,i,r){e.dump=function(){if(0===t.length)return 2===e.quotingType?'""':"''";if(!e.noCompatMode&&(-1!==Me.indexOf(t)||Le.test(t)))return 2===e.quotingType?'"'+t+'"':"'"+t+"'";var a=e.indent*Math.max(1,n),l=-1===e.lineWidth?-1:Math.max(Math.min(e.lineWidth,40),e.lineWidth-a),c=i||e.flowLevel>-1&&n>=e.flowLevel;switch(He(t,c,e.indent,l,function(t){return function(e,t){var n,i;for(n=0,i=e.implicitTypes.length;n<i;n+=1)if(e.implicitTypes[n].resolve(t))return!0;return!1}(e,t)},e.quotingType,e.forceQuotes&&!i,r)){case 1:return t;case 2:return"'"+t.replace(/'/g,"''")+"'";case 3:return"|"+Ge(t,e.indent)+Ve(Ue(t,a));case 4:return">"+Ge(t,e.indent)+Ve(Ue(function(e,t){var n,i,r=/(\n+)([^\n]*)/g,o=(l=e.indexOf("\n"),l=-1!==l?l:e.length,r.lastIndex=l,Ze(e.slice(0,l),t)),a="\n"===e[0]||" "===e[0];var l;for(;i=r.exec(e);){var c=i[1],s=i[2];n=" "===s[0],o+=c+(a||n||""===s?"":"\n")+Ze(s,t),a=n}return o}(t,l),a));case 5:return'"'+function(e){for(var t,n="",i=0,r=0;r<e.length;i>=65536?r+=2:r++)i=Pe(e,r),!(t=Ee[i])&&Re(i)?(n+=e[r],i>=65536&&(n+=e[r+1])):n+=t||_e(i);return n}(t)+'"';default:throw new o("impossible error: invalid scalar style")}}()}function Ge(e,t){var n=We(e)?String(t):"",i="\n"===e[e.length-1];return n+(i&&("\n"===e[e.length-2]||"\n"===e)?"+":i?"":"-")+"\n"}function Ve(e){return"\n"===e[e.length-1]?e.slice(0,-1):e}function Ze(e,t){if(""===e||" "===e[0])return e;for(var n,i,r=/ [^ ]/g,o=0,a=0,l=0,c="";n=r.exec(e);)(l=n.index)-o>t&&(i=a>o?a:l,c+="\n"+e.slice(o,i),o=i+1),a=l;return c+="\n",e.length-o>t&&a>o?c+=e.slice(o,a)+"\n"+e.slice(a+1):c+=e.slice(o),c.slice(1)}function Je(e,t,n,i){var r,o,a,l="",c=e.tag;for(r=0,o=n.length;r<o;r+=1)a=n[r],e.replacer&&(a=e.replacer.call(n,String(r),a)),(ze(e,t+1,a,!0,!0,!1,!0)||void 0===a&&ze(e,t+1,null,!0,!0,!1,!0))&&(i&&""===l||(l+=qe(e,t)),e.dump&&10===e.dump.charCodeAt(0)?l+="-":l+="- ",l+=e.dump);e.tag=c,e.dump=l||"[]"}function Qe(e,t,n){var i,r,a,l,c,s;for(a=0,l=(r=n?e.explicitTypes:e.implicitTypes).length;a<l;a+=1)if(((c=r[a]).instanceOf||c.predicate)&&(!c.instanceOf||"object"==typeof t&&t instanceof c.instanceOf)&&(!c.predicate||c.predicate(t))){if(n?c.multi&&c.representName?e.tag=c.representName(t):e.tag=c.tag:e.tag="?",c.represent){if(s=e.styleMap[c.tag]||c.defaultStyle,"[object Function]"===Te.call(c.represent))i=c.represent(t,s);else{if(!Ne.call(c.represent,s))throw new o("!<"+c.tag+'> tag resolver accepts not "'+s+'" style');i=c.represent[s](t,s)}e.dump=i}return!0}return!1}function ze(e,t,n,i,r,a,l){e.tag=null,e.dump=n,Qe(e,n,!1)||Qe(e,n,!0);var c,s=Te.call(e.dump),u=i;i&&(i=e.flowLevel<0||e.flowLevel>t);var p,f,d="[object Object]"===s||"[object Array]"===s;if(d&&(f=-1!==(p=e.duplicates.indexOf(n))),(null!==e.tag&&"?"!==e.tag||f||2!==e.indent&&t>0)&&(r=!1),f&&e.usedDuplicates[p])e.dump="*ref_"+p;else{if(d&&f&&!e.usedDuplicates[p]&&(e.usedDuplicates[p]=!0),"[object Object]"===s)i&&0!==Object.keys(e.dump).length?(!function(e,t,n,i){var r,a,l,c,s,u,p="",f=e.tag,d=Object.keys(n);if(!0===e.sortKeys)d.sort();else if("function"==typeof e.sortKeys)d.sort(e.sortKeys);else if(e.sortKeys)throw new o("sortKeys must be a boolean or a function");for(r=0,a=d.length;r<a;r+=1)u="",i&&""===p||(u+=qe(e,t)),c=n[l=d[r]],e.replacer&&(c=e.replacer.call(n,l,c)),ze(e,t+1,l,!0,!0,!0)&&((s=null!==e.tag&&"?"!==e.tag||e.dump&&e.dump.length>1024)&&(e.dump&&10===e.dump.charCodeAt(0)?u+="?":u+="? "),u+=e.dump,s&&(u+=qe(e,t)),ze(e,t+1,c,!0,s)&&(e.dump&&10===e.dump.charCodeAt(0)?u+=":":u+=": ",p+=u+=e.dump));e.tag=f,e.dump=p||"{}"}(e,t,e.dump,r),f&&(e.dump="&ref_"+p+e.dump)):(!function(e,t,n){var i,r,o,a,l,c="",s=e.tag,u=Object.keys(n);for(i=0,r=u.length;i<r;i+=1)l="",""!==c&&(l+=", "),e.condenseFlow&&(l+='"'),a=n[o=u[i]],e.replacer&&(a=e.replacer.call(n,o,a)),ze(e,t,o,!1,!1)&&(e.dump.length>1024&&(l+="? "),l+=e.dump+(e.condenseFlow?'"':"")+":"+(e.condenseFlow?"":" "),ze(e,t,a,!1,!1)&&(c+=l+=e.dump));e.tag=s,e.dump="{"+c+"}"}(e,t,e.dump),f&&(e.dump="&ref_"+p+" "+e.dump));else if("[object Array]"===s)i&&0!==e.dump.length?(e.noArrayIndent&&!l&&t>0?Je(e,t-1,e.dump,r):Je(e,t,e.dump,r),f&&(e.dump="&ref_"+p+e.dump)):(!function(e,t,n){var i,r,o,a="",l=e.tag;for(i=0,r=n.length;i<r;i+=1)o=n[i],e.replacer&&(o=e.replacer.call(n,String(i),o)),(ze(e,t,o,!1,!1)||void 0===o&&ze(e,t,null,!1,!1))&&(""!==a&&(a+=","+(e.condenseFlow?"":" ")),a+=e.dump);e.tag=l,e.dump="["+a+"]"}(e,t,e.dump),f&&(e.dump="&ref_"+p+" "+e.dump));else{if("[object String]"!==s){if("[object Undefined]"===s)return!1;if(e.skipInvalid)return!1;throw new o("unacceptable kind of an object to dump "+s)}"?"!==e.tag&&$e(e,e.dump,t,a,u)}null!==e.tag&&"?"!==e.tag&&(c=encodeURI("!"===e.tag[0]?e.tag.slice(1):e.tag).replace(/!/g,"%21"),c="!"===e.tag[0]?"!"+c:"tag:yaml.org,2002:"===c.slice(0,18)?"!!"+c.slice(18):"!<"+c+">",e.dump=c+" "+e.dump)}return!0}function Xe(e,t){var n,i,r=[],o=[];for(et(e,r,o),n=0,i=o.length;n<i;n+=1)t.duplicates.push(r[o[n]]);t.usedDuplicates=new Array(i)}function et(e,t,n){var i,r,o;if(null!==e&&"object"==typeof e)if(-1!==(r=t.indexOf(e)))-1===n.indexOf(r)&&n.push(r);else if(t.push(e),Array.isArray(e))for(r=0,o=e.length;r<o;r+=1)et(e[r],t,n);else for(r=0,o=(i=Object.keys(e)).length;r<o;r+=1)et(e[i[r]],t,n)}function tt(e,t){return function(){throw new Error("Function yaml."+e+" is removed in js-yaml 4. Use yaml."+t+" instead, which is now safe by default.")}}var nt=p,it=h,rt=b,ot=j,at=T,lt=P,ct=je.load,st=je.loadAll,ut={dump:function(e,t){var n=new De(t=t||{});n.noRefs||Xe(e,n);var i=e;return n.replacer&&(i=n.replacer.call({"":i},"",i)),ze(n,0,i,!0,!0)?n.dump+"\n":""}}.dump,pt=o,ft={binary:_,float:O,map:y,null:A,pairs:R,set:K,timestamp:E,bool:v,int:x,merge:M,omap:q,seq:m,str:g},dt=tt("safeLoad","load"),ht=tt("safeLoadAll","loadAll"),gt=tt("safeDump","dump"),mt={Type:nt,Schema:it,FAILSAFE_SCHEMA:rt,JSON_SCHEMA:ot,CORE_SCHEMA:at,DEFAULT_SCHEMA:lt,load:ct,loadAll:st,dump:ut,YAMLException:pt,types:ft,safeLoad:dt,safeLoadAll:ht,safeDump:gt};e.CORE_SCHEMA=at,e.DEFAULT_SCHEMA=lt,e.FAILSAFE_SCHEMA=rt,e.JSON_SCHEMA=ot,e.Schema=it,e.Type=nt,e.YAMLException=pt,e.default=mt,e.dump=ut,e.load=ct,e.loadAll=st,e.safeDump=gt,e.safeLoad=dt,e.safeLoadAll=ht,e.types=ft,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/*! js-yaml 4.1.
|
|
2
|
+
/*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT */
|
|
3
3
|
function isNothing(subject) {
|
|
4
4
|
return (typeof subject === 'undefined') || (subject === null);
|
|
5
5
|
}
|
|
@@ -1210,6 +1210,22 @@ function charFromCodepoint(c) {
|
|
|
1210
1210
|
);
|
|
1211
1211
|
}
|
|
1212
1212
|
|
|
1213
|
+
// set a property of a literal object, while protecting against prototype pollution,
|
|
1214
|
+
// see https://github.com/nodeca/js-yaml/issues/164 for more details
|
|
1215
|
+
function setProperty(object, key, value) {
|
|
1216
|
+
// used for this specific key only because Object.defineProperty is slow
|
|
1217
|
+
if (key === '__proto__') {
|
|
1218
|
+
Object.defineProperty(object, key, {
|
|
1219
|
+
configurable: true,
|
|
1220
|
+
enumerable: true,
|
|
1221
|
+
writable: true,
|
|
1222
|
+
value: value
|
|
1223
|
+
});
|
|
1224
|
+
} else {
|
|
1225
|
+
object[key] = value;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1213
1229
|
var simpleEscapeCheck = new Array(256); // integer, for fast access
|
|
1214
1230
|
var simpleEscapeMap = new Array(256);
|
|
1215
1231
|
for (var i = 0; i < 256; i++) {
|
|
@@ -1388,7 +1404,7 @@ function mergeMappings(state, destination, source, overridableKeys) {
|
|
|
1388
1404
|
key = sourceKeys[index];
|
|
1389
1405
|
|
|
1390
1406
|
if (!_hasOwnProperty$1.call(destination, key)) {
|
|
1391
|
-
destination
|
|
1407
|
+
setProperty(destination, key, source[key]);
|
|
1392
1408
|
overridableKeys[key] = true;
|
|
1393
1409
|
}
|
|
1394
1410
|
}
|
|
@@ -1448,17 +1464,7 @@ function storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valu
|
|
|
1448
1464
|
throwError(state, 'duplicated mapping key');
|
|
1449
1465
|
}
|
|
1450
1466
|
|
|
1451
|
-
|
|
1452
|
-
if (keyNode === '__proto__') {
|
|
1453
|
-
Object.defineProperty(_result, keyNode, {
|
|
1454
|
-
configurable: true,
|
|
1455
|
-
enumerable: true,
|
|
1456
|
-
writable: true,
|
|
1457
|
-
value: valueNode
|
|
1458
|
-
});
|
|
1459
|
-
} else {
|
|
1460
|
-
_result[keyNode] = valueNode;
|
|
1461
|
-
}
|
|
1467
|
+
setProperty(_result, keyNode, valueNode);
|
|
1462
1468
|
delete overridableKeys[keyNode];
|
|
1463
1469
|
}
|
|
1464
1470
|
|
|
@@ -3847,5 +3853,4 @@ var jsYaml = {
|
|
|
3847
3853
|
safeDump: safeDump
|
|
3848
3854
|
};
|
|
3849
3855
|
|
|
3850
|
-
export default
|
|
3851
|
-
export { CORE_SCHEMA, DEFAULT_SCHEMA, FAILSAFE_SCHEMA, JSON_SCHEMA, Schema, Type, YAMLException, dump, load, loadAll, safeDump, safeLoad, safeLoadAll, types };
|
|
3856
|
+
export { CORE_SCHEMA, DEFAULT_SCHEMA, FAILSAFE_SCHEMA, JSON_SCHEMA, Schema, Type, YAMLException, jsYaml as default, dump, load, loadAll, safeDump, safeLoad, safeLoadAll, types };
|
|
@@ -120,6 +120,22 @@ function charFromCodepoint(c) {
|
|
|
120
120
|
);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
+
// set a property of a literal object, while protecting against prototype pollution,
|
|
124
|
+
// see https://github.com/nodeca/js-yaml/issues/164 for more details
|
|
125
|
+
function setProperty(object, key, value) {
|
|
126
|
+
// used for this specific key only because Object.defineProperty is slow
|
|
127
|
+
if (key === '__proto__') {
|
|
128
|
+
Object.defineProperty(object, key, {
|
|
129
|
+
configurable: true,
|
|
130
|
+
enumerable: true,
|
|
131
|
+
writable: true,
|
|
132
|
+
value: value
|
|
133
|
+
});
|
|
134
|
+
} else {
|
|
135
|
+
object[key] = value;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
123
139
|
var simpleEscapeCheck = new Array(256); // integer, for fast access
|
|
124
140
|
var simpleEscapeMap = new Array(256);
|
|
125
141
|
for (var i = 0; i < 256; i++) {
|
|
@@ -298,7 +314,7 @@ function mergeMappings(state, destination, source, overridableKeys) {
|
|
|
298
314
|
key = sourceKeys[index];
|
|
299
315
|
|
|
300
316
|
if (!_hasOwnProperty.call(destination, key)) {
|
|
301
|
-
destination
|
|
317
|
+
setProperty(destination, key, source[key]);
|
|
302
318
|
overridableKeys[key] = true;
|
|
303
319
|
}
|
|
304
320
|
}
|
|
@@ -358,17 +374,7 @@ function storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valu
|
|
|
358
374
|
throwError(state, 'duplicated mapping key');
|
|
359
375
|
}
|
|
360
376
|
|
|
361
|
-
|
|
362
|
-
if (keyNode === '__proto__') {
|
|
363
|
-
Object.defineProperty(_result, keyNode, {
|
|
364
|
-
configurable: true,
|
|
365
|
-
enumerable: true,
|
|
366
|
-
writable: true,
|
|
367
|
-
value: valueNode
|
|
368
|
-
});
|
|
369
|
-
} else {
|
|
370
|
-
_result[keyNode] = valueNode;
|
|
371
|
-
}
|
|
377
|
+
setProperty(_result, keyNode, valueNode);
|
|
372
378
|
delete overridableKeys[keyNode];
|
|
373
379
|
}
|
|
374
380
|
|
data/scripts/yarn.lock
CHANGED
|
@@ -8,8 +8,8 @@ argparse@^2.0.1:
|
|
|
8
8
|
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
|
|
9
9
|
|
|
10
10
|
js-yaml@^4.1.0:
|
|
11
|
-
version "4.1.
|
|
12
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.
|
|
13
|
-
integrity sha512-
|
|
11
|
+
version "4.1.1"
|
|
12
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
|
|
13
|
+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
|
|
14
14
|
dependencies:
|
|
15
15
|
argparse "^2.0.1"
|
data/sdk-version.yaml
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
info:
|
|
2
|
-
version: 2.1.
|
|
2
|
+
version: 2.1.3
|
|
@@ -21,7 +21,7 @@ describe 'CompaniesApi' do
|
|
|
21
21
|
# run before each test
|
|
22
22
|
@api_instance = FattureInCloud_Ruby_Sdk::CompaniesApi.new
|
|
23
23
|
|
|
24
|
-
@get_company_info_response_obj = { "data": { "id": 12345, "name": "Studio Commercialista", "email": "mario.rossi@example.com", "type": "accountant", "fic": true, "fic_plan_name": "premium_plus", "fic_signup_date": "2013-11-01", "fic_license_expire": "2030-12-31", "use_fic": true, "fic_need_setup": false, "fic_license_type": "coupon_b", "dic": true, "dic_plan_name": "trial", "dic_signup_date": "2018-03-26", "dic_license_expire": "2022-12-31", "use_dic": true, "dic_license_type": nil, "registration_service": "fic", "can_use_coupon": false, "access_info": { "role": "master", "through_accountant": false, "permissions": { "fic_situation": "read", "fic_clients": "write", "fic_suppliers": "write", "fic_products": "write", "fic_issued_documents": "detailed", "fic_issued_documents_detailed": { "quotes": "write", "proformas": "write", "invoices": "write", "receipts": "write", "delivery_notes": "write", "credit_notes": "write", "orders": "write", "work_reports": "write", "supplier_orders": "write", "self_invoices": "write" }, "fic_received_documents": "write", "fic_receipts": "write", "fic_calendar": "write", "fic_archive": "write", "fic_taxes": "write", "fic_stock": "write", "fic_cashbook": "write", "fic_settings": "write", "fic_emails": "read", "dic_employees": "none", "dic_timesheet": "none", "dic_settings": "none", "fic_invoice_trading": "none", "fic_export": "write", "fic_import_clients_suppliers": "write", "fic_import_products": "write", "fic_import_issued_documents": "none", "fic_import_bankstatements": "none", "fic_recurring": "write", "fic_riba": "write" } }, "plan_info": { "limits": { "clients": 5000, "suppliers": 5000, "products": 5000, "documents": 3000 }, "functions": { "document_attachments": true, "archive": true, "payment_notifications": true, "paypal": true, "receipts": true, "e_invoice": true, "genius": true, "stock": true, "smtp": true, "mail_tracking": true, "subaccounts": true, "tessera_sanitaria": true, "recurring": true, "
|
|
24
|
+
@get_company_info_response_obj = { "data": { "id": 12345, "name": "Studio Commercialista", "email": "mario.rossi@example.com", "type": "accountant", "fic": true, "fic_plan_name": "premium_plus", "fic_signup_date": "2013-11-01", "fic_license_expire": "2030-12-31", "use_fic": true, "fic_need_setup": false, "fic_license_type": "coupon_b", "dic": true, "dic_plan_name": "trial", "dic_signup_date": "2018-03-26", "dic_license_expire": "2022-12-31", "use_dic": true, "dic_license_type": nil, "registration_service": "fic", "can_use_coupon": false, "access_info": { "role": "master", "through_accountant": false, "permissions": { "fic_situation": "read", "fic_clients": "write", "fic_suppliers": "write", "fic_products": "write", "fic_issued_documents": "detailed", "fic_issued_documents_detailed": { "quotes": "write", "proformas": "write", "invoices": "write", "receipts": "write", "delivery_notes": "write", "credit_notes": "write", "orders": "write", "work_reports": "write", "supplier_orders": "write", "self_invoices": "write" }, "fic_received_documents": "write", "fic_receipts": "write", "fic_calendar": "write", "fic_archive": "write", "fic_taxes": "write", "fic_stock": "write", "fic_cashbook": "write", "fic_settings": "write", "fic_emails": "read", "dic_employees": "none", "dic_timesheet": "none", "dic_settings": "none", "fic_invoice_trading": "none", "fic_export": "write", "fic_import_clients_suppliers": "write", "fic_import_products": "write", "fic_import_issued_documents": "none", "fic_import_bankstatements": "none", "fic_recurring": "write", "fic_riba": "write" } }, "plan_info": { "limits": { "clients": 5000, "suppliers": 5000, "products": 5000, "documents": 3000 }, "functions": { "document_attachments": true, "archive": true, "payment_notifications": true, "paypal": true, "receipts": true, "e_invoice": true, "genius": true, "stock": true, "smtp": true, "mail_tracking": true, "subaccounts": true, "tessera_sanitaria": true, "recurring": true, "cerved": true, "ts_digital": true, "ts_pay": true, "ts_invoice_trading": true }, "functions_status": { "ts_digital": { "active": true }, "ts_pay": { "active": true } } }, "is_accountant": true, "accountant_id": 12345, "fic_payment_subject": "client", "dic_payment_subject": "client" } }
|
|
25
25
|
allow(@api_instance).to receive(:get_company_info) { @get_company_info_response_obj }
|
|
26
26
|
end
|
|
27
27
|
|
data/spec/api/info_api_spec.rb
CHANGED
|
@@ -61,7 +61,7 @@ describe 'InfoApi' do
|
|
|
61
61
|
allow(@api_instance).to receive(:list_revenue_centers) { @list_revenue_centers_response_obj }
|
|
62
62
|
|
|
63
63
|
@list_templates_response_obj = { "data": [{ "id": 10, "name": "New Standard S1" }, { "id": 106, "name": "Minimalist" }] }
|
|
64
|
-
allow(@api_instance).to receive(:
|
|
64
|
+
allow(@api_instance).to receive(:list_default_templates) { @list_templates_response_obj }
|
|
65
65
|
|
|
66
66
|
@list_units_of_measure_response_obj = { "data": ["pezzi", "kg", "litri", "ore", "giorni", "km", "mesi"] }
|
|
67
67
|
allow(@api_instance).to receive(:list_units_of_measure) { @list_units_of_measure_response_obj }
|
|
@@ -304,16 +304,16 @@ describe 'InfoApi' do
|
|
|
304
304
|
end
|
|
305
305
|
end
|
|
306
306
|
|
|
307
|
-
# unit tests for
|
|
308
|
-
# List Templates
|
|
309
|
-
# Lists the available templates.
|
|
307
|
+
# unit tests for list_default_templates
|
|
308
|
+
# List Default Templates
|
|
309
|
+
# Lists the available default templates.
|
|
310
310
|
# @param [Hash] opts the optional parameters
|
|
311
311
|
# @option opts [String] :type Type of the templates.
|
|
312
312
|
# @option opts [Boolean] :by_type [Only if type=all] If true, splits the list in objects, grouping templates by type.
|
|
313
313
|
# @return [ListTemplatesResponse]
|
|
314
|
-
describe '
|
|
314
|
+
describe 'list_default_templates test' do
|
|
315
315
|
it 'should work' do
|
|
316
|
-
response = @api_instance.
|
|
316
|
+
response = @api_instance.list_default_templates(2)
|
|
317
317
|
response_obj = JSON.parse(response.to_json, object_class: OpenStruct)
|
|
318
318
|
expected_json = @list_templates_response_obj.to_json
|
|
319
319
|
actual_json = response.to_json
|
|
@@ -48,12 +48,12 @@ describe 'PriceListsApi' do
|
|
|
48
48
|
# @return [GetPriceListItemsResponse]
|
|
49
49
|
describe 'get_price_list_items test' do
|
|
50
50
|
it 'should work' do
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
response = @api_instance.get_price_list_items(2, '10')
|
|
52
|
+
response_obj = JSON.parse(response.to_json, object_class: OpenStruct)
|
|
53
|
+
expected_json = @get_price_list_items_response_obj.to_json
|
|
54
|
+
actual_json = response.to_json
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
expect(actual_json).to eq(expected_json)
|
|
57
57
|
end
|
|
58
58
|
end
|
|
59
59
|
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Fatture in Cloud API v2 - API Reference
|
|
3
|
+
|
|
4
|
+
#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 2.1.8
|
|
7
|
+
Contact: info@fattureincloud.it
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.20.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for FattureInCloud_Ruby_Sdk::Attachment
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe FattureInCloud_Ruby_Sdk::Attachment do
|
|
21
|
+
instance = FattureInCloud_Ruby_Sdk::Attachment.new
|
|
22
|
+
instance.filename = "fattura.pdf"
|
|
23
|
+
instance.attachment = File.new(__FILE__)
|
|
24
|
+
|
|
25
|
+
describe 'test an instance of Attachment' do
|
|
26
|
+
it 'should create an instance of Attachment' do
|
|
27
|
+
expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::Attachment)
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
describe 'test attribute "filename"' do
|
|
32
|
+
it 'should work' do
|
|
33
|
+
expect(instance.filename).to be_a_kind_of(String)
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
describe 'test attribute "attachment"' do
|
|
38
|
+
it 'should work' do
|
|
39
|
+
expect(instance.attachment).to be_a_kind_of(File)
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
describe 'test nullable "filename"' do
|
|
44
|
+
it 'should allow nil value' do
|
|
45
|
+
instance2 = FattureInCloud_Ruby_Sdk::Attachment.new(filename: nil)
|
|
46
|
+
expect(instance2.filename).to be_nil
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
describe 'test equality' do
|
|
51
|
+
it 'should be equal to another instance with same attributes' do
|
|
52
|
+
other = FattureInCloud_Ruby_Sdk::Attachment.new
|
|
53
|
+
other.filename = "fattura.pdf"
|
|
54
|
+
other.attachment = instance.attachment
|
|
55
|
+
expect(instance).to eq(other)
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
it 'should not be equal to another instance with different attributes' do
|
|
59
|
+
other = FattureInCloud_Ruby_Sdk::Attachment.new
|
|
60
|
+
other.filename = "altro.pdf"
|
|
61
|
+
expect(instance).not_to eq(other)
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
describe 'test hash' do
|
|
66
|
+
it 'should return a hash code' do
|
|
67
|
+
expect(instance.hash).to be_a_kind_of(Integer)
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
describe 'test build_from_hash' do
|
|
72
|
+
it 'should build an instance from a hash' do
|
|
73
|
+
built = FattureInCloud_Ruby_Sdk::Attachment.build_from_hash({ filename: "test.pdf" })
|
|
74
|
+
expect(built).to be_instance_of(FattureInCloud_Ruby_Sdk::Attachment)
|
|
75
|
+
expect(built.filename).to eq("test.pdf")
|
|
76
|
+
end
|
|
77
|
+
|
|
78
|
+
it 'should return nil for non-hash input' do
|
|
79
|
+
expect(FattureInCloud_Ruby_Sdk::Attachment.build_from_hash(nil)).to be_nil
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
describe 'test initialize with invalid attributes' do
|
|
84
|
+
it 'should raise error for non-hash input' do
|
|
85
|
+
expect { FattureInCloud_Ruby_Sdk::Attachment.new("invalid") }.to raise_error(ArgumentError)
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
it 'should raise error for unknown attribute' do
|
|
89
|
+
expect { FattureInCloud_Ruby_Sdk::Attachment.new(unknown_attr: "value") }.to raise_error(ArgumentError)
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
end
|
|
@@ -32,7 +32,6 @@ describe FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfoFunctions do
|
|
|
32
32
|
instance.subaccounts = true
|
|
33
33
|
instance.tessera_sanitaria = true
|
|
34
34
|
instance.recurring = true
|
|
35
|
-
instance.sofort = false
|
|
36
35
|
instance.cerved = true
|
|
37
36
|
instance.ts_digital = true
|
|
38
37
|
instance.ts_pay = true
|
|
@@ -108,12 +107,6 @@ describe FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfoFunctions do
|
|
|
108
107
|
end
|
|
109
108
|
end
|
|
110
109
|
|
|
111
|
-
describe 'test attribute "sofort"' do
|
|
112
|
-
it 'should work' do
|
|
113
|
-
expect(instance.sofort).to be(true).or be(false)
|
|
114
|
-
end
|
|
115
|
-
end
|
|
116
|
-
|
|
117
110
|
describe 'test attribute "stock"' do
|
|
118
111
|
it 'should work' do
|
|
119
112
|
expect(instance.stock).to be(true).or be(false)
|
|
@@ -80,43 +80,43 @@ describe FattureInCloud_Ruby_Sdk::EntityClientPreCreateInfo do
|
|
|
80
80
|
|
|
81
81
|
describe 'test attribute "countries_list"' do
|
|
82
82
|
it 'should work' do
|
|
83
|
-
|
|
83
|
+
expect(instance.countries_list).to be_a_kind_of(Array)
|
|
84
84
|
end
|
|
85
85
|
end
|
|
86
86
|
|
|
87
87
|
describe 'test attribute "payment_methods_list"' do
|
|
88
88
|
it 'should work' do
|
|
89
|
-
|
|
89
|
+
expect(instance.payment_methods_list).to be_a_kind_of(Array)
|
|
90
90
|
end
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
describe 'test attribute "payment_accounts_list"' do
|
|
94
94
|
it 'should work' do
|
|
95
|
-
|
|
95
|
+
expect(instance.payment_accounts_list).to be_a_kind_of(Array)
|
|
96
96
|
end
|
|
97
97
|
end
|
|
98
98
|
|
|
99
99
|
describe 'test attribute "vat_types_list"' do
|
|
100
100
|
it 'should work' do
|
|
101
|
-
|
|
101
|
+
expect(instance.vat_types_list).to be_a_kind_of(Array)
|
|
102
102
|
end
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
describe 'test attribute "price_lists"' do
|
|
106
106
|
it 'should work' do
|
|
107
|
-
|
|
107
|
+
expect(instance.price_lists).to be_a_kind_of(Array)
|
|
108
108
|
end
|
|
109
109
|
end
|
|
110
110
|
|
|
111
111
|
describe 'test attribute "limit"' do
|
|
112
112
|
it 'should work' do
|
|
113
|
-
|
|
113
|
+
expect(instance.limit).to be_a_kind_of(Numeric)
|
|
114
114
|
end
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
describe 'test attribute "usage"' do
|
|
118
118
|
it 'should work' do
|
|
119
|
-
|
|
119
|
+
expect(instance.limit).to be_a_kind_of(Numeric)
|
|
120
120
|
end
|
|
121
121
|
end
|
|
122
122
|
|
|
@@ -138,7 +138,7 @@ describe FattureInCloud_Ruby_Sdk::GetBinIssuedDocumentResponse do
|
|
|
138
138
|
|
|
139
139
|
describe 'test attribute "data"' do
|
|
140
140
|
it 'should work' do
|
|
141
|
-
|
|
141
|
+
expect(instance.data).to be_a_kind_of(Object)
|
|
142
142
|
end
|
|
143
143
|
end
|
|
144
144
|
|