Skip to content

Commit

Permalink
Merge pull request #3 from liger1978/quota_fixup
Browse files Browse the repository at this point in the history
Manual fixup for quotas
  • Loading branch information
liger1978 authored Oct 6, 2021
2 parents d50c121 + 8e0a632 commit 316b2d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build_scripts/swagger-codegen-cli-ruby-config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lib/harbor2_client/models/quota.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def self.swagger_types
{
:'id' => :'Integer',
:'ref' => :'QuotaRefObject',
:'hard' => :'ResourceList',
:'hard' => :'Object',
:'used' => :'ResourceList',
:'creation_time' => :'DateTime',
:'update_time' => :'DateTime'
Expand Down
2 changes: 1 addition & 1 deletion lib/harbor2_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Harbor2Client
VERSION = '2.3.3.1'
VERSION = '2.3.3.2'
end

0 comments on commit 316b2d1

Please sign in to comment.