diff --git a/README.md b/README.md index f385d71..c25e637 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ These APIs provide services for manipulating Harbor project. This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 2.0 -- Package version: 2.3.3.1 +- Package version: 2.3.3.2 - Build package: io.swagger.codegen.languages.RubyClientCodegen ## Installation @@ -23,15 +23,15 @@ gem build harbor2_client.gemspec Then either install the gem locally: ```shell -gem install ./harbor2_client-2.3.3.1.gem +gem install ./harbor2_client-2.3.3.2.gem ``` -(for development, run `gem install --dev ./harbor2_client-2.3.3.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./harbor2_client-2.3.3.2.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 'harbor2_client', '~> 2.3.3.1' + gem 'harbor2_client', '~> 2.3.3.2' ### Install from Git diff --git a/build_scripts/swagger-codegen-cli-ruby-config.json b/build_scripts/swagger-codegen-cli-ruby-config.json index 2d585c5..451d1e0 100644 --- a/build_scripts/swagger-codegen-cli-ruby-config.json +++ b/build_scripts/swagger-codegen-cli-ruby-config.json @@ -1,7 +1,7 @@ { "gemName": "harbor2_client", "moduleName": "Harbor2Client", - "gemVersion": "2.3.3.1", + "gemVersion": "2.3.3.2", "gemLicense": "MIT", "gemRequiredRubyVersion": ">= 1.9", "gemHomepage": "https://github.com/liger1978/ruby-harbor2_client", diff --git a/lib/harbor2_client/models/quota.rb b/lib/harbor2_client/models/quota.rb index 2cdf685..f5495e5 100644 --- a/lib/harbor2_client/models/quota.rb +++ b/lib/harbor2_client/models/quota.rb @@ -50,7 +50,7 @@ def self.swagger_types { :'id' => :'Integer', :'ref' => :'QuotaRefObject', - :'hard' => :'ResourceList', + :'hard' => :'Object', :'used' => :'ResourceList', :'creation_time' => :'DateTime', :'update_time' => :'DateTime' diff --git a/lib/harbor2_client/version.rb b/lib/harbor2_client/version.rb index da6189c..216bee8 100644 --- a/lib/harbor2_client/version.rb +++ b/lib/harbor2_client/version.rb @@ -11,5 +11,5 @@ =end module Harbor2Client - VERSION = '2.3.3.1' + VERSION = '2.3.3.2' end