harbor2_legacy_client 0.1.0 → 0.2.0
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-0.1.0.gem +0 -0
- data/harbor2_legacy_client.gemspec +2 -2
- data/lib/harbor2_legacy_client/api_client.rb +1 -1
- data/lib/harbor2_legacy_client/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8331c13d443b3f2128a5e9ae02cba377b917fb932ca8eae505e2b122b13f970d
|
|
4
|
+
data.tar.gz: 7262518ec73c38ca654f7e7a843b6f29b8c44ce4d1cb1b544b25e61ee113fcc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f47481a08dc17b03ea95690a225c63d3778d852be23a6cf8a860f40dde4ec4a2c5488c7dc820f5244ebc069c11e0a19dad0b1d199f6d70e3c8efcd522af1e38
|
|
7
|
+
data.tar.gz: f76e9b83ba330e552220125bad32c0d72ff4d951f3a1b838ee093a31d1375cc9d5d4daacb2a3d2f886c5b8c4e8b866ab37a8e4e6cf9eaa8dac508d7d5bd20624
|
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.
|
|
10
|
+
- Package version: 0.2.0
|
|
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.
|
|
26
|
+
gem install ./harbor2_legacy_client-0.2.0.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./harbor2_legacy_client-0.
|
|
28
|
+
(for development, run `gem install --dev ./harbor2_legacy_client-0.2.0.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.
|
|
34
|
+
gem 'harbor2_legacy_client', '~> 0.2.0'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
Binary file
|
|
@@ -21,14 +21,14 @@ Gem::Specification.new do |s|
|
|
|
21
21
|
s.platform = Gem::Platform::RUBY
|
|
22
22
|
s.authors = ["Richard Grainger","Swagger-Codegen"]
|
|
23
23
|
s.email = [""]
|
|
24
|
-
s.homepage = "https://github.com/liger1978/harbor2_legacy_client/"
|
|
24
|
+
s.homepage = "https://github.com/liger1978/ruby-harbor2_legacy_client/"
|
|
25
25
|
s.summary = "Harbor 2 legacy API Ruby Gem"
|
|
26
26
|
s.description = "These APIs provide services for manipulating Harbor projects."
|
|
27
27
|
s.license = "MIT"
|
|
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.
|
|
31
|
+
s.add_runtime_dependency 'json', '~> 2.1', '>= 0.2.0'
|
|
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.
|
|
319
|
+
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/0.2.0)
|
|
320
320
|
def user_agent=(user_agent)
|
|
321
321
|
@user_agent = user_agent
|
|
322
322
|
@default_headers['User-Agent'] = @user_agent
|
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.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Grainger
|
|
@@ -37,7 +37,7 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: 0.2.0
|
|
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.
|
|
50
|
+
version: 0.2.0
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
53
|
version: '2.1'
|
|
@@ -342,6 +342,7 @@ files:
|
|
|
342
342
|
- docs/WebhookPolicy.md
|
|
343
343
|
- docs/WebhookTargetObject.md
|
|
344
344
|
- git_push.sh
|
|
345
|
+
- harbor2_legacy_client-0.1.0.gem
|
|
345
346
|
- harbor2_legacy_client.gemspec
|
|
346
347
|
- lib/harbor2_legacy_client.rb
|
|
347
348
|
- lib/harbor2_legacy_client/api/chart_repository_api.rb
|
|
@@ -591,7 +592,7 @@ files:
|
|
|
591
592
|
- spec/models/webhook_policy_spec.rb
|
|
592
593
|
- spec/models/webhook_target_object_spec.rb
|
|
593
594
|
- spec/spec_helper.rb
|
|
594
|
-
homepage: https://github.com/liger1978/harbor2_legacy_client/
|
|
595
|
+
homepage: https://github.com/liger1978/ruby-harbor2_legacy_client/
|
|
595
596
|
licenses:
|
|
596
597
|
- MIT
|
|
597
598
|
metadata: {}
|