Skip to content

Commit

Permalink
update for mono release v2024.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Aug 13, 2024
1 parent e7172ac commit 98c54e0
Show file tree
Hide file tree
Showing 4 changed files with 883 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ If you want to tweak something related to codegen itself, head ([here](./turnkey

If you want to update templates with upstream this is a bit harder but possible: these templates were downloaded from [this folder](https://github.com/swagger-api/swagger-codegen-generators/tree/0f7eeb2ca53e5fff886ce1a609bce1b1e75063fe/src/main/resources/handlebars/ruby) (this is a permalink to the right git SHA). You can see all the changes made to these by looking at the history of changes in the templates folder: https://github.com/tkhq/ruby-sdk/commits/main/turnkey_client_inputs/templates.

## Ruby

On Mac, Ruby will come installed automatically. However, the default version might not be compatible with certain gems, nor will it allow you to modify the default gems directory. To set up Ruby, there are many options: rbenv, rvm, asdf, chruby, etc. For simplicity, one path is using rbenv, which can be set up by following the instructions [here](https://github.com/rbenv/rbenv?tab=readme-ov-file#installation).

## Rubocop

We use Rubocop for linting. To install:
Expand Down
2 changes: 1 addition & 1 deletion turnkey_client/lib/turnkey_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
=end

module TurnkeyClient
VERSION = '0.0.5'
VERSION = '0.0.7'
end
2 changes: 1 addition & 1 deletion turnkey_client_inputs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"gemAuthor": "Turnkey Engineering",
"gemAuthorEmail": "[email protected]",
"moduleName": "TurnkeyClient",
"gemVersion": "0.0.6"
"gemVersion": "0.0.7"
}
Loading

0 comments on commit 98c54e0

Please sign in to comment.