plaid 14.7.0 → 14.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +1 -1
- data/Makefile +1 -1
- data/README.md +9 -4
- data/doc/rdoc/.DS_Store +0 -0
- data/doc/rdoc/apple-touch-icon.png +0 -0
- data/doc/rdoc/classes/Object.html +118 -0
- data/doc/rdoc/classes/Plaid/APIError.html +97 -0
- data/doc/rdoc/classes/Plaid/AccessToken/InvalidateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/AccessToken.html +211 -0
- data/doc/rdoc/classes/Plaid/Accounts.html +257 -0
- data/doc/rdoc/classes/Plaid/AccountsResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Apex/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/Apex.html +149 -0
- data/doc/rdoc/classes/Plaid/AssetReport.html +683 -0
- data/doc/rdoc/classes/Plaid/AssetReportCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/AssetReportFilterResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AssetReportGetResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/AssetReportRefreshResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AssetReportRemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/AuditCopyCreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/AuditCopyGetResponse.html +96 -0
- data/doc/rdoc/classes/Plaid/AuditCopyRemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Auth.html +206 -0
- data/doc/rdoc/classes/Plaid/AuthResponse.html +127 -0
- data/doc/rdoc/classes/Plaid/Balance.html +206 -0
- data/doc/rdoc/classes/Plaid/BaseProduct.html +304 -0
- data/doc/rdoc/classes/Plaid/Categories.html +191 -0
- data/doc/rdoc/classes/Plaid/CategoriesResponse.html +111 -0
- data/doc/rdoc/classes/Plaid/Client.html +802 -0
- data/doc/rdoc/classes/Plaid/CreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/CreditDetails.html +203 -0
- data/doc/rdoc/classes/Plaid/CreditDetailsResponse.html +128 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/CreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/CreateTokenResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch/GetResponse.html +150 -0
- data/doc/rdoc/classes/Plaid/DepositSwitch.html +339 -0
- data/doc/rdoc/classes/Plaid/Dwolla/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/Dwolla.html +150 -0
- data/doc/rdoc/classes/Plaid/Error.html +214 -0
- data/doc/rdoc/classes/Plaid/GetResponse.html +134 -0
- data/doc/rdoc/classes/Plaid/Holdings/GetResponse.html +137 -0
- data/doc/rdoc/classes/Plaid/Holdings.html +218 -0
- data/doc/rdoc/classes/Plaid/Identity.html +199 -0
- data/doc/rdoc/classes/Plaid/IdentityResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Income.html +198 -0
- data/doc/rdoc/classes/Plaid/IncomeResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/InstitutionError.html +96 -0
- data/doc/rdoc/classes/Plaid/Institutions.html +356 -0
- data/doc/rdoc/classes/Plaid/InvalidInputError.html +97 -0
- data/doc/rdoc/classes/Plaid/InvalidRequestError.html +96 -0
- data/doc/rdoc/classes/Plaid/InvestmentTransactions/GetResponse.html +145 -0
- data/doc/rdoc/classes/Plaid/InvestmentTransactions.html +240 -0
- data/doc/rdoc/classes/Plaid/Investments.html +204 -0
- data/doc/rdoc/classes/Plaid/Item/GetResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Item/ImportResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Item/RemoveResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Item.html +382 -0
- data/doc/rdoc/classes/Plaid/ItemError.html +98 -0
- data/doc/rdoc/classes/Plaid/Liabilities.html +202 -0
- data/doc/rdoc/classes/Plaid/LiabilitiesResponse.html +128 -0
- data/doc/rdoc/classes/Plaid/LinkToken.html +215 -0
- data/doc/rdoc/classes/Plaid/Middleware.html +225 -0
- data/doc/rdoc/classes/Plaid/Models/Account.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/AccountWithOwners.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReport.html +153 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportAccount.html +198 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportBalance.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportHistoricalBalance.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportItem.html +145 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportOwner.html +139 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportTransaction.html +187 -0
- data/doc/rdoc/classes/Plaid/Models/AssetReportUser.html +159 -0
- data/doc/rdoc/classes/Plaid/Models/Balances.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/BaseError.html +140 -0
- data/doc/rdoc/classes/Plaid/Models/BaseModel.html +259 -0
- data/doc/rdoc/classes/Plaid/Models/BaseResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/Category.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/Cause.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/CreditCardLiability.html +175 -0
- data/doc/rdoc/classes/Plaid/Models/CreditCardLiabilityAPRs.html +137 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetails.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPR.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/CreditDetailsAPRs.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Error.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/Holding.html +181 -0
- data/doc/rdoc/classes/Plaid/Models/Identity.html +135 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityAddress.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityAddressData.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityEmail.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/IdentityPhoneNumber.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Income.html +173 -0
- data/doc/rdoc/classes/Plaid/Models/IncomeStream.html +136 -0
- data/doc/rdoc/classes/Plaid/Models/Institution.html +230 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionCredential.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionPaymentInitiationMetadata.html +136 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatus.html +111 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatusBreakdown.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/InstitutionStatusItemLogins.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/InvestmentTransaction.html +224 -0
- data/doc/rdoc/classes/Plaid/Models/Item.html +169 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatus.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusInvestments.html +119 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusLastWebhook.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/ItemStatusTransactions.html +119 -0
- data/doc/rdoc/classes/Plaid/Models/Liabilities.html +130 -0
- data/doc/rdoc/classes/Plaid/Models/LinkTokenMetadata.html +158 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/Device.html +110 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/DeviceListElement.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/MFA/Selection.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/MFA.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/NumberACH.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/NumberBACS.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/NumberEFT.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/NumberInternational.html +127 -0
- data/doc/rdoc/classes/Plaid/Models/Numbers.html +135 -0
- data/doc/rdoc/classes/Plaid/Models/PSLFStatus.html +128 -0
- data/doc/rdoc/classes/Plaid/Models/Payment.html +191 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentAmount.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipient.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipientAddress.html +134 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentRecipientBACS.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/PaymentSchedule.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/Security.html +228 -0
- data/doc/rdoc/classes/Plaid/Models/StandingOrderMetadata.html +129 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanLiability.html +305 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanRepaymentPlan.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanServicerAddress.html +142 -0
- data/doc/rdoc/classes/Plaid/Models/StudentLoanStatus.html +118 -0
- data/doc/rdoc/classes/Plaid/Models/Transaction.html +265 -0
- data/doc/rdoc/classes/Plaid/Models/TransactionLocation.html +166 -0
- data/doc/rdoc/classes/Plaid/Models/TransactionPaymentMeta.html +167 -0
- data/doc/rdoc/classes/Plaid/Models/Warning.html +126 -0
- data/doc/rdoc/classes/Plaid/Models/WebhookVerificationKey.html +174 -0
- data/doc/rdoc/classes/Plaid/Models.html +506 -0
- data/doc/rdoc/classes/Plaid/MultipleInstitutionsResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/Ocrolus/ProcessorToken.html +205 -0
- data/doc/rdoc/classes/Plaid/Ocrolus.html +151 -0
- data/doc/rdoc/classes/Plaid/PaymentCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PaymentGetResponse.html +191 -0
- data/doc/rdoc/classes/Plaid/PaymentInitiation.html +570 -0
- data/doc/rdoc/classes/Plaid/PaymentListResponse.html +119 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientCreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientGetResponse.html +142 -0
- data/doc/rdoc/classes/Plaid/PaymentRecipientListResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PaymentTokenCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PlaidAPIError.html +260 -0
- data/doc/rdoc/classes/Plaid/PlaidError.html +96 -0
- data/doc/rdoc/classes/Plaid/PlaidServerError.html +96 -0
- data/doc/rdoc/classes/Plaid/Processor.html +143 -0
- data/doc/rdoc/classes/Plaid/ProcessorToken.html +219 -0
- data/doc/rdoc/classes/Plaid/ProcessorTokenResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/PublicToken/CreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PublicToken/ExchangeResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/PublicToken.html +283 -0
- data/doc/rdoc/classes/Plaid/RateLimitExceededError.html +97 -0
- data/doc/rdoc/classes/Plaid/Sandbox.html +119 -0
- data/doc/rdoc/classes/Plaid/SandboxItem/FireWebhookResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/SandboxItem/ResetLoginResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/SandboxItem.html +351 -0
- data/doc/rdoc/classes/Plaid/SandboxPublicToken/SandboxCreateResponse.html +118 -0
- data/doc/rdoc/classes/Plaid/SandboxPublicToken.html +249 -0
- data/doc/rdoc/classes/Plaid/SingleInstitutionResponse.html +111 -0
- data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken/CreateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Stripe/BankAccountToken.html +215 -0
- data/doc/rdoc/classes/Plaid/Stripe.html +151 -0
- data/doc/rdoc/classes/Plaid/SubproductMixin.html +179 -0
- data/doc/rdoc/classes/Plaid/Transactions/GetResponse.html +144 -0
- data/doc/rdoc/classes/Plaid/Transactions.html +302 -0
- data/doc/rdoc/classes/Plaid/Webhook/UpdateResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Webhook.html +214 -0
- data/doc/rdoc/classes/Plaid/Webhooks/WebhookVerificationKeyGetResponse.html +110 -0
- data/doc/rdoc/classes/Plaid/Webhooks.html +207 -0
- data/doc/rdoc/classes/Plaid.html +772 -0
- data/doc/rdoc/created.rid +28 -0
- data/doc/rdoc/css/github.css +123 -0
- data/doc/rdoc/css/main.css +333 -0
- data/doc/rdoc/css/panel.css +383 -0
- data/doc/rdoc/css/reset.css +48 -0
- data/doc/rdoc/favicon.ico +0 -0
- data/doc/rdoc/files/LICENSE_txt.html +98 -0
- data/doc/rdoc/files/README_md.html +388 -0
- data/doc/rdoc/files/lib/plaid/client_rb.html +121 -0
- data/doc/rdoc/files/lib/plaid/errors_rb.html +132 -0
- data/doc/rdoc/files/lib/plaid/middleware_rb.html +99 -0
- data/doc/rdoc/files/lib/plaid/models_rb.html +450 -0
- data/doc/rdoc/files/lib/plaid/products/accounts_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/asset_report_rb.html +132 -0
- data/doc/rdoc/files/lib/plaid/products/auth_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/base_product_rb.html +92 -0
- data/doc/rdoc/files/lib/plaid/products/categories_rb.html +92 -0
- data/doc/rdoc/files/lib/plaid/products/credit_details_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/deposit_switch_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/identity_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/income_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/institutions_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/investments_rb.html +120 -0
- data/doc/rdoc/files/lib/plaid/products/item_rb.html +142 -0
- data/doc/rdoc/files/lib/plaid/products/liabilities_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/products/link_token_rb.html +102 -0
- data/doc/rdoc/files/lib/plaid/products/payment_initiation_rb.html +127 -0
- data/doc/rdoc/files/lib/plaid/products/processor_rb.html +142 -0
- data/doc/rdoc/files/lib/plaid/products/sandbox_rb.html +117 -0
- data/doc/rdoc/files/lib/plaid/products/transactions_rb.html +105 -0
- data/doc/rdoc/files/lib/plaid/products/webhooks_rb.html +97 -0
- data/doc/rdoc/files/lib/plaid/version_rb.html +82 -0
- data/doc/rdoc/files/lib/plaid_rb.html +120 -0
- data/doc/rdoc/i/arrows.png +0 -0
- data/doc/rdoc/i/results_bg.png +0 -0
- data/doc/rdoc/i/tree_bg.png +0 -0
- data/doc/rdoc/index.html +13 -0
- data/doc/rdoc/js/highlight.pack.js +1 -0
- data/doc/rdoc/js/jquery-1.3.2.min.js +19 -0
- data/doc/rdoc/js/main.js +29 -0
- data/doc/rdoc/js/navigation.js +142 -0
- data/doc/rdoc/js/navigation.js.gz +0 -0
- data/doc/rdoc/js/search_index.js +1 -0
- data/doc/rdoc/js/search_index.js.gz +0 -0
- data/doc/rdoc/js/searchdoc.js +468 -0
- data/doc/rdoc/js/searcher.js +229 -0
- data/doc/rdoc/js/searcher.js.gz +0 -0
- data/doc/rdoc/panel/index.html +74 -0
- data/doc/rdoc/panel/links.html +60 -0
- data/doc/rdoc/panel/tree.js +1 -0
- data/lib/plaid/.DS_Store +0 -0
- data/lib/plaid/api/plaid_api.rb +552 -32
- data/lib/plaid/api_client.rb +2 -2
- data/lib/plaid/api_error.rb +1 -1
- data/lib/plaid/configuration.rb +1 -1
- data/lib/plaid/models/account_access.rb +2 -2
- data/lib/plaid/models/account_assets.rb +2 -2
- data/lib/plaid/models/account_assets_all_of.rb +2 -2
- data/lib/plaid/models/account_balance.rb +3 -3
- data/lib/plaid/models/account_base.rb +1 -1
- data/lib/plaid/models/account_filter.rb +1 -1
- data/lib/plaid/models/account_filters_response.rb +1 -1
- data/lib/plaid/models/account_identity.rb +2 -2
- data/lib/plaid/models/account_identity_all_of.rb +2 -2
- data/lib/plaid/models/account_product_access.rb +1 -1
- data/lib/plaid/models/account_product_access_nullable.rb +1 -1
- data/lib/plaid/models/account_selection_cardinality.rb +1 -1
- data/lib/plaid/models/account_subtype.rb +1 -1
- data/lib/plaid/models/account_type.rb +1 -1
- data/lib/plaid/models/accounts_balance_get_request.rb +1 -1
- data/lib/plaid/models/accounts_balance_get_request_options.rb +1 -1
- data/lib/plaid/models/accounts_get_request.rb +1 -1
- data/lib/plaid/models/accounts_get_request_options.rb +1 -1
- data/lib/plaid/models/accounts_get_response.rb +1 -1
- data/lib/plaid/models/ach_class.rb +1 -1
- data/lib/plaid/models/address.rb +1 -1
- data/lib/plaid/models/address_data.rb +3 -3
- data/lib/plaid/models/address_data_nullable.rb +3 -3
- data/lib/plaid/models/address_nullable.rb +1 -1
- data/lib/plaid/models/application.rb +1 -1
- data/lib/plaid/models/application_get_request.rb +1 -1
- data/lib/plaid/models/application_get_response.rb +1 -1
- data/lib/plaid/models/apr.rb +1 -1
- data/lib/plaid/models/asset_report.rb +2 -6
- data/lib/plaid/models/asset_report_audit_copy_create_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_create_response.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_get_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_remove_request.rb +1 -1
- data/lib/plaid/models/asset_report_audit_copy_remove_response.rb +1 -1
- data/lib/plaid/models/asset_report_create_request.rb +1 -1
- data/lib/plaid/models/asset_report_create_request_options.rb +1 -1
- data/lib/plaid/models/asset_report_create_response.rb +1 -1
- data/lib/plaid/models/asset_report_filter_request.rb +1 -1
- data/lib/plaid/models/asset_report_filter_response.rb +1 -1
- data/lib/plaid/models/asset_report_get_request.rb +1 -1
- data/lib/plaid/models/asset_report_get_response.rb +1 -1
- data/lib/plaid/models/asset_report_item.rb +1 -1
- data/lib/plaid/models/asset_report_pdf_get_request.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_request.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_request_options.rb +1 -1
- data/lib/plaid/models/asset_report_refresh_response.rb +1 -1
- data/lib/plaid/models/asset_report_remove_request.rb +1 -1
- data/lib/plaid/models/asset_report_remove_response.rb +1 -1
- data/lib/plaid/models/asset_report_transaction.rb +24 -2
- data/lib/plaid/models/asset_report_transaction_all_of.rb +1 -1
- data/lib/plaid/models/asset_report_user.rb +1 -1
- data/lib/plaid/models/assets_error_webhook.rb +7 -3
- data/lib/plaid/models/assets_product_ready_webhook.rb +1 -1
- data/lib/plaid/models/auth_get_numbers.rb +1 -1
- data/lib/plaid/models/auth_get_request.rb +1 -1
- data/lib/plaid/models/auth_get_request_options.rb +1 -1
- data/lib/plaid/models/auth_get_response.rb +1 -1
- data/lib/plaid/models/auth_metadata.rb +1 -1
- data/lib/plaid/models/auth_supported_methods.rb +1 -1
- data/lib/plaid/models/automatically_verified_webhook.rb +1 -1
- data/lib/plaid/models/bank_initiated_return_risk.rb +1 -1
- data/lib/plaid/models/bank_transfer.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance_get_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_balance_get_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_cancel_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_cancel_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_create_request.rb +2 -2
- data/lib/plaid/models/bank_transfer_create_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_direction.rb +1 -1
- data/lib/plaid/models/bank_transfer_event.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_list_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_list_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_sync_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_sync_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_event_type.rb +1 -1
- data/lib/plaid/models/bank_transfer_failure.rb +1 -1
- data/lib/plaid/models/bank_transfer_get_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_get_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_list_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_list_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_migrate_account_request.rb +1 -1
- data/lib/plaid/models/bank_transfer_migrate_account_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_network.rb +1 -1
- data/lib/plaid/models/bank_transfer_receiver_details.rb +1 -1
- data/lib/plaid/models/bank_transfer_status.rb +1 -1
- data/lib/plaid/models/bank_transfer_sweep.rb +6 -52
- data/lib/plaid/models/bank_transfer_sweep_get_request.rb +6 -38
- data/lib/plaid/models/bank_transfer_sweep_get_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_sweep_list_request.rb +2 -30
- data/lib/plaid/models/bank_transfer_sweep_list_response.rb +1 -1
- data/lib/plaid/models/bank_transfer_type.rb +1 -1
- data/lib/plaid/models/bank_transfer_user.rb +1 -1
- data/lib/plaid/models/bank_transfers_events_update_webhook.rb +1 -1
- data/lib/plaid/models/categories_get_response.rb +1 -1
- data/lib/plaid/models/category.rb +1 -1
- data/lib/plaid/models/cause.rb +7 -3
- data/lib/plaid/models/connected_application.rb +1 -1
- data/lib/plaid/models/country_code.rb +1 -1
- data/lib/plaid/models/credit_card_liability.rb +2 -6
- data/lib/plaid/models/credit_filter.rb +1 -1
- data/lib/plaid/models/customer_initiated_return_risk.rb +1 -1
- data/lib/plaid/models/deductions.rb +1 -1
- data/lib/plaid/models/deductions_breakdown.rb +1 -1
- data/lib/plaid/models/deductions_total.rb +1 -1
- data/lib/plaid/models/default_update_webhook.rb +2 -3
- data/lib/plaid/models/deposit_switch_address_data.rb +1 -1
- data/lib/plaid/models/deposit_switch_alt_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_alt_create_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_create_request_options.rb +1 -1
- data/lib/plaid/models/deposit_switch_create_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_get_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_get_response.rb +1 -1
- data/lib/plaid/models/deposit_switch_state_update_webhook.rb +1 -1
- data/lib/plaid/models/deposit_switch_target_account.rb +1 -1
- data/lib/plaid/models/deposit_switch_target_user.rb +1 -1
- data/lib/plaid/models/deposit_switch_token_create_request.rb +1 -1
- data/lib/plaid/models/deposit_switch_token_create_response.rb +1 -1
- data/lib/plaid/models/depository_filter.rb +1 -1
- data/lib/plaid/models/distribution_breakdown.rb +1 -1
- data/lib/plaid/models/doc_type.rb +45 -0
- data/lib/plaid/models/document_metadata.rb +2 -37
- data/lib/plaid/models/earnings.rb +1 -1
- data/lib/plaid/models/earnings_breakdown.rb +2 -37
- data/lib/plaid/models/earnings_breakdown_canonical_description.rb +45 -0
- data/lib/plaid/models/earnings_total.rb +2 -47
- data/lib/plaid/models/email.rb +1 -1
- data/lib/plaid/models/employee.rb +1 -1
- data/lib/plaid/models/employee_income_summary_field_string.rb +1 -1
- data/lib/plaid/models/employer.rb +1 -1
- data/lib/plaid/models/employer_income_summary_field_string.rb +1 -1
- data/lib/plaid/models/employer_verification.rb +1 -1
- data/lib/plaid/models/employers_search_request.rb +1 -1
- data/lib/plaid/models/employers_search_response.rb +1 -1
- data/lib/plaid/models/employment_details.rb +1 -1
- data/lib/plaid/models/employment_verification.rb +2 -37
- data/lib/plaid/models/employment_verification_get_request.rb +1 -1
- data/lib/plaid/models/employment_verification_get_response.rb +2 -3
- data/lib/plaid/models/employment_verification_status.rb +40 -0
- data/lib/plaid/models/error.rb +2 -2
- data/lib/plaid/models/external_payment_options.rb +39 -18
- data/lib/plaid/models/external_payment_refund_details.rb +1 -1
- data/lib/plaid/models/external_payment_schedule_base.rb +1 -1
- data/lib/plaid/models/external_payment_schedule_get.rb +1 -1
- data/lib/plaid/models/external_payment_schedule_request.rb +1 -1
- data/lib/plaid/models/health_incident.rb +1 -1
- data/lib/plaid/models/historical_balance.rb +1 -1
- data/lib/plaid/models/historical_update_webhook.rb +2 -3
- data/lib/plaid/models/holding.rb +1 -1
- data/lib/plaid/models/holdings_default_update_webhook.rb +2 -3
- data/lib/plaid/models/holdings_override.rb +1 -1
- data/lib/plaid/models/identity_get_request.rb +1 -1
- data/lib/plaid/models/identity_get_request_options.rb +1 -1
- data/lib/plaid/models/identity_get_response.rb +1 -1
- data/lib/plaid/models/incident_update.rb +1 -1
- data/lib/plaid/models/income_breakdown.rb +2 -37
- data/lib/plaid/models/income_breakdown_type.rb +41 -0
- data/lib/plaid/models/income_override.rb +1 -1
- data/lib/plaid/models/income_summary.rb +1 -1
- data/lib/plaid/models/income_summary_field_number.rb +1 -1
- data/lib/plaid/models/income_summary_field_string.rb +1 -1
- data/lib/plaid/models/income_verification_create_request.rb +1 -1
- data/lib/plaid/models/income_verification_create_request_options.rb +2 -2
- data/lib/plaid/models/income_verification_create_response.rb +1 -1
- data/lib/plaid/models/income_verification_documents_download_request.rb +1 -1
- data/lib/plaid/models/income_verification_paystub_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_paystub_get_response.rb +2 -3
- data/lib/plaid/models/income_verification_paystubs_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_paystubs_get_response.rb +2 -3
- data/lib/plaid/models/income_verification_precheck_confidence.rb +40 -0
- data/lib/plaid/models/income_verification_precheck_employer.rb +1 -1
- data/lib/plaid/models/income_verification_precheck_employer_address.rb +4 -17
- data/lib/plaid/models/income_verification_precheck_employer_address_data.rb +260 -0
- data/lib/plaid/models/income_verification_precheck_military_info.rb +3 -3
- data/lib/plaid/models/income_verification_precheck_request.rb +1 -1
- data/lib/plaid/models/income_verification_precheck_response.rb +2 -37
- data/lib/plaid/models/income_verification_precheck_user.rb +1 -1
- data/lib/plaid/models/income_verification_refresh_request.rb +1 -1
- data/lib/plaid/models/income_verification_refresh_response.rb +1 -1
- data/lib/plaid/models/income_verification_status_webhook.rb +2 -2
- data/lib/plaid/models/income_verification_summary_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_summary_get_response.rb +2 -3
- data/lib/plaid/models/income_verification_taxforms_get_request.rb +1 -1
- data/lib/plaid/models/income_verification_taxforms_get_response.rb +2 -3
- data/lib/plaid/models/income_verification_webhook_status.rb +1 -1
- data/lib/plaid/models/inflow_model.rb +2 -2
- data/lib/plaid/models/initial_update_webhook.rb +1 -1
- data/lib/plaid/models/institution.rb +6 -2
- data/lib/plaid/models/institution_status.rb +2 -16
- data/lib/plaid/models/institutions_get_by_id_request.rb +2 -2
- data/lib/plaid/models/institutions_get_by_id_request_options.rb +1 -1
- data/lib/plaid/models/institutions_get_by_id_response.rb +1 -1
- data/lib/plaid/models/institutions_get_request.rb +2 -2
- data/lib/plaid/models/institutions_get_request_options.rb +2 -2
- data/lib/plaid/models/institutions_get_response.rb +1 -1
- data/lib/plaid/models/institutions_search_account_filter.rb +1 -1
- data/lib/plaid/models/institutions_search_payment_initiation_options.rb +1 -1
- data/lib/plaid/models/institutions_search_request.rb +2 -2
- data/lib/plaid/models/institutions_search_request_options.rb +1 -1
- data/lib/plaid/models/institutions_search_response.rb +1 -1
- data/lib/plaid/models/investment_filter.rb +2 -2
- data/lib/plaid/models/investment_holdings_get_request_options.rb +1 -1
- data/lib/plaid/models/investment_transaction.rb +2 -2
- data/lib/plaid/models/investments_default_update_webhook.rb +2 -3
- data/lib/plaid/models/investments_holdings_get_request.rb +1 -1
- data/lib/plaid/models/investments_holdings_get_response.rb +1 -1
- data/lib/plaid/models/investments_transactions_get_request.rb +1 -1
- data/lib/plaid/models/investments_transactions_get_request_options.rb +1 -1
- data/lib/plaid/models/investments_transactions_get_response.rb +1 -1
- data/lib/plaid/models/investments_transactions_override.rb +1 -1
- data/lib/plaid/models/item.rb +14 -2
- data/lib/plaid/models/item_access_token_invalidate_request.rb +1 -1
- data/lib/plaid/models/item_access_token_invalidate_response.rb +1 -1
- data/lib/plaid/models/item_application_list_request.rb +1 -1
- data/lib/plaid/models/item_application_list_response.rb +1 -1
- data/lib/plaid/models/item_application_list_user_auth.rb +1 -1
- data/lib/plaid/models/item_application_scopes_update_request.rb +1 -1
- data/lib/plaid/models/item_application_scopes_update_response.rb +1 -1
- data/lib/plaid/models/item_error_webhook.rb +7 -3
- data/lib/plaid/models/item_get_request.rb +1 -1
- data/lib/plaid/models/item_get_response.rb +1 -1
- data/lib/plaid/models/item_import_request.rb +1 -1
- data/lib/plaid/models/item_import_request_options.rb +1 -1
- data/lib/plaid/models/item_import_request_user_auth.rb +1 -1
- data/lib/plaid/models/item_import_response.rb +1 -1
- data/lib/plaid/models/item_product_ready_webhook.rb +2 -3
- data/lib/plaid/models/item_public_token_create_request.rb +1 -1
- data/lib/plaid/models/item_public_token_create_response.rb +1 -1
- data/lib/plaid/models/item_public_token_exchange_request.rb +1 -1
- data/lib/plaid/models/item_public_token_exchange_response.rb +1 -1
- data/lib/plaid/models/item_remove_request.rb +1 -1
- data/lib/plaid/models/item_remove_response.rb +1 -1
- data/lib/plaid/models/item_status.rb +1 -1
- data/lib/plaid/models/item_status_investments.rb +1 -1
- data/lib/plaid/models/item_status_last_webhook.rb +1 -1
- data/lib/plaid/models/item_status_nullable.rb +1 -1
- data/lib/plaid/models/item_status_transactions.rb +1 -1
- data/lib/plaid/models/item_webhook_update_request.rb +2 -6
- data/lib/plaid/models/item_webhook_update_response.rb +1 -1
- data/lib/plaid/models/jwk_public_key.rb +1 -1
- data/lib/plaid/models/jwt_header.rb +1 -1
- data/lib/plaid/models/liabilities_default_update_webhook.rb +7 -3
- data/lib/plaid/models/liabilities_get_request.rb +1 -1
- data/lib/plaid/models/liabilities_get_request_options.rb +1 -1
- data/lib/plaid/models/liabilities_get_response.rb +1 -1
- data/lib/plaid/models/liabilities_object.rb +1 -1
- data/lib/plaid/models/liability_override.rb +1 -1
- data/lib/plaid/models/link_token_account_filters.rb +1 -1
- data/lib/plaid/models/link_token_create_request.rb +13 -4
- data/lib/plaid/models/link_token_create_request_account_subtypes.rb +2 -2
- data/lib/plaid/models/link_token_create_request_auth.rb +1 -1
- data/lib/plaid/models/link_token_create_request_deposit_switch.rb +1 -1
- data/lib/plaid/models/link_token_create_request_income_verification.rb +1 -1
- data/lib/plaid/models/link_token_create_request_payment_initiation.rb +1 -1
- data/lib/plaid/models/link_token_create_request_transfer.rb +220 -0
- data/lib/plaid/models/link_token_create_request_update.rb +1 -1
- data/lib/plaid/models/link_token_create_request_user.rb +1 -1
- data/lib/plaid/models/link_token_create_response.rb +1 -1
- data/lib/plaid/models/link_token_eu_config.rb +1 -1
- data/lib/plaid/models/link_token_get_metadata_response.rb +1 -1
- data/lib/plaid/models/link_token_get_request.rb +1 -1
- data/lib/plaid/models/link_token_get_response.rb +1 -1
- data/lib/plaid/models/loan_filter.rb +1 -1
- data/lib/plaid/models/location.rb +3 -3
- data/lib/plaid/models/meta.rb +1 -1
- data/lib/plaid/models/mfa.rb +1 -1
- data/lib/plaid/models/mortgage_interest_rate.rb +1 -1
- data/lib/plaid/models/mortgage_liability.rb +1 -1
- data/lib/plaid/models/mortgage_property_address.rb +1 -1
- data/lib/plaid/models/net_pay.rb +1 -1
- data/lib/plaid/models/new_accounts_available_webhook.rb +2 -3
- data/lib/plaid/models/numbers.rb +1 -1
- data/lib/plaid/models/numbers_ach.rb +1 -1
- data/lib/plaid/models/numbers_ach_nullable.rb +1 -1
- data/lib/plaid/models/numbers_bacs.rb +1 -1
- data/lib/plaid/models/numbers_bacs_nullable.rb +1 -1
- data/lib/plaid/models/numbers_eft.rb +1 -1
- data/lib/plaid/models/numbers_eft_nullable.rb +1 -1
- data/lib/plaid/models/numbers_international.rb +1 -1
- data/lib/plaid/models/numbers_international_nullable.rb +1 -1
- data/lib/plaid/models/override_account_type.rb +1 -1
- data/lib/plaid/models/override_accounts.rb +1 -1
- data/lib/plaid/models/owner.rb +1 -1
- data/lib/plaid/models/owner_override.rb +1 -1
- data/lib/plaid/models/pay.rb +1 -1
- data/lib/plaid/models/pay_frequency.rb +2 -37
- data/lib/plaid/models/pay_frequency_value.rb +43 -0
- data/lib/plaid/models/pay_period_details.rb +1 -1
- data/lib/plaid/models/payment_amount.rb +1 -1
- data/lib/plaid/models/payment_initiation_address.rb +1 -1
- data/lib/plaid/models/payment_initiation_metadata.rb +1 -1
- data/lib/plaid/models/payment_initiation_optional_restriction_bacs.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment.rb +30 -62
- data/lib/plaid/models/payment_initiation_payment_create_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_create_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_get_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_get_response.rb +31 -63
- data/lib/plaid/models/payment_initiation_payment_list_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_list_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_reverse_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_reverse_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_status.rb +50 -0
- data/lib/plaid/models/payment_initiation_payment_token_create_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_payment_token_create_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_create_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_create_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_get_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_get_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_get_response_all_of.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_list_request.rb +1 -1
- data/lib/plaid/models/payment_initiation_recipient_list_response.rb +1 -1
- data/lib/plaid/models/payment_initiation_refund.rb +1 -1
- data/lib/plaid/models/payment_initiation_standing_order_metadata.rb +1 -1
- data/lib/plaid/models/payment_meta.rb +1 -1
- data/lib/plaid/models/payment_schedule_interval.rb +1 -1
- data/lib/plaid/models/payment_scheme.rb +41 -0
- data/lib/plaid/models/payment_status_update_webhook.rb +2 -3
- data/lib/plaid/models/paystub.rb +1 -1
- data/lib/plaid/models/paystub_address.rb +1 -1
- data/lib/plaid/models/paystub_deduction.rb +1 -1
- data/lib/plaid/models/paystub_details.rb +2 -37
- data/lib/plaid/models/paystub_employer.rb +1 -1
- data/lib/plaid/models/paystub_override.rb +1 -1
- data/lib/plaid/models/paystub_override_employee.rb +1 -1
- data/lib/plaid/models/paystub_override_employee_address.rb +1 -1
- data/lib/plaid/models/paystub_override_employer.rb +1 -1
- data/lib/plaid/models/paystub_pay_frequency.rb +42 -0
- data/lib/plaid/models/paystub_verification.rb +8 -38
- data/lib/plaid/models/paystub_verification_status.rb +41 -0
- data/lib/plaid/models/paystub_ytd_details.rb +1 -1
- data/lib/plaid/models/pending_expiration_webhook.rb +1 -1
- data/lib/plaid/models/personal_finance_category.rb +1 -1
- data/lib/plaid/models/phone_number.rb +1 -1
- data/lib/plaid/models/plaid_error.rb +359 -0
- data/lib/plaid/models/platform_ids.rb +1 -1
- data/lib/plaid/models/processor_apex_processor_token_create_request.rb +1 -1
- data/lib/plaid/models/processor_auth_get_request.rb +1 -1
- data/lib/plaid/models/processor_auth_get_response.rb +1 -1
- data/lib/plaid/models/processor_balance_get_request.rb +1 -1
- data/lib/plaid/models/processor_balance_get_request_options.rb +1 -1
- data/lib/plaid/models/processor_balance_get_response.rb +1 -1
- data/lib/plaid/models/processor_bank_transfer_create_request.rb +1 -1
- data/lib/plaid/models/processor_bank_transfer_create_response.rb +1 -1
- data/lib/plaid/models/processor_identity_get_request.rb +1 -1
- data/lib/plaid/models/processor_identity_get_response.rb +1 -1
- data/lib/plaid/models/processor_number.rb +1 -1
- data/lib/plaid/models/processor_stripe_bank_account_token_create_request.rb +1 -1
- data/lib/plaid/models/processor_stripe_bank_account_token_create_response.rb +1 -1
- data/lib/plaid/models/processor_token_create_request.rb +1 -1
- data/lib/plaid/models/processor_token_create_response.rb +1 -1
- data/lib/plaid/models/product_access.rb +1 -1
- data/lib/plaid/models/product_status.rb +1 -1
- data/lib/plaid/models/product_status_breakdown.rb +1 -1
- data/lib/plaid/models/products.rb +1 -1
- data/lib/plaid/models/projected_income_summary_field_number.rb +1 -1
- data/lib/plaid/models/pslf_status.rb +1 -1
- data/lib/plaid/models/recaptcha_required_error.rb +1 -1
- data/lib/plaid/models/recipient_bacs.rb +1 -1
- data/lib/plaid/models/recipient_bacs_nullable.rb +1 -1
- data/lib/plaid/models/recurring_transaction_frequency.rb +1 -1
- data/lib/plaid/models/removed_transaction.rb +1 -1
- data/lib/plaid/models/requested_scopes.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_request.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_fire_webhook_response.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_simulate_request.rb +1 -1
- data/lib/plaid/models/sandbox_bank_transfer_simulate_response.rb +1 -1
- data/lib/plaid/models/sandbox_income_fire_webhook_request.rb +4 -4
- data/lib/plaid/models/sandbox_income_fire_webhook_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_fire_webhook_request.rb +1 -1
- data/lib/plaid/models/sandbox_item_fire_webhook_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_reset_login_request.rb +1 -1
- data/lib/plaid/models/sandbox_item_reset_login_response.rb +1 -1
- data/lib/plaid/models/sandbox_item_set_verification_status_request.rb +1 -1
- data/lib/plaid/models/sandbox_item_set_verification_status_response.rb +1 -1
- data/lib/plaid/models/sandbox_oauth_select_accounts_request.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_request.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_request_options.rb +1 -1
- data/lib/plaid/models/sandbox_processor_token_create_response.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request_options.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_request_options_transactions.rb +1 -1
- data/lib/plaid/models/sandbox_public_token_create_response.rb +1 -1
- data/lib/plaid/models/sandbox_transfer_simulate_request.rb +1 -1
- data/lib/plaid/models/sandbox_transfer_simulate_response.rb +1 -1
- data/lib/plaid/models/sandbox_transfer_sweep_simulate_request.rb +230 -0
- data/lib/plaid/models/sandbox_transfer_sweep_simulate_response.rb +234 -0
- data/lib/plaid/models/scopes.rb +1 -1
- data/lib/plaid/models/scopes_context.rb +1 -1
- data/lib/plaid/models/scopes_nullable.rb +1 -1
- data/lib/plaid/models/security.rb +1 -1
- data/lib/plaid/models/security_override.rb +1 -1
- data/lib/plaid/models/sender_bacs_nullable.rb +1 -1
- data/lib/plaid/models/servicer_address_data.rb +1 -1
- data/lib/plaid/models/signal_address_data.rb +1 -1
- data/lib/plaid/models/signal_decision_report_request.rb +1 -1
- data/lib/plaid/models/signal_decision_report_response.rb +1 -1
- data/lib/plaid/models/signal_device.rb +1 -1
- data/lib/plaid/models/signal_evaluate_core_attributes.rb +2 -2
- data/lib/plaid/models/signal_evaluate_request.rb +2 -2
- data/lib/plaid/models/signal_evaluate_response.rb +1 -1
- data/lib/plaid/models/signal_person_name.rb +1 -1
- data/lib/plaid/models/signal_return_report_request.rb +1 -1
- data/lib/plaid/models/signal_return_report_response.rb +1 -1
- data/lib/plaid/models/signal_scores.rb +1 -1
- data/lib/plaid/models/signal_user.rb +1 -1
- data/lib/plaid/models/simulated_transfer_sweep.rb +277 -0
- data/lib/plaid/models/standalone_account_type.rb +2 -2
- data/lib/plaid/models/standalone_currency_code_list.rb +1 -1
- data/lib/plaid/models/standalone_investment_transaction_type.rb +1 -1
- data/lib/plaid/models/student_loan.rb +1 -1
- data/lib/plaid/models/student_loan_repayment_model.rb +1 -1
- data/lib/plaid/models/student_loan_status.rb +1 -1
- data/lib/plaid/models/student_repayment_plan.rb +1 -1
- data/lib/plaid/models/taxform.rb +1 -1
- data/lib/plaid/models/taxpayer_id.rb +1 -1
- data/lib/plaid/models/total.rb +2 -37
- data/lib/plaid/models/total_canonical_description.rb +54 -0
- data/lib/plaid/models/transaction.rb +23 -23
- data/lib/plaid/models/transaction_all_of.rb +2 -24
- data/lib/plaid/models/transaction_base.rb +27 -5
- data/lib/plaid/models/transaction_code.rb +1 -1
- data/lib/plaid/models/transaction_data.rb +1 -1
- data/lib/plaid/models/transaction_override.rb +1 -1
- data/lib/plaid/models/transaction_stream.rb +1 -1
- data/lib/plaid/models/transaction_stream_amount.rb +1 -1
- data/lib/plaid/models/transactions_get_request.rb +1 -1
- data/lib/plaid/models/transactions_get_request_options.rb +1 -1
- data/lib/plaid/models/transactions_get_response.rb +1 -1
- data/lib/plaid/models/transactions_recurring_get_request.rb +1 -1
- data/lib/plaid/models/transactions_recurring_get_response.rb +1 -1
- data/lib/plaid/models/transactions_refresh_request.rb +1 -1
- data/lib/plaid/models/transactions_refresh_response.rb +1 -1
- data/lib/plaid/models/transactions_removed_webhook.rb +2 -3
- data/lib/plaid/models/transactions_sync_request.rb +1 -1
- data/lib/plaid/models/transactions_sync_response.rb +20 -5
- data/lib/plaid/models/transfer.rb +30 -5
- data/lib/plaid/models/transfer_authorization.rb +3 -3
- data/lib/plaid/models/transfer_authorization_create_request.rb +15 -5
- data/lib/plaid/models/transfer_authorization_create_response.rb +1 -1
- data/lib/plaid/models/transfer_authorization_decision_rationale.rb +1 -1
- data/lib/plaid/models/transfer_authorization_device.rb +1 -1
- data/lib/plaid/models/transfer_authorization_proposed_transfer.rb +20 -5
- data/lib/plaid/models/transfer_cancel_request.rb +1 -1
- data/lib/plaid/models/transfer_cancel_response.rb +1 -1
- data/lib/plaid/models/transfer_create_request.rb +17 -7
- data/lib/plaid/models/transfer_create_response.rb +1 -1
- data/lib/plaid/models/transfer_event.rb +26 -6
- data/lib/plaid/models/transfer_event_list_request.rb +12 -2
- data/lib/plaid/models/transfer_event_list_response.rb +1 -1
- data/lib/plaid/models/transfer_event_sync_request.rb +1 -1
- data/lib/plaid/models/transfer_event_sync_response.rb +1 -1
- data/lib/plaid/models/transfer_event_type.rb +3 -1
- data/lib/plaid/models/transfer_failure.rb +1 -1
- data/lib/plaid/models/transfer_get_request.rb +1 -1
- data/lib/plaid/models/transfer_get_response.rb +1 -1
- data/lib/plaid/models/transfer_intent_create.rb +424 -0
- data/lib/plaid/models/transfer_intent_create_mode.rb +39 -0
- data/lib/plaid/models/transfer_intent_create_request.rb +387 -0
- data/lib/plaid/models/transfer_intent_create_response.rb +239 -0
- data/lib/plaid/models/transfer_intent_get.rb +478 -0
- data/lib/plaid/models/transfer_intent_get_failure_reason.rb +240 -0
- data/lib/plaid/models/transfer_intent_get_request.rb +255 -0
- data/lib/plaid/models/transfer_intent_get_response.rb +239 -0
- data/lib/plaid/models/transfer_list_request.rb +1 -1
- data/lib/plaid/models/transfer_list_response.rb +1 -1
- data/lib/plaid/models/transfer_network.rb +1 -1
- data/lib/plaid/models/transfer_status.rb +1 -1
- data/lib/plaid/models/transfer_sweep.rb +270 -0
- data/lib/plaid/models/transfer_sweep_get_request.rb +245 -0
- data/lib/plaid/models/transfer_sweep_get_response.rb +239 -0
- data/lib/plaid/models/transfer_sweep_list_request.rb +320 -0
- data/lib/plaid/models/transfer_sweep_list_response.rb +241 -0
- data/lib/plaid/models/transfer_sweep_status.rb +41 -0
- data/lib/plaid/models/transfer_type.rb +1 -1
- data/lib/plaid/models/transfer_user_address_in_request.rb +1 -1
- data/lib/plaid/models/transfer_user_address_in_response.rb +1 -1
- data/lib/plaid/models/transfer_user_in_request.rb +1 -1
- data/lib/plaid/models/transfer_user_in_response.rb +1 -1
- data/lib/plaid/models/user_custom_password.rb +1 -1
- data/lib/plaid/models/user_permission_revoked_webhook.rb +2 -3
- data/lib/plaid/models/verification_attribute.rb +3 -3
- data/lib/plaid/models/verification_expired_webhook.rb +1 -1
- data/lib/plaid/models/verification_refresh_status.rb +4 -2
- data/lib/plaid/models/verification_status.rb +1 -1
- data/lib/plaid/models/w2.rb +1 -1
- data/lib/plaid/models/w2_box12.rb +1 -1
- data/lib/plaid/models/w2_state_and_local_wages.rb +1 -1
- data/lib/plaid/models/wallet_balance.rb +240 -0
- data/lib/plaid/models/wallet_get_request.rb +266 -0
- data/lib/plaid/models/wallet_get_response.rb +250 -0
- data/lib/plaid/models/wallet_transaction.rb +346 -0
- data/lib/plaid/models/wallet_transaction_amount.rb +306 -0
- data/lib/plaid/models/wallet_transaction_counterparty.rb +260 -0
- data/lib/plaid/models/wallet_transaction_counterparty_bacs.rb +288 -0
- data/lib/plaid/models/wallet_transaction_counterparty_numbers.rb +224 -0
- data/lib/plaid/models/wallet_transaction_execute_request.rb +384 -0
- data/lib/plaid/models/wallet_transaction_execute_response.rb +254 -0
- data/lib/plaid/models/wallet_transaction_status.rb +41 -0
- data/lib/plaid/models/wallet_transactions_list_request.rb +331 -0
- data/lib/plaid/models/wallet_transactions_list_response.rb +252 -0
- data/lib/plaid/models/warning.rb +1 -1
- data/lib/plaid/models/webhook_update_acknowledged_webhook.rb +2 -3
- data/lib/plaid/models/webhook_verification_key_get_request.rb +1 -1
- data/lib/plaid/models/webhook_verification_key_get_response.rb +1 -1
- data/lib/plaid/models/ytd_gross_income_summary_field_number.rb +1 -1
- data/lib/plaid/models/ytd_net_income_summary_field_number.rb +1 -1
- data/lib/plaid/version.rb +2 -2
- data/lib/plaid.rb +45 -2
- data/pkg/plaid-13.2.0.gem +0 -0
- data/pkg/plaid-14.0.0.beta.3.gem +0 -0
- data/pkg/plaid-14.0.0.beta.5.gem +0 -0
- data/pkg/plaid-14.0.0.gem +0 -0
- data/pkg/plaid-14.1.0.gem +0 -0
- data/pkg/plaid-14.3.0.gem +0 -0
- data/pkg/plaid-14.6.0.gem +0 -0
- data/pkg/plaid-14.9.0.gem +0 -0
- data/plaid.gemspec +1 -1
- data/templates/ruby/api_client.mustache +1 -1
- data/test/test_income_verifications.rb +81 -0
- metadata +276 -1691
- data/lib/plaid/models/bank_transfer_sweep_account.rb +0 -238
- data/vendor/bundle/ruby/2.6.0/bin/dotenv +0 -27
- data/vendor/bundle/ruby/2.6.0/bin/htmldiff +0 -29
- data/vendor/bundle/ruby/2.6.0/bin/ldiff +0 -29
- data/vendor/bundle/ruby/2.6.0/bin/rake +0 -27
- data/vendor/bundle/ruby/2.6.0/bin/rspec +0 -27
- data/vendor/bundle/ruby/2.6.0/bin/rubocop +0 -27
- data/vendor/bundle/ruby/2.6.0/bin/ruby-parse +0 -27
- data/vendor/bundle/ruby/2.6.0/bin/ruby-rewrite +0 -27
- data/vendor/bundle/ruby/2.6.0/cache/ast-2.4.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/dotenv-2.7.6.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-em_http-1.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-em_synchrony-1.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-excon-1.1.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-httpclient-1.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-net_http-1.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-net_http_persistent-1.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-patron-1.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/faraday-rack-1.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/minitest-5.14.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/minitest-around-0.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/multipart-post-2.1.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/parallel-1.20.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/parser-2.7.2.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rainbow-3.0.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rake-13.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/regexp_parser-1.8.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rexml-3.2.4.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rubocop-0.91.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/rubocop-ast-0.4.2.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ruby-progressbar-1.10.1.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/ruby2_keywords-0.0.5.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/cache/unicode-display_width-1.7.0.gem +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/LICENSE.MIT +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/README.YARD.md +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/lib/ast/node.rb +0 -260
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/lib/ast/processor/mixin.rb +0 -288
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/lib/ast/processor.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/lib/ast/sexp.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/ast-2.4.1/lib/ast.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/.rspec +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Code-of-Conduct.md +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +0 -319
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/License.md +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Manifest.txt +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/README.rdoc +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Rakefile +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/htmldiff +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/ldiff +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/COPYING.txt +0 -339
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/artistic.txt +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/array.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/block.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/callbacks.rb +0 -325
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/change.rb +0 -174
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/htmldiff.rb +0 -150
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/hunk.rb +0 -358
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/internals.rb +0 -304
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/ldiff.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/string.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs.rb +0 -739
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/change_spec.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/diff_spec.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds1.csv +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds2.csv +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +0 -154
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/lcs_spec.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/patch_spec.rb +0 -416
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +0 -214
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/spec_helper.rb +0 -375
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +0 -310
- data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_sequences_spec.rb +0 -139
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/LICENSE +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/README.md +0 -258
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/bin/dotenv +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/cli.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/environment.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/load.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/missing_keys.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/parser.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/substitutions/command.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/substitutions/variable.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/tasks.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/template.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/dotenv-2.7.6/lib/dotenv.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/CHANGELOG.md +0 -380
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/LICENSE.md +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/README.md +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/Rakefile +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/examples/client_spec.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/examples/client_test.rb +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/adapter/test.rb +0 -262
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/adapter/typhoeus.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/adapter.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/adapter_registry.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/autoload.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/connection.rb +0 -642
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/dependency_loader.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/encoders/flat_params_encoder.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/encoders/nested_params_encoder.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/error.rb +0 -152
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/file_part.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/logging/formatter.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/methods.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/middleware.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/middleware_registry.rb +0 -129
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options/connection_options.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options/env.rb +0 -181
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options/proxy_options.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options/request_options.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options/ssl_options.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/options.rb +0 -218
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/param_part.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/parameters.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/rack_builder.rb +0 -249
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/authorization.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/basic_authentication.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/instrumentation.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/multipart.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/retry.rb +0 -239
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/token_authentication.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request/url_encoded.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/request.rb +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/response/logger.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/response/raise_error.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/response.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/utils/headers.rb +0 -139
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/utils/params_hash.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/utils.rb +0 -117
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/lib/faraday.rb +0 -185
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/external_adapters/faraday_specs_setup.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/em_http_spec.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/em_synchrony_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/excon_spec.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/httpclient_spec.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/net_http_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/patron_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/rack_spec.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/test_spec.rb +0 -377
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter/typhoeus_spec.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter_registry_spec.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/adapter_spec.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/composite_read_io_spec.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/connection_spec.rb +0 -736
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/error_spec.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/middleware_spec.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/options/env_spec.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/options/options_spec.rb +0 -297
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/options/proxy_options_spec.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/options/request_options_spec.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/params_encoders/flat_spec.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/params_encoders/nested_spec.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/rack_builder_spec.rb +0 -345
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request/authorization_spec.rb +0 -96
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request/instrumentation_spec.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request/multipart_spec.rb +0 -302
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request/retry_spec.rb +0 -242
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request/url_encoded_spec.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/request_spec.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/response/logger_spec.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/response/middleware_spec.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/response/raise_error_spec.rb +0 -169
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/response_spec.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/utils/headers_spec.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday/utils_spec.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/faraday_spec.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/spec_helper.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/disabling_stub.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/fake_safe_buffer.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/helper_methods.rb +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/shared_examples/adapter.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/shared_examples/params_encoder.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/shared_examples/request_method.rb +0 -262
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/streaming_response_checker.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/faraday-1.8.0/spec/support/webmock_rack_app.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/README.md +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/lib/faraday/adapter/em_http.rb +0 -289
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/lib/faraday/adapter/em_http_ssl_patch.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/lib/faraday/em_http/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_http-1.0.0/lib/faraday/em_http.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/README.md +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/lib/faraday/adapter/em_synchrony/parallel_manager.rb +0 -69
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/lib/faraday/adapter/em_synchrony.rb +0 -153
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/lib/faraday/em_synchrony/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-em_synchrony-1.0.0/lib/faraday/em_synchrony.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/faraday-excon-1.1.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-excon-1.1.0/README.md +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/faraday-excon-1.1.0/lib/faraday/adapter/excon.rb +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/faraday-excon-1.1.0/lib/faraday/excon/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-excon-1.1.0/lib/faraday/excon.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/faraday-httpclient-1.0.1/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-httpclient-1.0.1/README.md +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/faraday-httpclient-1.0.1/lib/faraday/adapter/httpclient.rb +0 -154
- data/vendor/bundle/ruby/2.6.0/gems/faraday-httpclient-1.0.1/lib/faraday/httpclient/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-httpclient-1.0.1/lib/faraday/httpclient.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http-1.0.1/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http-1.0.1/README.md +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http-1.0.1/lib/faraday/adapter/net_http.rb +0 -213
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http-1.0.1/lib/faraday/net_http/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http-1.0.1/lib/faraday/net_http.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http_persistent-1.2.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http_persistent-1.2.0/README.md +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http_persistent-1.2.0/lib/faraday/adapter/net_http_persistent.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http_persistent-1.2.0/lib/faraday/net_http_persistent/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-net_http_persistent-1.2.0/lib/faraday/net_http_persistent.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/faraday-patron-1.0.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-patron-1.0.0/README.md +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/faraday-patron-1.0.0/lib/faraday/adapter/patron.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/faraday-patron-1.0.0/lib/faraday/patron/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-patron-1.0.0/lib/faraday/patron.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/LICENSE.md +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/README.md +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/lib/faraday/adapter/rack.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/lib/faraday/rack/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/faraday-rack-1.0.0/lib/faraday/rack.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/.autotest +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/History.rdoc +0 -1397
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/Manifest.txt +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/README.rdoc +0 -764
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/Rakefile +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/design_rationale.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/hoe/minitest.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/assertions.rb +0 -807
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/autorun.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/benchmark.rb +0 -455
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/expectations.rb +0 -303
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/hell.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/mock.rb +0 -240
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/parallel.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/pride.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/pride_plugin.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/spec.rb +0 -342
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/test.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest/unit.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/lib/minitest.rb +0 -1056
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/metametameta.rb +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_assertions.rb +0 -1575
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_benchmark.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_mock.rb +0 -872
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_reporter.rb +0 -299
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_spec.rb +0 -1061
- data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.2/test/minitest/test_minitest_test.rb +0 -1084
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/.gitignore +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/.travis.yml +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/Gemfile +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/LICENSE +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/README.md +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/Rakefile +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/config/cucumber.yml +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/examples/chdir_spec.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/features/around_spec.feature +0 -378
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/features/step_definitions/around_steps.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/features/support/env.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/lib/minitest/around/spec.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/lib/minitest/around/unit.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/lib/minitest/around/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/lib/minitest/around.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/minitest-around.gemspec +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/test/around_spec.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/test/around_test.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/test/helper.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/test/nested_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/minitest-around-0.5.0/test/nested_test.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/.gitignore +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/.rspec +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/.travis.yml +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/.yardopts +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/Gemfile +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/History.txt +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/LICENSE +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/Manifest.txt +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/README.md +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/Rakefile +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/lib/composite_io.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/lib/multipart_post.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/lib/multipartable.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/lib/net/http/post/multipart.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/lib/parts.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/multipart-post.gemspec +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/spec/composite_io_spec.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/spec/multibyte.txt +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/spec/net/http/post/multipart_spec.rb +0 -123
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/spec/parts_spec.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/multipart-post-2.1.1/spec/spec_helper.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/parallel-1.20.1/MIT-LICENSE.txt +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/parallel-1.20.1/lib/parallel/processor_count.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/parallel-1.20.1/lib/parallel/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/parallel-1.20.1/lib/parallel.rb +0 -523
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/bin/ruby-parse +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/bin/ruby-rewrite +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/gauntlet_parser.rb +0 -123
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/all.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ast/node.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ast/processor.rb +0 -285
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/base.rb +0 -290
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/builders/default.rb +0 -2111
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/clobbering_error.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/color.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/context.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/current.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/current_arg_stack.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/deprecation.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/diagnostic/engine.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/diagnostic.rb +0 -163
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/lexer/dedenter.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/lexer/explanation.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/lexer/literal.rb +0 -269
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/lexer/stack_state.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/lexer.rb +0 -23770
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/macruby.rb +0 -6149
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/max_numparam_stack.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/messages.rb +0 -113
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/meta.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/rewriter.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby18.rb +0 -5663
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby19.rb +0 -6092
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby20.rb +0 -6527
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby21.rb +0 -6578
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby22.rb +0 -6613
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby23.rb +0 -6624
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby24.rb +0 -6694
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby25.rb +0 -6662
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby26.rb +0 -6676
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby27.rb +0 -7803
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby28.rb +0 -8047
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/ruby30.rb +0 -8052
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/rubymotion.rb +0 -6086
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/runner/ruby_parse.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/runner/ruby_rewrite.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/runner.rb +0 -277
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/buffer.rb +0 -332
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/comment/associator.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/comment.rb +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/collection.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/condition.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/constant.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/definition.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/for.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/heredoc.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/index.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/keyword.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/method_definition.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/objc_kwarg.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/operator.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/rescue_body.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/send.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/ternary.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map/variable.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/map.rb +0 -186
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/range.rb +0 -326
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/rewriter/action.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/rewriter.rb +0 -513
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/tree_rewriter/action.rb +0 -242
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/source/tree_rewriter.rb +0 -404
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/static_environment.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/syntax_error.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/tree_rewriter.rb +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/variables_stack.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/lib/parser.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/parser-2.7.2.0/parser.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/.gitignore +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/.rubocop.yml +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/.rubocop_todo.yml +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/.travis.yml +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/Changelog.md +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/Gemfile +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/Guardfile +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/LICENSE +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/README.markdown +0 -224
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/Rakefile +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/appveyor.yml +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/color.rb +0 -143
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/ext/string.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/global.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/null_presenter.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/presenter.rb +0 -135
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/refinement.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/string_utils.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/wrapper.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow/x11_color_names.rb +0 -151
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/lib/rainbow.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/rainbow.gemspec +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/integration/instance_spec.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/integration/rainbow_spec.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/integration/refinement_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/integration/string_spec.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/integration/uncolor_spec.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/spec_helper.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/support/presenter_shared_examples.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/unit/color_spec.rb +0 -296
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/unit/null_presenter_spec.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/unit/presenter_spec.rb +0 -199
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/unit/string_utils_spec.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/rainbow-3.0.0/spec/unit/wrapper_spec.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/.github/workflows/macos.yml +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/.github/workflows/ubuntu-rvm.yml +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/.github/workflows/ubuntu.yml +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/.github/workflows/windows.yml +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/CONTRIBUTING.rdoc +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/Gemfile +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/History.rdoc +0 -2368
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/MIT-LICENSE +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/README.rdoc +0 -155
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/Rakefile +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/bundle +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/console +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/rake +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/rdoc +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/rubocop +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/bin/setup +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/command_line_usage.rdoc +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/example/Rakefile1 +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/example/Rakefile2 +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/example/a.c +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/example/b.c +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/example/main.c +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/glossary.rdoc +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/jamis.rb +0 -592
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/proto_rake.rdoc +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/rake.1 +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/rakefile.rdoc +0 -622
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/doc/rational.rdoc +0 -151
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/exe/rake +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/application.rb +0 -824
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/backtrace.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/clean.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/cloneable.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/cpu_counter.rb +0 -107
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/default_loader.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/dsl_definition.rb +0 -195
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/early_time.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/ext/core.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/ext/string.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/file_creation_task.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/file_list.rb +0 -435
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/file_task.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/file_utils.rb +0 -134
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/file_utils_ext.rb +0 -134
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/invocation_chain.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/invocation_exception_mixin.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/late_time.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/linked_list.rb +0 -112
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/loaders/makefile.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/multi_task.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/name_space.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/packagetask.rb +0 -222
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/phony.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/private_reader.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/promise.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/pseudo_status.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/rake_module.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/rake_test_loader.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/rule_recursion_overflow_error.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/scope.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/task.rb +0 -434
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/task_argument_error.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/task_arguments.rb +0 -109
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/task_manager.rb +0 -331
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/tasklib.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/testtask.rb +0 -224
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/thread_history_display.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/thread_pool.rb +0 -163
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/trace_output.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/version.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake/win32.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/lib/rake.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/rake-13.0.1/rake.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/CHANGELOG.md +0 -376
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/Gemfile +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/LICENSE +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/README.md +0 -478
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/Rakefile +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/alternation.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/anchor.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/backref.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/conditional.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/escape.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/free_space.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/group.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/keep.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/literal.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/posix_class.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/property.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/root.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/set/intersection.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/set/range.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/set.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/classes/type.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/match.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/match_length.rb +0 -172
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/options.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/strfregexp.rb +0 -114
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/tests.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/methods/traverse.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/quantifier.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/sequence.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/sequence_operation.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression/subexpression.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/expression.rb +0 -163
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/lexer.rb +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/parser.rb +0 -659
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner/char_type.rl +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner/properties/long.yml +0 -594
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner/properties/short.yml +0 -237
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner/property.rl +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner/scanner.rl +0 -915
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/scanner.rb +0 -2790
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/any.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/base.rb +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/anchor.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/assertion.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/backref.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/character_set.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/character_type.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/conditional.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/escape.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/group.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/keep.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/meta.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/posix_class.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/quantifier.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens/unicode_property.rb +0 -675
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/tokens.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/version_lookup.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/1.8.6.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/1.9.1.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/1.9.3.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.0.0.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.2.0.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.3.0.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.4.0.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.4.1.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.5.0.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.6.0.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.6.2.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions/2.6.3.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax/versions.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/syntax.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/token.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/lib/regexp_parser.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/regexp_parser.gemspec +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/base_spec.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/clone_spec.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/conditional_spec.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/free_space_spec.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/methods/match_length_spec.rb +0 -161
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/methods/match_spec.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/methods/strfregexp_spec.rb +0 -224
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/methods/tests_spec.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/methods/traverse_spec.rb +0 -161
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/options_spec.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/root_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/sequence_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/subexpression_spec.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/to_h_spec.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/expression/to_s_spec.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/all_spec.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/conditionals_spec.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/delimiters_spec.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/escapes_spec.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/keep_spec.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/literals_spec.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/nesting_spec.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/lexer/refcalls_spec.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/all_spec.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/alternation_spec.rb +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/anchors_spec.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/conditionals_spec.rb +0 -179
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/errors_spec.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/escapes_spec.rb +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/free_space_spec.rb +0 -151
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/groups_spec.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/keep_spec.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/options_spec.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/posix_classes_spec.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/properties_spec.rb +0 -115
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/quantifiers_spec.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/refcalls_spec.rb +0 -112
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/set/intersections_spec.rb +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/set/ranges_spec.rb +0 -111
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/sets_spec.rb +0 -178
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/parser/types_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/all_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/anchors_spec.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/conditionals_spec.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/delimiters_spec.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/errors_spec.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/escapes_spec.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/free_space_spec.rb +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/groups_spec.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/keep_spec.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/literals_spec.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/meta_spec.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/options_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/properties_spec.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/quantifiers_spec.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/refcalls_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/sets_spec.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/scanner/types_spec.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/spec_helper.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/support/runner.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/support/shared_examples.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/support/warning_extractor.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/syntax_spec.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/syntax_token_map_spec.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/1.8.6_spec.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/1.9.1_spec.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/1.9.3_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/2.0.0_spec.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/2.2.0_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/syntax/versions/aliases_spec.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/regexp_parser-1.8.0/spec/token/token_spec.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/.gitignore +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/.travis.yml +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/Gemfile +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/LICENSE.txt +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/NEWS.md +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/README.md +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/Rakefile +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/attlistdecl.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/attribute.rb +0 -205
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/cdata.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/child.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/comment.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/doctype.rb +0 -287
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/document.rb +0 -291
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/dtd/attlistdecl.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/dtd/dtd.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/dtd/elementdecl.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/dtd/entitydecl.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/dtd/notationdecl.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/element.rb +0 -1269
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/encoding.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/entity.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/formatters/default.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/formatters/pretty.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/formatters/transitive.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/functions.rb +0 -447
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/instruction.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/light/node.rb +0 -196
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/namespace.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/node.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/output.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parent.rb +0 -166
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parseexception.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/baseparser.rb +0 -594
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/lightparser.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/pullparser.rb +0 -197
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/sax2parser.rb +0 -273
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/streamparser.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/treeparser.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/ultralightparser.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/parsers/xpathparser.rb +0 -675
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/quickpath.rb +0 -266
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/rexml.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/sax2listener.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/security.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/source.rb +0 -298
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/streamlistener.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/text.rb +0 -424
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/undefinednamespaceexception.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/validation/relaxng.rb +0 -539
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/validation/validation.rb +0 -144
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/validation/validationexception.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/xmldecl.rb +0 -130
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/xmltokens.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/xpath.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/lib/rexml/xpath_parser.rb +0 -968
- data/vendor/bundle/ruby/2.6.0/gems/rexml-3.2.4/rexml.gemspec +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/LICENSE.md +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/README.md +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/.document +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/.yardopts +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/Changelog.md +0 -2318
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/LICENSE.md +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/README.md +0 -384
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/exe/rspec +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/autorun.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/backtrace_formatter.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/coordinator.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/example_minimizer.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/fork_runner.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/server.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/shell_command.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/shell_runner.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/bisect/utilities.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration.rb +0 -2372
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/configuration_options.rb +0 -233
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/did_you_mean.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/drb.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/dsl.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/example.rb +0 -663
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/example_group.rb +0 -901
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/example_status_persister.rb +0 -235
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/filter_manager.rb +0 -231
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/flat_map.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/base_formatter.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/base_text_formatter.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/console_codes.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/deprecation_formatter.rb +0 -223
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/documentation_formatter.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/exception_presenter.rb +0 -521
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/failure_list_formatter.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/helpers.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/html_formatter.rb +0 -153
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/html_printer.rb +0 -414
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/html_snippet_extractor.rb +0 -120
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/json_formatter.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/profile_formatter.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/progress_formatter.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/protocol.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/snippet_extractor.rb +0 -134
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters/syntax_highlighter.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/formatters.rb +0 -273
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/hooks.rb +0 -646
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/invocations.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/memoized_helpers.rb +0 -554
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/metadata.rb +0 -498
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/metadata_filter.rb +0 -255
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/minitest_assertions_adapter.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/mocking_adapters/flexmock.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/mocking_adapters/mocha.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/mocking_adapters/null.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/mocking_adapters/rr.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/mocking_adapters/rspec.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/notifications.rb +0 -521
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/option_parser.rb +0 -321
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/ordering.rb +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/output_wrapper.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/pending.rb +0 -165
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/profiler.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/project_initializer/.rspec +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/project_initializer/spec/spec_helper.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/project_initializer.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/rake_task.rb +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/reporter.rb +0 -265
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/ruby_project.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/runner.rb +0 -212
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/sandbox.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/set.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/shared_context.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/shared_example_group.rb +0 -271
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/shell_escape.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/test_unit_assertions_adapter.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/warnings.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core/world.rb +0 -277
- data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.0/lib/rspec/core.rb +0 -186
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/.document +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/.yardopts +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/Changelog.md +0 -1232
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/LICENSE.md +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/README.md +0 -320
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/block_snippet_extractor.rb +0 -253
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/configuration.rb +0 -230
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/expectation_target.rb +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/fail_with.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/failure_aggregator.rb +0 -212
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/handler.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/minitest_integration.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/syntax.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations/version.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/expectations.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/aliased_matcher.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/all.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/base_matcher.rb +0 -193
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/be.rb +0 -191
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/be_between.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/be_instance_of.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/be_kind_of.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/be_within.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/change.rb +0 -428
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/compound.rb +0 -276
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/contain_exactly.rb +0 -302
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/count_expectation.rb +0 -169
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/cover.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/eq.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/eql.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/equal.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/exist.rb +0 -90
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/has.rb +0 -167
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/have_attributes.rb +0 -114
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/include.rb +0 -206
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/match.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/operators.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/output.rb +0 -200
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/raise_error.rb +0 -259
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/respond_to.rb +0 -200
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/satisfy.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -94
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/throw_symbol.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in/yield.rb +0 -355
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/built_in.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/composable.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/dsl.rb +0 -540
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/english_phrasing.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/fail_matchers.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/generated_descriptions.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/matcher_delegator.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers/matcher_protocol.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.0/lib/rspec/matchers.rb +0 -1041
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/.document +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/.yardopts +0 -6
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/Changelog.md +0 -1143
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/LICENSE.md +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/README.md +0 -463
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/chain.rb +0 -111
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/error_generator.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/message_chains.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/proxy.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/recorder.rb +0 -294
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/stub_chain.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/any_instance.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/argument_list_matcher.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/argument_matchers.rb +0 -322
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/configuration.rb +0 -212
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/error_generator.rb +0 -369
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/example_methods.rb +0 -434
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/instance_method_stasher.rb +0 -146
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/marshal_extension.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/matchers/expectation_customization.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/matchers/have_received.rb +0 -134
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/matchers/receive.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/matchers/receive_messages.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/message_chain.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/message_expectation.rb +0 -751
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/method_double.rb +0 -287
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/method_reference.rb +0 -202
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/minitest_integration.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/mutate_const.rb +0 -339
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/object_reference.rb +0 -149
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/order_group.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/proxy.rb +0 -503
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/space.rb +0 -238
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/standalone.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/syntax.rb +0 -325
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/targets.rb +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/test_double.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/verifying_double.rb +0 -129
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/verifying_message_expectation.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/verifying_proxy.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.0/lib/rspec/mocks.rb +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/Changelog.md +0 -314
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/LICENSE.md +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/README.md +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/caller_filter.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/comparable_version.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/differ.rb +0 -215
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/directory_maker.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/encoded_string.rb +0 -161
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/fuzzy_matcher.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/hunk_generator.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/matcher_definition.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/method_signature_verifier.rb +0 -438
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/mutex.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/object_formatter.rb +0 -275
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/recursive_const_methods.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/reentrant_mutex.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/ruby_features.rb +0 -190
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/source/location.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/source/node.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/source/token.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/source.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/deprecation_helpers.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/diff_helpers.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/formatting_support.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/in_sub_process.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/library_wide_checks.rb +0 -150
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/shell_out.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/stderr_splitter.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/string_matcher.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/with_isolated_directory.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec/with_isolated_stderr.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/spec.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/version.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/warnings.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support/with_keywords_when_needed.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.0/lib/rspec/support.rb +0 -149
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/README.md +0 -225
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/assets/logo.png +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/assets/output.html.erb +0 -261
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/bin/console +0 -10
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/bin/rubocop-profile +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/bin/setup +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/config/default.yml +0 -4445
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/exe/rubocop +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/ast_aliases.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cached_data.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/auto_genenerate_config.rb +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/base.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/execute_runner.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/init_dotfile.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/show_cops.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command/version.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/command.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli/environment.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cli.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/comment_config.rb +0 -213
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config.rb +0 -298
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config_loader.rb +0 -260
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config_loader_resolver.rb +0 -235
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config_obsoletion.rb +0 -283
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config_store.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/config_validator.rb +0 -224
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/autocorrect_logic.rb +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/badge.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/base.rb +0 -430
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/bundler/duplicated_gem.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/bundler/gem_comment.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/bundler/insecure_protocol_source.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/bundler/ordered_gems.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/commissioner.rb +0 -161
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/cop.rb +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/corrector.rb +0 -119
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/alignment_corrector.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/condition_corrector.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/each_to_for_corrector.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/empty_line_corrector.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/for_to_each_corrector.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/line_break_corrector.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/parentheses_corrector.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/percent_literal_corrector.rb +0 -112
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/punctuation_corrector.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/space_corrector.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/string_literal_corrector.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/correctors/unused_arg_corrector.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/documentation.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/force.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/gemspec/duplicated_assignment.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/gemspec/ordered_dependencies.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/gemspec/required_ruby_version.rb +0 -111
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/generator/configuration_injector.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/generator/require_file_injector.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/generator.rb +0 -224
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/ignored_node.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/method_name_equal.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/node_destructuring.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/internal_affairs.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/access_modifier_indentation.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/argument_alignment.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/array_alignment.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/assignment_indentation.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/begin_end_alignment.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/block_alignment.rb +0 -248
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/block_end_newline.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/case_indentation.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/class_structure.rb +0 -305
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +0 -203
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/comment_indentation.rb +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/condition_position.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/def_end_alignment.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/dot_position.rb +0 -109
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/else_alignment.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_comment.rb +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_line_after_multiline_condition.rb +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_line_between_defs.rb +0 -150
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +0 -216
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_attribute_accessor.rb +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/end_alignment.rb +0 -184
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/end_of_line.rb +0 -92
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/extra_spacing.rb +0 -187
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_argument_indentation.rb +0 -251
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_array_element_indentation.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_array_element_line_break.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_hash_element_indentation.rb +0 -184
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_hash_element_line_break.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_method_argument_line_break.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/first_parameter_indentation.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/hash_alignment.rb +0 -362
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +0 -286
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/heredoc_indentation.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/indentation_consistency.rb +0 -202
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/indentation_style.rb +0 -115
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/indentation_width.rb +0 -362
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/initial_indentation.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/leading_comment_space.rb +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/leading_empty_lines.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/line_length.rb +0 -280
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_assignment_layout.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_block_layout.rb +0 -167
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +0 -115
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/multiline_operation_indentation.rb +0 -123
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/parameter_alignment.rb +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +0 -208
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_after_colon.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_after_comma.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_after_method_name.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_after_not.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_after_semicolon.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_around_block_parameters.rb +0 -164
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_around_keyword.rb +0 -243
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_around_method_call_operator.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_around_operators.rb +0 -243
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_before_block_braces.rb +0 -151
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_before_comma.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_before_comment.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_before_first_arg.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_before_semicolon.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_in_lambda_literal.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +0 -227
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_block_braces.rb +0 -249
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_parens.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_range_literal.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +0 -140
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/trailing_empty_lines.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/layout/trailing_whitespace.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/legacy/corrections_proxy.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/legacy/corrector.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ambiguous_block_association.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ambiguous_operator.rb +0 -103
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/assignment_in_condition.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/big_decimal_new.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/binary_operator_with_identical_operands.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/boolean_symbol.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/circular_argument_reference.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/constant_definition_in_block.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/constant_resolution.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/debugger.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/deprecated_class_methods.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/deprecated_open_ssl_constant.rb +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_case_condition.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_elsif_condition.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_hash_key.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_methods.rb +0 -236
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_require.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/duplicate_rescue_exception.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/each_with_object_argument.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/else_layout.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_conditional_body.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_ensure.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_expression.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_file.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_interpolation.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/empty_when.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ensure_return.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/erb_new_arguments.rb +0 -165
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/flip_flop.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/float_comparison.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/float_out_of_range.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/format_parameter_mismatch.rb +0 -196
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/heredoc_method_call_position.rb +0 -155
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/identity_comparison.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/implicit_string_concatenation.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ineffective_access_modifier.rb +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/inherit_exception.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/interpolation_check.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/literal_as_condition.rb +0 -147
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/literal_in_interpolation.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/loop.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/missing_super.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/mixed_regexp_capture_types.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/multiple_comparison.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/nested_method_definition.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/nested_percent_literal.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/next_without_accumulator.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/non_deterministic_require_order.rb +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/number_conversion.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/ordered_magic_comments.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/out_of_range_regexp_ref.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/percent_string_array.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/percent_symbol_array.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/raise_exception.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/rand_one.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +0 -271
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +0 -125
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_require_statement.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_splat_expansion.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_string_coercion.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_with_index.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/redundant_with_object.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/regexp_as_condition.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/require_parentheses.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/rescue_exception.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/rescue_type.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/return_in_void_context.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/safe_navigation_chain.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/safe_navigation_consistency.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/script_permission.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/self_assignment.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/send_with_mixin_argument.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/shadowed_argument.rb +0 -182
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/shadowed_exception.rb +0 -178
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/struct_new_override.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/suppressed_exception.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/syntax.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/to_json.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/top_level_return_with_argument.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/trailing_comma_in_attribute_declaration.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/unified_integer.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/unreachable_code.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/unreachable_loop.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/unused_block_argument.rb +0 -170
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/unused_method_argument.rb +0 -117
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/uri_escape_unescape.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/uri_regexp.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_access_modifier.rb +0 -288
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_assignment.rb +0 -130
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_else_without_rescue.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_method_definition.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_setter_call.rb +0 -166
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/useless_times.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/lint/void.rb +0 -147
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/message_annotator.rb +0 -129
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/abc_size.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/block_length.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/block_nesting.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/class_length.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/method_length.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/module_length.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/parameter_lists.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/perceived_complexity.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/utils/code_length_calculator.rb +0 -158
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/utils/iterating_block.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/metrics/utils/repeated_csend_discount.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/migration/department_name.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/alignment.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/allowed_methods.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/annotation_comment.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/array_min_size.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/array_syntax.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/auto_corrector.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/check_assignment.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/check_line_breakable.rb +0 -193
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/code_length.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/comments_help.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/configurable_enforced_style.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/configurable_formatting.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/configurable_max.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/configurable_naming.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/configurable_numbering.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/def_node.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/documentation_comment.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/duplication.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/empty_lines_around_body.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/empty_parameter.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/end_keyword_alignment.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/enforce_superclass.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/first_element_line_break.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/frozen_string_literal.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/hash_alignment_styles.rb +0 -147
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/hash_transform_method.rb +0 -197
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/heredoc.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/ignored_methods.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/ignored_pattern.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/integer_node.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/interpolation.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/line_length_help.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/match_range.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/method_complexity.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/method_preference.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/min_body_length.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/multiline_element_indentation.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +0 -255
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/negative_conditional.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/nil_methods.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/on_normal_if_unless.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/ordered_gem_node.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/parentheses.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/percent_array.rb +0 -59
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/percent_literal.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/preceding_following_alignment.rb +0 -181
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/preferred_delimiters.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/range_help.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/rational_literal.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/regexp_literal_help.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/rescue_node.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/safe_assignment.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/space_after_punctuation.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/space_before_punctuation.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/statement_modifier.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/string_help.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/string_literals_help.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/surrounding_space.rb +0 -130
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/target_ruby_version.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/trailing_body.rb +0 -26
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/trailing_comma.rb +0 -210
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/uncommunicative_name.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/unused_argument.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/mixin/visibility_help.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/accessor_method_name.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/ascii_identifiers.rb +0 -95
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/block_parameter_name.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/class_and_module_camel_case.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/constant_name.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/file_name.rb +0 -223
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +0 -171
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/method_name.rb +0 -79
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/method_parameter_name.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/predicate_name.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +0 -113
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/variable_name.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/naming/variable_number.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/offense.rb +0 -231
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/registry.rb +0 -276
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/security/eval.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/security/json_load.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/security/marshal_load.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/security/open.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/security/yaml_load.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/severity.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/access_modifier_declarations.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/accessor_grouping.rb +0 -149
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/alias.rb +0 -154
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/and_or.rb +0 -143
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/array_coercion.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/array_join.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/ascii_comments.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/attr.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/auto_resource_cleanup.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/bare_percent_literals.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/begin_block.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/bisected_attr_accessor.rb +0 -141
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/block_comments.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/block_delimiters.rb +0 -382
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/case_equality.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/case_like_if.rb +0 -236
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/character_literal.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/class_and_module_children.rb +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/class_check.rb +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/class_methods.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/class_methods_definitions.rb +0 -157
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/class_vars.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/collection_methods.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/colon_method_call.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/colon_method_definition.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/combinable_loops.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/command_literal.rb +0 -186
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/comment_annotation.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/commented_keyword.rb +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/conditional_assignment.rb +0 -664
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/constant_visibility.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/copyright.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/date_time.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/def_with_parentheses.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/dir.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/documentation.rb +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/documentation_method.rb +0 -125
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/double_cop_disable_directive.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/double_negation.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/each_for_simple_loop.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/each_with_object.rb +0 -107
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_block_parameter.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_case_condition.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_else.rb +0 -173
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_lambda_parameter.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_literal.rb +0 -122
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/empty_method.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/encoding.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/end_block.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/eval_with_location.rb +0 -148
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/even_odd.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/expand_path_arguments.rb +0 -195
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/explicit_block_argument.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/exponential_notation.rb +0 -117
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/float_division.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/for.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/format_string.rb +0 -126
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/format_string_token.rb +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/frozen_string_literal_comment.rb +0 -212
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/global_std_stream.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/global_vars.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/guard_clause.rb +0 -145
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_as_last_array_item.rb +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_each_methods.rb +0 -86
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_like_case.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_syntax.rb +0 -223
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_transform_keys.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/hash_transform_values.rb +0 -88
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/identical_conditional_branches.rb +0 -130
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/if_inside_else.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/if_unless_modifier.rb +0 -163
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/if_with_semicolon.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/implicit_runtime_error.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/infinite_loop.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/inline_comment.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/inverse_methods.rb +0 -187
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/ip_addresses.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/keyword_parameters_order.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/lambda.rb +0 -127
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/lambda_call.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/line_end_concatenation.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb +0 -174
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_call_with_args_parentheses/require_parentheses.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +0 -191
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_called_on_do_end_block.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/method_def_parentheses.rb +0 -161
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/min_max.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/missing_else.rb +0 -170
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/missing_respond_to_missing.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/mixin_grouping.rb +0 -145
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/mixin_usage.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/module_function.rb +0 -147
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_block_chain.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_if_modifier.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_if_then.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_memoization.rb +0 -96
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_method_signature.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_ternary_operator.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiline_when_then.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/multiple_comparison.rb +0 -92
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/mutable_constant.rb +0 -175
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/negated_if.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/negated_unless.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/negated_while.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/nested_modifier.rb +0 -104
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/nested_parenthesized_calls.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/nested_ternary_operator.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/next.rb +0 -240
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/nil_comparison.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/non_nil_check.rb +0 -144
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/not.rb +0 -76
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/numeric_literal_prefix.rb +0 -119
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/numeric_literals.rb +0 -114
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/numeric_predicate.rb +0 -132
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/one_line_conditional.rb +0 -148
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/option_hash.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/optional_arguments.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/optional_boolean_parameter.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/or_assignment.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/parallel_assignment.rb +0 -287
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/parentheses_around_condition.rb +0 -117
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/percent_literal_delimiters.rb +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/percent_q_literals.rb +0 -71
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/perl_backrefs.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/preferred_hash_methods.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/proc.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/raise_args.rb +0 -136
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/random_with_offset.rb +0 -153
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_assignment.rb +0 -107
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_begin.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_capital_w.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_condition.rb +0 -135
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_conditional.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_exception.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_fetch_block.rb +0 -113
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_file_extension_in_require.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_freeze.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_interpolation.rb +0 -99
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_parentheses.rb +0 -239
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_percent_q.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_regexp_character_class.rb +0 -83
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_regexp_escape.rb +0 -112
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_return.rb +0 -169
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_self.rb +0 -166
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_self_assignment.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_sort.rb +0 -162
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/redundant_sort_by.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/regexp_literal.rb +0 -217
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/rescue_modifier.rb +0 -93
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/rescue_standard_error.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/return_nil.rb +0 -89
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/safe_navigation.rb +0 -277
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/sample.rb +0 -142
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/self_assignment.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/semicolon.rb +0 -98
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/send.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/signal_exception.rb +0 -217
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/single_argument_dig.rb +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/single_line_block_params.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/single_line_methods.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/slicing_with_range.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/sole_nested_conditional.rb +0 -66
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/special_global_vars.rb +0 -202
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/stderr_puts.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/string_concatenation.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/string_hash_keys.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/string_literals.rb +0 -129
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/string_literals_in_interpolation.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/string_methods.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/strip.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/struct_inheritance.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/symbol_array.rb +0 -108
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/symbol_literal.rb +0 -30
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/symbol_proc.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/ternary_parentheses.rb +0 -220
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_body_on_class.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_body_on_module.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +0 -106
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +0 -96
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_comma_in_block_args.rb +0 -90
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_method_end_statement.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trailing_underscore_variable.rb +0 -156
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/trivial_accessors.rb +0 -188
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/unless_else.rb +0 -52
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/unpack_first.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/variable_interpolation.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/when_then.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/while_until_do.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/while_until_modifier.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/word_array.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/yoda_condition.rb +0 -162
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/style/zero_length_predicate.rb +0 -115
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/team.rb +0 -257
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/util.rb +0 -140
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/utils/format_string.rb +0 -135
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/assignment.rb +0 -97
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/branch.rb +0 -321
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/branchable.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/reference.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/scope.rb +0 -110
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/variable.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force/variable_table.rb +0 -129
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cop/variable_force.rb +0 -463
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/cops_documentation_generator.rb +0 -284
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/core_ext/string.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/directive_comment.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/error.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/ext/processed_source.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/ext/regexp_node.rb +0 -46
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/file_finder.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/auto_gen_config_formatter.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/base_formatter.rb +0 -119
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/clang_style_formatter.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/colorizable.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/disabled_config_formatter.rb +0 -216
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/emacs_style_formatter.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/file_list_formatter.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/formatter_set.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/fuubar_style_formatter.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/html_formatter.rb +0 -143
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/json_formatter.rb +0 -81
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/junit_formatter.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/offense_count_formatter.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/pacman_formatter.rb +0 -80
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/progress_formatter.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/quiet_formatter.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/simple_text_formatter.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/tap_formatter.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/text_util.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/formatter/worst_offenders_formatter.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/magic_comment.rb +0 -214
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/name_similarity.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/options.rb +0 -509
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/path_util.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/platform.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rake_task.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/remote_config.rb +0 -105
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/result_cache.rb +0 -227
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rspec/cop_helper.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rspec/expect_offense.rb +0 -319
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rspec/host_environment_simulation_helper.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rspec/shared_contexts.rb +0 -140
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/rspec/support.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/runner.rb +0 -403
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/string_interpreter.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/target_finder.rb +0 -200
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/target_ruby.rb +0 -160
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/version.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/warning.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop/yaml_duplication_checker.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-0.91.1/lib/rubocop.rb +0 -638
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/LICENSE.txt +0 -20
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/README.md +0 -54
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/builder.rb +0 -92
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/ext/range.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/ext/set.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/alias_node.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/and_node.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/args_node.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/array_node.rb +0 -64
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/block_node.rb +0 -121
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/break_node.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/case_match_node.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/case_node.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/class_node.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/const_node.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/def_node.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/defined_node.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/ensure_node.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/float_node.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/for_node.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/forward_args_node.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/hash_node.rb +0 -122
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/if_node.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/index_node.rb +0 -48
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/indexasgn_node.rb +0 -50
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/int_node.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/keyword_splat_node.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/lambda_node.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/basic_literal_node.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/binary_operator_node.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/collection_node.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/conditional_node.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/hash_element_node.rb +0 -125
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +0 -263
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +0 -210
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/modifier_node.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/numeric_node.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/parameterized_node.rb +0 -117
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/module_node.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/next_node.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/or_node.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/pair_node.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/range_node.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/regexp_node.rb +0 -92
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/resbody_node.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/rescue_node.rb +0 -49
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/return_node.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/self_class_node.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/send_node.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/str_node.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/super_node.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/symbol_node.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/until_node.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/when_node.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/while_node.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node/yield_node.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node.rb +0 -708
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/node_pattern.rb +0 -952
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/processed_source.rb +0 -286
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/sexp.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/token.rb +0 -116
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/traversal.rb +0 -204
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast/version.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop/ast.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/rubocop-ast-0.4.2/lib/rubocop-ast.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/LICENSE.txt +0 -19
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/README.md +0 -38
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/Rakefile +0 -2
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/base.rb +0 -183
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/calculators/length.rb +0 -100
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/calculators/running_average.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components/bar.rb +0 -102
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components/percentage.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components/rate.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components/time.rb +0 -107
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components/title.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/components.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/errors/invalid_progress_error.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/format/formatter.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/format/molecule.rb +0 -60
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/format/string.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/format.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/output.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/outputs/non_tty.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/outputs/null.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/outputs/tty.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/progress.rb +0 -118
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/refinements/enumerator.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/refinements.rb +0 -1
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/throttle.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/time.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/timer.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar/version.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/gems/ruby-progressbar-1.10.1/lib/ruby-progressbar.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/ChangeLog +0 -214
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/LICENSE +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/README.md +0 -75
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/lib/ruby2_keywords.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/logs/ChangeLog-0.0.0 +0 -25
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/logs/ChangeLog-0.0.1 +0 -9
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/logs/ChangeLog-0.0.2 +0 -55
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/logs/ChangeLog-0.0.3 +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/ruby2_keywords-0.0.5/logs/ChangeLog-0.0.4 +0 -53
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/CHANGELOG.md +0 -133
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/MIT-LICENSE.txt +0 -22
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/README.md +0 -124
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/data/display_width.marshal.gz +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/lib/unicode/display_width/constants.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/lib/unicode/display_width/index.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/lib/unicode/display_width/no_string_ext.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/lib/unicode/display_width/string_ext.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/gems/unicode-display_width-1.7.0/lib/unicode/display_width.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/specifications/ast-2.4.1.gemspec +0 -50
- data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.4.4.gemspec +0 -59
- data/vendor/bundle/ruby/2.6.0/specifications/dotenv-2.7.6.gemspec +0 -40
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-1.8.0.gemspec +0 -0
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-em_http-1.0.0.gemspec +0 -64
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-em_synchrony-1.0.0.gemspec +0 -70
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-excon-1.1.0.gemspec +0 -64
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-httpclient-1.0.1.gemspec +0 -64
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-net_http-1.0.1.gemspec +0 -61
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-net_http_persistent-1.2.0.gemspec +0 -58
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-patron-1.0.0.gemspec +0 -64
- data/vendor/bundle/ruby/2.6.0/specifications/faraday-rack-1.0.0.gemspec +0 -64
- data/vendor/bundle/ruby/2.6.0/specifications/minitest-5.14.2.gemspec +0 -41
- data/vendor/bundle/ruby/2.6.0/specifications/minitest-around-0.5.0.gemspec +0 -44
- data/vendor/bundle/ruby/2.6.0/specifications/multipart-post-2.1.1.gemspec +0 -38
- data/vendor/bundle/ruby/2.6.0/specifications/parallel-1.20.1.gemspec +0 -21
- data/vendor/bundle/ruby/2.6.0/specifications/parser-2.7.2.0.gemspec +0 -63
- data/vendor/bundle/ruby/2.6.0/specifications/rainbow-3.0.0.gemspec +0 -33
- data/vendor/bundle/ruby/2.6.0/specifications/rake-13.0.1.gemspec +0 -26
- data/vendor/bundle/ruby/2.6.0/specifications/regexp_parser-1.8.0.gemspec +0 -23
- data/vendor/bundle/ruby/2.6.0/specifications/rexml-3.2.4.gemspec +0 -36
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.10.0.gemspec +0 -43
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.10.0.gemspec +0 -63
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.10.0.gemspec +0 -51
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.10.0.gemspec +0 -51
- data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.10.0.gemspec +0 -39
- data/vendor/bundle/ruby/2.6.0/specifications/rubocop-0.91.1.gemspec +0 -62
- data/vendor/bundle/ruby/2.6.0/specifications/rubocop-ast-0.4.2.gemspec +0 -39
- data/vendor/bundle/ruby/2.6.0/specifications/ruby-progressbar-1.10.1.gemspec +0 -46
- data/vendor/bundle/ruby/2.6.0/specifications/ruby2_keywords-0.0.5.gemspec +0 -22
- data/vendor/bundle/ruby/2.6.0/specifications/unicode-display_width-1.7.0.gemspec +0 -39
@@ -1,1397 +0,0 @@
|
|
1
|
-
=== 5.14.2 / 2020-08-31
|
2
|
-
|
3
|
-
* 1 bug fix:
|
4
|
-
|
5
|
-
* Bumped ruby version to include 3.0 (trunk).
|
6
|
-
|
7
|
-
=== 5.14.1 / 2020-05-15
|
8
|
-
|
9
|
-
* 3 minor enhancements:
|
10
|
-
|
11
|
-
* Minitest.filter_backtrace returns original backtrace if filter comes back empty.
|
12
|
-
* Minitest::BacktraceFilter now returns entire backtrace if $MT_DEBUG set in env.
|
13
|
-
* Return true on a successful refute. (jusleg)
|
14
|
-
|
15
|
-
* 1 bug fix:
|
16
|
-
|
17
|
-
* Fixed expectation doco to not use global expectations.
|
18
|
-
|
19
|
-
=== 5.14.0 / 2020-01-11
|
20
|
-
|
21
|
-
* 2 minor enhancements:
|
22
|
-
|
23
|
-
* Block-assertions (eg assert_output) now error if raised inside the block. (casperisfine)
|
24
|
-
* Changed assert_raises to only catch Assertion since that covers Skip and friends.
|
25
|
-
|
26
|
-
* 3 bug fixes:
|
27
|
-
|
28
|
-
* Added example for value wrapper with block to Expectations module. (stomar)
|
29
|
-
* Fixed use of must/wont_be_within_delta on Expectation instance. (stomar)
|
30
|
-
* Renamed UnexpectedError#exception to #error to avoid problems with reraising. (casperisfine)
|
31
|
-
|
32
|
-
=== 5.13.0 / 2019-10-29
|
33
|
-
|
34
|
-
* 9 minor enhancements:
|
35
|
-
|
36
|
-
* Added Minitest::Guard#osx?
|
37
|
-
* Added examples to documentation for assert_raises. (lxxxvi)
|
38
|
-
* Added expectations #path_must_exist and #path_wont_exist. Not thrilled with the names.
|
39
|
-
* Added fail_after(year, month, day, msg) to allow time-bombing after a deadline.
|
40
|
-
* Added skip_until(year, month, day, msg) to allow deferring until a deadline.
|
41
|
-
* Deprecated Minitest::Guard#maglev?
|
42
|
-
* Deprecated Minitest::Guard#rubinius?
|
43
|
-
* Finally added assert_path_exists and refute_path_exists. (deivid-rodriguez)
|
44
|
-
* Refactored and pulled Assertions#things_to_diff out of #diff. (BurdetteLamar)
|
45
|
-
|
46
|
-
* 3 bug fixes:
|
47
|
-
|
48
|
-
* Fix autorun bug that affects fork exit status in tests. (dylanahsmith/jhawthorn)
|
49
|
-
* Improved documentation for _/value/expect, especially for blocks. (svoop)
|
50
|
-
* Support new Proc#to_s format. (ko1)
|
51
|
-
|
52
|
-
=== 5.12.2 / 2019-09-28
|
53
|
-
|
54
|
-
* 1 bug fix:
|
55
|
-
|
56
|
-
* After chatting w/ @y-yagi and others, decided to lower support to include ruby 2.2.
|
57
|
-
|
58
|
-
=== 5.12.1 / 2019-09-28
|
59
|
-
|
60
|
-
* 1 minor enhancement:
|
61
|
-
|
62
|
-
* Added documentation for Reporter classes. (sshaw)
|
63
|
-
|
64
|
-
* 3 bug fixes:
|
65
|
-
|
66
|
-
* Avoid using 'match?' to support older ruby versions. (y-yagi)
|
67
|
-
* Fixed broken link to reference on goodness-of-fit testing. (havenwood)
|
68
|
-
* Update requirements in readme and Rakefile/hoe spec.
|
69
|
-
|
70
|
-
=== 5.12.0 / 2019-09-22
|
71
|
-
|
72
|
-
* 8 minor enhancements:
|
73
|
-
|
74
|
-
* Added a descriptive error if assert_output or assert_raises called without a block. (okuramasafumi)
|
75
|
-
* Changed mu_pp_for_diff to make having both \n and \\n easier to debug.
|
76
|
-
* Deprecated $N for specifying number of parallel test runners. Use MT_CPU.
|
77
|
-
* Deprecated use of global expectations. To be removed from MT6.
|
78
|
-
* Extended Assertions#mu_pp to encoding validity output for strings to improve diffs.
|
79
|
-
* Extended Assertions#mu_pp to output encoding and validity if invalid to improve diffs.
|
80
|
-
* Extended Assertions#mu_pp_for_diff to make escaped newlines more obvious in diffs.
|
81
|
-
* Fail gracefully when expectation used outside of `it`.
|
82
|
-
|
83
|
-
* 3 bug fixes:
|
84
|
-
|
85
|
-
* Check `option[:filter]` klass before match. Fixes 2.6 warning. (y-yagi)
|
86
|
-
* Fixed Assertions#diff from recalculating if set to nil
|
87
|
-
* Fixed spec section of readme to not use deprecated global expectations. (CheezItMan)
|
88
|
-
|
89
|
-
=== 5.11.3 / 2018-01-26
|
90
|
-
|
91
|
-
* 1 bug fix:
|
92
|
-
|
93
|
-
* Pushed #error? up to Reportable module. (composerinteralia)
|
94
|
-
|
95
|
-
=== 5.11.2 / 2018-01-25
|
96
|
-
|
97
|
-
* 1 minor enhancement:
|
98
|
-
|
99
|
-
* Reversed Test < Result. Back to < Runnable and using Reportable for shared code.
|
100
|
-
|
101
|
-
* 2 bug fixes:
|
102
|
-
|
103
|
-
* Fixed Result#location for instances of Test. (alexisbernard)
|
104
|
-
* Fixed deprecation message for Runnable#marshal_dump. (y-yagi)
|
105
|
-
|
106
|
-
=== 5.11.1 / 2018-01-02
|
107
|
-
|
108
|
-
* 1 bug fix:
|
109
|
-
|
110
|
-
* Fixed Result (a superclass of Test) overriding Runnable's name accessors. (y-yagi, MSP-Greg)
|
111
|
-
|
112
|
-
=== 5.11.0 / 2018-01-01
|
113
|
-
|
114
|
-
* 2 major enhancements:
|
115
|
-
|
116
|
-
* Added Minitest::Result and Minitest::Result.from(runnable).
|
117
|
-
* Changed Minitest::Test to subclass Result and refactored methods up.
|
118
|
-
|
119
|
-
* 7 minor enhancements:
|
120
|
-
|
121
|
-
* Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally.
|
122
|
-
* Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull)
|
123
|
-
* Added deprecation warning for Runnable#marshal_dump.
|
124
|
-
* Minitest.run_one_method now checks for instance of Result, not exact same class.
|
125
|
-
* Minitest::Test.run returns a Result version of self, not self.
|
126
|
-
* ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers.
|
127
|
-
|
128
|
-
* 4 bug fixes:
|
129
|
-
|
130
|
-
* Object.stub no longer calls the passed block if stubbed with a callable.
|
131
|
-
* Object.stub now passes blocks down to the callable result.
|
132
|
-
* Pushed Minitest::Test#time & #time_it up to Runnable.
|
133
|
-
* Test nil equality directly in assert_equal. Fixes #679. (voxik)
|
134
|
-
|
135
|
-
=== 5.11.0b1 / 2017-12-20
|
136
|
-
|
137
|
-
* 2 major enhancements:
|
138
|
-
|
139
|
-
* Added Minitest::Result and Minitest::Result.from(runnable).
|
140
|
-
* Changed Minitest::Test to subclass Result and refactored methods up.
|
141
|
-
|
142
|
-
* 6 minor enhancements:
|
143
|
-
|
144
|
-
* Added --no-plugins and MT_NO_PLUGINS to bypass MT plugin autoloading. Helps with bad actors installed globally.
|
145
|
-
* Added bench_performance_{logarithmic,power} for spec-style benchmarks. (rickhull)
|
146
|
-
* Minitest.run_one_method now checks for instance of Result, not exact same class.
|
147
|
-
* Minitest::Test.run returns a Result version of self, not self.
|
148
|
-
* ProgressReporter#prerecord now explicitly prints klass.name. Allows for fakers.
|
149
|
-
* Removed Runnable.marshal_dump/load.
|
150
|
-
|
151
|
-
* 4 bug fixes:
|
152
|
-
|
153
|
-
* Object.stub no longer calls the passed block if stubbed with a callable.
|
154
|
-
* Object.stub now passes blocks down to the callable result.
|
155
|
-
* Pushed Minitest::Test#time & #time_it up to Runnable.
|
156
|
-
* Test nil equality directly in assert_equal. Fixes #679. (voxik)
|
157
|
-
|
158
|
-
=== 5.10.3 / 2017-07-21
|
159
|
-
|
160
|
-
* 1 minor enhancement:
|
161
|
-
|
162
|
-
* Extended documentation for Mock#expect for multiple calls to mock object. (insti)
|
163
|
-
|
164
|
-
* 2 bug fixes:
|
165
|
-
|
166
|
-
* Finished off missing doco.
|
167
|
-
* Fixed verbose output on parallelize_me! classes. (chanks)
|
168
|
-
|
169
|
-
=== 5.10.2 / 2017-05-09
|
170
|
-
|
171
|
-
* 1 minor enhancement:
|
172
|
-
|
173
|
-
* Added suggestion in minitest/hell to install minitest/proveit.
|
174
|
-
|
175
|
-
* 7 bug fixes:
|
176
|
-
|
177
|
-
* Expand MT6 to Minitest 6. (xaviershay)
|
178
|
-
* Fixed location of assert_send deprecation. (rab)
|
179
|
-
* Fixed location of nil assert_equal deprecation to work with expectations. (jeremyevans)
|
180
|
-
* Fixed minitest/hell to use parallelize_me! (azul)
|
181
|
-
* Made deprecation use warn so -W0 will silence it.
|
182
|
-
* Workaround for rdoc nodoc generation bug that totally f'd up minitest doco. (Paxa)
|
183
|
-
* Write aggregated_results directly to the IO object to avoid mixed encoding errors. (tenderlove)
|
184
|
-
|
185
|
-
=== 5.10.1 / 2016-12-01
|
186
|
-
|
187
|
-
* 1 bug fix:
|
188
|
-
|
189
|
-
* Added a hack/kludge to deal with missing #prerecord on reporters that aren't properly subclassing AbstractReporter (I'm looking at you minitest-reporters)
|
190
|
-
|
191
|
-
=== 5.10.0 / 2016-11-30
|
192
|
-
|
193
|
-
* 1 major enhancement:
|
194
|
-
|
195
|
-
* Deprecated ruby 1.8, 1.9, possibly 2.0, assert_send, & old MiniTest namespace.
|
196
|
-
|
197
|
-
* 3 minor enhancements:
|
198
|
-
|
199
|
-
* Warn if assert_equal expects a nil. This will fail in minitest 6+. (tenderlove)
|
200
|
-
* Added AbstractReporter#prerecord and extended ProgressReporter and CompositeReporter to use it.
|
201
|
-
* Minor optimization: remove runnables with no runnable methods before run.
|
202
|
-
|
203
|
-
* 3 bug fixes:
|
204
|
-
|
205
|
-
* Fix assert_throw rescuing any NameError and ArgumentError. (waldyr)
|
206
|
-
* Clean up (most of the) last remaining vestiges of minitest/unit.
|
207
|
-
* 2.4: removed deprecation warnings when referring to Fixnum.
|
208
|
-
|
209
|
-
=== 5.9.1 / 2016-09-25
|
210
|
-
|
211
|
-
* 2 bug fixes:
|
212
|
-
|
213
|
-
* Re-release to refresh gem certificate signing. ugh.
|
214
|
-
* Fixed hoe/minitest to not augment load path if we're actually testing minitest.
|
215
|
-
|
216
|
-
=== 5.9.0 / 2016-05-16
|
217
|
-
|
218
|
-
* 8 minor enhancements:
|
219
|
-
|
220
|
-
* Added Minitest.info_signal accessors to customize signal for test run info. (nate)
|
221
|
-
* Added assert_mock to make it more clear that you're testing w/ them.
|
222
|
-
* Added negative filter by test name. (utilum)
|
223
|
-
* Added warning to README that 1.8 and 1.9 support will be dropped in minitest 6.
|
224
|
-
* Automatically activate minitest/hell if $MT_HELL is defined.
|
225
|
-
* Improved default error messages for assert and refute. (bhenderson)
|
226
|
-
* minitest/hell now tries to require minitest/proveit
|
227
|
-
* mu_pp for strings prints out non-standard encodings to improve assert_equal diffs.
|
228
|
-
|
229
|
-
* 1 bug fix:
|
230
|
-
|
231
|
-
* Removed Interrupt from PASSTHROUGH_EXCEPTIONS (already handled). (waldyr)
|
232
|
-
|
233
|
-
=== 5.8.5 / 2016-09-25
|
234
|
-
|
235
|
-
* 2 bug fixes:
|
236
|
-
|
237
|
-
* Re-release to refresh gem certificate signing. ugh.
|
238
|
-
* Fixed hoe/minitest to not augment load path if we're actually testing minitest.
|
239
|
-
|
240
|
-
=== 5.8.4 / 2016-01-21
|
241
|
-
|
242
|
-
* 1 bug fix:
|
243
|
-
|
244
|
-
* Allow Minitest::Assertion to pass through assert_raises so inner failures are dealt with first.
|
245
|
-
|
246
|
-
=== 5.8.3 / 2015-11-17
|
247
|
-
|
248
|
-
* 1 minor enhancement:
|
249
|
-
|
250
|
-
* Added extra note about mocks and threads to readme. (zamith)
|
251
|
-
|
252
|
-
* 1 bug fix:
|
253
|
-
|
254
|
-
* Fixed bug in Mock#verify. (pithub/zamith)
|
255
|
-
|
256
|
-
=== 5.8.2 / 2015-10-26
|
257
|
-
|
258
|
-
* 1 bug fix:
|
259
|
-
|
260
|
-
* Fixed using parallelize_me! and capture_io (or any locking io). (arlt/tenderlove)
|
261
|
-
|
262
|
-
=== 5.8.1 / 2015-09-23
|
263
|
-
|
264
|
-
* 1 minor enhancement:
|
265
|
-
|
266
|
-
* Refactor assert_raises to be cleaner and to pass SystemExit and SignalException. (bhenderson)
|
267
|
-
|
268
|
-
=== 5.8.0 / 2015-08-06
|
269
|
-
|
270
|
-
* 2 minor enhancements:
|
271
|
-
|
272
|
-
* Add optional delegation mechanism to extend object with a mock. (zamith)
|
273
|
-
* Return early if there are no filtered methods. (jeremyevans)
|
274
|
-
|
275
|
-
* 1 bug fix:
|
276
|
-
|
277
|
-
* Don't extend io with pride if io is not a tty. (toy)
|
278
|
-
|
279
|
-
=== 5.7.0 / 2015-05-27
|
280
|
-
|
281
|
-
* 1 major enhancement:
|
282
|
-
|
283
|
-
* assert_raises now matches subclasses of the expected exception types. (jeremyevans)
|
284
|
-
|
285
|
-
* 3 minor enhancements:
|
286
|
-
|
287
|
-
* Added :block type for minitest/spec's #infect_an_assertion. (jeremyevans)
|
288
|
-
* Inline verification error messages in minitest/mock for GC performance. (zamith)
|
289
|
-
* assert_raises defaults to RuntimeError if not specified. (jeremyevans)
|
290
|
-
|
291
|
-
* 4 bug fixes:
|
292
|
-
|
293
|
-
* Added 'class' to minitest/mock's overridden_methods list. (zamith)
|
294
|
-
* Added file/line to infect_an_assertion's class_eval call. (jeremyevans)
|
295
|
-
* Cleared UnexpectedError's mesg w/ generic string.
|
296
|
-
* Fixed non-proc-oriented expectations when used on proc target. (jeremyevans)
|
297
|
-
|
298
|
-
=== 5.6.1 / 2015-04-27
|
299
|
-
|
300
|
-
* 2 bug fixes:
|
301
|
-
|
302
|
-
* Added Minitest.clock_time and switched all Time.now to it. (tenderlove)
|
303
|
-
* Moved Minitest::Expectations#_ into Minitest::Spec::DSL.
|
304
|
-
|
305
|
-
=== 5.6.0 / 2015-04-13
|
306
|
-
|
307
|
-
* 4 major enhancements:
|
308
|
-
|
309
|
-
* Added Minitest::Expectation value monad.
|
310
|
-
* Added Minitest::Expectations#_ that returns an Expectation. Aliased to value.
|
311
|
-
* All expectations are added to Minitest::Expectation.
|
312
|
-
* At some point, the methods on Object will be deprecated and then removed.
|
313
|
-
|
314
|
-
* 4 minor enhancements:
|
315
|
-
|
316
|
-
* Added a note about bundle exec pitfall in ruby 2.2+. (searls)
|
317
|
-
* Lazily start the parallel executor. (tenderlove)
|
318
|
-
* Make mocks more debugger-friendly (edward)
|
319
|
-
* Print out the current test run on interrupt. (riffraff)
|
320
|
-
|
321
|
-
* 3 bug fixes:
|
322
|
-
|
323
|
-
* Fix failing test under Windows. (kimhmadsen)
|
324
|
-
* Record mocked calls before they happen so mocks can raise exceptions easier (tho I'm not a fan). (corecode)
|
325
|
-
* Tried to clarify mocks vs stubs terminology better. (kkirsche)
|
326
|
-
|
327
|
-
=== 5.5.1 / 2015-01-09
|
328
|
-
|
329
|
-
* 1 bug fix:
|
330
|
-
|
331
|
-
* Fixed doco problems. (zzak)
|
332
|
-
|
333
|
-
=== 5.5.0 / 2014-12-12 // mri 2.2.0 (as a real gem)
|
334
|
-
|
335
|
-
* 1 minor enhancement:
|
336
|
-
|
337
|
-
* Allow seed to be given via ENV for rake test loader sadness: eg rake SEED=42.
|
338
|
-
|
339
|
-
=== 5.4.3 / 2014-11-11
|
340
|
-
|
341
|
-
* 2 bug fixes:
|
342
|
-
|
343
|
-
* Clarified requirements for ruby are now 1.8.7 or better.
|
344
|
-
* Force encode error output in case mal-encoded exception is raised. (jasonrclark)
|
345
|
-
|
346
|
-
=== 5.4.2 / 2014-09-26
|
347
|
-
|
348
|
-
* 2 minor enhancements:
|
349
|
-
|
350
|
-
* Extract teardown method list.
|
351
|
-
* Thanks to minitest-gcstats got a 5-10% speedup via reduced GC!
|
352
|
-
|
353
|
-
=== 5.4.1 / 2014-08-28
|
354
|
-
|
355
|
-
* 1 bug fix:
|
356
|
-
|
357
|
-
* Fixed specs hidden by nesting/ordering bug (blowmage/apotonick)
|
358
|
-
|
359
|
-
=== 5.4.0 / 2014-07-07
|
360
|
-
|
361
|
-
* 2 minor enhancements:
|
362
|
-
|
363
|
-
* Kernel#describe extended to splat additional_desc.
|
364
|
-
* Spec#spec_type extended to take a splat of additional items, passed to matcher procs.
|
365
|
-
|
366
|
-
* 1 bug fix:
|
367
|
-
|
368
|
-
* minitest/spec should require minitest/test, not minitest/unit. (doudou)
|
369
|
-
|
370
|
-
=== 5.3.5 / 2014-06-17
|
371
|
-
|
372
|
-
* 1 minor enhancement:
|
373
|
-
|
374
|
-
* Spit and polish (mostly spit).
|
375
|
-
|
376
|
-
=== 5.3.4 / 2014-05-15
|
377
|
-
|
378
|
-
* 1 minor enhancement:
|
379
|
-
|
380
|
-
* Test classes are randomized before running. (judofyr)
|
381
|
-
|
382
|
-
=== 5.3.3 / 2014-04-14
|
383
|
-
|
384
|
-
* 1 bug fix:
|
385
|
-
|
386
|
-
* Fixed using expectations w/ DSL in Test class w/o describe. (blowmage+others)
|
387
|
-
|
388
|
-
=== 5.3.2 / 2014-04-02
|
389
|
-
|
390
|
-
* 1 bug fix:
|
391
|
-
|
392
|
-
* Fixed doco on Assertions.assertions. (xaviershay)
|
393
|
-
|
394
|
-
=== 5.3.1 / 2014-03-14
|
395
|
-
|
396
|
-
* 1 minor enhancement:
|
397
|
-
|
398
|
-
* Modified verbage on bad 'let' names to be more helpful. (Archytaus)
|
399
|
-
|
400
|
-
* 1 bug fix:
|
401
|
-
|
402
|
-
* Fixed 2 cases still using MiniTest. (mikesea)
|
403
|
-
|
404
|
-
=== 5.3.0 / 2014-02-25
|
405
|
-
|
406
|
-
* 1 minor enhancement:
|
407
|
-
|
408
|
-
* Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!!
|
409
|
-
|
410
|
-
=== 5.2.3 / 2014-02-10
|
411
|
-
|
412
|
-
* 1 bug fix:
|
413
|
-
|
414
|
-
* Fixed Spec#let check to allow overriding of other lets. (mvz)
|
415
|
-
|
416
|
-
=== 5.2.2 / 2014-01-22
|
417
|
-
|
418
|
-
* 1 minor enhancement:
|
419
|
-
|
420
|
-
* Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr)
|
421
|
-
|
422
|
-
* 1 bug fix:
|
423
|
-
|
424
|
-
* Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)
|
425
|
-
|
426
|
-
=== 5.2.1 / 2014-01-07
|
427
|
-
|
428
|
-
* 1 bug fix:
|
429
|
-
|
430
|
-
* Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)
|
431
|
-
|
432
|
-
=== 5.2.0 / 2013-12-13
|
433
|
-
|
434
|
-
* 1 minor enhancement:
|
435
|
-
|
436
|
-
* Change expectations to allow calling most on procs (but not calling the proc). (bhenderson+others)
|
437
|
-
|
438
|
-
=== 5.1.0 / 2013-12-05
|
439
|
-
|
440
|
-
* 1 minor enhancement:
|
441
|
-
|
442
|
-
* Use a Queue for scheduling parallel tests. (tenderlove)
|
443
|
-
|
444
|
-
* 1 bug fix:
|
445
|
-
|
446
|
-
* Fixed misspelling in doco. (amatsuda)
|
447
|
-
|
448
|
-
=== 5.0.8 / 2013-09-20
|
449
|
-
|
450
|
-
* 1 bug fix:
|
451
|
-
|
452
|
-
* Fixed siginfo handler by rearranging reporters and fixing to_s. (tenderlove)
|
453
|
-
|
454
|
-
=== 5.0.7 / 2013-09-05
|
455
|
-
|
456
|
-
* 2 minor enhancements:
|
457
|
-
|
458
|
-
* Added clarification about the use of thread local variables in expectations. (jemc)
|
459
|
-
* Added extra message about skipped tests, if any. Disable globally with $MT_NO_SKIP_MSG.
|
460
|
-
|
461
|
-
* 2 bug fixes:
|
462
|
-
|
463
|
-
* Only require minitest, not minitest/autorun in pride_plugin. (judofyr)
|
464
|
-
* Require rubygems in load_plugins in case you're not using minitest/autorun.
|
465
|
-
|
466
|
-
=== 5.0.6 / 2013-06-28
|
467
|
-
|
468
|
-
* 3 minor enhancements:
|
469
|
-
|
470
|
-
* Allow stub to pass args to blocks. (swindsor)
|
471
|
-
* Improved warning message about minitest/autorun to address 1.9's minitest/autorun.
|
472
|
-
* Made minitest/test require minitest as needed. For lib writers. (erikh)
|
473
|
-
|
474
|
-
* 1 bug fix:
|
475
|
-
|
476
|
-
* Fixed missing require in minitest/test. (erikh)
|
477
|
-
|
478
|
-
=== 4.7.5 / 2013-06-21 // mri 2.1.1
|
479
|
-
|
480
|
-
* 2 bug fixes:
|
481
|
-
|
482
|
-
* Fix Spec#describe_stack to be thread local.
|
483
|
-
* Fix multithreaded test failures by defining Time local to mock test namespace
|
484
|
-
|
485
|
-
=== 5.0.5 / 2013-06-20
|
486
|
-
|
487
|
-
* 6 bug fixes:
|
488
|
-
|
489
|
-
* DOH! Fixed the rest of the new casing on Minitest. (splattael)
|
490
|
-
* Fixed typo on minitest/mock rdoc. (mrgilman/guiceolin)
|
491
|
-
* Make Spec::DSL.describe_stack thread local to avoid failing on my own tests.
|
492
|
-
* Make a fake Time.now local to the tests so they won't interfere with real reporter timings.
|
493
|
-
* Make everything mockable by wrapping all 'special' methods in a smarter wrapper. (bestie)
|
494
|
-
* Raise ArgumentError if let name starts with 'test'. (johnmaxwell)
|
495
|
-
|
496
|
-
=== 5.0.4 / 2013-06-07
|
497
|
-
|
498
|
-
* 5 minor enhancements:
|
499
|
-
|
500
|
-
* Added AbstractReporter, defining required Reporter API to quack properly.
|
501
|
-
* Added doco for writing reporters.
|
502
|
-
* Refactored Reporter into ProgressReporter and SummaryReporter. (idea: phiggins, code:me+scotch)
|
503
|
-
* Refactored SummaryReporter pushing up to StatisticsReporter. (phiggins)
|
504
|
-
* Removed Reporter#run_and_report... cleaner, but doesn't "fit" in the API.
|
505
|
-
|
506
|
-
=== 5.0.3 / 2013-05-29
|
507
|
-
|
508
|
-
* 4 minor enhancements:
|
509
|
-
|
510
|
-
* Added Runnable.with_info_handler and Runnable.on_signal.
|
511
|
-
* Moved io.sync restore to Reporter#run_and_report.
|
512
|
-
* Refactored inner loop of Reporter#report to #to_s. Callable for status updates.
|
513
|
-
* Restored MT4's mid-run report (^t). (tenderlove).
|
514
|
-
|
515
|
-
=== 5.0.2 / 2013-05-20
|
516
|
-
|
517
|
-
* 3 bug fixes:
|
518
|
-
|
519
|
-
* Gem.find_files is smarter than I remember... cause I wrote it that way. *sigh* I'm getting old.
|
520
|
-
* Pride wasn't doing puts through its #io. (tmiller/tenderlove)
|
521
|
-
* Replaced Runnable#dup and Test#dup with marshal_dump/load. Too many problems cropping up on untested rails code. (tenderlove/rubys)
|
522
|
-
|
523
|
-
=== 5.0.1 / 2013-05-14
|
524
|
-
|
525
|
-
* 2 bug fixes:
|
526
|
-
|
527
|
-
* Documented Assertions' need for @assertions to be defined by the includer.
|
528
|
-
* Only load one plugin version per name. Tries for latest.
|
529
|
-
|
530
|
-
=== 5.0.0 / 2013-05-10
|
531
|
-
|
532
|
-
Oh god... here we go...
|
533
|
-
|
534
|
-
Minitest 5:
|
535
|
-
|
536
|
-
* 4 deaths in the family:
|
537
|
-
|
538
|
-
* MiniTest.runner is dead. No more manager objects.
|
539
|
-
* MiniTest::Unit#record is dead. Use a Reporter instance instead.
|
540
|
-
* MiniTest::Unit._run_* is dead. Runnable things are responsible for their own runs.
|
541
|
-
* MiniTest::Unit.output is dead. No more centralized IO.
|
542
|
-
|
543
|
-
* 12 major (oft incompatible) changes:
|
544
|
-
|
545
|
-
* Renamed MiniTest to Minitest. Your pinkies will thank me. (aliased to MiniTest)
|
546
|
-
* Removed MiniTest::Unit entirely. No more manager objects.
|
547
|
-
* Added Minitest::Runnable. Everything minitest can run subclasses this.
|
548
|
-
* Renamed MiniTest::Unit::TestCase to Minitest::Test (subclassing Runnable).
|
549
|
-
* Added Minitest::Benchmark.
|
550
|
-
* Your benchmarks need to move to their own subclass.
|
551
|
-
* Benchmarks using the spec DSL have to have "Bench" somewhere in their describe.
|
552
|
-
* MiniTest::Unit.after_tests moved to Minitest.after_tests
|
553
|
-
* MiniTest::Unit.autorun is now Minitest.autorun. Just require minitest/autorun pls.
|
554
|
-
* Removed ParallelEach#grep since it isn't used anywhere.
|
555
|
-
* Renamed Runnable#__name__ to Runnable#name (but uses @NAME internally).
|
556
|
-
* Runnable#run needs to return self. Allows for swapping of results as needed.
|
557
|
-
|
558
|
-
* 8 minor moves:
|
559
|
-
|
560
|
-
* Moved Assertions module to minitest/assertions.rb
|
561
|
-
* Moved Expectations module to minitest/expectations.rb
|
562
|
-
* Moved Test to minitest/test.rb
|
563
|
-
* Moved everything else in minitest/unit.rb to minitest.rb
|
564
|
-
* minitest/unit.rb is now just a small (user-test only) compatibility layer.
|
565
|
-
* Moved most of minitest/pride into minitest/pride_plugin.
|
566
|
-
* minitest/pride now just activates pride.
|
567
|
-
* Moved ParallelEach under Minitest.
|
568
|
-
|
569
|
-
* 9 additions:
|
570
|
-
|
571
|
-
* Added a plugin system that can extend command-line options.
|
572
|
-
* Added Minitest.extensions.
|
573
|
-
* Added Minitest.reporter (only available during startup).
|
574
|
-
* Added Minitest.run(args). This is the very top of any Minitest run.
|
575
|
-
* Added Minitest::Reporter. Everything minitest can report goes through here.
|
576
|
-
* Minitest.reporter is a composite so you can add your own.
|
577
|
-
* Added Minitest::CompositeReporter. Much easier to extend with your own reporters.
|
578
|
-
* Added UnexpectedError, an Assertion subclass, to wrap up errors.
|
579
|
-
* Minitest::Test#run is now freakin' beautiful. 47 -> 17 loc
|
580
|
-
|
581
|
-
* 11 other:
|
582
|
-
|
583
|
-
* Removed Object.infect_with_assertions (it was already dead code).
|
584
|
-
* Runnables are responsible for knowing their result_code (eg "." or "F").
|
585
|
-
* Minitest.autorun now returns boolean, not exit code.
|
586
|
-
* Added FAQ entry for extending via modules. (phiggins)
|
587
|
-
* Implement Runnable#dup to cleanse state back to test results. Helps with serialization. pair:tenderlove
|
588
|
-
* Moved ParallelEach under Minitest.
|
589
|
-
* Runnable#run needs to return self. Allows for swapping of results as needed.
|
590
|
-
* Minitest.init_plugins passes down options.
|
591
|
-
* Minitest.load_plugins only loads once.
|
592
|
-
* Fixed minitest/pride to work with rake test loader again. (tmiller)
|
593
|
-
* Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb)
|
594
|
-
|
595
|
-
* 5 voodoo:
|
596
|
-
|
597
|
-
* Removed mutex from minitest.rb (phiggins)
|
598
|
-
* Removed mutex from test.rb (phiggins)
|
599
|
-
* Removed Minitest::Reporter.synchronize (phiggins)
|
600
|
-
* Removed Minitest::Test.synchronize (phiggins)
|
601
|
-
* Upon loading minitest/parallel_each, record, capture_io and capture_subprocess_io are doped with synchronization code. (phiggins)
|
602
|
-
|
603
|
-
=== 4.7.4 / 2013-05-01
|
604
|
-
|
605
|
-
This is probably the last release of the 4.x series. It will be merged
|
606
|
-
to ruby and will be put into maintenance mode there.
|
607
|
-
|
608
|
-
I'm not set in stone on this, but at this point further development of
|
609
|
-
minitest (5+) will be gem-only. It is just too hard to work w/in
|
610
|
-
ruby-core w/ test-unit compatibility holding minitest development
|
611
|
-
back.
|
612
|
-
|
613
|
-
* 2 minor enhancements:
|
614
|
-
|
615
|
-
* Added count/size to ParallelEach to fix use w/in stdlib's test/unit. :( (btaitelb)
|
616
|
-
* Allow disabling of info_signal handler in runner. (erikh)
|
617
|
-
|
618
|
-
=== 4.7.3 / 2013-04-20
|
619
|
-
|
620
|
-
* 1 bug fix:
|
621
|
-
|
622
|
-
* Reverted stubbing of module methods change. Stub the user, not the impl. (ab9/tyabe)
|
623
|
-
|
624
|
-
=== 4.7.2 / 2013-04-18
|
625
|
-
|
626
|
-
* 2 bug fixes:
|
627
|
-
|
628
|
-
* Fixed inconsistency in refute_in_delta/epsilon. I double negatived my logic. (nettsundere)
|
629
|
-
* Fixed stubbing of module methods (eg Kernel#sleep). (steveklabnik)
|
630
|
-
|
631
|
-
=== 4.7.1 / 2013-04-09
|
632
|
-
|
633
|
-
* 1 minor enhancement:
|
634
|
-
|
635
|
-
* Added FAQ section to README
|
636
|
-
|
637
|
-
* 1 bug fix:
|
638
|
-
|
639
|
-
* Fixed bug where guard runs tests bypassing minitest/autorun and an ivar isn't set right. (darrencauthon)
|
640
|
-
|
641
|
-
=== 4.7.0 / 2013-03-18
|
642
|
-
|
643
|
-
* 1 major enhancement:
|
644
|
-
|
645
|
-
* Refactored MiniTest::Spec into MiniTest::Spec::DSL.
|
646
|
-
|
647
|
-
* 1 bug fix:
|
648
|
-
|
649
|
-
* Removed $DEBUG handler that detected when test/unit and minitest were both loaded. (tenderlove)
|
650
|
-
|
651
|
-
=== 4.6.2 / 2013-02-27
|
652
|
-
|
653
|
-
* 1 minor enhancement:
|
654
|
-
|
655
|
-
* Change error output to match Class#method, making it easier to use -n filter.
|
656
|
-
|
657
|
-
=== 4.6.1 / 2013-02-14
|
658
|
-
|
659
|
-
* 1 bug fix:
|
660
|
-
|
661
|
-
* Fixed an option processing bug caused by test/unit's irresponsibly convoluted code. (floehopper)
|
662
|
-
|
663
|
-
=== 4.6.0 / 2013-02-07
|
664
|
-
|
665
|
-
* 3 major enhancements:
|
666
|
-
|
667
|
-
* Removed ::reset_setup_teardown_hooks
|
668
|
-
* Removed the long deprecated assert_block
|
669
|
-
* Removed the long deprecated lifecycle hooks: add_(setup|teardown)_hook
|
670
|
-
|
671
|
-
* 1 minor enhancement:
|
672
|
-
|
673
|
-
* Allow filtering tests by suite name as well as test name. (lazyatom)
|
674
|
-
|
675
|
-
* 2 bug fixes:
|
676
|
-
|
677
|
-
* Made hex handling (eg object_ids) in mu_pp_for_diff more specific. (maxim)
|
678
|
-
* nodoc top-level module. (zzak)
|
679
|
-
|
680
|
-
=== 4.5.0 / 2013-01-22
|
681
|
-
|
682
|
-
* 1 major enhancement:
|
683
|
-
|
684
|
-
* Rearranged minitest/unit.rb so NO parallelization code is loaded/used until you opt-in.
|
685
|
-
|
686
|
-
* 4 minor enhancements:
|
687
|
-
|
688
|
-
* Added TestCase#skipped? for teardown guards
|
689
|
-
* Added maglev? guard
|
690
|
-
* Document that record can be sent twice if teardown fails or errors (randycoulman)
|
691
|
-
* Errors in teardown are now recorded. (randycoulman)
|
692
|
-
|
693
|
-
* 3 bug fixes:
|
694
|
-
|
695
|
-
* Added hacks and skips to get clean test runs on maglev
|
696
|
-
* Modified float tests for maglev float output differences. Not sure this is right. Not sure I care.
|
697
|
-
* Test for existance of diff.exe instead of assuming they have devkit. (blowmage/Cumbayah)
|
698
|
-
|
699
|
-
=== 4.4.0 / 2013-01-07
|
700
|
-
|
701
|
-
* 3 minor enhancements:
|
702
|
-
|
703
|
-
* Added fit_logarithic and assert_performance_logarithmic. (ktheory)
|
704
|
-
* Merge processed options so others can mess with defaults. (tenderlove)
|
705
|
-
* TestCase#message can now take another proc to defer custom message cost. (ordinaryzelig/bhenderson)
|
706
|
-
|
707
|
-
* 1 bug fix:
|
708
|
-
|
709
|
-
* TestCase#passed? now true if test is skipped. (qanhd)
|
710
|
-
|
711
|
-
=== 4.3.3 / 2012-12-06
|
712
|
-
|
713
|
-
* 1 bug fix:
|
714
|
-
|
715
|
-
* Updated information about stubbing. (daviddavis)
|
716
|
-
|
717
|
-
=== 4.3.2 / 2012-11-27 // mri 2.0.0
|
718
|
-
|
719
|
-
* 1 minor enhancement:
|
720
|
-
|
721
|
-
* Improved assert_equals error message to point you at #== of member objects. (kcurtin)
|
722
|
-
|
723
|
-
=== 4.3.1 / 2012-11-23
|
724
|
-
|
725
|
-
* 1 bug fix:
|
726
|
-
|
727
|
-
* Moved test_children to serial testcase to prevent random failures.
|
728
|
-
|
729
|
-
=== 4.3.0 / 2012-11-17
|
730
|
-
|
731
|
-
* 4 minor enhancements:
|
732
|
-
|
733
|
-
* Allow #autorun to run even if loaded with other test libs that call exit. (sunaku)
|
734
|
-
* Do not include Expectations in Object if $MT_NO_EXPECTATIONS is set (experimental?)
|
735
|
-
* Gave some much needed love to assert_raises.
|
736
|
-
* Mock#expect can take a block to custom-validate args. (gmoothart)
|
737
|
-
|
738
|
-
=== 4.2.0 / 2012-11-02
|
739
|
-
|
740
|
-
* 4 major enhancements:
|
741
|
-
|
742
|
-
* Added minitest/hell - run all your tests through the ringer!
|
743
|
-
* Added support for :parallel test_order to run test cases in parallel.
|
744
|
-
* Removed last_error and refactored runner code to be threadsafe.
|
745
|
-
* _run_suites now runs suites in parallel if they opt-in.
|
746
|
-
|
747
|
-
* 4 minor enhancements:
|
748
|
-
|
749
|
-
* Added TestCase#synchronize
|
750
|
-
* Added TestCase.make_my_diffs_pretty!
|
751
|
-
* Added TestCase.parallelize_me!
|
752
|
-
* Lock on capture_io for thread safety (tenderlove)
|
753
|
-
|
754
|
-
=== 4.1.0 / 2012-10-05
|
755
|
-
|
756
|
-
* 2 minor enhancements:
|
757
|
-
|
758
|
-
* Added skip example to readme. (dissolved)
|
759
|
-
* Extracted backtrace filter to object. (tenderlove)
|
760
|
-
|
761
|
-
* 1 bug fix:
|
762
|
-
|
763
|
-
* OMG I'm so dumb. Fixed access to deprecated hook class methods. I hate ruby modules. (route)
|
764
|
-
|
765
|
-
=== 4.0.0 / 2012-09-28
|
766
|
-
|
767
|
-
* 1 major enhancement:
|
768
|
-
|
769
|
-
* The names of a privately-used undocumented constants are Super Important™.
|
770
|
-
|
771
|
-
* 1 minor enhancement:
|
772
|
-
|
773
|
-
* Support stubbing methods that would be handled via method_missing. (jhsu)
|
774
|
-
|
775
|
-
* 3 bug fixes:
|
776
|
-
|
777
|
-
* Add include_private param to MiniTest::Mock#respond_to? (rf-)
|
778
|
-
* Fixed use of minitest/pride with --help. (zw963)
|
779
|
-
* Made 'No visible difference.' message more clear. (ckrailo)
|
780
|
-
|
781
|
-
=== 3.5.0 / 2012-09-21
|
782
|
-
|
783
|
-
* 1 minor enhancement:
|
784
|
-
|
785
|
-
* Added #capture_subprocess_io. (route)
|
786
|
-
|
787
|
-
=== 3.4.0 / 2012-09-05
|
788
|
-
|
789
|
-
* 2 minor enhancements:
|
790
|
-
|
791
|
-
* assert_output can now take regexps for expected values. (suggested by stomar)
|
792
|
-
* Clarified that ruby 1.9/2.0's phony gems cause serious confusion for rubygems.
|
793
|
-
|
794
|
-
=== 3.3.0 / 2012-07-26
|
795
|
-
|
796
|
-
* 1 major enhancement:
|
797
|
-
|
798
|
-
* Deprecated add_(setup|teardown)_hook in favor of (before|after)_(setup|teardown) [2013-01-01]
|
799
|
-
|
800
|
-
* 4 minor enhancements:
|
801
|
-
|
802
|
-
* Refactored deprecated hook system into a module.
|
803
|
-
* Refactored lifecycle hooks into a module.
|
804
|
-
* Removed after_setup/before_teardown + run_X_hooks from Spec.
|
805
|
-
* Spec#before/after now do a simple define_method and call super. DUR.
|
806
|
-
|
807
|
-
* 2 bug fixes:
|
808
|
-
|
809
|
-
* Fixed #passed? when used against a test that called flunk. (floehopper)
|
810
|
-
* Fixed rdoc bug preventing doco for some expectations. (stomar).
|
811
|
-
|
812
|
-
=== 3.2.0 / 2012-06-26
|
813
|
-
|
814
|
-
* 1 minor enhancement:
|
815
|
-
|
816
|
-
* Stubs now yield self. (peterhellberg)
|
817
|
-
|
818
|
-
* 1 bug fix:
|
819
|
-
|
820
|
-
* Fixed verbose test that only fails when run in verbose mode. mmmm irony.
|
821
|
-
|
822
|
-
=== 3.1.0 / 2012-06-13
|
823
|
-
|
824
|
-
* 2 minor enhancements:
|
825
|
-
|
826
|
-
* Removed LONG deprecated Unit.out accessor
|
827
|
-
* Removed generated method name munging from minitest/spec. (ordinaryzelig/tenderlove)
|
828
|
-
|
829
|
-
=== 3.0.1 / 2012-05-24
|
830
|
-
|
831
|
-
* 1 bug fix:
|
832
|
-
|
833
|
-
* I'm a dumbass and refactored into Mock#call. Renamed to #__call so you can mock #call. (mschuerig)
|
834
|
-
|
835
|
-
=== 3.0.0 / 2012-05-08
|
836
|
-
|
837
|
-
* 3 major enhancements:
|
838
|
-
|
839
|
-
* Added Object#stub (in minitest/mock.rb).
|
840
|
-
* Mock#expect mocks are used in the order they're given.
|
841
|
-
* Mock#verify now strictly compares against expect calls.
|
842
|
-
|
843
|
-
* 3 minor enhancements:
|
844
|
-
|
845
|
-
* Added caller to deprecation message.
|
846
|
-
* Mock error messages are much prettier.
|
847
|
-
* Removed String check for RHS of assert/refute_match. This lets #to_str work properly.
|
848
|
-
|
849
|
-
* 1 bug fix:
|
850
|
-
|
851
|
-
* Support drive letter on Windows. Patch provided from MRI by Usaku NAKAMURA. (ayumin)
|
852
|
-
|
853
|
-
=== 2.12.1 / 2012-04-10
|
854
|
-
|
855
|
-
* 1 minor enhancement:
|
856
|
-
|
857
|
-
* Added ruby releases to History.txt to make it easier to see what you're missing
|
858
|
-
|
859
|
-
* 1 bug fix:
|
860
|
-
|
861
|
-
* Rolled my own deprecate msg to allow MT to work with rubygems < 1.7
|
862
|
-
|
863
|
-
=== 2.12.0 / 2012-04-03
|
864
|
-
|
865
|
-
* 4 minor enhancements:
|
866
|
-
|
867
|
-
* ::it returns test method name (wojtekmach)
|
868
|
-
* Added #record method to runner so runner subclasses can cleanly gather data.
|
869
|
-
* Added Minitest alias for MiniTest because even I forget.
|
870
|
-
* Deprecated assert_block!! Yay!!!
|
871
|
-
|
872
|
-
* 1 bug fix:
|
873
|
-
|
874
|
-
* Fixed warning in i_suck_and_my_tests_are_order_dependent! (phiggins)
|
875
|
-
|
876
|
-
=== 2.11.4 / 2012-03-20
|
877
|
-
|
878
|
-
* 2 minor enhancements:
|
879
|
-
|
880
|
-
* Updated known extensions
|
881
|
-
* You got your unicode in my tests! You got your tests in my unicode! (fl00r)
|
882
|
-
|
883
|
-
* 1 bug fix:
|
884
|
-
|
885
|
-
* Fixed MiniTest::Mock example in the readme. (conradwt)
|
886
|
-
|
887
|
-
=== 2.11.3 / 2012-02-29
|
888
|
-
|
889
|
-
* 2 bug fixes:
|
890
|
-
|
891
|
-
* Clarified that assert_raises returns the exception for further testing
|
892
|
-
* Fixed assert_in_epsilon when both args are negative. (tamc)
|
893
|
-
|
894
|
-
=== 2.11.2 / 2012-02-14
|
895
|
-
|
896
|
-
* 1 minor enhancement:
|
897
|
-
|
898
|
-
* Display failures/errors on SIGINFO. (tenderlove)
|
899
|
-
|
900
|
-
* 1 bug fix:
|
901
|
-
|
902
|
-
* Fixed MiniTest::Unit.after_tests for Ruby 1.9.3. (ysbaddaden)
|
903
|
-
|
904
|
-
=== 2.11.1 / 2012-02-01
|
905
|
-
|
906
|
-
* 3 bug fixes:
|
907
|
-
|
908
|
-
* Improved description for --name argument. (drd)
|
909
|
-
* Ensure Mock#expect's expected args is an Array. (mperham)
|
910
|
-
* Ensure Mock#verify verifies multiple expects of the same method. (chastell)
|
911
|
-
|
912
|
-
=== 2.11.0 / 2012-01-25
|
913
|
-
|
914
|
-
* 2 minor enhancements:
|
915
|
-
|
916
|
-
* Added before / after hooks for setup and teardown. (tenderlove)
|
917
|
-
* Pushed run_setup_hooks down to Spec. (tenderlove)
|
918
|
-
|
919
|
-
=== 2.10.1 / 2012-01-17
|
920
|
-
|
921
|
-
* 1 bug fix:
|
922
|
-
|
923
|
-
* Fixed stupid 1.9 path handling grumble grumble. (graaff)
|
924
|
-
|
925
|
-
=== 2.10.0 / 2011-12-20
|
926
|
-
|
927
|
-
* 3 minor enhancements:
|
928
|
-
|
929
|
-
* Added specs for must/wont be_empty/respond_to/be_kind_of and others.
|
930
|
-
* Added tests for assert/refute predicate.
|
931
|
-
* Split minitest/excludes.rb out to its own gem.
|
932
|
-
|
933
|
-
* 1 bug fix:
|
934
|
-
|
935
|
-
* Fixed must_be_empty and wont_be_empty argument handling. (mrsimo)
|
936
|
-
|
937
|
-
=== 2.9.1 / 2011-12-13
|
938
|
-
|
939
|
-
* 4 minor enhancements:
|
940
|
-
|
941
|
-
* Added a ton of tests on spec error message output.
|
942
|
-
* Cleaned up consistency of msg handling on unary expectations.
|
943
|
-
* Improved error messages on assert/refute_in_delta.
|
944
|
-
* infect_an_assertion no longer checks arity and better handles args.
|
945
|
-
|
946
|
-
* 1 bug fix:
|
947
|
-
|
948
|
-
* Fixed error message on specs when 2+ args and custom message provided. (chastell)
|
949
|
-
|
950
|
-
=== 2.9.0 / 2011-12-07
|
951
|
-
|
952
|
-
* 4 minor enhancements:
|
953
|
-
|
954
|
-
* Added TestCase.exclude and load_excludes for programmatic filtering of tests.
|
955
|
-
* Added guard methods so you can cleanly skip based on platform/impl
|
956
|
-
* Holy crap! 100% doco! `rdoc -C` ftw
|
957
|
-
* Switch assert_output to test stderr before stdout to possibly improve debugging
|
958
|
-
|
959
|
-
=== 2.8.1 / 2011-11-17
|
960
|
-
|
961
|
-
* 1 bug fix:
|
962
|
-
|
963
|
-
* Ugh. 1.9's test/unit violates my internals. Added const_missing.
|
964
|
-
|
965
|
-
=== 2.8.0 / 2011-11-08
|
966
|
-
|
967
|
-
* 2 minor enhancements:
|
968
|
-
|
969
|
-
* Add a method so that code can be run around a particular test case (tenderlove)
|
970
|
-
* Turn off backtrace filtering if we're running inside a ruby checkout. (drbrain)
|
971
|
-
|
972
|
-
* 2 bug fixes:
|
973
|
-
|
974
|
-
* Fixed 2 typos and 2 doc glitches. (splattael)
|
975
|
-
* Remove unused block arguments to avoid creating Proc objects. (k-tsj)
|
976
|
-
|
977
|
-
=== 2.7.0 / 2011-10-25
|
978
|
-
|
979
|
-
* 2 minor enhancements:
|
980
|
-
|
981
|
-
* Include failed values in the expected arg output in MockExpectationError. (nono)
|
982
|
-
* Make minitest/pride work with other 256 color capable terms. (sunaku)
|
983
|
-
|
984
|
-
* 2 bug fixes:
|
985
|
-
|
986
|
-
* Clarified the documentation of minitest/benchmark (eregon)
|
987
|
-
* Fixed using expectations in regular unit tests. (sunaku)
|
988
|
-
|
989
|
-
=== 2.6.2 / 2011-10-19
|
990
|
-
|
991
|
-
* 1 minor enhancement:
|
992
|
-
|
993
|
-
* Added link to vim bundle. (sunaku)
|
994
|
-
|
995
|
-
* 2 bug fixes:
|
996
|
-
|
997
|
-
* Force gem activation in hoe minitest plugin
|
998
|
-
* Support RUBY_VERSION='2.0.0' (nagachika)
|
999
|
-
|
1000
|
-
=== 2.6.1 / 2011-09-27
|
1001
|
-
|
1002
|
-
* 2 bug fixes:
|
1003
|
-
|
1004
|
-
* Alias Spec.name from Spec.to_s so it works when @name is nil (nathany)
|
1005
|
-
* Fixed assert and refute_operator where second object has a bad == method.
|
1006
|
-
|
1007
|
-
=== 2.6.0 / 2011-09-13
|
1008
|
-
|
1009
|
-
* 2 minor enhancements:
|
1010
|
-
|
1011
|
-
* Added specify alias for it and made desc optional.
|
1012
|
-
* Spec#must_be and #wont_be can be used with predicates (metaskills)
|
1013
|
-
|
1014
|
-
* 1 bug fix:
|
1015
|
-
|
1016
|
-
* Fixed Mock.respond_to?(var) to work with strings. (holli)
|
1017
|
-
|
1018
|
-
=== 2.5.1 / 2011-08-27 // ruby 1.9.3: p0, p125, p34579
|
1019
|
-
|
1020
|
-
* 2 minor enhancements:
|
1021
|
-
|
1022
|
-
* Added gem activation for minitest in minitest/autoload to help out 1.9 users
|
1023
|
-
* Extended Spec.register_spec_type to allow for procs instead of just regexps.
|
1024
|
-
|
1025
|
-
=== 2.5.0 / 2011-08-18
|
1026
|
-
|
1027
|
-
* 4 minor enhancements:
|
1028
|
-
|
1029
|
-
* Added 2 more arguments against rspec: let & subject in 9 loc! (emmanuel/luis)
|
1030
|
-
* Added TestCase.i_suck_and_my_tests_are_order_dependent!
|
1031
|
-
* Extended describe to take an optional method name (2 line change!). (emmanuel)
|
1032
|
-
* Refactored and extended minitest/pride to do full 256 color support. (lolcat)
|
1033
|
-
|
1034
|
-
* 1 bug fix:
|
1035
|
-
|
1036
|
-
* Doc fixes. (chastell)
|
1037
|
-
|
1038
|
-
=== 2.4.0 / 2011-08-09
|
1039
|
-
|
1040
|
-
* 4 minor enhancements:
|
1041
|
-
|
1042
|
-
* Added simple examples for all expectations.
|
1043
|
-
* Improved Mock error output when args mismatch.
|
1044
|
-
* Moved all expectations from Object to MiniTest::Expectations.
|
1045
|
-
* infect_with_assertions has been removed due to excessive clever
|
1046
|
-
|
1047
|
-
* 4 bug fixes:
|
1048
|
-
|
1049
|
-
* Fix Assertions#mu_pp to deal with immutable encoded strings. (ferrous26)
|
1050
|
-
* Fix minitest/pride for MacRuby (ferrous26)
|
1051
|
-
* Made error output less fancy so it is more readable
|
1052
|
-
* Mock shouldn't undef === and inspect. (dgraham)
|
1053
|
-
|
1054
|
-
=== 2.3.1 / 2011-06-22
|
1055
|
-
|
1056
|
-
* 1 bug fix:
|
1057
|
-
|
1058
|
-
* Fixed minitest hoe plugin to be a spermy dep and not depend on itself.
|
1059
|
-
|
1060
|
-
=== 2.3.0 / 2011-06-15
|
1061
|
-
|
1062
|
-
* 5 minor enhancements:
|
1063
|
-
|
1064
|
-
* Add setup and teardown hooks to MiniTest::TestCase. (phiggins)
|
1065
|
-
* Added nicer error messages for MiniTest::Mock. (phiggins)
|
1066
|
-
* Allow for less specific expected arguments in Mock. (bhenderson/phiggins)
|
1067
|
-
* Made MiniTest::Mock a blank slate. (phiggins)
|
1068
|
-
* Refactored minitest/spec to use the hooks instead of define_inheritable_method. (phiggins)
|
1069
|
-
|
1070
|
-
* 2 bug fixes:
|
1071
|
-
|
1072
|
-
* Fixed TestCase's inherited hook. (dchelimsky/phiggins/jamis, the 'good' neighbor)
|
1073
|
-
* MiniTest::Assertions#refute_empty should use mu_pp in the default message. (whatthejeff)
|
1074
|
-
|
1075
|
-
=== 2.2.2 / 2011-06-01
|
1076
|
-
|
1077
|
-
* 2 bug fixes:
|
1078
|
-
|
1079
|
-
* Got rid of the trailing period in message for assert_equal. (tenderlove)
|
1080
|
-
* Windows needs more flushing. (Akio Tajima)
|
1081
|
-
|
1082
|
-
=== 2.2.1 / 2011-05-31
|
1083
|
-
|
1084
|
-
* 1 bug fix:
|
1085
|
-
|
1086
|
-
* My _ONE_ non-rubygems-using minitest user goes to Seattle.rb!
|
1087
|
-
|
1088
|
-
=== 2.2.0 / 2011-05-29
|
1089
|
-
|
1090
|
-
* 6 minor enhancements:
|
1091
|
-
|
1092
|
-
* assert_equal (and must_equal) now tries to diff output where it makes sense.
|
1093
|
-
* Added Assertions#diff(exp, act) to be used by assert_equal.
|
1094
|
-
* Added Assertions#mu_pp_for_diff
|
1095
|
-
* Added Assertions.diff and diff=
|
1096
|
-
* Moved minitest hoe-plugin from hoe-seattlerb. (erikh)
|
1097
|
-
* Skipped tests only output details in verbose mode. (tenderlove+zenspider=xoxo)
|
1098
|
-
|
1099
|
-
=== 2.1.0 / 2011-04-11
|
1100
|
-
|
1101
|
-
* 5 minor enhancements:
|
1102
|
-
|
1103
|
-
* Added MiniTest::Spec.register_spec_type(matcher, klass) and spec_type(desc)
|
1104
|
-
* Added ability for specs to share code via subclassing of Spec. (metaskills)
|
1105
|
-
* Clarified (or tried to) bench_performance_linear's use of threshold.
|
1106
|
-
* MiniTest::Unit.runner=(runner) provides an easy way of creating custom test runners for specialized needs. (justinweiss)
|
1107
|
-
* Reverse order of inheritance in teardowns of specs. (deepfryed)
|
1108
|
-
|
1109
|
-
* 3 bug fixes:
|
1110
|
-
|
1111
|
-
* FINALLY fixed problems of inheriting specs in describe/it/describe scenario. (MGPalmer)
|
1112
|
-
* Fixed a new warning in 1.9.3.
|
1113
|
-
* Fixed assert_block's message handling. (nobu)
|
1114
|
-
|
1115
|
-
=== 2.0.2 / 2010-12-24
|
1116
|
-
|
1117
|
-
* 1 minor enhancement:
|
1118
|
-
|
1119
|
-
* Completed doco on minitest/benchmark for specs.
|
1120
|
-
|
1121
|
-
* 1 bug fix:
|
1122
|
-
|
1123
|
-
* Benchmarks in specs that didn't call bench_range would die. (zzak).
|
1124
|
-
|
1125
|
-
=== 2.0.1 / 2010-12-15
|
1126
|
-
|
1127
|
-
* 4 minor enhancements:
|
1128
|
-
|
1129
|
-
* Do not filter backtrace if $DEBUG
|
1130
|
-
* Exit autorun via nested at_exit handler, in case other libs call exit
|
1131
|
-
* Make options accesor lazy.
|
1132
|
-
* Split printing of test name and its time. (nurse)
|
1133
|
-
|
1134
|
-
* 1 bug fix:
|
1135
|
-
|
1136
|
-
* Fix bug when ^T is hit before runner start
|
1137
|
-
|
1138
|
-
=== 2.0.0 / 2010-11-11
|
1139
|
-
|
1140
|
-
* 3 major enhancements:
|
1141
|
-
|
1142
|
-
* Added minitest/benchmark! Assert your performance! YAY!
|
1143
|
-
* Refactored runner to allow for more extensibility. See minitest/benchmark.
|
1144
|
-
* This makes the runner backwards incompatible in some ways!
|
1145
|
-
|
1146
|
-
* 9 minor enhancements:
|
1147
|
-
|
1148
|
-
* Added MiniTest::Unit.after_tests { ... }
|
1149
|
-
* Improved output by adding test rates and a more sortable verbose format
|
1150
|
-
* Improved readme based on feedback from others
|
1151
|
-
* Added io method to TestCase. If used, it'll supplant '.EF' output.
|
1152
|
-
* Refactored IO in MiniTest::Unit.
|
1153
|
-
* Refactored _run_anything to _run_suite to make it easier to wrap (ngauthier)
|
1154
|
-
* Spec class names are now the unmunged descriptions (btakita)
|
1155
|
-
* YAY for not having redundant rdoc/readmes!
|
1156
|
-
* Help output is now generated from the flags you passed straight up.
|
1157
|
-
|
1158
|
-
* 4 bug fixes:
|
1159
|
-
|
1160
|
-
* Fixed scoping issue on minitest/mock (srbaker/prosperity)
|
1161
|
-
* Fixed some of the assertion default messages
|
1162
|
-
* Fixes autorun when on windows with ruby install on different drive (larsch)
|
1163
|
-
* Fixed rdoc output bug in spec.rb
|
1164
|
-
|
1165
|
-
=== 1.7.2 / 2010-09-23
|
1166
|
-
|
1167
|
-
* 3 bug fixes:
|
1168
|
-
|
1169
|
-
* Fixed doco for expectations and Spec.
|
1170
|
-
* Fixed test_capture_io on 1.9.3+ (sora_h)
|
1171
|
-
* assert_raises now lets MiniTest::Skip through. (shyouhei)
|
1172
|
-
|
1173
|
-
=== 1.7.1 / 2010-09-01
|
1174
|
-
|
1175
|
-
* 1 bug fix:
|
1176
|
-
|
1177
|
-
* 1.9.2 fixes for spec tests
|
1178
|
-
|
1179
|
-
=== 1.7.0 / 2010-07-15
|
1180
|
-
|
1181
|
-
* 5 minor enhancements:
|
1182
|
-
|
1183
|
-
* Added assert_output (mapped to must_output).
|
1184
|
-
* Added assert_silent (mapped to must_be_silent).
|
1185
|
-
* Added examples to readme (Mike Dalessio)
|
1186
|
-
* Added options output at the top of the run, for fatal run debugging (tenderlove)
|
1187
|
-
* Spec's describe method returns created class
|
1188
|
-
|
1189
|
-
=== 1.6.0 / 2010-03-27 // ruby 1.9.2-p290
|
1190
|
-
|
1191
|
-
* 10 minor enhancements:
|
1192
|
-
|
1193
|
-
* Added --seed argument so you can reproduce a random order for debugging.
|
1194
|
-
* Added documentation for assertions
|
1195
|
-
* Added more rdoc and tons of :nodoc:
|
1196
|
-
* Added output to give you all the options you need to reproduce that run.
|
1197
|
-
* Added proper argument parsing to minitest.
|
1198
|
-
* Added unique serial # to spec names so order can be preserved (needs tests). (phrogz)
|
1199
|
-
* Empty 'it' fails with default msg. (phrogz)
|
1200
|
-
* Remove previous method on expect to remove 1.9 warnings
|
1201
|
-
* Spec#it is now order-proof wrt subclasses/nested describes.
|
1202
|
-
* assert_same error message now reports in decimal, eg: oid=123. (mattkent)
|
1203
|
-
|
1204
|
-
* 2 bug fixes:
|
1205
|
-
|
1206
|
-
* Fixed message on refute_same to be consistent with assert_same.
|
1207
|
-
* Fixed method randomization to be stable for testing.
|
1208
|
-
|
1209
|
-
=== 1.5.0 / 2010-01-06
|
1210
|
-
|
1211
|
-
* 4 minor enhancements:
|
1212
|
-
|
1213
|
-
* Added ability to specify what assertions should have their args flipped.
|
1214
|
-
* Don't flip arguments on *include and *respond_to assertions.
|
1215
|
-
* Refactored Module.infect_an_assertion from Module.infect_with_assertions.
|
1216
|
-
* before/after :all now bitches and acts like :each
|
1217
|
-
|
1218
|
-
* 3 bug fixes:
|
1219
|
-
|
1220
|
-
* Nested describes now map to nested test classes to avoid namespace collision.
|
1221
|
-
* Using undef_method instead of remove_method to clean out inherited specs.
|
1222
|
-
* assert_raises was ignoring passed in message.
|
1223
|
-
|
1224
|
-
=== 1.4.2 / 2009-06-25
|
1225
|
-
|
1226
|
-
* 1 bug fix:
|
1227
|
-
|
1228
|
-
* Fixed info handler for systems that don't have siginfo.
|
1229
|
-
|
1230
|
-
=== 1.4.1 / 2009-06-23
|
1231
|
-
|
1232
|
-
* 1 major enhancement:
|
1233
|
-
|
1234
|
-
* Handle ^C and other fatal exceptions by failing
|
1235
|
-
|
1236
|
-
* 1 minor enhancement:
|
1237
|
-
|
1238
|
-
* Added something to catch mixed use of test/unit and minitest if $DEBUG
|
1239
|
-
|
1240
|
-
* 1 bug fix:
|
1241
|
-
|
1242
|
-
* Added SIGINFO handler for finding slow tests without verbose
|
1243
|
-
|
1244
|
-
=== 1.4.0 / 2009-06-18
|
1245
|
-
|
1246
|
-
* 5 minor enhancement:
|
1247
|
-
|
1248
|
-
* Added clarification doco.
|
1249
|
-
* Added specs and mocks to autorun.
|
1250
|
-
* Changed spec test class creation to be non-destructive.
|
1251
|
-
* Updated rakefile for new hoe capabilities.
|
1252
|
-
* describes are nestable (via subclass). before/after/def inherits, specs don't.
|
1253
|
-
|
1254
|
-
* 3 bug fixes:
|
1255
|
-
|
1256
|
-
* Fixed location on must/wont.
|
1257
|
-
* Switched to __name__ to avoid common ivar name.
|
1258
|
-
* Fixed indentation in test file (1.9).
|
1259
|
-
|
1260
|
-
=== 1.3.1 / 2009-01-20 // ruby 1.9.1-p431
|
1261
|
-
|
1262
|
-
* 1 minor enhancement:
|
1263
|
-
|
1264
|
-
* Added miniunit/autorun.rb as replacement for test/unit.rb's autorun.
|
1265
|
-
|
1266
|
-
* 16 bug fixes:
|
1267
|
-
|
1268
|
-
* 1.9 test fixes.
|
1269
|
-
* Bug fixes from nobu and akira for really odd scenarios. They run ruby funny.
|
1270
|
-
* Fixed (assert|refute)_match's argument order.
|
1271
|
-
* Fixed LocalJumpError in autorun if exception thrown before at_exit.
|
1272
|
-
* Fixed assert_in_delta (should be >=, not >).
|
1273
|
-
* Fixed assert_raises to match Modules.
|
1274
|
-
* Fixed capture_io to not dup IOs.
|
1275
|
-
* Fixed indentation of capture_io for ruby 1.9 warning.
|
1276
|
-
* Fixed location to deal better with custom assertions and load paths. (Yuki)
|
1277
|
-
* Fixed order of (must|wont)_include in MiniTest::Spec.
|
1278
|
-
* Fixed skip's backtrace.
|
1279
|
-
* Got arg order wrong in *_match in tests, message wrong as a result.
|
1280
|
-
* Made describe private. For some reason I thought that an attribute of Kernel.
|
1281
|
-
* Removed disable_autorun method, added autorun.rb instead.
|
1282
|
-
* assert_match escapes if passed string for pattern.
|
1283
|
-
* instance_of? is different from ===, use instance_of.
|
1284
|
-
|
1285
|
-
=== 1.3.0 / 2008-10-09
|
1286
|
-
|
1287
|
-
* 2 major enhancements:
|
1288
|
-
|
1289
|
-
* renamed to minitest and pulled out test/unit compatibility.
|
1290
|
-
* mini/test.rb is now minitest/unit.rb, everything else maps directly.
|
1291
|
-
|
1292
|
-
* 12 minor enhancements:
|
1293
|
-
|
1294
|
-
* assert_match now checks that act can call =~ and converts exp to a
|
1295
|
-
regexp only if needed.
|
1296
|
-
* Added assert_send... seems useless to me tho.
|
1297
|
-
* message now forces to string... ruby-core likes to pass classes and arrays :(
|
1298
|
-
* Added -v handling and switched to @verbose from $DEBUG.
|
1299
|
-
* Verbose output now includes test class name and adds a sortable running time!
|
1300
|
-
* Switched message generation into procs for message deferment.
|
1301
|
-
* Added skip and renamed fail to flunk.
|
1302
|
-
* Improved output failure messages for assert_instance_of, assert_kind_of
|
1303
|
-
* Improved output for assert_respond_to, assert_same.
|
1304
|
-
* at_exit now exits false instead of errors+failures.
|
1305
|
-
* Made the tests happier and more readable imhfo.
|
1306
|
-
* Switched index(s) == 0 to rindex(s, 0) on nobu's suggestion. Faster.
|
1307
|
-
|
1308
|
-
* 5 bug fixes:
|
1309
|
-
|
1310
|
-
* 1.9: Added encoding normalization in mu_pp.
|
1311
|
-
* 1.9: Fixed backtrace filtering (BTs are expanded now)
|
1312
|
-
* Added back exception_details to assert_raises. DOH.
|
1313
|
-
* Fixed shadowed variable in mock.rb
|
1314
|
-
* Fixed stupid muscle memory message bug in assert_send.
|
1315
|
-
|
1316
|
-
=== 1.2.1 / 2008-06-10
|
1317
|
-
|
1318
|
-
* 7 minor enhancements:
|
1319
|
-
|
1320
|
-
* Added deprecations everywhere in test/unit.
|
1321
|
-
* Added test_order to TestCase. :random on mini, :sorted on test/unit (for now).
|
1322
|
-
* Big cleanup in test/unit for rails. Thanks Jeremy Kemper!
|
1323
|
-
* Minor readability cleanup.
|
1324
|
-
* Pushed setup/run/teardown down to testcase allowing specialized testcases.
|
1325
|
-
* Removed pp. Tests run 2x faster. :/
|
1326
|
-
* Renamed deprecation methods and moved to test/unit/deprecate.rb.
|
1327
|
-
|
1328
|
-
=== 1.2.0 / 2008-06-09
|
1329
|
-
|
1330
|
-
* 2 major enhancements:
|
1331
|
-
|
1332
|
-
* Added Mini::Spec.
|
1333
|
-
* Added Mini::Mock. Thanks Steven Baker!!
|
1334
|
-
|
1335
|
-
* 23 minor enhancements:
|
1336
|
-
|
1337
|
-
* Added bin/use_miniunit to make it easy to test out miniunit.
|
1338
|
-
* Added -n filtering, thanks to Phil Hagelberg!
|
1339
|
-
* Added args argument to #run, takes ARGV from at_exit.
|
1340
|
-
* Added test name output if $DEBUG.
|
1341
|
-
* Added a refute (was deny) for every assert.
|
1342
|
-
* Added capture_io and a bunch of nice assertions from zentest.
|
1343
|
-
* Added deprecation mechanism for assert_no/not methods to test/unit/assertions.
|
1344
|
-
* Added pp output when available.
|
1345
|
-
* Added tests for all assertions. Pretty much maxed out coverage.
|
1346
|
-
* Added tests to verify consistency and good naming.
|
1347
|
-
* Aliased and deprecated all ugly assertions.
|
1348
|
-
* Cleaned out test/unit. Moved autorun there.
|
1349
|
-
* Code cleanup to make extensions easier. Thanks Chad!
|
1350
|
-
* Got spec args reversed in all but a couple assertions. Much more readable.
|
1351
|
-
* Improved error messages across the board. Adds your message to the default.
|
1352
|
-
* Moved into Mini namespace, renamed to Mini::Test and Mini::Spec.
|
1353
|
-
* Pulled the assertions into their own module...
|
1354
|
-
* Removed as much code as I could while still maintaining full functionality.
|
1355
|
-
* Moved filter_backtrace into MiniTest.
|
1356
|
-
* Removed MiniTest::Unit::run. Unnecessary.
|
1357
|
-
* Removed location_of_failure. Unnecessary.
|
1358
|
-
* Rewrote test/unit's filter_backtrace. Flog from 37.0 to 18.1
|
1359
|
-
* Removed assert_send. Google says it is never used.
|
1360
|
-
* Renamed MiniTest::Unit.autotest to #run.
|
1361
|
-
* Renamed deny to refute.
|
1362
|
-
* Rewrote some ugly/confusing default assertion messages.
|
1363
|
-
* assert_in_delta now defaults to 0.001 precision. Makes specs prettier.
|
1364
|
-
|
1365
|
-
* 9 bug fixes:
|
1366
|
-
|
1367
|
-
* Fixed assert_raises to raise outside of the inner-begin/rescue.
|
1368
|
-
* Fixed for ruby 1.9 and rubinius.
|
1369
|
-
* No longer exits 0 if exception in code PRE-test run causes early exit.
|
1370
|
-
* Removed implementors method list from mini/test.rb - too stale.
|
1371
|
-
* assert_nothing_raised takes a class as an arg. wtf? STUPID
|
1372
|
-
* ".EF" output is now unbuffered.
|
1373
|
-
* Bunch of changes to get working with rails... UGH.
|
1374
|
-
* Added stupid hacks to deal with rails not requiring their dependencies.
|
1375
|
-
* Now bitch loudly if someone defines one of my classes instead of requiring.
|
1376
|
-
* Fixed infect method to work better on 1.9.
|
1377
|
-
* Fixed all shadowed variable warnings in 1.9.
|
1378
|
-
|
1379
|
-
=== 1.1.0 / 2007-11-08
|
1380
|
-
|
1381
|
-
* 4 major enhancements:
|
1382
|
-
|
1383
|
-
* Finished writing all missing assertions.
|
1384
|
-
* Output matches original test/unit.
|
1385
|
-
* Documented every method needed by language implementor.
|
1386
|
-
* Fully switched over to self-testing setup.
|
1387
|
-
|
1388
|
-
* 2 minor enhancements:
|
1389
|
-
|
1390
|
-
* Added deny (assert ! test), our favorite extension to test/unit.
|
1391
|
-
* Added .autotest and fairly complete unit tests. (thanks Chad for help here)
|
1392
|
-
|
1393
|
-
=== 1.0.0 / 2006-10-30
|
1394
|
-
|
1395
|
-
* 1 major enhancement
|
1396
|
-
|
1397
|
-
* Birthday!
|