pulp_file_client 3.111.0 → 3.111.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93ac995a87e2f5f6f8f5fe00aa1c9dedb7e6ddc59f53d7883813dd707a00a8d0
4
- data.tar.gz: 8bcc7b3939f14a366244a873ca13b7beefd1d130538e575c45e7c3e43ddf8b10
3
+ metadata.gz: 6b8d7f042fb1e33e9417f76f4e9db13bd0e0af901cca759a8113537ef4806d4b
4
+ data.tar.gz: 47482e367a30f36dc77cc97be779c74e499bea04092e83cb897a538d7e1cecfb
5
5
  SHA512:
6
- metadata.gz: 8d94fc51522d4d93cbab775a4203c37fb78e4664dcf38f4e1bf98e88af17037bf1563410eeeb484b0d05d589b28027d35eb37c078babd79d9048fcc182a8683f
7
- data.tar.gz: '0287e50067e1ce797a34690e3ac03fe3ea53398226838eca29a6a3ca3e209de42336ac892aed4934f792d64b35184bb6d7414fde3816ae4459b15e41e408683d'
6
+ metadata.gz: 1b2e20f1e86fd66199c8c858625b6cad382af19bb1ef5cf533182588b0f12f20af1af68e471221b3d7577789a405710d348616abb72400bbb0df74e03547fa4d
7
+ data.tar.gz: c57750616503d32a52674d4feb239fc59da00392f0f2f06f82b3158fa1f27729b8e1835884a47c869879c3510941560673705e64c93db55d280f5628cd255ead
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: 3.111.0
10
+ - Package version: 3.111.1
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulp_file_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulp_file_client-3.111.0.gem
28
+ gem install ./pulp_file_client-3.111.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulp_file_client-3.111.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_file_client-3.111.1.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulp_file_client', '~> 3.111.0'
37
+ gem 'pulp_file_client', '~> 3.111.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -80,7 +80,7 @@ end
80
80
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
81
81
  | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
82
82
  | **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] |
83
- | **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional][default to true] |
83
+ | **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] |
84
84
  | **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
85
85
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
86
86
  | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
@@ -502,7 +502,7 @@ end
502
502
  | ---- | ---- | ----------- | ----- |
503
503
  | **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | |
504
504
  | **x_task_diagnostics** | [**Array<String>**](String.md) | List of profilers to use on tasks. | [optional] |
505
- | **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional][default to true] |
505
+ | **overwrite** | **Boolean** | When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when 'repository' is specified. Defaults to true. | [optional] |
506
506
  | **pulp_labels** | [**Hash<String, String>**](Hash.md) | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
507
507
  | **artifact** | **String** | Artifact file representing the physical content | [optional] |
508
508
  | **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] |
@@ -25,7 +25,7 @@ module PulpFileClient
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
27
27
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
28
- # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. (default to true)
28
+ # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true.
29
29
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
30
30
  # @option opts [String] :artifact Artifact file representing the physical content
31
31
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -44,7 +44,7 @@ module PulpFileClient
44
44
  # @param [Hash] opts the optional parameters
45
45
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
46
46
  # @option opts [String] :repository A URI of a repository the new content unit should be associated with.
47
- # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. (default to true)
47
+ # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true.
48
48
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
49
49
  # @option opts [String] :artifact Artifact file representing the physical content
50
50
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -466,7 +466,7 @@ module PulpFileClient
466
466
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
467
467
  # @param [Hash] opts the optional parameters
468
468
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
469
- # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. (default to true)
469
+ # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true.
470
470
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
471
471
  # @option opts [String] :artifact Artifact file representing the physical content
472
472
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -484,7 +484,7 @@ module PulpFileClient
484
484
  # @param relative_path [String] Path where the artifact is located relative to distributions base_path
485
485
  # @param [Hash] opts the optional parameters
486
486
  # @option opts [Array<String>] :x_task_diagnostics List of profilers to use on tasks.
487
- # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true. (default to true)
487
+ # @option opts [Boolean] :overwrite When set to true, existing content in the repository with the same unique key will be silently overwritten. When set to false, the task will fail if content would be overwritten. Only used when &#39;repository&#39; is specified. Defaults to true.
488
488
  # @option opts [Hash<String, String>] :pulp_labels A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
489
489
  # @option opts [String] :artifact Artifact file representing the physical content
490
490
  # @option opts [File] :file An uploaded file that may be turned into the content unit.
@@ -11,5 +11,5 @@ Generator version: 7.10.0
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '3.111.0'
14
+ VERSION = '3.111.1'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_file_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.111.0
4
+ version: 3.111.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-13 00:00:00.000000000 Z
11
+ date: 2026-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -281,58 +281,58 @@ signing_key:
281
281
  specification_version: 4
282
282
  summary: Pulp 3 API Ruby Gem
283
283
  test_files:
284
- - spec/api/repositories_file_api_spec.rb
285
284
  - spec/api/distributions_file_api_spec.rb
286
- - spec/api/remotes_git_api_spec.rb
287
- - spec/api/repositories_file_versions_api_spec.rb
285
+ - spec/api/acs_file_api_spec.rb
286
+ - spec/api/repositories_file_api_spec.rb
288
287
  - spec/api/remotes_file_api_spec.rb
289
288
  - spec/api/publications_file_api_spec.rb
290
289
  - spec/api/content_files_api_spec.rb
291
- - spec/api/acs_file_api_spec.rb
292
- - spec/models/object_roles_response_spec.rb
290
+ - spec/api/remotes_git_api_spec.rb
291
+ - spec/api/repositories_file_versions_api_spec.rb
292
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
293
293
  - spec/models/nested_role_spec.rb
294
- - spec/models/unset_label_response_spec.rb
295
- - spec/models/patchedfile_file_alternate_content_source_spec.rb
296
- - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
297
- - spec/models/paginatedfile_file_content_response_list_spec.rb
298
- - spec/models/file_file_distribution_response_spec.rb
299
- - spec/models/repository_add_remove_content_spec.rb
300
- - spec/models/file_file_alternate_content_source_response_spec.rb
294
+ - spec/models/task_group_operation_response_spec.rb
295
+ - spec/models/my_permissions_response_spec.rb
296
+ - spec/models/file_file_repository_spec.rb
297
+ - spec/models/unset_label_spec.rb
298
+ - spec/models/file_file_git_remote_response_hidden_fields_inner_spec.rb
299
+ - spec/models/set_label_response_spec.rb
300
+ - spec/models/patchedfile_file_repository_spec.rb
301
301
  - spec/models/async_operation_response_spec.rb
302
- - spec/models/file_file_remote_spec.rb
303
- - spec/models/file_file_git_remote_spec.rb
304
- - spec/models/policy_enum_spec.rb
302
+ - spec/models/file_file_git_remote_response_spec.rb
305
303
  - spec/models/repository_sync_url_spec.rb
306
- - spec/models/remote_network_config_spec.rb
307
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
308
- - spec/models/task_group_operation_response_spec.rb
309
- - spec/models/file_file_alternate_content_source_spec.rb
310
304
  - spec/models/file_content_upload_response_spec.rb
305
+ - spec/models/file_file_publication_response_spec.rb
306
+ - spec/models/file_file_remote_spec.rb
307
+ - spec/models/repository_add_remove_content_spec.rb
308
+ - spec/models/set_label_spec.rb
309
+ - spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
310
+ - spec/models/patchedfile_file_distribution_spec.rb
311
311
  - spec/models/file_file_remote_response_spec.rb
312
- - spec/models/file_file_publication_spec.rb
313
- - spec/models/file_file_repository_response_spec.rb
314
- - spec/models/file_file_git_remote_response_hidden_fields_inner_spec.rb
312
+ - spec/models/policy_enum_spec.rb
313
+ - spec/models/repository_version_response_spec.rb
314
+ - spec/models/patchedfile_file_alternate_content_source_spec.rb
315
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
316
+ - spec/models/file_file_distribution_response_spec.rb
315
317
  - spec/models/remote_network_config_response_spec.rb
318
+ - spec/models/nested_role_response_spec.rb
319
+ - spec/models/file_file_alternate_content_source_response_spec.rb
320
+ - spec/models/patchedfile_file_remote_spec.rb
321
+ - spec/models/object_roles_response_spec.rb
322
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
323
+ - spec/models/file_file_repository_response_spec.rb
316
324
  - spec/models/file_file_content_response_spec.rb
317
- - spec/models/file_file_distribution_spec.rb
318
- - spec/models/unset_label_spec.rb
319
- - spec/models/content_summary_response_spec.rb
320
- - spec/models/file_file_publication_response_spec.rb
321
- - spec/models/repository_version_response_spec.rb
325
+ - spec/models/file_file_git_remote_spec.rb
322
326
  - spec/models/patchedfile_file_git_remote_spec.rb
323
- - spec/models/paginatedfile_file_git_remote_response_list_spec.rb
324
- - spec/models/set_label_response_spec.rb
325
- - spec/models/paginated_repository_version_response_list_spec.rb
327
+ - spec/models/file_file_distribution_spec.rb
328
+ - spec/models/remote_network_config_spec.rb
326
329
  - spec/models/paginatedfile_file_remote_response_list_spec.rb
327
- - spec/models/nested_role_response_spec.rb
328
- - spec/models/patchedfile_file_remote_spec.rb
329
- - spec/models/patchedfile_file_distribution_spec.rb
330
- - spec/models/my_permissions_response_spec.rb
330
+ - spec/models/file_file_publication_spec.rb
331
331
  - spec/models/repair_spec.rb
332
+ - spec/models/file_file_alternate_content_source_spec.rb
333
+ - spec/models/unset_label_response_spec.rb
334
+ - spec/models/content_summary_response_spec.rb
332
335
  - spec/models/paginatedfile_file_distribution_response_list_spec.rb
333
- - spec/models/file_file_repository_spec.rb
334
- - spec/models/set_label_spec.rb
335
- - spec/models/file_file_git_remote_response_spec.rb
336
- - spec/models/paginatedfile_file_publication_response_list_spec.rb
337
- - spec/models/patchedfile_file_repository_spec.rb
336
+ - spec/models/paginated_repository_version_response_list_spec.rb
337
+ - spec/models/paginatedfile_file_git_remote_response_list_spec.rb
338
338
  - spec/spec_helper.rb