pulp_file_client 1.10.0 → 1.10.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 +4 -4
- data/README.md +4 -4
- data/lib/pulp_file_client/version.rb +1 -1
- metadata +29 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea1ef8ffc82854c64adc887161003a6c81dc241dbc077721d44ee8f78fd6bfa
|
|
4
|
+
data.tar.gz: 86c027fb1c1d27997c18313d50047d66fac09042d65cad3a0eb11a92f3a7292e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 39e8ca0759e2dd7248fc937051ea6c7abd7c6db7cd1eb688bbdf105cd653e706b4f2483c898d0c0c8cf08af65fec3064971c8b9eda9a1287f6008d1b6cb28aa4
|
|
7
|
+
data.tar.gz: c464b8872ba61efea71c6741fea998ddf13a68ee95e284acfb992b76b8c8bc8be1bd75d77b4dfe947e3776efea3aad623a919d13ebd4fbe40e3eb4ac2748667c
|
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: 1.10.
|
|
10
|
+
- Package version: 1.10.1
|
|
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_file_client.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./pulp_file_client-1.10.
|
|
27
|
+
gem install ./pulp_file_client-1.10.1.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./pulp_file_client-1.10.
|
|
30
|
+
(for development, run `gem install --dev ./pulp_file_client-1.10.1.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_file_client', '~> 1.10.
|
|
36
|
+
gem 'pulp_file_client', '~> 1.10.1'
|
|
37
37
|
|
|
38
38
|
### Install from Git
|
|
39
39
|
|
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: 1.10.
|
|
4
|
+
version: 1.10.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: 2021-
|
|
11
|
+
date: 2021-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -227,43 +227,43 @@ summary: Pulp 3 API Ruby Gem
|
|
|
227
227
|
test_files:
|
|
228
228
|
- spec/api/repositories_file_versions_api_spec.rb
|
|
229
229
|
- spec/api/remotes_file_api_spec.rb
|
|
230
|
-
- spec/api/content_files_api_spec.rb
|
|
231
|
-
- spec/api/distributions_file_api_spec.rb
|
|
232
|
-
- spec/api/publications_file_api_spec.rb
|
|
233
230
|
- spec/api/acs_file_api_spec.rb
|
|
234
231
|
- spec/api/repositories_file_api_spec.rb
|
|
232
|
+
- spec/api/distributions_file_api_spec.rb
|
|
233
|
+
- spec/api/publications_file_api_spec.rb
|
|
234
|
+
- spec/api/content_files_api_spec.rb
|
|
235
235
|
- spec/api_client_spec.rb
|
|
236
236
|
- spec/configuration_spec.rb
|
|
237
|
-
- spec/models/
|
|
238
|
-
- spec/models/
|
|
239
|
-
- spec/models/file_file_content_spec.rb
|
|
240
|
-
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
|
241
|
-
- spec/models/patchedfile_file_remote_spec.rb
|
|
242
|
-
- spec/models/file_file_alternate_content_source_response_spec.rb
|
|
243
|
-
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
244
|
-
- spec/models/async_operation_response_spec.rb
|
|
245
|
-
- spec/models/repository_version_response_spec.rb
|
|
246
|
-
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
247
|
-
- spec/models/content_summary_spec.rb
|
|
248
|
-
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
237
|
+
- spec/models/file_file_repository_spec.rb
|
|
238
|
+
- spec/models/patchedfile_file_distribution_spec.rb
|
|
249
239
|
- spec/models/content_summary_response_spec.rb
|
|
250
|
-
- spec/models/file_file_remote_response_spec.rb
|
|
251
|
-
- spec/models/file_file_publication_response_spec.rb
|
|
252
240
|
- spec/models/paginatedfile_file_remote_response_list_spec.rb
|
|
253
|
-
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
254
|
-
- spec/models/file_file_remote_spec.rb
|
|
255
|
-
- spec/models/file_file_repository_response_spec.rb
|
|
256
|
-
- spec/models/repository_sync_url_spec.rb
|
|
257
|
-
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
258
241
|
- spec/models/file_file_alternate_content_source_spec.rb
|
|
259
|
-
- spec/models/
|
|
260
|
-
- spec/models/
|
|
242
|
+
- spec/models/async_operation_response_spec.rb
|
|
243
|
+
- spec/models/file_file_publication_response_spec.rb
|
|
261
244
|
- spec/models/file_file_distribution_spec.rb
|
|
262
|
-
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
263
245
|
- spec/models/file_file_content_response_spec.rb
|
|
264
|
-
- spec/models/
|
|
265
|
-
- spec/models/file_file_repository_spec.rb
|
|
246
|
+
- spec/models/content_summary_spec.rb
|
|
266
247
|
- spec/models/task_group_operation_response_spec.rb
|
|
248
|
+
- spec/models/file_file_alternate_content_source_response_spec.rb
|
|
249
|
+
- spec/models/paginatedfile_file_distribution_response_list_spec.rb
|
|
250
|
+
- spec/models/policy_enum_spec.rb
|
|
251
|
+
- spec/models/repository_sync_url_spec.rb
|
|
252
|
+
- spec/models/paginatedfile_file_publication_response_list_spec.rb
|
|
253
|
+
- spec/models/file_file_remote_spec.rb
|
|
254
|
+
- spec/models/patchedfile_file_remote_spec.rb
|
|
255
|
+
- spec/models/repository_version_spec.rb
|
|
256
|
+
- spec/models/patchedfile_file_alternate_content_source_spec.rb
|
|
257
|
+
- spec/models/file_file_remote_response_spec.rb
|
|
258
|
+
- spec/models/file_file_publication_spec.rb
|
|
267
259
|
- spec/models/repository_add_remove_content_spec.rb
|
|
260
|
+
- spec/models/paginated_repository_version_response_list_spec.rb
|
|
261
|
+
- spec/models/file_file_repository_response_spec.rb
|
|
262
|
+
- spec/models/paginatedfile_file_repository_response_list_spec.rb
|
|
263
|
+
- spec/models/file_file_distribution_response_spec.rb
|
|
264
|
+
- spec/models/paginatedfile_file_content_response_list_spec.rb
|
|
265
|
+
- spec/models/repository_version_response_spec.rb
|
|
268
266
|
- spec/models/patchedfile_file_repository_spec.rb
|
|
267
|
+
- spec/models/paginatedfile_file_alternate_content_source_response_list_spec.rb
|
|
268
|
+
- spec/models/file_file_content_spec.rb
|
|
269
269
|
- spec/spec_helper.rb
|