harbor2_client 2.3.3.1 → 2.3.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a8a172a6e2159b6da58d36feb86c570836d3d924c03665a8edc8cab22c5136c4
4
- data.tar.gz: eaba5f3a4b88d5a812d94b4a3922adb166684e5205d35f45e94e2350ce6162d8
3
+ metadata.gz: f05c47719619813d90b4e532154c095651e78fb11a2e415e90646e04698411a0
4
+ data.tar.gz: c6e2d3dbf8a0a11f6082792c57e408d957f10459549b7c830b722c8403308d36
5
5
  SHA512:
6
- metadata.gz: b176daac2402045f266f9582273589238239fb405fb634c2cb9e0797688e196faf234d7ba2f5bfac23440d423e4b5d9bf914ed8dceb76f9fb966517d6e6d6f4b
7
- data.tar.gz: 6ebf5695e1d8d112e3c1146f79efc71b5524db5493f2af3132b2b8fd386dc0dbe00a61b5f20d87fef9b2282d4e0c92951cd59ea4c3b9765e4ea4e4c333860333
6
+ metadata.gz: b4ea615f8d02a0e46fd73780507dbd5de4baf95b95ad746a03938aef2bf592f9637d9183bbbd956cfd49ea8a430b9dcd3813b6d50c058cbcd332a43dc6eaf237
7
+ data.tar.gz: 8587655d858ceded05321038ae398ef016bd4fded91735819d1dd1d763975dd560aed47a32dfcd86bdcfb69744a64a0f7f8f3a06b4362f9833d30e31c3cc02e1
data/README.md CHANGED
@@ -7,7 +7,7 @@ These APIs provide services for manipulating Harbor project.
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0
10
- - Package version: 2.3.3.1
10
+ - Package version: 2.3.3.3
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build harbor2_client.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./harbor2_client-2.3.3.1.gem
26
+ gem install ./harbor2_client-2.3.3.3.gem
27
27
  ```
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.3.gem` to install the development dependencies)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'harbor2_client', '~> 2.3.3.1'
34
+ gem 'harbor2_client', '~> 2.3.3.3'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "gemName": "harbor2_client",
3
3
  "moduleName": "Harbor2Client",
4
- "gemVersion": "2.3.3.1",
4
+ "gemVersion": "2.3.3.3",
5
5
  "gemLicense": "MIT",
6
6
  "gemRequiredRubyVersion": ">= 1.9",
7
7
  "gemHomepage": "https://github.com/liger1978/ruby-harbor2_client",
@@ -50,7 +50,7 @@ module Harbor2Client
50
50
  {
51
51
  :'id' => :'Integer',
52
52
  :'ref' => :'QuotaRefObject',
53
- :'hard' => :'ResourceList',
53
+ :'hard' => :'Object',
54
54
  :'used' => :'ResourceList',
55
55
  :'creation_time' => :'DateTime',
56
56
  :'update_time' => :'DateTime'
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.22
11
11
  =end
12
12
 
13
13
  module Harbor2Client
14
- VERSION = '2.3.3.1'
14
+ VERSION = '2.3.3.3'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harbor2_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3.1
4
+ version: 2.3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Grainger