File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fastcomments (0.3 .0 )
4+ fastcomments (1.0 .0 )
55 typhoeus (~> 1.0 , >= 1.0.1 )
66
77GEM
Original file line number Diff line number Diff line change 88 - bundle install --path vendor/bundle
99 - bundle exec rspec
1010 - gem build fastcomments-client.gemspec
11- - gem install ./fastcomments-client-0.3 .0.gem
11+ - gem install ./fastcomments-client-1.0 .0.gem
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
77This SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
88
99- API version: 0.0.0
10- - Package version: 0.3 .0
10+ - Package version: 1.0 .0
1111- Generator version: 7.18.0-SNAPSHOT
1212- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1313
@@ -24,16 +24,16 @@ gem build fastcomments-client.gemspec
2424Then either install the gem locally:
2525
2626``` shell
27- gem install ./fastcomments-client-0.3 .0.gem
27+ gem install ./fastcomments-client-1.0 .0.gem
2828```
2929
30- (for development, run ` gem install --dev ./fastcomments-client-0.3 .0.gem ` to install the development dependencies)
30+ (for development, run ` gem install --dev ./fastcomments-client-1.0 .0.gem ` to install the development dependencies)
3131
3232or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
3333
3434Finally add this to the Gemfile:
3535
36- gem 'fastcomments-client', '~> 0.3 .0'
36+ gem 'fastcomments-client', '~> 1.0 .0'
3737
3838### Install from Git
3939
Original file line number Diff line number Diff line change 1111=end
1212
1313module FastCommentsClient
14- VERSION = '0.3 .0'
14+ VERSION = '1.0 .0'
1515end
You can’t perform that action at this time.
0 commit comments