harbor2_legacy_client 0.2.0 → 0.2.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/harbor2_legacy_client.gemspec +1 -1
- data/lib/harbor2_legacy_client/api_client.rb +1 -1
- data/lib/harbor2_legacy_client/models/configurations_response.rb +2 -2
- data/lib/harbor2_legacy_client/version.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +4 -5
- data/harbor2_legacy_client-0.1.0.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: debb7445c97f42fed0b8662e009ee0dbc00e074dc21c5d137c05fa16af25e0c5
|
|
4
|
+
data.tar.gz: '0551278f8415fc28a5aed9c832c60a71b18cdc894efcf6837c635f1bb8b02d0c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85121da3f6896e95fa4e7ec6250b80596e9a691f083b4d5e678ae6fa0c92f6709890712ec7fec54777d1ede0846efeca842c520cb0f84120647b13fa899b3e1f
|
|
7
|
+
data.tar.gz: 57f7725a4f290abf232feb7785ae4494db3b40b069312264333f12e26e0e7da59ccf00f4f92f47a104147ba4182c716a15240057c60c4c9b8e112232a6dc10a8
|
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: 2.0
|
|
10
|
-
- Package version: 0.2.
|
|
10
|
+
- Package version: 0.2.1
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build harbor2_legacy_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./harbor2_legacy_client-0.2.
|
|
26
|
+
gem install ./harbor2_legacy_client-0.2.1.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./harbor2_legacy_client-0.2.
|
|
28
|
+
(for development, run `gem install --dev ./harbor2_legacy_client-0.2.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 'harbor2_legacy_client', '~> 0.2.
|
|
34
|
+
gem 'harbor2_legacy_client', '~> 0.2.1'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
|
|
|
28
28
|
s.required_ruby_version = ">= 1.9"
|
|
29
29
|
|
|
30
30
|
s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
|
|
31
|
-
s.add_runtime_dependency 'json', '~> 2.1', '>= 0.2.
|
|
31
|
+
s.add_runtime_dependency 'json', '~> 2.1', '>= 0.2.1'
|
|
32
32
|
s.add_runtime_dependency 'addressable', '~> 2.3', '>= 2.3.0'
|
|
33
33
|
|
|
34
34
|
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
|
|
@@ -316,7 +316,7 @@ module Harbor2LegacyClient
|
|
|
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.2.
|
|
319
|
+
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/0.2.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 Harbor2LegacyClient
|
|
|
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',
|
data/spec/spec_helper.rb
CHANGED
|
@@ -72,7 +72,7 @@ RSpec.configure do |config|
|
|
|
72
72
|
|
|
73
73
|
# Limits the available syntax to the non-monkey patched syntax that is
|
|
74
74
|
# recommended. For more details, see:
|
|
75
|
-
# - http://rspec.info/blog/
|
|
75
|
+
# - http://rspec.info/blog/20.2.16/rspecs-new-expectation-syntax/
|
|
76
76
|
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
|
77
77
|
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
|
78
78
|
config.disable_monkey_patching!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: harbor2_legacy_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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
|
|
@@ -37,7 +37,7 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.2.
|
|
40
|
+
version: 0.2.1
|
|
41
41
|
- - "~>"
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: '2.1'
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
requirements:
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 0.2.
|
|
50
|
+
version: 0.2.1
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '2.1'
|
|
@@ -342,7 +342,6 @@ files:
|
|
|
342
342
|
- docs/WebhookPolicy.md
|
|
343
343
|
- docs/WebhookTargetObject.md
|
|
344
344
|
- git_push.sh
|
|
345
|
-
- harbor2_legacy_client-0.1.0.gem
|
|
346
345
|
- harbor2_legacy_client.gemspec
|
|
347
346
|
- lib/harbor2_legacy_client.rb
|
|
348
347
|
- lib/harbor2_legacy_client/api/chart_repository_api.rb
|
|
Binary file
|