pulp_file_client 3.105.7 → 3.105.8
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/lib/pulp_file_client/version.rb +1 -1
- metadata +42 -42
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21ae3c242489887d796c8cedffa8c16ecc4ab67c5cafc81b18112fa8de9717a5
|
|
4
|
+
data.tar.gz: 341cacdd533214c2d6b62c7258373d5504e5208a62f1f6c36150dbe2bca4e66a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 574fafe9958ff326bb238f551608efd85d5300e6fa7ed0a8aa6a681f62c4e2b7b7fd1ed31089b3ff037497bc049426374bd2a5a298500346517c6b9b07f2428e
|
|
7
|
+
data.tar.gz: ed175186abe1dc539f10271528bfa49968cc2d224541b2a65b742411c9414428fcd1aeb6f6b43021185c1dbaa15ad7a174ca6e28d0809a964b37ae0285918fbe
|
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.105.
|
|
10
|
+
- Package version: 3.105.8
|
|
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.105.
|
|
28
|
+
gem install ./pulp_file_client-3.105.8.gem
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
(for development, run `gem install --dev ./pulp_file_client-3.105.
|
|
31
|
+
(for development, run `gem install --dev ./pulp_file_client-3.105.8.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.105.
|
|
37
|
+
gem 'pulp_file_client', '~> 3.105.8'
|
|
38
38
|
|
|
39
39
|
### Install from Git
|
|
40
40
|
|
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.105.
|
|
4
|
+
version: 3.105.8
|
|
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-
|
|
11
|
+
date: 2026-06-03 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
|
-
- spec/api/distributions_file_api_spec.rb
|
|
286
|
-
- spec/api/remotes_git_api_spec.rb
|
|
287
|
-
- spec/api/repositories_file_versions_api_spec.rb
|
|
288
284
|
- spec/api/remotes_file_api_spec.rb
|
|
289
|
-
- spec/api/publications_file_api_spec.rb
|
|
290
285
|
- spec/api/content_files_api_spec.rb
|
|
291
286
|
- spec/api/acs_file_api_spec.rb
|
|
292
|
-
- spec/
|
|
293
|
-
- spec/
|
|
287
|
+
- spec/api/distributions_file_api_spec.rb
|
|
288
|
+
- spec/api/publications_file_api_spec.rb
|
|
289
|
+
- spec/api/repositories_file_api_spec.rb
|
|
290
|
+
- spec/api/repositories_file_versions_api_spec.rb
|
|
291
|
+
- spec/api/remotes_git_api_spec.rb
|
|
292
|
+
- spec/models/file_file_distribution_spec.rb
|
|
294
293
|
- spec/models/unset_label_response_spec.rb
|
|
295
|
-
- spec/models/
|
|
296
|
-
- spec/models/
|
|
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
|
|
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
|
|
305
|
-
- 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
|
|
294
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
295
|
+
- spec/models/set_label_spec.rb
|
|
308
296
|
- spec/models/task_group_operation_response_spec.rb
|
|
309
|
-
- spec/models/file_file_alternate_content_source_spec.rb
|
|
310
|
-
- spec/models/file_content_upload_response_spec.rb
|
|
311
|
-
- spec/models/file_file_remote_response_spec.rb
|
|
312
|
-
- spec/models/file_file_publication_spec.rb
|
|
313
297
|
- spec/models/file_file_repository_response_spec.rb
|
|
298
|
+
- spec/models/paginatedfile_file_git_remote_response_list_spec.rb
|
|
314
299
|
- spec/models/file_file_git_remote_response_hidden_fields_inner_spec.rb
|
|
300
|
+
- spec/models/policy_enum_spec.rb
|
|
301
|
+
- spec/models/object_roles_response_spec.rb
|
|
302
|
+
- spec/models/file_file_publication_response_spec.rb
|
|
303
|
+
- spec/models/repository_add_remove_content_spec.rb
|
|
304
|
+
- spec/models/nested_role_response_spec.rb
|
|
305
|
+
- spec/models/file_file_publication_spec.rb
|
|
315
306
|
- spec/models/remote_network_config_response_spec.rb
|
|
316
|
-
- spec/models/
|
|
317
|
-
- spec/models/
|
|
307
|
+
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
308
|
+
- spec/models/file_file_remote_response_spec.rb
|
|
309
|
+
- spec/models/patchedfile_file_git_remote_spec.rb
|
|
310
|
+
- spec/models/file_content_upload_response_spec.rb
|
|
318
311
|
- spec/models/unset_label_spec.rb
|
|
319
312
|
- spec/models/content_summary_response_spec.rb
|
|
320
|
-
- spec/models/
|
|
313
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
314
|
+
- spec/models/file_file_alternate_content_source_response_spec.rb
|
|
315
|
+
- spec/models/remote_network_config_spec.rb
|
|
316
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
317
|
+
- spec/models/file_file_git_remote_spec.rb
|
|
318
|
+
- spec/models/file_file_git_remote_response_spec.rb
|
|
319
|
+
- spec/models/patchedfile_file_repository_spec.rb
|
|
320
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
321
321
|
- spec/models/repository_version_response_spec.rb
|
|
322
|
-
- spec/models/patchedfile_file_git_remote_spec.rb
|
|
323
|
-
- spec/models/paginatedfile_file_git_remote_response_list_spec.rb
|
|
324
322
|
- spec/models/set_label_response_spec.rb
|
|
325
|
-
- spec/models/
|
|
326
|
-
- 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
|
|
331
|
-
- spec/models/repair_spec.rb
|
|
332
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
323
|
+
- spec/models/file_file_distribution_response_spec.rb
|
|
333
324
|
- spec/models/file_file_repository_spec.rb
|
|
334
|
-
- spec/models/
|
|
335
|
-
- spec/models/file_file_git_remote_response_spec.rb
|
|
325
|
+
- spec/models/my_permissions_response_spec.rb
|
|
336
326
|
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
337
|
-
- spec/models/
|
|
327
|
+
- spec/models/repair_spec.rb
|
|
328
|
+
- spec/models/nested_role_spec.rb
|
|
329
|
+
- spec/models/file_file_alternate_content_source_spec.rb
|
|
330
|
+
- spec/models/async_operation_response_spec.rb
|
|
331
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
332
|
+
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
|
333
|
+
- spec/models/patchedfile_file_remote_spec.rb
|
|
334
|
+
- spec/models/file_file_content_response_spec.rb
|
|
335
|
+
- spec/models/file_file_remote_spec.rb
|
|
336
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
|
337
|
+
- spec/models/repository_sync_url_spec.rb
|
|
338
338
|
- spec/spec_helper.rb
|