pulp_deb_client 2.15.1 → 2.16.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2149bd63b213a6509622d477a35162b1e4d82fd91fd360ccb0713895bee6b0a7
4
- data.tar.gz: 8e93d462c360feefcda0ac1cb7da16a98c1a210ed7cf75c97b70d92d347e2a30
3
+ metadata.gz: bf7b933afc2910552f7dca60035be103ff06a4edb95c20a37e9a696a3c866006
4
+ data.tar.gz: 226b823a0245ed72d885bffe506f22b42fabf0c9d39398a992d53f510cae0d94
5
5
  SHA512:
6
- metadata.gz: 5bcb64f1577d8afbf7db48643fdcb2546af17f24d017687e01681374ea06f934f4a54b684b72bdfe078e323a84f15794a1ab2dc6ccdd62b5522a9434f4f961b4
7
- data.tar.gz: 540b1f9445042472616d03f829a8c60f37155c46c18ffee597fbbb723ba023f927a03a83dcc7bb3bb3c427b2fc17b9a1f48b5c39a6cd5e9902db1c7fcb78ad44
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.15.1
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.15.1.gem
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.15.1.gem` to install the development dependencies)
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.15.1'
36
+ gem 'pulp_deb_client', '~> 2.16.0'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -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
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpDebClient
14
- VERSION = '2.15.1'
14
+ VERSION = '2.16.0'
15
15
  end
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.15.1
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-27 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday