Sha256: 87f7d3239743654531527fe61c0a9f2edd74c8c0ed4e4c3839258314afc03f55
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
## Previous Versions The current client support v2.0 of the API. For v1.2 please use: - https://rubygems.org/gems/clever-ruby/versions/1.2.4 - https://github.com/Clever/clever-ruby/tree/v1.2.4 ## Updating the Library 1. Git clone swagger-codegen (https://github.com/swagger-api/swagger-codegen) 2. Git clone Clever's swagger-api repo (https://github.com/Clever/swagger-api) 3. Run this command in the swagger-codegen repo ``` swagger-codegen generate -i $PATH_TO_SWAGGER_API_REPO/v2.1-client.yml -l ruby -o $PATH_TO_THIS_REPO --additional-properties gemVersion=$VERSION ``` 4. Run `make build` to copy over the override files ## Publishing Signup to rubygems.org if you don't already have an account, and ask one of the gem [owners](https://rubygems.org/gems/clever-ruby) to add you as an owner. You'll be prompted to log in from the command line when you push the gem, if you aren't already logged in. To add a new owner, you need to be an owner, then run this command: `gem owner clever-ruby -a <emailaddress>` 1. Update `CHANGELOG.md` 1. `gem build clever-ruby.gemspec` 1. `gem push clever-ruby-X.Y.Z.gem`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
commonlit-clever-ruby-2.1.6.beta3 | override/README-extension.md |
commonlit-clever-ruby-2.1.6.beta2 | override/README-extension.md |