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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30e94f95bb6a95bec8613984e96a2beab521df43341efedcdc2b61e6a6cdb4fd
4
- data.tar.gz: 52ef7ffc7ab38facfe243aa978a4113849909c1f32c147d2a4dae3adf5030ea1
3
+ metadata.gz: eea1ef8ffc82854c64adc887161003a6c81dc241dbc077721d44ee8f78fd6bfa
4
+ data.tar.gz: 86c027fb1c1d27997c18313d50047d66fac09042d65cad3a0eb11a92f3a7292e
5
5
  SHA512:
6
- metadata.gz: b194c1e79a26c72a6fb308a8fdc05f53a73ac533ca0eff51619b723e0628e1daf5c6098c40546533b64b1cb0ca5cf504b9a2177ea2da3c6af11ca7abe839f70d
7
- data.tar.gz: a97d00da9d8e9fce77bb06fc42064f3351612063c50bf6055d27ba14c388bae2f006fd8b97f08bef69bd04c9c6f203d8a7e76553c4510a375e2eae1bfd2da569
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.0
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.0.gem
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.0.gem` to install the development dependencies)
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.0'
36
+ gem 'pulp_file_client', '~> 1.10.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.10.0'
14
+ VERSION = '1.10.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: 1.10.0
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-10-06 00:00:00.000000000 Z
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/file_file_distribution_response_spec.rb
238
- - spec/models/file_file_publication_spec.rb
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/repository_version_spec.rb
260
- - spec/models/patchedfile_file_distribution_spec.rb
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/policy_enum_spec.rb
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