pulp_ostree_client 2.0.0a6.dev1648958162 → 2.0.0a6.dev1649216856

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

Potentially problematic release.


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

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17586dcc4bf82dea9a9f60d7022fb217643ec8eb7e06d0fc0b79494afd204585
4
- data.tar.gz: aa341d6ac3343914e86e4bbd47b2c280f923dd0d83866ba6d8dcc5fa74045b7f
3
+ metadata.gz: 2aaea11b47ad8e1bc7f3efbcbef280329c9d15e1278d8d6cf152561a5b874c28
4
+ data.tar.gz: f7f3785401614edd90a24b69b4f2b3832731ddb8347739fe8b5a870f380e6be6
5
5
  SHA512:
6
- metadata.gz: 36b1c1206d96d44c153c7ac7c1cff0e1cddc8116dc42dd2830934f3a0213ab3cd320ac59bea8516255035a111415d415f2f302b49089b9d542d4c38f33de7948
7
- data.tar.gz: 69cfae1033bb60f8bd15e3d9c6c5f7e0620079bbc65086c4cafb88fc91bbbb048a4c3b789b57f3fa54f3633653134d17b327bd9ae4dfb998c48c0d5ec9111034
6
+ metadata.gz: 62ba7e357314126023edbb1b0cc9e4b15696c886e272cc375e035f645939b068c7c49de6fe33f36f5760167ef6016f19aca70f2bb8d753f74cb7403857e8b096
7
+ data.tar.gz: 2e598dcdc2520e716a1b7c4fc6808aaf53146dd426bed6977727ae60235e4269c539657025549fb1428fb7b81cfbfb5887f215f81d6abffaef2bcae3a409835f
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: 2.0.0a6.dev1648958162
10
+ - Package version: 2.0.0a6.dev1649216856
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_ostree_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_ostree_client-2.0.0a6.dev1648958162.gem
27
+ gem install ./pulp_ostree_client-2.0.0a6.dev1649216856.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a6.dev1648958162.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.0.0a6.dev1649216856.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_ostree_client', '~> 2.0.0a6.dev1648958162'
36
+ gem 'pulp_ostree_client', '~> 2.0.0a6.dev1649216856'
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 PulpOstreeClient
14
- VERSION = '2.0.0a6.dev1648958162'
14
+ VERSION = '2.0.0a6.dev1649216856'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0a6.dev1648958162
4
+ version: 2.0.0a6.dev1649216856
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-03 00:00:00.000000000 Z
11
+ date: 2022-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -234,46 +234,46 @@ signing_key:
234
234
  specification_version: 4
235
235
  summary: Pulp 3 API Ruby Gem
236
236
  test_files:
237
- - spec/api/content_commits_api_spec.rb
238
237
  - spec/api/remotes_ostree_api_spec.rb
239
- - spec/api/content_configs_api_spec.rb
240
- - spec/api/content_objects_api_spec.rb
241
- - spec/api/content_refs_api_spec.rb
242
- - spec/api/content_summaries_api_spec.rb
243
- - spec/api/repositories_ostree_api_spec.rb
244
238
  - spec/api/distributions_ostree_api_spec.rb
239
+ - spec/api/repositories_ostree_api_spec.rb
245
240
  - spec/api/repositories_ostree_versions_api_spec.rb
241
+ - spec/api/content_commits_api_spec.rb
242
+ - spec/api/content_summaries_api_spec.rb
243
+ - spec/api/content_refs_api_spec.rb
244
+ - spec/api/content_configs_api_spec.rb
245
+ - spec/api/content_objects_api_spec.rb
246
246
  - spec/api_client_spec.rb
247
247
  - spec/configuration_spec.rb
248
- - spec/models/ostree_ostree_object_response_spec.rb
249
- - spec/models/ostree_ostree_repository_response_spec.rb
250
- - spec/models/ostree_ostree_ref_response_spec.rb
251
- - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
252
- - spec/models/patchedostree_ostree_repository_spec.rb
248
+ - spec/models/content_summary_response_spec.rb
249
+ - spec/models/ostree_ostree_remote_response_spec.rb
250
+ - spec/models/ostree_ostree_repository_spec.rb
251
+ - spec/models/ostree_ostree_commit_response_spec.rb
253
252
  - spec/models/repository_version_response_spec.rb
254
- - spec/models/repair_spec.rb
255
- - spec/models/ostree_ostree_distribution_spec.rb
256
- - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
257
- - spec/models/async_operation_response_spec.rb
258
253
  - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
254
+ - spec/models/policy_enum_spec.rb
255
+ - spec/models/async_operation_response_spec.rb
256
+ - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
257
+ - spec/models/ostree_repo_import_spec.rb
258
+ - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
259
259
  - spec/models/paginated_repository_version_response_list_spec.rb
260
- - spec/models/content_summary_response_spec.rb
261
260
  - spec/models/ostree_ostree_summary_response_spec.rb
262
261
  - spec/models/ostree_ostree_remote_spec.rb
263
- - spec/models/ostree_repo_import_spec.rb
264
- - spec/models/ostree_ostree_config_response_spec.rb
265
- - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
266
- - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
267
- - spec/models/ostree_ostree_commit_response_spec.rb
268
- - spec/models/patchedostree_ostree_remote_spec.rb
269
- - spec/models/paginatedostree_ostree_object_response_list_spec.rb
262
+ - spec/models/ostree_ostree_distribution_spec.rb
270
263
  - spec/models/ostree_repository_add_remove_content_spec.rb
271
- - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
272
- - spec/models/policy_enum_spec.rb
264
+ - spec/models/ostree_ostree_config_response_spec.rb
273
265
  - spec/models/patchedostree_ostree_distribution_spec.rb
274
- - spec/models/ostree_ostree_distribution_response_spec.rb
275
266
  - spec/models/paginatedostree_ostree_config_response_list_spec.rb
276
- - spec/models/ostree_ostree_repository_spec.rb
277
- - spec/models/ostree_ostree_remote_response_spec.rb
267
+ - spec/models/patchedostree_ostree_remote_spec.rb
268
+ - spec/models/ostree_ostree_distribution_response_spec.rb
269
+ - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
270
+ - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
271
+ - spec/models/paginatedostree_ostree_object_response_list_spec.rb
272
+ - spec/models/patchedostree_ostree_repository_spec.rb
273
+ - spec/models/ostree_ostree_ref_response_spec.rb
278
274
  - spec/models/repository_sync_url_spec.rb
275
+ - spec/models/ostree_ostree_object_response_spec.rb
276
+ - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
277
+ - spec/models/ostree_ostree_repository_response_spec.rb
278
+ - spec/models/repair_spec.rb
279
279
  - spec/spec_helper.rb