Skip to content

Commit

Permalink
Generate SDK with OpenAPI Generator Version (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: DX-Bandwidth <[email protected]>
  • Loading branch information
band-swi[bot] and DX-Bandwidth authored Nov 12, 2024
1 parent 36b63c2 commit 38e0bcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build bandwidth-sdk.gemspec
- gem install ./bandwidth-sdk-11.0.0.gem
- gem install ./bandwidth-sdk-1.0.0-dev.gem
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Bandwidth's Communication APIs
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 11.0.0
- Package version: 1.0.0-dev
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)

Expand All @@ -45,16 +45,16 @@ gem build bandwidth-sdk.gemspec
Then either install the gem locally:

```shell
gem install ./bandwidth-sdk-11.0.0.gem
gem install ./bandwidth-sdk-1.0.0-dev.gem
```

(for development, run `gem install --dev ./bandwidth-sdk-11.0.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./bandwidth-sdk-1.0.0-dev.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'bandwidth-sdk', '~> 11.0.0'
gem 'bandwidth-sdk', '~> 1.0.0-dev'

### Install from Git

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

module Bandwidth
VERSION = '11.0.0'
VERSION = '1.0.0-dev'
end

0 comments on commit 38e0bcb

Please sign in to comment.