fuse_client 0.3.1 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. checksums.yaml +4 -4
  2. data/{fuse-ruby-openapi/Gemfile → Gemfile} +0 -0
  3. data/Gemfile.lock +70 -0
  4. data/LICENSE +21 -0
  5. data/README.md +1 -0
  6. data/{fuse-ruby-openapi/Rakefile → Rakefile} +0 -0
  7. data/docs/Aggregator.md +15 -0
  8. data/{fuse-ruby-openapi/docs → docs}/CreateAssetReportRequest.md +3 -1
  9. data/{fuse-ruby-openapi/docs → docs}/CreateAssetReportResponse.md +0 -0
  10. data/docs/CreateEntityRequest.md +24 -0
  11. data/docs/CreateEntityResponse.md +24 -0
  12. data/{fuse-ruby-openapi/docs → docs}/CreateLinkTokenRequest.md +5 -5
  13. data/{fuse-ruby-openapi/docs → docs}/CreateLinkTokenRequestMx.md +1 -1
  14. data/docs/CreateLinkTokenRequestPlaid.md +18 -0
  15. data/{fuse-ruby-openapi/docs → docs}/CreateLinkTokenResponse.md +0 -0
  16. data/docs/CreateSessionRequest.md +20 -0
  17. data/{fuse-ruby-openapi/docs → docs}/CreateSessionResponse.md +0 -0
  18. data/{fuse-ruby-openapi/docs → docs}/ExchangeFinancialConnectionsPublicTokenRequest.md +0 -0
  19. data/{fuse-ruby-openapi/docs → docs}/ExchangeFinancialConnectionsPublicTokenResponse.md +0 -0
  20. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccount.md +0 -0
  21. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountBalance.md +0 -0
  22. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountDetails.md +1 -3
  23. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountDetailsAch.md +0 -0
  24. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountInstitution.md +0 -0
  25. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountLiability.md +0 -0
  26. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountLiabilityAllOf.md +0 -0
  27. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsAccountLiabilityAllOfAprs.md +0 -0
  28. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsHolding.md +2 -0
  29. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsInvestmentAccount.md +0 -0
  30. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsInvestmentSecurity.md +0 -0
  31. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsInvestmentTransaction.md +0 -0
  32. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsInvestmentTransactionDataInner.md +0 -0
  33. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwner.md +0 -0
  34. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwnerAddressesInner.md +0 -0
  35. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwnerAddressesInnerData.md +0 -0
  36. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwnerEmailsInner.md +0 -0
  37. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwnerNamesInner.md +0 -0
  38. data/{fuse-ruby-openapi/docs → docs}/FinancialConnectionsOwnerPhoneNumbersInner.md +0 -0
  39. data/{fuse-ruby-openapi/docs → docs}/FuseApi.md +307 -1
  40. data/{fuse-ruby-openapi/docs → docs}/FuseApiError.md +0 -0
  41. data/{fuse-ruby-openapi/docs → docs}/FuseApiErrorData.md +0 -0
  42. data/{fuse-ruby-openapi/docs → docs}/FuseApiWarning.md +0 -0
  43. data/{fuse-ruby-openapi/docs → docs}/FuseApiWarningData.md +0 -0
  44. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportRequest.md +0 -0
  45. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportResponse.md +0 -0
  46. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportResponseReport.md +0 -0
  47. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportResponseReportAccountsInner.md +0 -0
  48. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportResponseReportAccountsInnerBalances.md +0 -0
  49. data/{fuse-ruby-openapi/docs → docs}/GetAssetReportResponseReportAccountsInnerHistoricalBalancesInner.md +0 -0
  50. data/docs/GetEntityResponse.md +24 -0
  51. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsAccountBalanceResponse.md +0 -0
  52. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsAccountDetailsRequest.md +0 -0
  53. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsAccountDetailsResponse.md +0 -0
  54. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsAccountsRequest.md +0 -0
  55. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsAccountsResponse.md +0 -0
  56. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsBalanceRequest.md +0 -0
  57. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsOwnersRequest.md +0 -0
  58. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsOwnersResponse.md +0 -0
  59. data/{fuse-ruby-openapi/docs → docs}/GetFinancialConnectionsOwnersResponseAccountsInner.md +0 -0
  60. data/{fuse-ruby-openapi/docs → docs}/GetInvestmentHoldingsRequest.md +3 -1
  61. data/{fuse-ruby-openapi/docs → docs}/GetInvestmentHoldingsResponse.md +1 -3
  62. data/{fuse-ruby-openapi/docs → docs}/GetInvestmentTransactionsRequest.md +0 -0
  63. data/{fuse-ruby-openapi/docs → docs}/GetInvestmentTransactionsResponse.md +1 -3
  64. data/{fuse-ruby-openapi/docs → docs}/GetLiabilitiesRequest.md +0 -0
  65. data/{fuse-ruby-openapi/docs → docs}/GetLiabilitiesResponse.md +1 -3
  66. data/{fuse-ruby-openapi/docs → docs}/GetTransactionsRequest.md +0 -0
  67. data/{fuse-ruby-openapi/docs → docs}/GetTransactionsResponse.md +0 -0
  68. data/{fuse-ruby-openapi/docs → docs}/GetTransactionsResponseDataInner.md +1 -3
  69. data/{fuse-ruby-openapi/docs → docs}/GetTransactionsResponseDataInnerMerchant.md +0 -0
  70. data/docs/Product.md +15 -0
  71. data/docs/RefreshAssetReportRequest.md +22 -0
  72. data/{fuse-ruby-openapi/docs → docs}/SyncFinancialConnectionsDataResponse.md +0 -0
  73. data/{fuse-ruby-openapi/docs → docs}/SyncTransactionsRequest.md +0 -0
  74. data/{fuse-ruby-openapi/docs → docs}/SyncTransactionsResponse.md +0 -0
  75. data/{fuse-ruby-openapi/docs → docs}/SyncTransactionsResponseRemovedInner.md +0 -0
  76. data/{fuse-ruby-openapi/docs → docs}/TransactionCommonModel.md +0 -0
  77. data/docs/UpdateEntityRequest.md +22 -0
  78. data/docs/UpdateEntityResponse.md +24 -0
  79. data/{fuse-ruby-openapi/fuse_client.gemspec → fuse_client.gemspec} +0 -0
  80. data/{fuse-ruby-openapi/git_push.sh → git_push.sh} +0 -0
  81. data/{fuse-ruby-openapi/lib → lib}/fuse_client/api/fuse_api.rb +261 -0
  82. data/{fuse-ruby-openapi/lib → lib}/fuse_client/api_client.rb +0 -0
  83. data/{fuse-ruby-openapi/lib → lib}/fuse_client/api_error.rb +0 -0
  84. data/{fuse-ruby-openapi/lib → lib}/fuse_client/configuration.rb +2 -2
  85. data/lib/fuse_client/models/aggregator.rb +42 -0
  86. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_asset_report_request.rb +16 -4
  87. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_asset_report_response.rb +0 -0
  88. data/lib/fuse_client/models/create_entity_request.rb +268 -0
  89. data/lib/fuse_client/models/create_entity_response.rb +268 -0
  90. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_link_token_request.rb +21 -20
  91. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_link_token_request_mx.rb +1 -1
  92. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_link_token_request_plaid.rb +3 -2
  93. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_link_token_response.rb +0 -0
  94. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_session_request.rb +36 -39
  95. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/create_session_response.rb +0 -0
  96. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/exchange_financial_connections_public_token_request.rb +0 -0
  97. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/exchange_financial_connections_public_token_response.rb +0 -0
  98. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account.rb +0 -0
  99. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_balance.rb +0 -0
  100. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_details.rb +4 -14
  101. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_details_ach.rb +0 -0
  102. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_institution.rb +0 -0
  103. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_liability.rb +0 -0
  104. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_liability_all_of.rb +0 -0
  105. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb +0 -0
  106. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_holding.rb +11 -1
  107. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_investment_account.rb +0 -0
  108. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_investment_security.rb +0 -0
  109. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_investment_transaction.rb +0 -0
  110. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_investment_transaction_data_inner.rb +0 -0
  111. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner.rb +0 -0
  112. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner_addresses_inner.rb +0 -0
  113. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner_addresses_inner_data.rb +0 -0
  114. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner_emails_inner.rb +0 -0
  115. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner_names_inner.rb +0 -0
  116. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb +0 -0
  117. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/fuse_api_error.rb +0 -0
  118. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/fuse_api_error_data.rb +0 -0
  119. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/fuse_api_warning.rb +0 -0
  120. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/fuse_api_warning_data.rb +0 -0
  121. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_request.rb +0 -0
  122. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_response.rb +0 -0
  123. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_response_report.rb +0 -0
  124. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_response_report_accounts_inner.rb +0 -0
  125. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_response_report_accounts_inner_balances.rb +0 -0
  126. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner.rb +0 -0
  127. data/lib/fuse_client/models/get_entity_response.rb +268 -0
  128. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_account_balance_response.rb +0 -0
  129. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_account_details_request.rb +0 -0
  130. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_account_details_response.rb +0 -0
  131. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_accounts_request.rb +0 -0
  132. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_accounts_response.rb +0 -0
  133. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_balance_request.rb +0 -0
  134. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_owners_request.rb +0 -0
  135. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_owners_response.rb +0 -0
  136. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb +0 -0
  137. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_investment_holdings_request.rb +14 -4
  138. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_investment_holdings_response.rb +4 -14
  139. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_investment_transactions_request.rb +0 -0
  140. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_investment_transactions_response.rb +4 -14
  141. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_liabilities_request.rb +0 -0
  142. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_liabilities_response.rb +4 -14
  143. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_transactions_request.rb +0 -0
  144. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_transactions_response.rb +0 -0
  145. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_transactions_response_data_inner.rb +4 -14
  146. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/get_transactions_response_data_inner_merchant.rb +0 -0
  147. data/lib/fuse_client/models/product.rb +44 -0
  148. data/lib/fuse_client/models/refresh_asset_report_request.rb +275 -0
  149. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/sync_financial_connections_data_response.rb +0 -0
  150. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/sync_transactions_request.rb +0 -0
  151. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/sync_transactions_response.rb +0 -0
  152. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/sync_transactions_response_removed_inner.rb +0 -0
  153. data/{fuse-ruby-openapi/lib → lib}/fuse_client/models/transaction_common_model.rb +0 -0
  154. data/{fuse-ruby-openapi/lib/fuse_client/models/create_session_request_plaid.rb → lib/fuse_client/models/update_entity_request.rb} +41 -21
  155. data/lib/fuse_client/models/update_entity_response.rb +268 -0
  156. data/{fuse-ruby-openapi/lib → lib}/fuse_client/version.rb +1 -1
  157. data/{fuse-ruby-openapi/lib → lib}/fuse_client.rb +8 -3
  158. data/{fuse-ruby-openapi/spec → spec}/api/fuse_api_spec.rb +45 -0
  159. data/{fuse-ruby-openapi/spec → spec}/api_client_spec.rb +0 -0
  160. data/{fuse-ruby-openapi/spec → spec}/configuration_spec.rb +3 -3
  161. data/spec/models/aggregator_spec.rb +28 -0
  162. data/{fuse-ruby-openapi/spec → spec}/models/create_asset_report_request_spec.rb +6 -0
  163. data/{fuse-ruby-openapi/spec → spec}/models/create_asset_report_response_spec.rb +0 -0
  164. data/{fuse-ruby-openapi/spec/models/create_session_request_mx_spec.rb → spec/models/create_entity_request_spec.rb} +10 -10
  165. data/spec/models/create_entity_response_spec.rb +52 -0
  166. data/{fuse-ruby-openapi/spec → spec}/models/create_link_token_request_mx_spec.rb +0 -0
  167. data/{fuse-ruby-openapi/spec → spec}/models/create_link_token_request_plaid_spec.rb +0 -0
  168. data/{fuse-ruby-openapi/spec → spec}/models/create_link_token_request_spec.rb +5 -5
  169. data/{fuse-ruby-openapi/spec → spec}/models/create_link_token_response_spec.rb +0 -0
  170. data/{fuse-ruby-openapi/spec → spec}/models/create_session_request_spec.rb +1 -11
  171. data/{fuse-ruby-openapi/spec → spec}/models/create_session_response_spec.rb +0 -0
  172. data/{fuse-ruby-openapi/spec → spec}/models/exchange_financial_connections_public_token_request_spec.rb +0 -0
  173. data/{fuse-ruby-openapi/spec → spec}/models/exchange_financial_connections_public_token_response_spec.rb +0 -0
  174. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_balance_spec.rb +0 -0
  175. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_details_ach_spec.rb +0 -0
  176. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_details_spec.rb +0 -6
  177. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_institution_spec.rb +0 -0
  178. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_liability_all_of_aprs_spec.rb +0 -0
  179. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_liability_all_of_spec.rb +0 -0
  180. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_liability_spec.rb +0 -0
  181. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_account_spec.rb +0 -0
  182. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_holding_spec.rb +6 -0
  183. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_investment_account_spec.rb +0 -0
  184. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_investment_security_spec.rb +0 -0
  185. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_investment_transaction_data_inner_spec.rb +0 -0
  186. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_investment_transaction_spec.rb +0 -0
  187. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_addresses_inner_data_spec.rb +0 -0
  188. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_addresses_inner_spec.rb +0 -0
  189. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_emails_inner_spec.rb +0 -0
  190. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_names_inner_spec.rb +0 -0
  191. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_phone_numbers_inner_spec.rb +0 -0
  192. data/{fuse-ruby-openapi/spec → spec}/models/financial_connections_owner_spec.rb +0 -0
  193. data/{fuse-ruby-openapi/spec → spec}/models/fuse_api_error_data_spec.rb +0 -0
  194. data/{fuse-ruby-openapi/spec → spec}/models/fuse_api_error_spec.rb +0 -0
  195. data/{fuse-ruby-openapi/spec → spec}/models/fuse_api_warning_data_spec.rb +0 -0
  196. data/{fuse-ruby-openapi/spec → spec}/models/fuse_api_warning_spec.rb +0 -0
  197. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_request_spec.rb +0 -0
  198. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_response_report_accounts_inner_balances_spec.rb +0 -0
  199. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb +0 -0
  200. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_response_report_accounts_inner_spec.rb +0 -0
  201. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_response_report_spec.rb +0 -0
  202. data/{fuse-ruby-openapi/spec → spec}/models/get_asset_report_response_spec.rb +0 -0
  203. data/spec/models/get_entity_response_spec.rb +52 -0
  204. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_account_balance_response_spec.rb +0 -0
  205. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_account_details_request_spec.rb +0 -0
  206. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_account_details_response_spec.rb +0 -0
  207. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_accounts_request_spec.rb +0 -0
  208. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_accounts_response_spec.rb +0 -0
  209. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_balance_request_spec.rb +0 -0
  210. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_owners_request_spec.rb +0 -0
  211. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_owners_response_accounts_inner_spec.rb +0 -0
  212. data/{fuse-ruby-openapi/spec → spec}/models/get_financial_connections_owners_response_spec.rb +0 -0
  213. data/{fuse-ruby-openapi/spec → spec}/models/get_investment_holdings_request_spec.rb +6 -0
  214. data/{fuse-ruby-openapi/spec → spec}/models/get_investment_holdings_response_spec.rb +0 -6
  215. data/{fuse-ruby-openapi/spec → spec}/models/get_investment_transactions_request_spec.rb +0 -0
  216. data/{fuse-ruby-openapi/spec → spec}/models/get_investment_transactions_response_spec.rb +0 -6
  217. data/{fuse-ruby-openapi/spec → spec}/models/get_liabilities_request_spec.rb +0 -0
  218. data/{fuse-ruby-openapi/spec → spec}/models/get_liabilities_response_spec.rb +0 -6
  219. data/{fuse-ruby-openapi/spec → spec}/models/get_transactions_request_spec.rb +0 -0
  220. data/{fuse-ruby-openapi/spec → spec}/models/get_transactions_response_data_inner_merchant_spec.rb +0 -0
  221. data/{fuse-ruby-openapi/spec → spec}/models/get_transactions_response_data_inner_spec.rb +0 -6
  222. data/{fuse-ruby-openapi/spec → spec}/models/get_transactions_response_spec.rb +0 -0
  223. data/spec/models/product_spec.rb +28 -0
  224. data/spec/models/refresh_asset_report_request_spec.rb +46 -0
  225. data/{fuse-ruby-openapi/spec → spec}/models/sync_financial_connections_data_response_spec.rb +0 -0
  226. data/{fuse-ruby-openapi/spec → spec}/models/sync_transactions_request_spec.rb +0 -0
  227. data/{fuse-ruby-openapi/spec → spec}/models/sync_transactions_response_removed_inner_spec.rb +0 -0
  228. data/{fuse-ruby-openapi/spec → spec}/models/sync_transactions_response_spec.rb +0 -0
  229. data/{fuse-ruby-openapi/spec → spec}/models/transaction_common_model_spec.rb +0 -0
  230. data/spec/models/update_entity_request_spec.rb +46 -0
  231. data/spec/models/update_entity_response_spec.rb +52 -0
  232. data/{fuse-ruby-openapi/spec → spec}/spec_helper.rb +0 -0
  233. metadata +309 -228
  234. data/2023-01-25.json +0 -1736
  235. data/fuse-ruby-openapi/.gitignore +0 -39
  236. data/fuse-ruby-openapi/.gitlab-ci.yml +0 -26
  237. data/fuse-ruby-openapi/.openapi-generator/FILES +0 -220
  238. data/fuse-ruby-openapi/.openapi-generator/VERSION +0 -1
  239. data/fuse-ruby-openapi/.openapi-generator-ignore +0 -23
  240. data/fuse-ruby-openapi/.rspec +0 -2
  241. data/fuse-ruby-openapi/.rubocop.yml +0 -148
  242. data/fuse-ruby-openapi/.travis.yml +0 -14
  243. data/fuse-ruby-openapi/README.md +0 -258
  244. data/fuse-ruby-openapi/docs/CreateLinkTokenRequestPlaid.md +0 -18
  245. data/fuse-ruby-openapi/docs/CreateLinkTokenRequestPlaidConfig.md +0 -18
  246. data/fuse-ruby-openapi/docs/CreateSessionRequest.md +0 -22
  247. data/fuse-ruby-openapi/docs/CreateSessionRequestMx.md +0 -24
  248. data/fuse-ruby-openapi/docs/CreateSessionRequestPlaid.md +0 -18
  249. data/fuse-ruby-openapi/lib/fuse_client/models/create_link_token_request_plaid_config.rb +0 -225
  250. data/fuse-ruby-openapi/lib/fuse_client/models/create_session_request_mx.rb +0 -247
  251. data/fuse-ruby-openapi/spec/models/create_link_token_request_plaid_config_spec.rb +0 -34
  252. data/fuse-ruby-openapi/spec/models/create_session_request_plaid_spec.rb +0 -34
  253. data/fuse_client-0.3.0.gem +0 -0
  254. data/generate-fuse-openapi-spec.js +0 -136
@@ -1,39 +0,0 @@
1
- # Generated by: https://openapi-generator.tech
2
- #
3
-
4
- *.gem
5
- *.rbc
6
- /.config
7
- /coverage/
8
- /InstalledFiles
9
- /pkg/
10
- /spec/reports/
11
- /spec/examples.txt
12
- /test/tmp/
13
- /test/version_tmp/
14
- /tmp/
15
-
16
- ## Specific to RubyMotion:
17
- .dat*
18
- .repl_history
19
- build/
20
-
21
- ## Documentation cache and generated files:
22
- /.yardoc/
23
- /_yardoc/
24
- /doc/
25
- /rdoc/
26
-
27
- ## Environment normalization:
28
- /.bundle/
29
- /vendor/bundle
30
- /lib/bundler/man/
31
-
32
- # for a library or gem, you might want to ignore these files since the code is
33
- # intended to run in multiple environments; otherwise, check them in:
34
- # Gemfile.lock
35
- # .ruby-version
36
- # .ruby-gemset
37
-
38
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
39
- .rvmrc
@@ -1,26 +0,0 @@
1
- .ruby: &ruby
2
- variables:
3
- LANG: "C.UTF-8"
4
- before_script:
5
- - ruby -v
6
- - bundle config set --local deployment true
7
- - bundle install -j $(nproc)
8
- parallel:
9
- matrix:
10
- - RUBY_VERSION: ['2.3', '2.4', '2.5', '2.6', '2.7', '3.0']
11
- image: "ruby:$RUBY_VERSION"
12
- cache:
13
- paths:
14
- - vendor/ruby
15
- key: 'ruby-$RUBY_VERSION'
16
-
17
- gem:
18
- extends: .ruby
19
- script:
20
- - bundle exec rspec
21
- - bundle exec rake build
22
- - bundle exec rake install
23
- artifacts:
24
- paths:
25
- - pkg/*.gem
26
-
@@ -1,220 +0,0 @@
1
- .gitignore
2
- .gitlab-ci.yml
3
- .openapi-generator-ignore
4
- .rspec
5
- .rubocop.yml
6
- .travis.yml
7
- Gemfile
8
- README.md
9
- Rakefile
10
- docs/CreateAssetReportRequest.md
11
- docs/CreateAssetReportResponse.md
12
- docs/CreateLinkTokenRequest.md
13
- docs/CreateLinkTokenRequestMx.md
14
- docs/CreateLinkTokenRequestPlaid.md
15
- docs/CreateLinkTokenRequestPlaidConfig.md
16
- docs/CreateLinkTokenResponse.md
17
- docs/CreateSessionRequest.md
18
- docs/CreateSessionRequestMx.md
19
- docs/CreateSessionRequestPlaid.md
20
- docs/CreateSessionResponse.md
21
- docs/ExchangeFinancialConnectionsPublicTokenRequest.md
22
- docs/ExchangeFinancialConnectionsPublicTokenResponse.md
23
- docs/FinancialConnectionsAccount.md
24
- docs/FinancialConnectionsAccountBalance.md
25
- docs/FinancialConnectionsAccountDetails.md
26
- docs/FinancialConnectionsAccountDetailsAch.md
27
- docs/FinancialConnectionsAccountInstitution.md
28
- docs/FinancialConnectionsAccountLiability.md
29
- docs/FinancialConnectionsAccountLiabilityAllOf.md
30
- docs/FinancialConnectionsAccountLiabilityAllOfAprs.md
31
- docs/FinancialConnectionsHolding.md
32
- docs/FinancialConnectionsInvestmentAccount.md
33
- docs/FinancialConnectionsInvestmentSecurity.md
34
- docs/FinancialConnectionsInvestmentTransaction.md
35
- docs/FinancialConnectionsInvestmentTransactionDataInner.md
36
- docs/FinancialConnectionsOwner.md
37
- docs/FinancialConnectionsOwnerAddressesInner.md
38
- docs/FinancialConnectionsOwnerAddressesInnerData.md
39
- docs/FinancialConnectionsOwnerEmailsInner.md
40
- docs/FinancialConnectionsOwnerNamesInner.md
41
- docs/FinancialConnectionsOwnerPhoneNumbersInner.md
42
- docs/FuseApi.md
43
- docs/FuseApiError.md
44
- docs/FuseApiErrorData.md
45
- docs/FuseApiWarning.md
46
- docs/FuseApiWarningData.md
47
- docs/GetAssetReportRequest.md
48
- docs/GetAssetReportResponse.md
49
- docs/GetAssetReportResponseReport.md
50
- docs/GetAssetReportResponseReportAccountsInner.md
51
- docs/GetAssetReportResponseReportAccountsInnerBalances.md
52
- docs/GetAssetReportResponseReportAccountsInnerHistoricalBalancesInner.md
53
- docs/GetFinancialConnectionsAccountBalanceResponse.md
54
- docs/GetFinancialConnectionsAccountDetailsRequest.md
55
- docs/GetFinancialConnectionsAccountDetailsResponse.md
56
- docs/GetFinancialConnectionsAccountsRequest.md
57
- docs/GetFinancialConnectionsAccountsResponse.md
58
- docs/GetFinancialConnectionsBalanceRequest.md
59
- docs/GetFinancialConnectionsOwnersRequest.md
60
- docs/GetFinancialConnectionsOwnersResponse.md
61
- docs/GetFinancialConnectionsOwnersResponseAccountsInner.md
62
- docs/GetInvestmentHoldingsRequest.md
63
- docs/GetInvestmentHoldingsResponse.md
64
- docs/GetInvestmentTransactionsRequest.md
65
- docs/GetInvestmentTransactionsResponse.md
66
- docs/GetLiabilitiesRequest.md
67
- docs/GetLiabilitiesResponse.md
68
- docs/GetTransactionsRequest.md
69
- docs/GetTransactionsResponse.md
70
- docs/GetTransactionsResponseDataInner.md
71
- docs/GetTransactionsResponseDataInnerMerchant.md
72
- docs/SyncFinancialConnectionsDataResponse.md
73
- docs/SyncTransactionsRequest.md
74
- docs/SyncTransactionsResponse.md
75
- docs/SyncTransactionsResponseRemovedInner.md
76
- docs/TransactionCommonModel.md
77
- fuse_client.gemspec
78
- git_push.sh
79
- lib/fuse_client.rb
80
- lib/fuse_client/api/fuse_api.rb
81
- lib/fuse_client/api_client.rb
82
- lib/fuse_client/api_error.rb
83
- lib/fuse_client/configuration.rb
84
- lib/fuse_client/models/create_asset_report_request.rb
85
- lib/fuse_client/models/create_asset_report_response.rb
86
- lib/fuse_client/models/create_link_token_request.rb
87
- lib/fuse_client/models/create_link_token_request_mx.rb
88
- lib/fuse_client/models/create_link_token_request_plaid.rb
89
- lib/fuse_client/models/create_link_token_request_plaid_config.rb
90
- lib/fuse_client/models/create_link_token_response.rb
91
- lib/fuse_client/models/create_session_request.rb
92
- lib/fuse_client/models/create_session_request_mx.rb
93
- lib/fuse_client/models/create_session_request_plaid.rb
94
- lib/fuse_client/models/create_session_response.rb
95
- lib/fuse_client/models/exchange_financial_connections_public_token_request.rb
96
- lib/fuse_client/models/exchange_financial_connections_public_token_response.rb
97
- lib/fuse_client/models/financial_connections_account.rb
98
- lib/fuse_client/models/financial_connections_account_balance.rb
99
- lib/fuse_client/models/financial_connections_account_details.rb
100
- lib/fuse_client/models/financial_connections_account_details_ach.rb
101
- lib/fuse_client/models/financial_connections_account_institution.rb
102
- lib/fuse_client/models/financial_connections_account_liability.rb
103
- lib/fuse_client/models/financial_connections_account_liability_all_of.rb
104
- lib/fuse_client/models/financial_connections_account_liability_all_of_aprs.rb
105
- lib/fuse_client/models/financial_connections_holding.rb
106
- lib/fuse_client/models/financial_connections_investment_account.rb
107
- lib/fuse_client/models/financial_connections_investment_security.rb
108
- lib/fuse_client/models/financial_connections_investment_transaction.rb
109
- lib/fuse_client/models/financial_connections_investment_transaction_data_inner.rb
110
- lib/fuse_client/models/financial_connections_owner.rb
111
- lib/fuse_client/models/financial_connections_owner_addresses_inner.rb
112
- lib/fuse_client/models/financial_connections_owner_addresses_inner_data.rb
113
- lib/fuse_client/models/financial_connections_owner_emails_inner.rb
114
- lib/fuse_client/models/financial_connections_owner_names_inner.rb
115
- lib/fuse_client/models/financial_connections_owner_phone_numbers_inner.rb
116
- lib/fuse_client/models/fuse_api_error.rb
117
- lib/fuse_client/models/fuse_api_error_data.rb
118
- lib/fuse_client/models/fuse_api_warning.rb
119
- lib/fuse_client/models/fuse_api_warning_data.rb
120
- lib/fuse_client/models/get_asset_report_request.rb
121
- lib/fuse_client/models/get_asset_report_response.rb
122
- lib/fuse_client/models/get_asset_report_response_report.rb
123
- lib/fuse_client/models/get_asset_report_response_report_accounts_inner.rb
124
- lib/fuse_client/models/get_asset_report_response_report_accounts_inner_balances.rb
125
- lib/fuse_client/models/get_asset_report_response_report_accounts_inner_historical_balances_inner.rb
126
- lib/fuse_client/models/get_financial_connections_account_balance_response.rb
127
- lib/fuse_client/models/get_financial_connections_account_details_request.rb
128
- lib/fuse_client/models/get_financial_connections_account_details_response.rb
129
- lib/fuse_client/models/get_financial_connections_accounts_request.rb
130
- lib/fuse_client/models/get_financial_connections_accounts_response.rb
131
- lib/fuse_client/models/get_financial_connections_balance_request.rb
132
- lib/fuse_client/models/get_financial_connections_owners_request.rb
133
- lib/fuse_client/models/get_financial_connections_owners_response.rb
134
- lib/fuse_client/models/get_financial_connections_owners_response_accounts_inner.rb
135
- lib/fuse_client/models/get_investment_holdings_request.rb
136
- lib/fuse_client/models/get_investment_holdings_response.rb
137
- lib/fuse_client/models/get_investment_transactions_request.rb
138
- lib/fuse_client/models/get_investment_transactions_response.rb
139
- lib/fuse_client/models/get_liabilities_request.rb
140
- lib/fuse_client/models/get_liabilities_response.rb
141
- lib/fuse_client/models/get_transactions_request.rb
142
- lib/fuse_client/models/get_transactions_response.rb
143
- lib/fuse_client/models/get_transactions_response_data_inner.rb
144
- lib/fuse_client/models/get_transactions_response_data_inner_merchant.rb
145
- lib/fuse_client/models/sync_financial_connections_data_response.rb
146
- lib/fuse_client/models/sync_transactions_request.rb
147
- lib/fuse_client/models/sync_transactions_response.rb
148
- lib/fuse_client/models/sync_transactions_response_removed_inner.rb
149
- lib/fuse_client/models/transaction_common_model.rb
150
- lib/fuse_client/version.rb
151
- spec/api/fuse_api_spec.rb
152
- spec/api_client_spec.rb
153
- spec/configuration_spec.rb
154
- spec/models/create_asset_report_request_spec.rb
155
- spec/models/create_asset_report_response_spec.rb
156
- spec/models/create_link_token_request_mx_spec.rb
157
- spec/models/create_link_token_request_plaid_config_spec.rb
158
- spec/models/create_link_token_request_plaid_spec.rb
159
- spec/models/create_link_token_request_spec.rb
160
- spec/models/create_link_token_response_spec.rb
161
- spec/models/create_session_request_mx_spec.rb
162
- spec/models/create_session_request_plaid_spec.rb
163
- spec/models/create_session_request_spec.rb
164
- spec/models/create_session_response_spec.rb
165
- spec/models/exchange_financial_connections_public_token_request_spec.rb
166
- spec/models/exchange_financial_connections_public_token_response_spec.rb
167
- spec/models/financial_connections_account_balance_spec.rb
168
- spec/models/financial_connections_account_details_ach_spec.rb
169
- spec/models/financial_connections_account_details_spec.rb
170
- spec/models/financial_connections_account_institution_spec.rb
171
- spec/models/financial_connections_account_liability_all_of_aprs_spec.rb
172
- spec/models/financial_connections_account_liability_all_of_spec.rb
173
- spec/models/financial_connections_account_liability_spec.rb
174
- spec/models/financial_connections_account_spec.rb
175
- spec/models/financial_connections_holding_spec.rb
176
- spec/models/financial_connections_investment_account_spec.rb
177
- spec/models/financial_connections_investment_security_spec.rb
178
- spec/models/financial_connections_investment_transaction_data_inner_spec.rb
179
- spec/models/financial_connections_investment_transaction_spec.rb
180
- spec/models/financial_connections_owner_addresses_inner_data_spec.rb
181
- spec/models/financial_connections_owner_addresses_inner_spec.rb
182
- spec/models/financial_connections_owner_emails_inner_spec.rb
183
- spec/models/financial_connections_owner_names_inner_spec.rb
184
- spec/models/financial_connections_owner_phone_numbers_inner_spec.rb
185
- spec/models/financial_connections_owner_spec.rb
186
- spec/models/fuse_api_error_data_spec.rb
187
- spec/models/fuse_api_error_spec.rb
188
- spec/models/fuse_api_warning_data_spec.rb
189
- spec/models/fuse_api_warning_spec.rb
190
- spec/models/get_asset_report_request_spec.rb
191
- spec/models/get_asset_report_response_report_accounts_inner_balances_spec.rb
192
- spec/models/get_asset_report_response_report_accounts_inner_historical_balances_inner_spec.rb
193
- spec/models/get_asset_report_response_report_accounts_inner_spec.rb
194
- spec/models/get_asset_report_response_report_spec.rb
195
- spec/models/get_asset_report_response_spec.rb
196
- spec/models/get_financial_connections_account_balance_response_spec.rb
197
- spec/models/get_financial_connections_account_details_request_spec.rb
198
- spec/models/get_financial_connections_account_details_response_spec.rb
199
- spec/models/get_financial_connections_accounts_request_spec.rb
200
- spec/models/get_financial_connections_accounts_response_spec.rb
201
- spec/models/get_financial_connections_balance_request_spec.rb
202
- spec/models/get_financial_connections_owners_request_spec.rb
203
- spec/models/get_financial_connections_owners_response_accounts_inner_spec.rb
204
- spec/models/get_financial_connections_owners_response_spec.rb
205
- spec/models/get_investment_holdings_request_spec.rb
206
- spec/models/get_investment_holdings_response_spec.rb
207
- spec/models/get_investment_transactions_request_spec.rb
208
- spec/models/get_investment_transactions_response_spec.rb
209
- spec/models/get_liabilities_request_spec.rb
210
- spec/models/get_liabilities_response_spec.rb
211
- spec/models/get_transactions_request_spec.rb
212
- spec/models/get_transactions_response_data_inner_merchant_spec.rb
213
- spec/models/get_transactions_response_data_inner_spec.rb
214
- spec/models/get_transactions_response_spec.rb
215
- spec/models/sync_financial_connections_data_response_spec.rb
216
- spec/models/sync_transactions_request_spec.rb
217
- spec/models/sync_transactions_response_removed_inner_spec.rb
218
- spec/models/sync_transactions_response_spec.rb
219
- spec/models/transaction_common_model_spec.rb
220
- spec/spec_helper.rb
@@ -1 +0,0 @@
1
- 6.2.1
@@ -1,23 +0,0 @@
1
- # OpenAPI Generator Ignore
2
- # Generated by openapi-generator https://github.com/openapitools/openapi-generator
3
-
4
- # Use this file to prevent files from being overwritten by the generator.
5
- # The patterns follow closely to .gitignore or .dockerignore.
6
-
7
- # As an example, the C# client generator defines ApiClient.cs.
8
- # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9
- #ApiClient.cs
10
-
11
- # You can match any string of characters against a directory, file or extension with a single asterisk (*):
12
- #foo/*/qux
13
- # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14
-
15
- # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16
- #foo/**/qux
17
- # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18
-
19
- # You can also negate patterns with an exclamation (!).
20
- # For example, you can ignore all files in a docs folder with the file extension .md:
21
- #docs/*.md
22
- # Then explicitly reverse the ignore rule for a single file:
23
- #!docs/README.md
@@ -1,2 +0,0 @@
1
- --color
2
- --require spec_helper
@@ -1,148 +0,0 @@
1
- # This file is based on https://github.com/rails/rails/blob/master/.rubocop.yml (MIT license)
2
- # Automatically generated by OpenAPI Generator (https://openapi-generator.tech)
3
- AllCops:
4
- TargetRubyVersion: 2.4
5
- # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
6
- # to ignore them, so only the ones explicitly set in this file are enabled.
7
- DisabledByDefault: true
8
- Exclude:
9
- - '**/templates/**/*'
10
- - '**/vendor/**/*'
11
- - 'actionpack/lib/action_dispatch/journey/parser.rb'
12
-
13
- # Prefer &&/|| over and/or.
14
- Style/AndOr:
15
- Enabled: true
16
-
17
- # Align `when` with `case`.
18
- Layout/CaseIndentation:
19
- Enabled: true
20
-
21
- # Align comments with method definitions.
22
- Layout/CommentIndentation:
23
- Enabled: true
24
-
25
- Layout/ElseAlignment:
26
- Enabled: true
27
-
28
- Layout/EmptyLineAfterMagicComment:
29
- Enabled: true
30
-
31
- # In a regular class definition, no empty lines around the body.
32
- Layout/EmptyLinesAroundClassBody:
33
- Enabled: true
34
-
35
- # In a regular method definition, no empty lines around the body.
36
- Layout/EmptyLinesAroundMethodBody:
37
- Enabled: true
38
-
39
- # In a regular module definition, no empty lines around the body.
40
- Layout/EmptyLinesAroundModuleBody:
41
- Enabled: true
42
-
43
- Layout/FirstArgumentIndentation:
44
- Enabled: true
45
-
46
- # Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
47
- Style/HashSyntax:
48
- Enabled: false
49
-
50
- # Method definitions after `private` or `protected` isolated calls need one
51
- # extra level of indentation.
52
- Layout/IndentationConsistency:
53
- Enabled: true
54
- EnforcedStyle: indented_internal_methods
55
-
56
- # Two spaces, no tabs (for indentation).
57
- Layout/IndentationWidth:
58
- Enabled: true
59
-
60
- Layout/LeadingCommentSpace:
61
- Enabled: true
62
-
63
- Layout/SpaceAfterColon:
64
- Enabled: true
65
-
66
- Layout/SpaceAfterComma:
67
- Enabled: true
68
-
69
- Layout/SpaceAroundEqualsInParameterDefault:
70
- Enabled: true
71
-
72
- Layout/SpaceAroundKeyword:
73
- Enabled: true
74
-
75
- Layout/SpaceAroundOperators:
76
- Enabled: true
77
-
78
- Layout/SpaceBeforeComma:
79
- Enabled: true
80
-
81
- Layout/SpaceBeforeFirstArg:
82
- Enabled: true
83
-
84
- Style/DefWithParentheses:
85
- Enabled: true
86
-
87
- # Defining a method with parameters needs parentheses.
88
- Style/MethodDefParentheses:
89
- Enabled: true
90
-
91
- Style/FrozenStringLiteralComment:
92
- Enabled: false
93
- EnforcedStyle: always
94
-
95
- # Use `foo {}` not `foo{}`.
96
- Layout/SpaceBeforeBlockBraces:
97
- Enabled: true
98
-
99
- # Use `foo { bar }` not `foo {bar}`.
100
- Layout/SpaceInsideBlockBraces:
101
- Enabled: true
102
-
103
- # Use `{ a: 1 }` not `{a:1}`.
104
- Layout/SpaceInsideHashLiteralBraces:
105
- Enabled: true
106
-
107
- Layout/SpaceInsideParens:
108
- Enabled: true
109
-
110
- # Check quotes usage according to lint rule below.
111
- #Style/StringLiterals:
112
- # Enabled: true
113
- # EnforcedStyle: single_quotes
114
-
115
- # Detect hard tabs, no hard tabs.
116
- Layout/IndentationStyle:
117
- Enabled: true
118
-
119
- # Blank lines should not have any spaces.
120
- Layout/TrailingEmptyLines:
121
- Enabled: true
122
-
123
- # No trailing whitespace.
124
- Layout/TrailingWhitespace:
125
- Enabled: false
126
-
127
- # Use quotes for string literals when they are enough.
128
- Style/RedundantPercentQ:
129
- Enabled: true
130
-
131
- # Align `end` with the matching keyword or starting expression except for
132
- # assignments, where it should be aligned with the LHS.
133
- Layout/EndAlignment:
134
- Enabled: true
135
- EnforcedStyleAlignWith: variable
136
- AutoCorrect: true
137
-
138
- # Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
139
- Lint/RequireParentheses:
140
- Enabled: true
141
-
142
- Style/RedundantReturn:
143
- Enabled: true
144
- AllowMultipleReturnValues: true
145
-
146
- Style/Semicolon:
147
- Enabled: true
148
- AllowAsExpressionSeparator: true
@@ -1,14 +0,0 @@
1
- language: ruby
2
- cache: bundler
3
- rvm:
4
- - 2.3
5
- - 2.4
6
- - 2.5
7
- - 2.6
8
- - 2.7
9
- - 3.0
10
- script:
11
- - bundle install --path vendor/bundle
12
- - bundle exec rspec
13
- - gem build fuse_client.gemspec
14
- - gem install ./fuse_client-0.3.0.gem