Skip to content

Commit

Permalink
Update with latest OpenAPI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
moneykitt committed Jan 9, 2024
1 parent 4800d92 commit af28b0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -276,19 +276,6 @@ lib/moneykit/models/webhook_test_link_request.rb
lib/moneykit/models/webhook_test_link_response.rb
lib/moneykit/version.rb
moneykit.gemspec
spec/api/investments_api_spec.rb
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/models/get_holdings_response_spec.rb
spec/models/get_investment_transactions_response_spec.rb
spec/models/holding_response_spec.rb
spec/models/investment_transaction_response_spec.rb
spec/models/investments_link_product_spec.rb
spec/models/link_error_spec.rb
spec/models/link_product_failure_reasons_spec.rb
spec/models/response401_get_holdings_links_id_investments_holdings_get_spec.rb
spec/models/response401_get_investment_transactions_links_id_investments_transactions_get_spec.rb
spec/models/response401_get_transactions_spec.rb
spec/models/response401_get_user_transactions_spec.rb
spec/models/security_response_spec.rb
spec/spec_helper.rb
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
moneykit (0.1.3)
moneykit (0.1.4)
faraday (>= 1.0.1, < 3.0)
faraday-multipart

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bundle add moneykit.gemspec
or add the following to your `Gemfile`

```
gem 'moneykit', '~> 0.1.3'
gem 'moneykit', '~> 0.1.4'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion lib/moneykit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MoneyKit
VERSION = '0.1.3'
VERSION = '0.1.4'
end

0 comments on commit af28b0b

Please sign in to comment.