Skip to content

Commit 3459d03

Browse files
committed
Regenerate SDK with version 1.0.0
1 parent 33aeb89 commit 3459d03

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastcomments (0.3.0)
4+
fastcomments (1.0.0)
55
typhoeus (~> 1.0, >= 1.0.1)
66

77
GEM

client/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ script:
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

client/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
77
This 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
2424
Then 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

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

3434
Finally 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

client/lib/fastcomments-client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module FastCommentsClient
14-
VERSION = '0.3.0'
14+
VERSION = '1.0.0'
1515
end

0 commit comments

Comments
 (0)