File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 - bundle install --path vendor/bundle
99 - bundle exec rspec
1010 - gem build bandwidth-sdk.gemspec
11- - gem install ./bandwidth-sdk-11 .0.0.gem
11+ - gem install ./bandwidth-sdk-1 .0.0-dev .gem
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Bandwidth's Communication APIs
2222This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
2323
2424- API version: 1.0.0
25- - Package version: 11 .0.0
25+ - Package version: 1 .0.0-dev
2626- Build package: org.openapitools.codegen.languages.RubyClientCodegen
2727For more information, please visit [ https://dev.bandwidth.com ] ( https://dev.bandwidth.com )
2828
@@ -45,16 +45,16 @@ gem build bandwidth-sdk.gemspec
4545Then either install the gem locally:
4646
4747``` shell
48- gem install ./bandwidth-sdk-11 .0.0.gem
48+ gem install ./bandwidth-sdk-1 .0.0-dev .gem
4949```
5050
51- (for development, run ` gem install --dev ./bandwidth-sdk-11 .0.0.gem ` to install the development dependencies)
51+ (for development, run ` gem install --dev ./bandwidth-sdk-1 .0.0-dev .gem ` to install the development dependencies)
5252
5353or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
5454
5555Finally add this to the Gemfile:
5656
57- gem 'bandwidth-sdk', '~> 11 .0.0'
57+ gem 'bandwidth-sdk', '~> 1 .0.0-dev '
5858
5959### Install from Git
6060
Original file line number Diff line number Diff line change 1111=end
1212
1313module Bandwidth
14- VERSION = '11 .0.0'
14+ VERSION = '1 .0.0-dev '
1515end
You can’t perform that action at this time.
0 commit comments