pulp_deb_client 2.15.1 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/DebPackageIndex.md +2 -2
- data/docs/DebPackageIndexResponse.md +2 -2
- data/lib/pulp_deb_client/models/deb_package_index.rb +0 -10
- data/lib/pulp_deb_client/models/deb_package_index_response.rb +0 -10
- data/lib/pulp_deb_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: bf7b933afc2910552f7dca60035be103ff06a4edb95c20a37e9a696a3c866006
|
4
|
+
data.tar.gz: 226b823a0245ed72d885bffe506f22b42fabf0c9d39398a992d53f510cae0d94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6997921cb4d30fb93d183b0bfe59bae9fbd09d96c3e56abeda9416ebdb337807e9d2e1505f9ce7407a64306c2e8c13663f7928c754c0a946e6eccd5085c9c2a7
|
7
|
+
data.tar.gz: 5b3b5f1fa7b49458cd30ec132b7c0011e5065c93845dba21a687c027a91341a8548a713c9b3244924a030e30b856586be86d871e4387f1c26cc60a4ae3dff9b0
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 2.
|
10
|
+
- Package version: 2.16.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_deb_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_deb_client-2.
|
27
|
+
gem install ./pulp_deb_client-2.16.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_deb_client-2.
|
30
|
+
(for development, run `gem install --dev ./pulp_deb_client-2.16.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_deb_client', '~> 2.
|
36
|
+
gem 'pulp_deb_client', '~> 2.16.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
data/docs/DebPackageIndex.md
CHANGED
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
8
8
|
**release** | **String** | Release this index file belongs to. |
|
9
|
-
**component** | **String** | Component of the component - architecture combination. |
|
10
|
-
**architecture** | **String** | Architecture of the component - architecture combination. |
|
9
|
+
**component** | **String** | Component of the component - architecture combination. | [optional]
|
10
|
+
**architecture** | **String** | Architecture of the component - architecture combination. | [optional]
|
11
11
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
12
12
|
|
13
13
|
## Code Sample
|
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
|
|
8
8
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
9
|
**artifacts** | [**Object**](.md) | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' |
|
10
10
|
**release** | **String** | Release this index file belongs to. |
|
11
|
-
**component** | **String** | Component of the component - architecture combination. |
|
12
|
-
**architecture** | **String** | Architecture of the component - architecture combination. |
|
11
|
+
**component** | **String** | Component of the component - architecture combination. | [optional]
|
12
|
+
**architecture** | **String** | Architecture of the component - architecture combination. | [optional]
|
13
13
|
**relative_path** | **String** | Path of file relative to url. | [optional]
|
14
14
|
|
15
15
|
## Code Sample
|
@@ -106,14 +106,6 @@ module PulpDebClient
|
|
106
106
|
invalid_properties.push('invalid value for "release", release cannot be nil.')
|
107
107
|
end
|
108
108
|
|
109
|
-
if @component.nil?
|
110
|
-
invalid_properties.push('invalid value for "component", component cannot be nil.')
|
111
|
-
end
|
112
|
-
|
113
|
-
if @architecture.nil?
|
114
|
-
invalid_properties.push('invalid value for "architecture", architecture cannot be nil.')
|
115
|
-
end
|
116
|
-
|
117
109
|
invalid_properties
|
118
110
|
end
|
119
111
|
|
@@ -122,8 +114,6 @@ module PulpDebClient
|
|
122
114
|
def valid?
|
123
115
|
return false if @artifacts.nil?
|
124
116
|
return false if @release.nil?
|
125
|
-
return false if @component.nil?
|
126
|
-
return false if @architecture.nil?
|
127
117
|
true
|
128
118
|
end
|
129
119
|
|
@@ -123,14 +123,6 @@ module PulpDebClient
|
|
123
123
|
invalid_properties.push('invalid value for "release", release cannot be nil.')
|
124
124
|
end
|
125
125
|
|
126
|
-
if @component.nil?
|
127
|
-
invalid_properties.push('invalid value for "component", component cannot be nil.')
|
128
|
-
end
|
129
|
-
|
130
|
-
if @architecture.nil?
|
131
|
-
invalid_properties.push('invalid value for "architecture", architecture cannot be nil.')
|
132
|
-
end
|
133
|
-
|
134
126
|
invalid_properties
|
135
127
|
end
|
136
128
|
|
@@ -139,8 +131,6 @@ module PulpDebClient
|
|
139
131
|
def valid?
|
140
132
|
return false if @artifacts.nil?
|
141
133
|
return false if @release.nil?
|
142
|
-
return false if @component.nil?
|
143
|
-
return false if @architecture.nil?
|
144
134
|
true
|
145
135
|
end
|
146
136
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_deb_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|