Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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