pulp_file_client 1.6.0.dev01610943491 → 1.6.0.dev01611462327

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pulp_file_client might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0798ce0f5af51d27c00ea63d346023baab8524edf90237d0af72fb5a722488e5'
4
- data.tar.gz: 320bbb108bc292c6f7b695cb55f2ad4f97aeb672567fca1b5b52acdb8d20a586
3
+ metadata.gz: 575c108c963a9e62d65a4d7525e9a0c7924789cfc4eee7ca9edf1846ad7e5acb
4
+ data.tar.gz: f1ce7abd14026fea381748bb959427cf16a1f5f0d1c2b7c60a6eee2e78085076
5
5
  SHA512:
6
- metadata.gz: 367d31104bf3763aa23f11db06b393cf1d7f6cfd925156bb7dea67e1b1226ca6ef1263e2693e7999524b6fb550fad291e8f1f3d792ba46d7d766e5d8d854724a
7
- data.tar.gz: bf6ebcc483fac114cb8a161de49bbf1f260864fba6184592104d3cff94bb832aabbd8417058f9c76453596f2de325f3dbac1bad665d8de963ae346d9412afd67
6
+ metadata.gz: 5cec10ee587b3ad60d6113f5c82177974cd9e2b66d65e1594fe893b3c0f60fb4ba152b544d9bb41afca68bf8194d8b03c6d7293f52032839a053908544bb2703
7
+ data.tar.gz: ba26b000ec22a156291658e97a5b44efe428fbe0a9dbc35e1daf18f2ff64c079395fce28ba8f61e9d9acd3c0386688bb1797c67c608176b72940d0f16106bbdb
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.6.0.dev01610943491
10
+ - Package version: 1.6.0.dev01611462327
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.6.0.dev01610943491.gem
27
+ gem install ./pulp_file_client-1.6.0.dev01611462327.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01610943491.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_file_client-1.6.0.dev01611462327.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.6.0.dev01610943491'
36
+ gem 'pulp_file_client', '~> 1.6.0.dev01611462327'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module PulpFileClient
14
- VERSION = '1.6.0.dev01610943491'
14
+ VERSION = '1.6.0.dev01611462327'
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.6.0.dev01610943491
4
+ version: 1.6.0.dev01611462327
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-01-18 00:00:00.000000000 Z
11
+ date: 2021-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -234,48 +234,48 @@ signing_key:
234
234
  specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
- - spec/api/repositories_file_api_spec.rb
238
- - spec/api/exporters_filesystem_api_spec.rb
239
- - spec/api/repositories_file_versions_api_spec.rb
240
- - spec/api/content_files_api_spec.rb
241
237
  - spec/api/exporters_file_exports_api_spec.rb
242
238
  - spec/api/publications_file_api_spec.rb
243
- - spec/api/distributions_file_api_spec.rb
244
239
  - spec/api/remotes_file_api_spec.rb
240
+ - spec/api/repositories_file_versions_api_spec.rb
241
+ - spec/api/content_files_api_spec.rb
242
+ - spec/api/distributions_file_api_spec.rb
243
+ - spec/api/exporters_filesystem_api_spec.rb
244
+ - spec/api/repositories_file_api_spec.rb
245
245
  - spec/api_client_spec.rb
246
246
  - spec/configuration_spec.rb
247
- - spec/models/paginatedfile_file_remote_response_list_spec.rb
248
- - spec/models/paginatedfile_file_distribution_response_list_spec.rb
249
- - spec/models/file_file_filesystem_exporter_spec.rb
250
- - spec/models/file_file_publication_spec.rb
251
- - spec/models/file_file_remote_spec.rb
252
- - spec/models/file_file_distribution_spec.rb
253
- - spec/models/paginated_repository_version_response_list_spec.rb
254
- - spec/models/file_file_content_spec.rb
255
- - spec/models/paginatedfile_file_publication_response_list_spec.rb
247
+ - spec/models/content_summary_spec.rb
248
+ - spec/models/file_file_remote_response_spec.rb
256
249
  - spec/models/patchedfile_file_filesystem_exporter_spec.rb
257
- - spec/models/policy_enum_spec.rb
258
- - spec/models/patchedfile_file_remote_spec.rb
250
+ - spec/models/file_file_distribution_spec.rb
259
251
  - spec/models/paginatedfile_file_filesystem_exporter_response_list_spec.rb
260
- - spec/models/repository_add_remove_content_spec.rb
261
- - spec/models/content_summary_response_spec.rb
262
- - spec/models/patchedfile_file_repository_spec.rb
252
+ - spec/models/paginatedfile_file_publication_response_list_spec.rb
253
+ - spec/models/paginatedfile_file_content_response_list_spec.rb
254
+ - spec/models/file_file_content_spec.rb
255
+ - spec/models/file_file_publication_spec.rb
263
256
  - spec/models/repository_version_spec.rb
257
+ - spec/models/file_file_repository_response_spec.rb
258
+ - spec/models/content_summary_response_spec.rb
259
+ - spec/models/paginated_export_response_list_spec.rb
260
+ - spec/models/export_response_spec.rb
261
+ - spec/models/paginatedfile_file_remote_response_list_spec.rb
262
+ - spec/models/file_file_publication_response_spec.rb
263
+ - spec/models/file_file_remote_spec.rb
264
+ - spec/models/file_file_distribution_response_spec.rb
264
265
  - spec/models/file_file_filesystem_exporter_response_spec.rb
265
- - spec/models/publication_export_spec.rb
266
- - spec/models/content_summary_spec.rb
267
- - spec/models/patchedfile_file_distribution_spec.rb
268
266
  - spec/models/repository_version_response_spec.rb
269
- - spec/models/paginatedfile_file_content_response_list_spec.rb
270
- - spec/models/file_file_remote_response_spec.rb
271
- - spec/models/export_response_spec.rb
272
- - spec/models/paginatedfile_file_repository_response_list_spec.rb
267
+ - spec/models/file_file_repository_spec.rb
268
+ - spec/models/patchedfile_file_remote_spec.rb
273
269
  - spec/models/repository_sync_url_spec.rb
274
- - spec/models/async_operation_response_spec.rb
275
270
  - spec/models/file_file_content_response_spec.rb
276
- - spec/models/file_file_repository_response_spec.rb
277
- - spec/models/file_file_distribution_response_spec.rb
278
- - spec/models/file_file_publication_response_spec.rb
279
- - spec/models/file_file_repository_spec.rb
280
- - spec/models/paginated_export_response_list_spec.rb
271
+ - spec/models/file_file_filesystem_exporter_spec.rb
272
+ - spec/models/patchedfile_file_distribution_spec.rb
273
+ - spec/models/async_operation_response_spec.rb
274
+ - spec/models/policy_enum_spec.rb
275
+ - spec/models/paginatedfile_file_repository_response_list_spec.rb
276
+ - spec/models/paginatedfile_file_distribution_response_list_spec.rb
277
+ - spec/models/publication_export_spec.rb
278
+ - spec/models/patchedfile_file_repository_spec.rb
279
+ - spec/models/repository_add_remove_content_spec.rb
280
+ - spec/models/paginated_repository_version_response_list_spec.rb
281
281
  - spec/spec_helper.rb