harbor1_client 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +4 -4
- data/lib/harbor1_client/api_client.rb +1 -1
- data/lib/harbor1_client/models/configurations_response.rb +2 -2
- data/lib/harbor1_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3af94fb5779fd503b0b85943018911051e6b46557bc424e196e8e896de06dec
|
|
4
|
+
data.tar.gz: 22c8f8832d9a56bc2c452f102dc1c1933bea8e18f23676e3cb9393baa82fb9c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1b6c034cc1e2501b8f294748f7cd00e246718b7d343cf9e490c2f2a14a40cf7280ba02fb85b7c5e6138a33bc2f3795adbce43a9e57fae3c2323e2b0fcf98340
|
|
7
|
+
data.tar.gz: db8b0fde02e9749dd01aa9ceaaef7d7634cf2da931617771182dba98ca96ab0dd7f0df819a2262ff0594e3549ccd7ce89ada2beb4281a45d7b7ca69ce3f717b9
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ These APIs provide services for manipulating Harbor projects.
|
|
|
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: 1.10.0
|
|
10
|
-
- Package version: 0.1.
|
|
10
|
+
- Package version: 0.1.1
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build harbor1_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./harbor1_client-0.1.
|
|
26
|
+
gem install ./harbor1_client-0.1.1.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./harbor1_client-0.1.
|
|
28
|
+
(for development, run `gem install --dev ./harbor1_client-0.1.1.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 'harbor1_client', '~> 0.1.
|
|
34
|
+
gem 'harbor1_client', '~> 0.1.1'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -316,7 +316,7 @@ module Harbor1Client
|
|
|
316
316
|
|
|
317
317
|
# Sets user agent in HTTP header
|
|
318
318
|
#
|
|
319
|
-
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/0.1.
|
|
319
|
+
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/0.1.1)
|
|
320
320
|
def user_agent=(user_agent)
|
|
321
321
|
@user_agent = user_agent
|
|
322
322
|
@default_headers['User-Agent'] = @user_agent
|
|
@@ -170,9 +170,9 @@ module Harbor1Client
|
|
|
170
170
|
:'ldap_url' => :'StringConfigItem',
|
|
171
171
|
:'ldap_base_dn' => :'StringConfigItem',
|
|
172
172
|
:'ldap_filter' => :'StringConfigItem',
|
|
173
|
-
:'ldap_scope' => :'
|
|
173
|
+
:'ldap_scope' => :'IntegerConfigItem',
|
|
174
174
|
:'ldap_uid' => :'StringConfigItem',
|
|
175
|
-
:'ldap_search_dn' => :'
|
|
175
|
+
:'ldap_search_dn' => :'StringConfigItem',
|
|
176
176
|
:'ldap_timeout' => :'IntegerConfigItem',
|
|
177
177
|
:'ldap_group_attribute_name' => :'StringConfigItem',
|
|
178
178
|
:'ldap_group_base_dn' => :'StringConfigItem',
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harbor1_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Grainger
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-12-
|
|
12
|
+
date: 2020-12-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: typhoeus
|