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,1232 +0,0 @@
|
|
1
|
-
### 3.10.0 / 2020-10-30
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.10.0)
|
3
|
-
|
4
|
-
Enhancements:
|
5
|
-
|
6
|
-
* Allow `include` matcher to be chained with `once`, `at_least`, etc. for simple cases.
|
7
|
-
(Marc-André Lafortune, #1168)
|
8
|
-
* Add an explicit warning when `nil` is passed to `raise_error`. (Phil Pirozhkov, #1143)
|
9
|
-
* Improve `include` matcher's composability. (Phil Pirozhkov, #1155)
|
10
|
-
* Mocks expectations can now set a custom failure message.
|
11
|
-
(Benoit Tigeot and Nicolas Zermati, #1156)
|
12
|
-
* `aggregate_failures` now shows the backtrace line for each failure. (Fabricio Bedin, #1163)
|
13
|
-
* Support multiple combinations of `yield_control` modifiers like `at_least`, `at_most`.
|
14
|
-
(Jon Rowe, #1169)
|
15
|
-
* Dynamic `have_<n>` matchers now have output consistent with other dynamic matchers.
|
16
|
-
(Marc-André Lafortune, #1195)
|
17
|
-
* New config option `strict_predicate_matchers` allows predicate matcher to be strict
|
18
|
-
(i.e. match for `true` or `false`) instead of the default (match truthy vs `false` or `nil`).
|
19
|
-
(Marc-André Lafortune, #1196)
|
20
|
-
|
21
|
-
### 3.9.4 / 2020-10-29
|
22
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.3...v3.9.4)
|
23
|
-
|
24
|
-
Bug Fixes:
|
25
|
-
|
26
|
-
* Fix regression with `be_` and `have_` matchers and arguments implementing `to_hash`
|
27
|
-
were they would act like keywords and be cast to a hash. (Jon Rowe, #1222)
|
28
|
-
|
29
|
-
### 3.9.3 / 2020-10-23
|
30
|
-
|
31
|
-
Bug Fixes:
|
32
|
-
|
33
|
-
* Swap the comparison of the delta vs the expected for the `be_within` matcher allowing
|
34
|
-
more complicated oobjects to be compared providing they provide `abs` and other
|
35
|
-
comparison methods. (Kelly Stannard, #1182)
|
36
|
-
* Properly format expected in the description of the `be_within` matcher. (Jon Rowe, #1185)
|
37
|
-
* Remove warning when using keyword arguments with `be_` and `have_` matchers on 2.7.x
|
38
|
-
(Jon Rowe, #1187)
|
39
|
-
* Prevent formatting a single hash as a list of key value pairs in default failure messages
|
40
|
-
for custom matches (fixes formatting in `EnglishPhrasing#list`). (Robert Eshleman, #1193)
|
41
|
-
* Prevent errors from causing false positives when using `be <operator>` comparison, e.g.
|
42
|
-
`expect(1).not_to be < 'a'` will now correctly fail rather than pass. (Jon Rowe, #1208)
|
43
|
-
|
44
|
-
|
45
|
-
### 3.9.2 / 2020-05-08
|
46
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.1...v3.9.2)
|
47
|
-
|
48
|
-
Bug Fixes:
|
49
|
-
|
50
|
-
* Issue a proper `ArgumentError` when invalid arguments are given to `yield_control`
|
51
|
-
modifiers such as `at_least` et al. (Marc-André Lafortune, #1167)
|
52
|
-
* Prevent Ruby 2.7 keyword arguments warning from being issued by custom
|
53
|
-
matcher definitions. (Jon Rowe, #1176)
|
54
|
-
|
55
|
-
### 3.9.1 / 2020-03-13
|
56
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.9.0...v3.9.1)
|
57
|
-
|
58
|
-
Bug Fixes:
|
59
|
-
|
60
|
-
* Issue an improved warning when using `respond_to(...).with(n).arguments` and ignore
|
61
|
-
the warning when using with `have_attributes(...)`. (Jon Rowe, #1164)
|
62
|
-
|
63
|
-
### 3.9.0 / 2019-10-08
|
64
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.6...v3.9.0)
|
65
|
-
|
66
|
-
Enhancements:
|
67
|
-
|
68
|
-
* The `respond_to` matcher now uses the signature from `initialize` to validate checks
|
69
|
-
for `new` (unless `new` is non standard). (Jon Rowe, #1072)
|
70
|
-
* Generated descriptions for matchers now use `is expected to` rather than `should` in
|
71
|
-
line with our preferred DSL. (Pete Johns, #1080, rspec/rspec-core#2572)
|
72
|
-
* Add the ability to re-raise expectation errors when matching
|
73
|
-
with `match_when_negated` blocks. (Jon Rowe, #1130)
|
74
|
-
* Add a warning when an empty diff is produce due to identical inspect output.
|
75
|
-
(Benoit Tigeot, #1126)
|
76
|
-
|
77
|
-
### 3.8.6 / 2019-10-07
|
78
|
-
|
79
|
-
Bug Fixes:
|
80
|
-
|
81
|
-
* Revert #1125 due to the change being incompatible with our semantic versioning
|
82
|
-
policy.
|
83
|
-
|
84
|
-
### 3.8.5 / 2019-10-02
|
85
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.4...v3.8.5)
|
86
|
-
|
87
|
-
Bug Fixes:
|
88
|
-
|
89
|
-
* Prevent unsupported implicit block expectation syntax from being used.
|
90
|
-
(Phil Pirozhkov, #1125)
|
91
|
-
|
92
|
-
### 3.8.4 / 2019-06-10
|
93
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.3...v3.8.4)
|
94
|
-
|
95
|
-
Bug Fixes:
|
96
|
-
|
97
|
-
* Prevent false negatives when checking objects for the methods required to run the
|
98
|
-
the `be_an_instance_of` and `be_kind_of` matchers. (Nazar Matus, #1112)
|
99
|
-
|
100
|
-
### 3.8.3 / 2019-04-20
|
101
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.2...v3.8.3)
|
102
|
-
|
103
|
-
Bug Fixes:
|
104
|
-
|
105
|
-
* Prevent composed `all` matchers from leaking into their siblings leading to duplicate
|
106
|
-
failures. (Jamie English, #1086)
|
107
|
-
* Prevent objects which change their hash on comparison from failing change checks.
|
108
|
-
(Phil Pirozhkov, #1110)
|
109
|
-
* Issue an `ArgumentError` rather than a `NoMethodError` when `be_an_instance_of` and
|
110
|
-
`be_kind_of` matchers encounter objects not supporting those methods.
|
111
|
-
(Taichi Ishitani, #1107)
|
112
|
-
|
113
|
-
### 3.8.2 / 2018-10-09
|
114
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2)
|
115
|
-
|
116
|
-
Bug Fixes:
|
117
|
-
|
118
|
-
* Change `include` matcher to rely on a `respond_to?(:include?)` check rather than a direct
|
119
|
-
Hash comparison before calling `to_hash` to convert to a hash. (Jordan Owens, #1073)
|
120
|
-
* Prevent unexpected call stack jumps from causing an obscure error (`IndexError`), and
|
121
|
-
replace that error with a proper informative message. (Jon Rowe, #1076)
|
122
|
-
|
123
|
-
### 3.8.1 / 2018-08-06
|
124
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.8.0...v3.8.1)
|
125
|
-
|
126
|
-
Bug Fixes:
|
127
|
-
|
128
|
-
* Fix regression in `include` matcher so stopped
|
129
|
-
`expect(hash.with_indifferent_access).to include(:symbol_key)`
|
130
|
-
from working. (Eito Katagiri, #1069)
|
131
|
-
|
132
|
-
### 3.8.0 / 2018-08-04
|
133
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.7.0...v3.8.0)
|
134
|
-
|
135
|
-
Enhancements:
|
136
|
-
|
137
|
-
* Improve failure message of `change(receiver, :message)` by including the
|
138
|
-
receiver as `SomeClass#some_message`. (Tomohiro Hashidate, #1005)
|
139
|
-
* Improve `change` matcher so that it can correctly detect changes in
|
140
|
-
deeply nested mutable objects (such as arrays-of-hashes-of-arrays).
|
141
|
-
The improved logic uses the before/after `hash` value to see if the
|
142
|
-
object has been mutated, rather than shallow duping the object.
|
143
|
-
(Myron Marston, #1034)
|
144
|
-
* Improve `include` matcher so that pseudo-hash objects (e.g. objects
|
145
|
-
that decorate a hash using a `SimpleDelegator` or similar) are treated
|
146
|
-
as a hash, as long as they implement `to_hash`. (Pablo Brasero, #1012)
|
147
|
-
* Add `max_formatted_output_length=` to configuration, allowing changing
|
148
|
-
the length at which we truncate large output strings.
|
149
|
-
(Sam Phippen #951, Benoit Tigeot #1056)
|
150
|
-
* Improve error message when passing a matcher that doesn't support block
|
151
|
-
expectations to a block based `expect`. (@nicktime, #1066)
|
152
|
-
|
153
|
-
### 3.7.0 / 2017-10-17
|
154
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0...v3.7.0)
|
155
|
-
|
156
|
-
Enhancements:
|
157
|
-
|
158
|
-
* Improve compatibility with `--enable-frozen-string-literal` option
|
159
|
-
on Ruby 2.3+. (Pat Allan, #997)
|
160
|
-
|
161
|
-
### 3.6.0 / 2017-05-04
|
162
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta2...v3.6.0)
|
163
|
-
|
164
|
-
Enhancements:
|
165
|
-
|
166
|
-
* Treat NoMethodError as a failure for comparison matchers. (Jon Rowe, #972)
|
167
|
-
* Allow for scoped aliased and negated matchers--just call
|
168
|
-
`alias_matcher` or `define_negated_matcher` from within an example
|
169
|
-
group. (Markus Reiter, #974)
|
170
|
-
* Improve failure message of `change` matcher with block and `satisfy` matcher
|
171
|
-
by including the block snippet instead of just describing it as `result` or
|
172
|
-
`block` when Ripper is available. (Yuji Nakayama, #987)
|
173
|
-
|
174
|
-
Bug Fixes:
|
175
|
-
|
176
|
-
* Fix `yield_with_args` and `yield_successive_args` matchers so that
|
177
|
-
they compare expected to actual args at the time the args are yielded
|
178
|
-
instead of at the end, in case the method that is yielding mutates the
|
179
|
-
arguments after yielding. (Alyssa Ross, #965)
|
180
|
-
|
181
|
-
### 3.6.0.beta2 / 2016-12-12
|
182
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.6.0.beta1...v3.6.0.beta2)
|
183
|
-
|
184
|
-
Bug Fixes:
|
185
|
-
|
186
|
-
* Using the exist matcher on `File` no longer produces a deprecation warning.
|
187
|
-
(Jon Rowe, #954)
|
188
|
-
|
189
|
-
### 3.6.0.beta1 / 2016-10-09
|
190
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0...v3.6.0.beta1)
|
191
|
-
|
192
|
-
Bug Fixes:
|
193
|
-
|
194
|
-
* Fix `contain_exactly` to work correctly with ranges. (Myron Marston, #940)
|
195
|
-
* Fix `change` to work correctly with sets. (Marcin Gajewski, #939)
|
196
|
-
|
197
|
-
### 3.5.0 / 2016-07-01
|
198
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta4...v3.5.0)
|
199
|
-
|
200
|
-
Enhancements:
|
201
|
-
|
202
|
-
* Add support for keyword arguments to the `respond_to` matcher. (Rob Smith, #915).
|
203
|
-
|
204
|
-
### 3.5.0.beta4 / 2016-06-05
|
205
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta3...v3.5.0.beta4)
|
206
|
-
|
207
|
-
Bug Fixes:
|
208
|
-
|
209
|
-
* Fix `include` matcher so that it provides a valid diff for hashes. (Yuji Nakayama, #916)
|
210
|
-
|
211
|
-
### 3.5.0.beta3 / 2016-04-02
|
212
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta2...v3.5.0.beta3)
|
213
|
-
|
214
|
-
Enhancements:
|
215
|
-
|
216
|
-
* Make `rspec/expectations/minitest_integration` work on Minitest::Spec
|
217
|
-
5.6+. (Myron Marston, #904)
|
218
|
-
* Add an alias `having_attributes` for `have_attributes` matcher.
|
219
|
-
(Yuji Nakayama, #905)
|
220
|
-
* Improve `change` matcher error message when block is mis-used.
|
221
|
-
(Alex Altair, #908)
|
222
|
-
|
223
|
-
### 3.5.0.beta2 / 2016-03-10
|
224
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.5.0.beta1...v3.5.0.beta2)
|
225
|
-
|
226
|
-
Enhancements:
|
227
|
-
|
228
|
-
* Add the ability to raise an error on encountering false positives via
|
229
|
-
`RSpec::Configuration#on_potential_false_positives = :raise`. (Jon Rowe, #900)
|
230
|
-
* When using the custom matcher DSL, support new
|
231
|
-
`notify_expectation_failures: true` option for the `match` method to
|
232
|
-
allow expectation failures to be raised as normal instead of being
|
233
|
-
converted into a `false` return value for `matches?`. (Jon Rowe, #892)
|
234
|
-
|
235
|
-
Bug Fixes:
|
236
|
-
|
237
|
-
* Allow `should` deprecation check to work on `BasicObject`s. (James Coleman, #898)
|
238
|
-
|
239
|
-
### 3.5.0.beta1 / 2016-02-06
|
240
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.4.0...v3.5.0.beta1)
|
241
|
-
|
242
|
-
Enhancements:
|
243
|
-
|
244
|
-
* Make `match_when_negated` in custom matcher DSL support use of
|
245
|
-
expectations within the match logic. (Chris Arcand, #789)
|
246
|
-
|
247
|
-
Bug Fixes:
|
248
|
-
|
249
|
-
* Return `true` as expected from passing negated expectations
|
250
|
-
(such as `expect("foo").not_to eq "bar"`), so they work
|
251
|
-
properly when used within a `match` or `match_when_negated`
|
252
|
-
block. (Chris Arcand, #789)
|
253
|
-
|
254
|
-
### 3.4.0 / 2015-11-11
|
255
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.1...v3.4.0)
|
256
|
-
|
257
|
-
Enhancements:
|
258
|
-
|
259
|
-
* Warn when `RSpec::Matchers` is included in a superclass after it has
|
260
|
-
already been included in a subclass on MRI 1.9, since that situation
|
261
|
-
can cause uses of `super` to trigger infinite recursion. (Myron Marston, #816)
|
262
|
-
* Stop rescuing `NoMemoryError`, `SignalExcepetion`, `Interrupt` and
|
263
|
-
`SystemExit`. It is dangerous to interfere with these. (Myron Marston, #845)
|
264
|
-
* Add `#with_captures` to the
|
265
|
-
[match matcher](https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers/match-matcher)
|
266
|
-
which allows a user to specify expected captures when matching a regex
|
267
|
-
against a string. (Sam Phippen, #848)
|
268
|
-
* Always print compound failure messages in the multi-line form. Trying
|
269
|
-
to print it all on a single line didn't read very well. (Myron Marston, #859)
|
270
|
-
|
271
|
-
Bug Fixes:
|
272
|
-
|
273
|
-
* Fix failure message from dynamic predicate matchers when the object
|
274
|
-
does not respond to the predicate so that it is inspected rather
|
275
|
-
than relying upon its `to_s` -- that way for `nil`, `"nil"` is
|
276
|
-
printed rather than an empty string. (Myron Marston, #841)
|
277
|
-
* Fix SystemStackError raised when diffing an Enumerable object
|
278
|
-
whose `#each` includes the object itself. (Yuji Nakayama, #857)
|
279
|
-
|
280
|
-
### 3.3.1 / 2015-07-15
|
281
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.3.0...v3.3.1)
|
282
|
-
|
283
|
-
Bug Fixes:
|
284
|
-
|
285
|
-
* Fix `be >`, `be <`, etc so that it fails rather than allowing an
|
286
|
-
argument error to be raised when compared against an object of the
|
287
|
-
wrong type. This allows it to be used in composed matcher expressions
|
288
|
-
against heterogeneous objects. (Dennis Günnewig, #809)
|
289
|
-
* Fix `respond_to` to work properly on target objects
|
290
|
-
that redefine the `method` method. (unmanbearpig, #821)
|
291
|
-
|
292
|
-
### 3.3.0 / 2015-06-12
|
293
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.1...v3.3.0)
|
294
|
-
|
295
|
-
Enhancements:
|
296
|
-
|
297
|
-
* Expose `RSpec::Matchers::EnglishPhrasing` to make it easier to write
|
298
|
-
nice failure messages in custom matchers. (Jared Beck, #736)
|
299
|
-
* Add `RSpec::Matchers::FailMatchers`, a mixin which provides
|
300
|
-
`fail`, `fail_with` and `fail_including` matchers for use in
|
301
|
-
specifying that an expectation fails for use by
|
302
|
-
extension/plugin authors. (Charlie Rudolph, #729)
|
303
|
-
* Avoid loading `tempfile` (and its dependencies) unless
|
304
|
-
it is absolutely needed. (Myron Marston, #735)
|
305
|
-
* Improve failure output when attempting to use `be_true` or `be_false`.
|
306
|
-
(Tim Wade, #744)
|
307
|
-
* Define `RSpec::Matchers#respond_to_missing?` so that
|
308
|
-
`RSpec::Matchers#respond_to?` and `RSpec::Matchers#method` handle
|
309
|
-
dynamic predicate matchers. (Andrei Botalov, #751)
|
310
|
-
* Use custom Time/DateTime/BigDecimal formatting for all matchers
|
311
|
-
so they are consistently represented in failure messages.
|
312
|
-
(Gavin Miller, #740)
|
313
|
-
* Add configuration to turn off warnings about matcher combinations that
|
314
|
-
may cause false positives. (Jon Rowe, #768)
|
315
|
-
* Warn when using a bare `raise_error` matcher that you may be subject to
|
316
|
-
false positives. (Jon Rowe, #768)
|
317
|
-
* Warn rather than raise when using the`raise_error` matcher in negative
|
318
|
-
expectations that may be subject to false positives. (Jon Rowe, #775)
|
319
|
-
* Improve failure message for `include(a, b, c)` so that if `a` and `b`
|
320
|
-
are included the failure message only mentions `c`. (Chris Arcand, #780)
|
321
|
-
* Allow `satisfy` matcher to take an optional description argument
|
322
|
-
that will be used in the `description`, `failure_message` and
|
323
|
-
`failure_message_when_negated` in place of the undescriptive
|
324
|
-
"sastify block". (Chris Arcand, #783)
|
325
|
-
* Add new `aggregate_failures` API that allows multiple independent
|
326
|
-
expectations to all fail and be listed in the failure output, rather
|
327
|
-
than the example aborting on the first failure. (Myron Marston, #776)
|
328
|
-
* Improve `raise_error` matcher so that it can accept a matcher as a single argument
|
329
|
-
that matches the message. (Time Wade, #782)
|
330
|
-
|
331
|
-
Bug Fixes:
|
332
|
-
|
333
|
-
* Make `contain_exactly` / `match_array` work with strict test doubles
|
334
|
-
that have not defined `<=>`. (Myron Marston, #758)
|
335
|
-
* Fix `include` matcher so that it omits the diff when it would
|
336
|
-
confusingly highlight items that are actually included but are not
|
337
|
-
an exact match in a line-by-line diff. (Tim Wade, #763)
|
338
|
-
* Fix `match` matcher so that it does not blow up when matching a string
|
339
|
-
or regex against another matcher (rather than a string or regex).
|
340
|
-
(Myron Marston, #772)
|
341
|
-
* Silence whitespace-only diffs. (Myron Marston, #801)
|
342
|
-
|
343
|
-
### 3.2.1 / 2015-04-06
|
344
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.2.0...v3.2.1)
|
345
|
-
|
346
|
-
Bug Fixes:
|
347
|
-
|
348
|
-
* Prevent `Range`s from being enumerated when generating matcher
|
349
|
-
descriptions. (Jon Rowe, #755)
|
350
|
-
* Ensure exception messages are compared as strings in the `raise_error`
|
351
|
-
matcher. (Jon Rowe, #755)
|
352
|
-
|
353
|
-
### 3.2.0 / 2015-02-03
|
354
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.2...v3.2.0)
|
355
|
-
|
356
|
-
Enhancements:
|
357
|
-
|
358
|
-
* Add `block_arg` method to custom matcher API, which allows you to
|
359
|
-
access the block passed to a custom matcher, if there is one.
|
360
|
-
(Mike Dalton, #645)
|
361
|
-
* Provide more detail in failure message of `yield_control` matcher.
|
362
|
-
(Jon Rowe, #650)
|
363
|
-
* Add a shorthand syntax for `chain` in the matcher DSL which assigns values
|
364
|
-
for use elsewhere, for example `chain :and_smaller_than, :small_value`
|
365
|
-
creates an `attr_reader` for `small_value` (Tom Stuart, #644)
|
366
|
-
* Provide a more helpful deprecation message when using the `should` syntax.
|
367
|
-
(Elia Schito, #663)
|
368
|
-
* Provide more detail in the `have_attributes` matcher failure message.
|
369
|
-
(Jon Rowe, #668)
|
370
|
-
* Make the `have_attributes` matcher diffable.
|
371
|
-
(Jon Rowe, Alexey Fedorov, #668)
|
372
|
-
* Add `output(...).to_std(out|err)_from_any_process` as alternatives
|
373
|
-
to `output(...).to_std(out|err)`. The latter doesn't work when a sub
|
374
|
-
process writes to the named stream but is much faster.
|
375
|
-
(Alex Genco, #700)
|
376
|
-
* Improve compound matchers (created by `and` and `or`) so that diffs
|
377
|
-
are included in failures when one or more of their matchers
|
378
|
-
are diffable. (Alexey Fedorov, #713)
|
379
|
-
|
380
|
-
Bug Fixes:
|
381
|
-
|
382
|
-
* Avoid calling `private_methods` from the `be` predicate matcher on
|
383
|
-
the target object if the object publicly responds to the predicate
|
384
|
-
method. This avoids a possible error that can occur if the object
|
385
|
-
raises errors from `private_methods` (which can happen with celluloid
|
386
|
-
objects). (@chapmajs, #670)
|
387
|
-
* Make `yield_control` (with no modifier) default to
|
388
|
-
`at_least(:once)` rather than raising a confusing error
|
389
|
-
when multiple yields are encountered.
|
390
|
-
(Myron Marston, #675)
|
391
|
-
* Fix "instance variable @color not initialized" warning when using
|
392
|
-
rspec-expectations outside of an rspec-core context. (Myron Marston, #689)
|
393
|
-
* Fix `start_with` and `end_with` to work properly when checking a
|
394
|
-
string against an array of strings. (Myron Marston, #690)
|
395
|
-
* Don't use internally delegated matchers when generating descriptions
|
396
|
-
for examples without doc strings. (Myron Marston, #692)
|
397
|
-
|
398
|
-
### 3.1.2 / 2014-09-26
|
399
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.1...v3.1.2)
|
400
|
-
|
401
|
-
Bug Fixes:
|
402
|
-
|
403
|
-
* Fix `define_negated_matcher` so that matchers that support fluent
|
404
|
-
interfaces continue to be negated after you use the chained method.
|
405
|
-
(Myron Marston, #656)
|
406
|
-
* Fix `define_negated_matcher` so that the matchers fail with an
|
407
|
-
appropriate failure message. (Myron Marston, #659)
|
408
|
-
|
409
|
-
### 3.1.1 / 2014-09-15
|
410
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.1.0...v3.1.1)
|
411
|
-
|
412
|
-
Bug Fixes:
|
413
|
-
|
414
|
-
* Fix regression in `all` matcher in 3.1.0 that prevented it from
|
415
|
-
working on objects that are not `Enumerable` but do implement
|
416
|
-
`each_with_index` (such as an ActiveRecord proxy). (Jori Hardman, #647)
|
417
|
-
|
418
|
-
### 3.1.0 / 2014-09-04
|
419
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.4...v3.1.0)
|
420
|
-
|
421
|
-
Enhancements:
|
422
|
-
|
423
|
-
* Add `have_attributes` matcher, that passes if actual's attribute
|
424
|
-
values match the expected attributes hash:
|
425
|
-
`Person = Struct.new(:name, :age)`
|
426
|
-
`person = Person.new("Bob", 32)`
|
427
|
-
`expect(person).to have_attributes(:name => "Bob", :age => 32)`.
|
428
|
-
(Adam Farhi, #571)
|
429
|
-
* Extended compound matcher support to block matchers, for cases like:
|
430
|
-
`expect { ... }.to change { x }.to(3).and change { y }.to(4)`. (Myron
|
431
|
-
Marston, #567)
|
432
|
-
* Include chained methods in custom matcher description and failure message
|
433
|
-
when new `include_chain_clauses_in_custom_matcher_descriptions` config
|
434
|
-
option is enabled. (Dan Oved, #600)
|
435
|
-
* Add `thrice` modifier to `yield_control` matcher as a synonym for
|
436
|
-
`exactly(3).times`. (Dennis Taylor, #615)
|
437
|
-
* Add `RSpec::Matchers.define_negated_matcher`, which defines a negated
|
438
|
-
version of the named matcher. (Adam Farhi, Myron Marston, #618)
|
439
|
-
* Document and support negation of `contain_exactly`/`match_array`.
|
440
|
-
(Jon Rowe, #626).
|
441
|
-
|
442
|
-
Bug Fixes:
|
443
|
-
|
444
|
-
* Rename private `LegacyMacherAdapter` constant to `LegacyMatcherAdapter`
|
445
|
-
to fix typo. (Abdelkader Boudih, #563)
|
446
|
-
* Fix `all` matcher so that it fails properly (rather than raising a
|
447
|
-
`NoMethodError`) when matched against a non-enumerable. (Hao Su, #622)
|
448
|
-
|
449
|
-
### 3.0.4 / 2014-08-14
|
450
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.3...v3.0.4)
|
451
|
-
|
452
|
-
Bug Fixes:
|
453
|
-
|
454
|
-
* Fix `start_with` and `end_with` so that they work properly with
|
455
|
-
structs. (Myron Marston, #620)
|
456
|
-
* Fix failure message generation so that structs are printed properly
|
457
|
-
in failures. Previously failure messages would represent them as
|
458
|
-
an array. (Myron Marston, #620)
|
459
|
-
* Fix composable matcher support so that it does not wrongly treat
|
460
|
-
structs as arrays. (Myron Marston, #620)
|
461
|
-
|
462
|
-
### 3.0.3 / 2014-07-21
|
463
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.2...v3.0.3)
|
464
|
-
|
465
|
-
Bug Fixes:
|
466
|
-
|
467
|
-
* Fix issue with detection of generic operator matchers so they work
|
468
|
-
correctly when undefined. (Myron Marston, #597)
|
469
|
-
* Don't inadvertently define `BasicObject` in 1.8.7. (Chris Griego, #603)
|
470
|
-
* Fix `include` matcher so that it fails gracefully when matched against
|
471
|
-
an object that does not respond to `include?`. (Myron Marston, #607)
|
472
|
-
|
473
|
-
### 3.0.2 / 2014-06-19
|
474
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.1...v3.0.2)
|
475
|
-
|
476
|
-
Bug Fixes:
|
477
|
-
|
478
|
-
* Fix regression in `contain_exactly` (AKA `match_array`) that caused it
|
479
|
-
to wrongly pass when the expected array was empty. (Myron Marston, #581)
|
480
|
-
* Provide a better error message when you use the `change(obj, :msg)`
|
481
|
-
form of the change matcher but forget the message argument. (Alex
|
482
|
-
Sunderland, #585)
|
483
|
-
* Make the `contain_exactly` matcher work with arrays that contain hashes in
|
484
|
-
arbitrary ordering. (Sam Phippen, #578)
|
485
|
-
|
486
|
-
### 3.0.1 / 2014-06-12
|
487
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0...v3.0.1)
|
488
|
-
|
489
|
-
Bug Fixes:
|
490
|
-
|
491
|
-
* Add a missing `require` that would cause the `respond_to` matcher to
|
492
|
-
fail when used in a project where the rest of RSpec (e.g. core and
|
493
|
-
expecatations) weren't being used. (Myron Marston, #566)
|
494
|
-
* Structs are no longer treated as arrays when diffed. (Jon Rowe, #576)
|
495
|
-
|
496
|
-
### 3.0.0 / 2014-06-01
|
497
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.rc1...v3.0.0)
|
498
|
-
|
499
|
-
No code changes. Just taking it out of pre-release.
|
500
|
-
|
501
|
-
### 3.0.0.rc1 / 2014-05-18
|
502
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta2...v3.0.0.rc1)
|
503
|
-
|
504
|
-
Breaking Changes for 3.0.0:
|
505
|
-
|
506
|
-
* Remove `matcher_execution_context` attribute from DSL-defined
|
507
|
-
custom matchers. (Myron Marston)
|
508
|
-
* Remove `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
|
509
|
-
* Remove `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
|
510
|
-
* Rename `RSpec::Matchers::Configuration` constant to
|
511
|
-
`RSpec::Expectations::Configuration`. (Myron Marston)
|
512
|
-
* Prevent `have_xyz` predicate matchers using private methods.
|
513
|
-
(Adrian Gonzalez)
|
514
|
-
* Block matchers must now implement `supports_block_expectations?`.
|
515
|
-
(Myron Marston)
|
516
|
-
* Stop supporting `require 'rspec-expectations'`.
|
517
|
-
Use `require 'rspec/expectations'` instead. (Myron Marston)
|
518
|
-
|
519
|
-
Bug Fixes:
|
520
|
-
|
521
|
-
* Fix `NoMethodError` triggered by beta2 when `YARD` was loaded in
|
522
|
-
the test environment. (Myron Marston)
|
523
|
-
* Fix `be_xyz` matcher to accept a `do...end` block. (Myron Marston)
|
524
|
-
* Fix composable matcher failure message generation logic
|
525
|
-
so that it does not blow up when given `$stdout` or `$stderr`.
|
526
|
-
(Myron Marston)
|
527
|
-
* Fix `change` matcher to work properly with `IO` objects.
|
528
|
-
(Myron Marston)
|
529
|
-
* Fix `exist` matcher so that it can be used in composed matcher
|
530
|
-
expressions involving objects that do not implement `exist?` or
|
531
|
-
`exists?`. (Daniel Fone)
|
532
|
-
* Fix composable matcher match logic so that it clones matchers
|
533
|
-
before using them in order to work properly with matchers
|
534
|
-
that use internal memoization based on a given `actual` value.
|
535
|
-
(Myron Marston)
|
536
|
-
* Fix `be_xyz` and `has_xyz` predicate matchers so that they can
|
537
|
-
be used in composed matcher expressions involving objects that
|
538
|
-
do not implement the predicate method. (Daniel Fone)
|
539
|
-
|
540
|
-
Enhancements:
|
541
|
-
|
542
|
-
* Document the remaining public APIs. rspec-expectations now has 100% of
|
543
|
-
the public API documented and will remain that way (as new undocumented
|
544
|
-
methods will fail the build). (Myron Marston)
|
545
|
-
* Improve the formatting of BigDecimal objects in `eq` matcher failure
|
546
|
-
messages. (Daniel Fone)
|
547
|
-
* Improve the failure message for `be_xyz` predicate matchers so
|
548
|
-
that it includes the `inspect` output of the receiver.
|
549
|
-
(Erik Michaels-Ober, Sam Phippen)
|
550
|
-
* Add `all` matcher, to allow you to specify that a given matcher
|
551
|
-
matches all elements in a collection:
|
552
|
-
`expect([1, 3, 5]).to all( be_odd )`. (Adam Farhi)
|
553
|
-
* Add boolean aliases (`&`/`|`) for compound operators (`and`/`or`). (Adam Farhi)
|
554
|
-
* Give users a clear error when they wrongly use a value matcher
|
555
|
-
in a block expectation expression (e.g. `expect { 3 }.to eq(3)`)
|
556
|
-
or vice versa. (Myron Marston)
|
557
|
-
|
558
|
-
### 3.0.0.beta2 / 2014-02-17
|
559
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.0.0.beta1...v3.0.0.beta2)
|
560
|
-
|
561
|
-
Breaking Changes for 3.0.0:
|
562
|
-
|
563
|
-
* Remove deprecated support for accessing the `RSpec` constant using
|
564
|
-
`Rspec` or `Spec`. (Myron Marston)
|
565
|
-
* Remove deprecated `RSpec::Expectations.differ=`. (Myron Marston)
|
566
|
-
* Remove support for deprecated `expect(...).should`. (Myron Marston)
|
567
|
-
* Explicitly disallow `expect { }.not_to change { }` with `by`,
|
568
|
-
`by_at_least`, `by_at_most` or `to`. These have never been supported
|
569
|
-
but did not raise explicit errors. (Myron Marston)
|
570
|
-
* Provide `===` rather than `==` as an alias of `matches?` for
|
571
|
-
all matchers. The semantics of `===` are closer to an RSpec
|
572
|
-
matcher than `==`. (Myron Marston)
|
573
|
-
* Remove deprecated `RSpec::Matchers::OperatorMatcher` constant.
|
574
|
-
(Myron Marston)
|
575
|
-
* Make `RSpec::Expectations::ExpectationNotMetError` subclass
|
576
|
-
`Exception` rather than `StandardError` so they can bypass
|
577
|
-
a bare `rescue` in end-user code (e.g. when an expectation is
|
578
|
-
set from within a rspec-mocks stub implementation). (Myron Marston)
|
579
|
-
* Remove Test::Unit and Minitest 4.x integration. (Myron Marston)
|
580
|
-
|
581
|
-
Enhancements:
|
582
|
-
|
583
|
-
* Simplify the failure message of the `be` matcher when matching against:
|
584
|
-
`true`, `false` and `nil`. (Sam Phippen)
|
585
|
-
* Update matcher protocol and custom matcher DSL to better align
|
586
|
-
with the newer `expect` syntax. If you want your matchers to
|
587
|
-
maintain compatibility with multiple versions of RSpec, you can
|
588
|
-
alias the new names to the old. (Myron Marston)
|
589
|
-
* `failure_message_for_should` => `failure_message`
|
590
|
-
* `failure_message_for_should_not` => `failure_message_when_negated`
|
591
|
-
* `match_for_should` => `match`
|
592
|
-
* `match_for_should_not` => `match_when_negated`
|
593
|
-
* Improve generated descriptions from `change` matcher. (Myron Marston)
|
594
|
-
* Add support for compound matcher expressions using `and` and `or`.
|
595
|
-
Simply chain them off of any existing matcher to create an expression
|
596
|
-
like `expect(alphabet).to start_with("a").and end_with("z")`.
|
597
|
-
(Eloy Espinaco)
|
598
|
-
* Add `contain_exactly` as a less ambiguous version of `match_array`.
|
599
|
-
Note that it expects the expected array to be splatted as
|
600
|
-
individual args: `expect(array).to contain_exactly(1, 2)` is
|
601
|
-
the same as `expect(array).to match_array([1, 2])`. (Myron Marston)
|
602
|
-
* Update `contain_exactly`/`match_array` so that it can match against
|
603
|
-
other non-array collections (such as a `Set`). (Myron Marston)
|
604
|
-
* Update built-in matchers so that they can accept matchers as arguments
|
605
|
-
to allow you to compose matchers in arbitrary ways. (Myron Marston)
|
606
|
-
* Add `RSpec::Matchers::Composable` mixin that can be used to make
|
607
|
-
a custom matcher composable as well. Note that custom matchers
|
608
|
-
defined via `RSpec::Matchers.define` already have this. (Myron
|
609
|
-
Marston)
|
610
|
-
* Define noun-phrase aliases for built-in matchers, which can be
|
611
|
-
used when creating composed matcher expressions that read better
|
612
|
-
and provide better failure messages. (Myron Marston)
|
613
|
-
* Add `RSpec::Matchers.alias_matcher` so users can define their own
|
614
|
-
matcher aliases. The `description` of the matcher will reflect the
|
615
|
-
alternate matcher name. (Myron Marston)
|
616
|
-
* Add explicit `be_between` matcher. `be_between` has worked for a
|
617
|
-
long time as a dynamic predicate matcher, but the failure message
|
618
|
-
was suboptimal. The new matcher provides a much better failure
|
619
|
-
message. (Erik Michaels-Ober)
|
620
|
-
* Enhance the `be_between` matcher to allow for `inclusive` or `exclusive`
|
621
|
-
comparison (e.g. inclusive of min/max or exclusive of min/max).
|
622
|
-
(Pedro Gimenez)
|
623
|
-
* Make failure message for `not_to be #{operator}` less confusing by
|
624
|
-
only saying it's confusing when comparison operators are used.
|
625
|
-
(Prathamesh Sonpatki)
|
626
|
-
* Improve failure message of `eq` matcher when `Time` or `DateTime`
|
627
|
-
objects are used so that the full sub-second precision is included.
|
628
|
-
(Thomas Holmes, Jeff Wallace)
|
629
|
-
* Add `output` matcher for expecting that a block outputs `to_stdout`
|
630
|
-
or `to_stderr`. (Luca Pette, Matthias Günther)
|
631
|
-
* Forward a provided block on to the `has_xyz?` method call when
|
632
|
-
the `have_xyz` matcher is used. (Damian Galarza)
|
633
|
-
* Provide integration with Minitest 5.x. Require
|
634
|
-
`rspec/expectations/minitest_integration` after loading minitest
|
635
|
-
to use rspec-expectations with minitest. (Myron Marston)
|
636
|
-
|
637
|
-
Bug Fixes:
|
638
|
-
|
639
|
-
* Fix wrong matcher descriptions with falsey expected value (yujinakayama)
|
640
|
-
* Fix `expect { }.not_to change { }.from(x)` so that the matcher only
|
641
|
-
passes if the starting value is `x`. (Tyler Rick, Myron Marston)
|
642
|
-
* Fix hash diffing, so that it colorizes properly and doesn't consider trailing
|
643
|
-
commas when performing the diff. (Jared Norman)
|
644
|
-
* Fix built-in matchers to fail normally rather than raising
|
645
|
-
`ArgumentError` when given an object of the wrong type to match
|
646
|
-
against, so that they work well in composite matcher expressions like
|
647
|
-
`expect([1.51, "foo"]).to include(a_string_matching(/foo/), a_value_within(0.1).of(1.5))`.
|
648
|
-
(Myron Marston)
|
649
|
-
|
650
|
-
Deprecations:
|
651
|
-
|
652
|
-
* Retain support for RSpec 2 matcher protocol (e.g. for matchers
|
653
|
-
in 3rd party extension gems like `shoulda`), but it will print
|
654
|
-
a deprecation warning. (Myron Marston)
|
655
|
-
|
656
|
-
### 3.0.0.beta1 / 2013-11-07
|
657
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.2...v3.0.0.beta1)
|
658
|
-
|
659
|
-
Breaking Changes for 3.0.0:
|
660
|
-
|
661
|
-
* Remove explicit support for 1.8.6. (Jon Rowe)
|
662
|
-
* Remove the deprecated `be_close` matcher, preferring `be_within` instead.
|
663
|
-
(Sam Phippen)
|
664
|
-
* Remove the deprecated `have`, `have_at_least` and `have_at_most` matchers.
|
665
|
-
You can continue using those matchers through https://github.com/rspec/rspec-collection_matchers,
|
666
|
-
or you can rewrite your expectations with something like
|
667
|
-
`expect(your_object.size).to eq(num)`. (Hugo Baraúna)
|
668
|
-
* Rename `be_true` and `be_false` to `be_truthy` and `be_falsey`. (Sam Phippen)
|
669
|
-
* Make `expect { }.to_not raise_error(SomeSpecificClass, message)`,
|
670
|
-
`expect { }.to_not raise_error(SomeSpecificClass)` and
|
671
|
-
`expect { }.to_not raise_error(message)` invalid, since they are prone
|
672
|
-
to hiding failures. Instead, use `expect { }.to_not raise_error` (with no
|
673
|
-
args). (Sam Phippen)
|
674
|
-
* Within `RSpec::Matchers.define` blocks, helper methods made available
|
675
|
-
either via `def self.helper` or `extend HelperModule` are no longer
|
676
|
-
available to the `match` block (or any of the others). Instead
|
677
|
-
`include` your helper module and define the helper method as an
|
678
|
-
instance method. (Myron Marston)
|
679
|
-
* Force upgrading Diff::LCS for encoding compatability with diffs. (Jon Rowe)
|
680
|
-
|
681
|
-
Enhancements:
|
682
|
-
|
683
|
-
* Support `do..end` style block with `raise_error` matcher. (Yuji Nakayama)
|
684
|
-
* Rewrote custom matcher DSL to simplify its implementation and solve a
|
685
|
-
few issues. (Myron Marston)
|
686
|
-
* Allow early `return` from within custom matcher DSL blocks. (Myron
|
687
|
-
Marston)
|
688
|
-
* The custom matcher DSL's `chain` can now accept a block. (Myron
|
689
|
-
Marston)
|
690
|
-
* Support setting an expectation on a `raise_error` matcher via a chained
|
691
|
-
`with_message` method call. (Sam Phippen)
|
692
|
-
|
693
|
-
Bug Fixes:
|
694
|
-
|
695
|
-
* Allow `include` and `match` matchers to be used from within a
|
696
|
-
DSL-defined custom matcher's `match` block. (Myron Marston)
|
697
|
-
* Correct encoding error message on diff failure (Jon Rowe)
|
698
|
-
|
699
|
-
Deprecations:
|
700
|
-
|
701
|
-
* Using the old `:should` syntax without explicitly configuring it is deprecated.
|
702
|
-
It will continue to work but will emit a deprecation warning in RSpec 3 if
|
703
|
-
you do not explicitly enable it. (Sam Phippen)
|
704
|
-
|
705
|
-
### 2.99.2 / 2014-07-21
|
706
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.1...v2.99.2)
|
707
|
-
|
708
|
-
Bug Fixes:
|
709
|
-
|
710
|
-
* Fix regression in `Expectations#method_handle_for` where proxy objects
|
711
|
-
with method delegated would wrongly not return a method handle.
|
712
|
-
(Jon Rowe, #594)
|
713
|
-
* Fix issue with detection of generic operator matchers so they work
|
714
|
-
correctly when undefined. (Myron Marston, #597)
|
715
|
-
|
716
|
-
### 2.99.1 / 2014-06-19
|
717
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0...v2.99.1)
|
718
|
-
|
719
|
-
Bug Fixes:
|
720
|
-
|
721
|
-
* Fix typo in custom matcher `expected` deprecation warning -- it's
|
722
|
-
`expected_as_array`, not `expected_array`. (Frederick Cheung, #562)
|
723
|
-
|
724
|
-
### 2.99.0 / 2014-06-01
|
725
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.rc1...v2.99.0)
|
726
|
-
|
727
|
-
Enhancements:
|
728
|
-
|
729
|
-
* Special case deprecation message for `errors_on` with `rspec-rails` to be more useful.
|
730
|
-
(Aaron Kromer)
|
731
|
-
|
732
|
-
### 2.99.0.rc1 / 2014-05-18
|
733
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta2...2.99.0.rc1)
|
734
|
-
|
735
|
-
Deprecations:
|
736
|
-
|
737
|
-
* Deprecate `matcher_execution_context` attribute on DSL-defined
|
738
|
-
custom matchers. (Myron Marston)
|
739
|
-
* Deprecate `RSpec::Matchers::Pretty#_pretty_print`. (Myron Marston)
|
740
|
-
* Deprecate `RSpec::Matchers::Pretty#expected_to_sentence`. (Myron Marston)
|
741
|
-
* Deprecate `RSpec::Matchers::Configuration` in favor of
|
742
|
-
`RSpec::Expectations::Configuration`. (Myron Marston)
|
743
|
-
* Deprecate `be_xyz` predicate matcher on an object that doesn't respond to
|
744
|
-
`xyz?` or `xyzs?`. (Daniel Fone)
|
745
|
-
* Deprecate `have_xyz` matcher on an object that doesn't respond to `has_xyz?`.
|
746
|
-
(Daniel Fone)
|
747
|
-
* Deprecate `have_xyz` matcher on an object that has a private method `has_xyz?`.
|
748
|
-
(Jon Rowe)
|
749
|
-
* Issue a deprecation warning when a block expectation expression is
|
750
|
-
used with a matcher that doesn't explicitly support block expectations
|
751
|
-
via `supports_block_expectations?`. (Myron Marston)
|
752
|
-
* Deprecate `require 'rspec-expectations'`. Use
|
753
|
-
`require 'rspec/expectations'` instead. (Myron Marston)
|
754
|
-
|
755
|
-
### 2.99.0.beta2 / 2014-02-17
|
756
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.99.0.beta1...v2.99.0.beta2)
|
757
|
-
|
758
|
-
Deprecations:
|
759
|
-
|
760
|
-
* Deprecate chaining `by`, `by_at_least`, `by_at_most` or `to` off of
|
761
|
-
`expect { }.not_to change { }`. The docs have always said these are
|
762
|
-
not supported for the negative form but now they explicitly raise
|
763
|
-
errors in RSpec 3. (Myron Marston)
|
764
|
-
* Change the semantics of `expect { }.not_to change { x }.from(y)`.
|
765
|
-
In RSpec 2.x, this expectation would only fail if `x` started with
|
766
|
-
the value of `y` and changed. If it started with a different value
|
767
|
-
and changed, it would pass. In RSpec 3, it will pass only if the
|
768
|
-
value starts at `y` and it does not change. (Myron Marston)
|
769
|
-
* Deprecate `matcher == value` as an alias for `matcher.matches?(value)`,
|
770
|
-
in favor of `matcher === value`. (Myron Marston)
|
771
|
-
* Deprecate `RSpec::Matchers::OperatorMatcher` in favor of
|
772
|
-
`RSpec::Matchers::BuiltIn::OperatorMatcher`. (Myron Marston)
|
773
|
-
* Deprecate auto-integration with Test::Unit and minitest.
|
774
|
-
Instead, include `RSpec::Matchers` in the appropriate test case
|
775
|
-
base class yourself. (Myron Marston)
|
776
|
-
* Deprecate treating `#expected` on a DSL-generated custom matcher
|
777
|
-
as an array when only 1 argument is passed to the matcher method.
|
778
|
-
In RSpec 3 it will be the single value in order to make diffs
|
779
|
-
work properly. (Jon Rowe)
|
780
|
-
|
781
|
-
### 2.99.0.beta1 / 2013-11-07
|
782
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.99.0.beta1)
|
783
|
-
|
784
|
-
Deprecations
|
785
|
-
|
786
|
-
* Deprecate `have`, `have_at_least` and `have_at_most`. You can continue using those
|
787
|
-
matchers through https://github.com/rspec/rspec-collection_matchers, or
|
788
|
-
you can rewrite your expectations with something like
|
789
|
-
`expect(your_object.size).to eq(num)`. (Hugo Baraúna)
|
790
|
-
* Deprecate `be_xyz` predicate matcher when `xyz?` is a private method.
|
791
|
-
(Jon Rowe)
|
792
|
-
* Deprecate `be_true`/`be_false` in favour of `be_truthy`/`be_falsey`
|
793
|
-
(for Ruby's conditional semantics) or `be true`/`be false`
|
794
|
-
(for exact equality). (Sam Phippen)
|
795
|
-
* Deprecate calling helper methods from a custom matcher with the wrong
|
796
|
-
scope. (Myron Marston)
|
797
|
-
* `def self.foo` / `extend Helper` can be used to add macro methods
|
798
|
-
(e.g. methods that call the custom matcher DSL methods), but should
|
799
|
-
not be used to define helper methods called from within the DSL
|
800
|
-
blocks.
|
801
|
-
* `def foo` / `include Helper` is the opposite: it's for helper methods
|
802
|
-
callable from within a DSL block, but not for defining macros.
|
803
|
-
* RSpec 2.x allowed helper methods defined either way to be used for
|
804
|
-
either purpose, but RSpec 3.0 will not.
|
805
|
-
|
806
|
-
### 2.14.5 / 2014-02-01
|
807
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.4...v2.14.5)
|
808
|
-
|
809
|
-
Bug fixes
|
810
|
-
|
811
|
-
* Fix wrong matcher descriptions with falsey expected value
|
812
|
-
(yujinakayama)
|
813
|
-
|
814
|
-
### 2.14.4 / 2013-11-06
|
815
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.3...v2.14.4)
|
816
|
-
|
817
|
-
Bug fixes
|
818
|
-
|
819
|
-
* Make the `match` matcher produce a diff output. (Jon Rowe, Ben Moss)
|
820
|
-
* Choose encoding for diff's more intelligently, and when all else fails fall
|
821
|
-
back to default internal encoding with replacing characters. (Jon Rowe)
|
822
|
-
|
823
|
-
### 2.14.3 / 2013-09-22
|
824
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.2...v2.14.3)
|
825
|
-
|
826
|
-
Bug fixes
|
827
|
-
|
828
|
-
* Fix operator matchers (`should` syntax) when `method` is redefined on target.
|
829
|
-
(Brandon Turner)
|
830
|
-
* Fix diffing of hashes with object based keys. (Jon Rowe)
|
831
|
-
* Fix operator matchers (`should` syntax) when operator is defined via
|
832
|
-
`method_missing` (Jon Rowe)
|
833
|
-
|
834
|
-
### 2.14.2 / 2013-08-14
|
835
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.1...v2.14.2)
|
836
|
-
|
837
|
-
Bug fixes
|
838
|
-
|
839
|
-
* Fix `be_<predicate>` matcher to not support operator chaining like the
|
840
|
-
`be` matcher does (e.g. `be == 5`). This led to some odd behaviors
|
841
|
-
since `be_<predicate> == anything` returned a `BeComparedTo` matcher
|
842
|
-
and was thus always truthy. This was a consequence of the implementation
|
843
|
-
(e.g. subclassing the basic `Be` matcher) and was not intended behavior.
|
844
|
-
(Myron Marston).
|
845
|
-
* Fix `change` matcher to compare using `==` in addition to `===`. This
|
846
|
-
is important for an expression like:
|
847
|
-
`expect {}.to change { a.class }.from(ClassA).to(ClassB)` because
|
848
|
-
`SomeClass === SomeClass` returns false. (Myron Marston)
|
849
|
-
|
850
|
-
### 2.14.1 / 2013-08-08
|
851
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0...2.14.1)
|
852
|
-
|
853
|
-
Bug fixes
|
854
|
-
|
855
|
-
* Ensure diff output uses the same encoding as the encoding of
|
856
|
-
the string being diff'd to prevent `Encoding::UndefinedConversionError`
|
857
|
-
errors (Jon Rowe).
|
858
|
-
|
859
|
-
### 2.14.0 / 2013-07-06
|
860
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.14.0.rc1...v2.14.0)
|
861
|
-
|
862
|
-
Bug fixes
|
863
|
-
|
864
|
-
* Values that are not matchers use `#inspect`, rather than `#description` for
|
865
|
-
documentation output (Andy Lindeman, Sam Phippen).
|
866
|
-
* Make `expect(a).to be_within(x).percent_of(y)` work with negative y
|
867
|
-
(Katsuhiko Nishimra).
|
868
|
-
* Make the `be_predicate` matcher work as expected used with `expect{...}.to
|
869
|
-
change...` (Sam Phippen).
|
870
|
-
|
871
|
-
### 2.14.0.rc1 / 2013-05-27
|
872
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.13.0...v2.14.0.rc1)
|
873
|
-
|
874
|
-
Enhancements
|
875
|
-
|
876
|
-
* Enhance `yield_control` so that you can specify an exact or relative
|
877
|
-
number of times: `expect { }.to yield_control.exactly(3).times`,
|
878
|
-
`expect { }.to yield_control.at_least(2).times`, etc (Bartek
|
879
|
-
Borkowski).
|
880
|
-
* Make the differ that is used when an expectation fails better handle arrays
|
881
|
-
by splitting each element of the array onto its own line. (Sam Phippen)
|
882
|
-
* Accept duck-typed strings that respond to `:to_str` as expectation messages.
|
883
|
-
(Toby Ovod-Everett)
|
884
|
-
|
885
|
-
Bug fixes
|
886
|
-
|
887
|
-
* Fix differ to not raise errors when dealing with differently-encoded
|
888
|
-
strings (Jon Rowe).
|
889
|
-
* Fix `expect(something).to be_within(x).percent_of(y)` where x and y are both
|
890
|
-
integers (Sam Phippen).
|
891
|
-
* Fix `have` matcher to handle the fact that on ruby 2.0,
|
892
|
-
`Enumerator#size` may return nil (Kenta Murata).
|
893
|
-
* Fix `expect { raise s }.to raise_error(s)` where s is an error instance
|
894
|
-
on ruby 2.0 (Sam Phippen).
|
895
|
-
* Fix `expect(object).to raise_error` passing. This now warns the user and
|
896
|
-
fails the spec (tomykaira).
|
897
|
-
|
898
|
-
Deprecations
|
899
|
-
|
900
|
-
* Deprecate `expect { }.not_to raise_error(SpecificErrorClass)` or
|
901
|
-
`expect { }.not_to raise_error("some specific message")`. Using
|
902
|
-
these was prone to hiding failures as they would allow _any other
|
903
|
-
error_ to pass. (Sam Phippen and David Chelimsky)
|
904
|
-
|
905
|
-
### 2.13.0 / 2013-02-23
|
906
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.1...v2.13.0)
|
907
|
-
|
908
|
-
Enhancements
|
909
|
-
|
910
|
-
* Add support for percent deltas to `be_within` matcher:
|
911
|
-
`expect(value).to be_within(10).percent_of(expected)`
|
912
|
-
(Myron Marston).
|
913
|
-
* Add support to `include` matcher to allow it to be given a list
|
914
|
-
of matchers as the expecteds to match against (Luke Redpath).
|
915
|
-
|
916
|
-
Bug fixes
|
917
|
-
|
918
|
-
* Fix `change` matcher so that it dups strings in order to handle
|
919
|
-
mutated strings (Myron Marston).
|
920
|
-
* Fix `should be =~ /some regex/` / `expect(...).to be =~ /some regex/`.
|
921
|
-
Previously, these either failed with a confusing `undefined method
|
922
|
-
matches?' for false:FalseClass` error or were no-ops that didn't
|
923
|
-
actually verify anything (Myron Marston).
|
924
|
-
* Add compatibility for diff-lcs 1.2 and relax the version
|
925
|
-
constraint (Peter Goldstein).
|
926
|
-
* Fix DSL-generated matchers to allow multiple instances of the
|
927
|
-
same matcher in the same example to have different description
|
928
|
-
and failure messages based on the expected value (Myron Marston).
|
929
|
-
* Prevent `undefined method #split for Array` error when dumping
|
930
|
-
the diff of an array of multiline strings (Myron Marston).
|
931
|
-
* Don't blow up when comparing strings that are in an encoding
|
932
|
-
that is not ASCII compatible (Myron Marston).
|
933
|
-
* Remove confusing "Check the implementation of #==" message
|
934
|
-
printed for empty diffs (Myron Marston).
|
935
|
-
|
936
|
-
### 2.12.1 / 2012-12-15
|
937
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.12.0...v2.12.1)
|
938
|
-
|
939
|
-
Bug fixes
|
940
|
-
|
941
|
-
* Improve the failure message for an expression like
|
942
|
-
`{}.should =~ {}`. (Myron Marston and Andy Lindeman)
|
943
|
-
* Provide a `match_regex` alias so that custom matchers
|
944
|
-
built using the matcher DSL can use it (since `match`
|
945
|
-
is a different method in that context).
|
946
|
-
(Steven Harman)
|
947
|
-
|
948
|
-
### 2.12.0 / 2012-11-12
|
949
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.3...v2.12.0)
|
950
|
-
|
951
|
-
Enhancements
|
952
|
-
|
953
|
-
* Colorize diffs if the `--color` option is configured. (Alex Coplan)
|
954
|
-
* Include backtraces in unexpected errors handled by `raise_error`
|
955
|
-
matcher (Myron Marston)
|
956
|
-
* Print a warning when users accidentally pass a non-string argument
|
957
|
-
as an expectation message (Sam Phippen)
|
958
|
-
* `=~` and `match_array` matchers output a more useful error message when
|
959
|
-
the actual value is not an array (or an object that responds to `#to_ary`)
|
960
|
-
(Sam Phippen)
|
961
|
-
|
962
|
-
Bug fixes
|
963
|
-
|
964
|
-
* Fix `include` matcher so that `expect({}).to include(:a => nil)`
|
965
|
-
fails as it should (Sam Phippen).
|
966
|
-
* Fix `be_an_instance_of` matcher so that `Class#to_s` is used in the
|
967
|
-
description rather than `Class#inspect`, since some classes (like
|
968
|
-
`ActiveRecord::Base`) define a long, verbose `#inspect`.
|
969
|
-
(Tom Stuart)
|
970
|
-
|
971
|
-
### 2.11.3 / 2012-09-04
|
972
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.2...v2.11.3)
|
973
|
-
|
974
|
-
Bug fixes
|
975
|
-
|
976
|
-
* Fix (and deprecate) `expect { }.should` syntax so that it works even
|
977
|
-
though it was never a documented or intended syntax. It worked as a
|
978
|
-
consequence of the implementation of `expect` in RSpec 2.10 and
|
979
|
-
earlier. (Myron Marston)
|
980
|
-
* Ensure #== is defined on built in matchers so that they can be composed.
|
981
|
-
For example:
|
982
|
-
|
983
|
-
expect {
|
984
|
-
user.emailed!
|
985
|
-
}.to change { user.last_emailed_at }.to be_within(1.second).of(Time.zone.now)
|
986
|
-
|
987
|
-
### 2.11.2 / 2012-07-25
|
988
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.1...v2.11.2)
|
989
|
-
|
990
|
-
Bug fixes
|
991
|
-
|
992
|
-
* Define `should` and `should_not` on `Object` rather than `BasicObject`
|
993
|
-
on MacRuby. On MacRuby, `BasicObject` is defined but is not the root
|
994
|
-
of the object hierarchy. (Gabriel Gilder)
|
995
|
-
|
996
|
-
### 2.11.1 / 2012-07-08
|
997
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.11.0...v2.11.1)
|
998
|
-
|
999
|
-
Bug fixes
|
1000
|
-
|
1001
|
-
* Constrain `actual` in `be_within` matcher to values that respond to `-` instead
|
1002
|
-
of requiring a specific type.
|
1003
|
-
* `Time`, for example, is a legit alternative.
|
1004
|
-
|
1005
|
-
### 2.11.0 / 2012-07-07
|
1006
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.10.0...v2.11.0)
|
1007
|
-
|
1008
|
-
Enhancements
|
1009
|
-
|
1010
|
-
* Expand `expect` syntax so that it supports expections on bare values
|
1011
|
-
in addition to blocks (Myron Marston).
|
1012
|
-
* Add configuration options to control available expectation syntaxes
|
1013
|
-
(Myron Marston):
|
1014
|
-
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :expect }`
|
1015
|
-
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = :should }`
|
1016
|
-
* `RSpec.configuration.expect_with(:rspec) { |c| c.syntax = [:should, :expect] }`
|
1017
|
-
* `RSpec.configuration.add_should_and_should_not_to Delegator`
|
1018
|
-
|
1019
|
-
Bug fixes
|
1020
|
-
|
1021
|
-
* Allow only `Numeric` values to be the "actual" in the `be_within` matcher.
|
1022
|
-
This prevents confusing error messages. (Su Zhang @zhangsu)
|
1023
|
-
* Define `should` and `should_not` on `BasicObject` rather than `Kernel`
|
1024
|
-
on 1.9. This makes `should` and `should_not` work properly with
|
1025
|
-
`BasicObject`-subclassed proxy objects like `Delegator`. (Myron
|
1026
|
-
Marston)
|
1027
|
-
|
1028
|
-
### 2.10.0 / 2012-05-03
|
1029
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.1...v2.10.0)
|
1030
|
-
|
1031
|
-
Enhancements
|
1032
|
-
|
1033
|
-
* Add new `start_with` and `end_with` matchers (Jeremy Wadsack)
|
1034
|
-
* Add new matchers for specifying yields (Myron Marston):
|
1035
|
-
* `expect {...}.to yield_control`
|
1036
|
-
* `expect {...}.to yield_with_args(1, 2, 3)`
|
1037
|
-
* `expect {...}.to yield_with_no_args`
|
1038
|
-
* `expect {...}.to yield_successive_args(1, 2, 3)`
|
1039
|
-
* `match_unless_raises` takes multiple exception args
|
1040
|
-
|
1041
|
-
Bug fixes
|
1042
|
-
|
1043
|
-
* Fix `be_within` matcher to be inclusive of delta.
|
1044
|
-
* Fix message-specific specs to pass on Rubinius (John Firebaugh)
|
1045
|
-
|
1046
|
-
### 2.9.1 / 2012-04-03
|
1047
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.9.0...v2.9.1)
|
1048
|
-
|
1049
|
-
Bug fixes
|
1050
|
-
|
1051
|
-
* Provide a helpful message if the diff between two objects is empty.
|
1052
|
-
* Fix bug diffing single strings with multiline strings.
|
1053
|
-
* Fix for error with using custom matchers inside other custom matchers
|
1054
|
-
(mirasrael)
|
1055
|
-
* Fix using execution context methods in nested DSL matchers (mirasrael)
|
1056
|
-
|
1057
|
-
### 2.9.0 / 2012-03-17
|
1058
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0...v2.9.0)
|
1059
|
-
|
1060
|
-
Enhancements
|
1061
|
-
|
1062
|
-
* Move built-in matcher classes to RSpec::Matchers::BuiltIn to reduce pollution
|
1063
|
-
of RSpec::Matchers (which is included in every example).
|
1064
|
-
* Autoload files with matcher classes to improve load time.
|
1065
|
-
|
1066
|
-
Bug fixes
|
1067
|
-
|
1068
|
-
* Align `respond_to?` and `method_missing` in DSL-defined matchers.
|
1069
|
-
* Clear out user-defined instance variables between invocations of DSL-defined
|
1070
|
-
matchers.
|
1071
|
-
* Dup the instance of a DSL generated matcher so its state is not changed by
|
1072
|
-
subsequent invocations.
|
1073
|
-
* Treat expected args consistently across positive and negative expectations
|
1074
|
-
(thanks to Ralf Kistner for the heads up)
|
1075
|
-
|
1076
|
-
### 2.8.0 / 2012-01-04
|
1077
|
-
|
1078
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc2...v2.8.0)
|
1079
|
-
|
1080
|
-
Enhancements
|
1081
|
-
|
1082
|
-
* Better diff output for Hash (Philippe Creux)
|
1083
|
-
* Eliminate Ruby warnings (Olek Janiszewski)
|
1084
|
-
|
1085
|
-
### 2.8.0.rc2 / 2011-12-19
|
1086
|
-
|
1087
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.8.0.rc1...v2.8.0.rc2)
|
1088
|
-
|
1089
|
-
No changes for this release. Just releasing with the other rspec gems.
|
1090
|
-
|
1091
|
-
### 2.8.0.rc1 / 2011-11-06
|
1092
|
-
|
1093
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.7.0...v2.8.0.rc1)
|
1094
|
-
|
1095
|
-
Enhancements
|
1096
|
-
|
1097
|
-
* Use classes for the built-in matchers (they're faster).
|
1098
|
-
* Eliminate Ruby warnings (Matijs van Zuijlen)
|
1099
|
-
|
1100
|
-
### 2.7.0 / 2011-10-16
|
1101
|
-
|
1102
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.6.0...v2.7.0)
|
1103
|
-
|
1104
|
-
Enhancements
|
1105
|
-
|
1106
|
-
* `HaveMatcher` converts argument using `to_i` (Alex Bepple & Pat Maddox)
|
1107
|
-
* Improved failure message for the `have_xxx` matcher (Myron Marston)
|
1108
|
-
* `HaveMatcher` supports `count` (Matthew Bellantoni)
|
1109
|
-
* Change matcher dups `Enumerable` before the action, supporting custom
|
1110
|
-
`Enumerable` types like `CollectionProxy` in Rails (David Chelimsky)
|
1111
|
-
|
1112
|
-
Bug fixes
|
1113
|
-
|
1114
|
-
* Fix typo in `have(n).xyz` documentation (Jean Boussier)
|
1115
|
-
* fix `safe_sort` for ruby 1.9.2 (`Kernel` now defines `<=>` for Object) (Peter
|
1116
|
-
van Hardenberg)
|
1117
|
-
|
1118
|
-
### 2.6.0 / 2011-05-12
|
1119
|
-
|
1120
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.5.0...v2.6.0)
|
1121
|
-
|
1122
|
-
Enhancements
|
1123
|
-
|
1124
|
-
* `change` matcher accepts regexps (Robert Davis)
|
1125
|
-
* better descriptions for `have_xxx` matchers (Magnus Bergmark)
|
1126
|
-
* `range.should cover(*values)` (Anders Furseth)
|
1127
|
-
|
1128
|
-
Bug fixes
|
1129
|
-
|
1130
|
-
* Removed non-ascii characters that were choking rcov (Geoffrey Byers)
|
1131
|
-
* change matcher dups arrays and hashes so their before/after states can be
|
1132
|
-
compared correctly.
|
1133
|
-
* Fix the order of inclusion of RSpec::Matchers in Test::Unit::TestCase and
|
1134
|
-
MiniTest::Unit::TestCase to prevent a SystemStackError (Myron Marston)
|
1135
|
-
|
1136
|
-
### 2.5.0 / 2011-02-05
|
1137
|
-
|
1138
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.4.0...v2.5.0)
|
1139
|
-
|
1140
|
-
Enhancements
|
1141
|
-
|
1142
|
-
* `should exist` works with `exist?` or `exists?` (Myron Marston)
|
1143
|
-
* `expect { ... }.not_to do_something` (in addition to `to_not`)
|
1144
|
-
|
1145
|
-
Documentation
|
1146
|
-
|
1147
|
-
* improved docs for raise_error matcher (James Almond)
|
1148
|
-
|
1149
|
-
### 2.4.0 / 2011-01-02
|
1150
|
-
|
1151
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.3.0...v2.4.0)
|
1152
|
-
|
1153
|
-
No functional changes in this release, which was made to align with the
|
1154
|
-
rspec-core-2.4.0 release.
|
1155
|
-
|
1156
|
-
Enhancements
|
1157
|
-
|
1158
|
-
* improved RDoc for change matcher (Jo Liss)
|
1159
|
-
|
1160
|
-
### 2.3.0 / 2010-12-12
|
1161
|
-
|
1162
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.2.1...v2.3.0)
|
1163
|
-
|
1164
|
-
Enhancements
|
1165
|
-
|
1166
|
-
* diff strings when include matcher fails (Mike Sassak)
|
1167
|
-
|
1168
|
-
### 2.2.0 / 2010-11-28
|
1169
|
-
|
1170
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.1.0...v2.2.0)
|
1171
|
-
|
1172
|
-
### 2.1.0 / 2010-11-07
|
1173
|
-
|
1174
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.1...v2.1.0)
|
1175
|
-
|
1176
|
-
Enhancements
|
1177
|
-
|
1178
|
-
* `be_within(delta).of(expected)` matcher (Myron Marston)
|
1179
|
-
* Lots of new Cucumber features (Myron Marston)
|
1180
|
-
* Raise error if you try `should != expected` on Ruby-1.9 (Myron Marston)
|
1181
|
-
* Improved failure messages from `throw_symbol` (Myron Marston)
|
1182
|
-
|
1183
|
-
Bug fixes
|
1184
|
-
|
1185
|
-
* Eliminate hard dependency on `RSpec::Core` (Myron Marston)
|
1186
|
-
* `have_matcher` - use pluralize only when ActiveSupport inflections are indeed
|
1187
|
-
defined (Josep M Bach)
|
1188
|
-
* throw_symbol matcher no longer swallows exceptions (Myron Marston)
|
1189
|
-
* fix matcher chaining to avoid name collisions (Myron Marston)
|
1190
|
-
|
1191
|
-
### 2.0.0 / 2010-10-10
|
1192
|
-
|
1193
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0)
|
1194
|
-
|
1195
|
-
Enhancements
|
1196
|
-
|
1197
|
-
* Add match_for_should_not method to matcher DSL (Myron Marston)
|
1198
|
-
|
1199
|
-
Bug fixes
|
1200
|
-
|
1201
|
-
* `respond_to` matcher works correctly with `should_not` with multiple methods
|
1202
|
-
(Myron Marston)
|
1203
|
-
* `include` matcher works correctly with `should_not` with multiple values
|
1204
|
-
(Myron Marston)
|
1205
|
-
|
1206
|
-
### 2.0.0.rc / 2010-10-05
|
1207
|
-
|
1208
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.22...v2.0.0.rc)
|
1209
|
-
|
1210
|
-
Enhancements
|
1211
|
-
|
1212
|
-
* `require 'rspec/expectations'` in a T::U or MiniUnit suite (Josep M. Bach)
|
1213
|
-
|
1214
|
-
Bug fixes
|
1215
|
-
|
1216
|
-
* change by 0 passes/fails correctly (Len Smith)
|
1217
|
-
* Add description to satisfy matcher
|
1218
|
-
|
1219
|
-
### 2.0.0.beta.22 / 2010-09-12
|
1220
|
-
|
1221
|
-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.20...v2.0.0.beta.22)
|
1222
|
-
|
1223
|
-
Enhancements
|
1224
|
-
|
1225
|
-
* diffing improvements
|
1226
|
-
* diff multiline strings
|
1227
|
-
* don't diff single line strings
|
1228
|
-
* don't diff numbers (silly)
|
1229
|
-
* diff regexp + multiline string
|
1230
|
-
|
1231
|
-
Bug fixes
|
1232
|
-
* `should[_not]` change now handles boolean values correctly
|