File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ These APIs provide services for manipulating Harbor project.
77This SDK is automatically generated by the [ Swagger Codegen] ( https://github.com/swagger-api/swagger-codegen ) project:
88
99- API version: 2.0
10- - Package version: 2.3.3.1
10+ - Package version: 2.3.3.2
1111- Build package: io.swagger.codegen.languages.RubyClientCodegen
1212
1313## Installation
@@ -23,15 +23,15 @@ gem build harbor2_client.gemspec
2323Then either install the gem locally:
2424
2525``` shell
26- gem install ./harbor2_client-2.3.3.1 .gem
26+ gem install ./harbor2_client-2.3.3.2 .gem
2727```
28- (for development, run ` gem install --dev ./harbor2_client-2.3.3.1 .gem ` to install the development dependencies)
28+ (for development, run ` gem install --dev ./harbor2_client-2.3.3.2 .gem ` to install the development dependencies)
2929
3030or publish the gem to a gem hosting service, e.g. [ RubyGems] ( https://rubygems.org/ ) .
3131
3232Finally add this to the Gemfile:
3333
34- gem 'harbor2_client', '~> 2.3.3.1 '
34+ gem 'harbor2_client', '~> 2.3.3.2 '
3535
3636### Install from Git
3737
Original file line number Diff line number Diff line change 11{
22 "gemName" : " harbor2_client" ,
33 "moduleName" : " Harbor2Client" ,
4- "gemVersion" : " 2.3.3.1 " ,
4+ "gemVersion" : " 2.3.3.2 " ,
55 "gemLicense" : " MIT" ,
66 "gemRequiredRubyVersion" : " >= 1.9" ,
77 "gemHomepage" : " https://github.com/liger1978/ruby-harbor2_client" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def self.swagger_types
5050 {
5151 :'id' => :'Integer' ,
5252 :'ref' => :'QuotaRefObject' ,
53- :'hard' => :'ResourceList ' ,
53+ :'hard' => :'Object ' ,
5454 :'used' => :'ResourceList' ,
5555 :'creation_time' => :'DateTime' ,
5656 :'update_time' => :'DateTime'
Original file line number Diff line number Diff line change 1111=end
1212
1313module Harbor2Client
14- VERSION = '2.3.3.1 '
14+ VERSION = '2.3.3.2 '
1515end
You can’t perform that action at this time.
0 commit comments