pulp_ostree_client 2.4.4 → 2.4.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8583cc25de69eed382ccde24c95024a529f6b2b0a7424977066697a950c5c4e
4
- data.tar.gz: beb81b5dbbd5d10071d92a101b5d3ebf4a85a8a3ab3ae11689142ae29679d23b
3
+ metadata.gz: 623811a6d87a994b81fe64e37a38e59be35631e02cc3233423addd86c3d9a194
4
+ data.tar.gz: afd71d82b3f385c6b75cd5ba5d0fe7c484e7ac28f8a23dd8db6cff6f3c957387
5
5
  SHA512:
6
- metadata.gz: 9b65aebda9756b57cedc5865c2fd88a7ac946e597d896487015f4e7871081b2092e83ca90f1d8129e2751de260f5e6475c0a1a1f1773d3bb8055674182e4c89d
7
- data.tar.gz: c342bdcb5c9712cceb9af56d015d5d4bb4ad2d1f53daad77991094c19aba9d1ba1622e964eae05185cb6dbb58a1f3836b5359820b07dcc31b6823ec1faace8cf
6
+ metadata.gz: 8c271e40e036e7ccc9415c021a1a92f25269c90dfa1d5151e108880ba94a3fa478aeba402604f7cad84f3f86796211b9c131f5a7523127e151588e6ef2e630db
7
+ data.tar.gz: 1768861afe899cb0058dc4385b42e3c4c638c4bbb31cec16977fd85ef631094fb7b11a8115480f810086ee5090393e682cca4fe1b1e08fba91a4fcf9255fda35
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.4.4
10
+ - Package version: 2.4.5
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.4.4.gem
27
+ gem install ./pulp_ostree_client-2.4.5.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_ostree_client-2.4.4.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_ostree_client-2.4.5.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.4.4'
36
+ gem 'pulp_ostree_client', '~> 2.4.5'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -347,20 +347,20 @@ module PulpOstreeClient
347
347
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
348
348
  end
349
349
 
350
- if !@total_timeout.nil? && @total_timeout < 0
351
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
350
+ if !@total_timeout.nil? && @total_timeout < 0.0
351
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
352
352
  end
353
353
 
354
- if !@connect_timeout.nil? && @connect_timeout < 0
355
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
354
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
355
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
356
356
  end
357
357
 
358
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
359
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
358
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
359
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
360
360
  end
361
361
 
362
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
363
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
362
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
363
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
364
364
  end
365
365
 
366
366
  if !@depth.nil? && @depth < 0
@@ -386,10 +386,10 @@ module PulpOstreeClient
386
386
  return false if !@username.nil? && @username.to_s.length < 1
387
387
  return false if !@password.nil? && @password.to_s.length < 1
388
388
  return false if !@download_concurrency.nil? && @download_concurrency < 1
389
- return false if !@total_timeout.nil? && @total_timeout < 0
390
- return false if !@connect_timeout.nil? && @connect_timeout < 0
391
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
392
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
389
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
390
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
391
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
392
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
393
393
  return false if !@depth.nil? && @depth < 0
394
394
  true
395
395
  end
@@ -515,8 +515,8 @@ module PulpOstreeClient
515
515
  # Custom attribute writer method with validation
516
516
  # @param [Object] total_timeout Value to be assigned
517
517
  def total_timeout=(total_timeout)
518
- if !total_timeout.nil? && total_timeout < 0
519
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
518
+ if !total_timeout.nil? && total_timeout < 0.0
519
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
520
520
  end
521
521
 
522
522
  @total_timeout = total_timeout
@@ -525,8 +525,8 @@ module PulpOstreeClient
525
525
  # Custom attribute writer method with validation
526
526
  # @param [Object] connect_timeout Value to be assigned
527
527
  def connect_timeout=(connect_timeout)
528
- if !connect_timeout.nil? && connect_timeout < 0
529
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
528
+ if !connect_timeout.nil? && connect_timeout < 0.0
529
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
530
530
  end
531
531
 
532
532
  @connect_timeout = connect_timeout
@@ -535,8 +535,8 @@ module PulpOstreeClient
535
535
  # Custom attribute writer method with validation
536
536
  # @param [Object] sock_connect_timeout Value to be assigned
537
537
  def sock_connect_timeout=(sock_connect_timeout)
538
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
539
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
538
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
539
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
540
540
  end
541
541
 
542
542
  @sock_connect_timeout = sock_connect_timeout
@@ -545,8 +545,8 @@ module PulpOstreeClient
545
545
  # Custom attribute writer method with validation
546
546
  # @param [Object] sock_read_timeout Value to be assigned
547
547
  def sock_read_timeout=(sock_read_timeout)
548
- if !sock_read_timeout.nil? && sock_read_timeout < 0
549
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
548
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
549
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
550
550
  end
551
551
 
552
552
  @sock_read_timeout = sock_read_timeout
@@ -303,20 +303,20 @@ module PulpOstreeClient
303
303
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
304
304
  end
305
305
 
306
- if !@total_timeout.nil? && @total_timeout < 0
307
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
306
+ if !@total_timeout.nil? && @total_timeout < 0.0
307
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
308
308
  end
309
309
 
310
- if !@connect_timeout.nil? && @connect_timeout < 0
311
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
310
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
311
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
312
312
  end
313
313
 
314
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
315
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
314
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
315
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
316
316
  end
317
317
 
318
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
319
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
318
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
319
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
320
320
  end
321
321
 
322
322
  if !@depth.nil? && @depth < 0
@@ -332,10 +332,10 @@ module PulpOstreeClient
332
332
  return false if @name.nil?
333
333
  return false if @url.nil?
334
334
  return false if !@download_concurrency.nil? && @download_concurrency < 1
335
- return false if !@total_timeout.nil? && @total_timeout < 0
336
- return false if !@connect_timeout.nil? && @connect_timeout < 0
337
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
338
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
335
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
336
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
337
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
338
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
339
339
  return false if !@depth.nil? && @depth < 0
340
340
  true
341
341
  end
@@ -353,8 +353,8 @@ module PulpOstreeClient
353
353
  # Custom attribute writer method with validation
354
354
  # @param [Object] total_timeout Value to be assigned
355
355
  def total_timeout=(total_timeout)
356
- if !total_timeout.nil? && total_timeout < 0
357
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
356
+ if !total_timeout.nil? && total_timeout < 0.0
357
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
358
358
  end
359
359
 
360
360
  @total_timeout = total_timeout
@@ -363,8 +363,8 @@ module PulpOstreeClient
363
363
  # Custom attribute writer method with validation
364
364
  # @param [Object] connect_timeout Value to be assigned
365
365
  def connect_timeout=(connect_timeout)
366
- if !connect_timeout.nil? && connect_timeout < 0
367
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
366
+ if !connect_timeout.nil? && connect_timeout < 0.0
367
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
368
368
  end
369
369
 
370
370
  @connect_timeout = connect_timeout
@@ -373,8 +373,8 @@ module PulpOstreeClient
373
373
  # Custom attribute writer method with validation
374
374
  # @param [Object] sock_connect_timeout Value to be assigned
375
375
  def sock_connect_timeout=(sock_connect_timeout)
376
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
377
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
376
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
377
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
378
378
  end
379
379
 
380
380
  @sock_connect_timeout = sock_connect_timeout
@@ -383,8 +383,8 @@ module PulpOstreeClient
383
383
  # Custom attribute writer method with validation
384
384
  # @param [Object] sock_read_timeout Value to be assigned
385
385
  def sock_read_timeout=(sock_read_timeout)
386
- if !sock_read_timeout.nil? && sock_read_timeout < 0
387
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
386
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
387
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
388
388
  end
389
389
 
390
390
  @sock_read_timeout = sock_read_timeout
@@ -339,20 +339,20 @@ module PulpOstreeClient
339
339
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
340
340
  end
341
341
 
342
- if !@total_timeout.nil? && @total_timeout < 0
343
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
342
+ if !@total_timeout.nil? && @total_timeout < 0.0
343
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
344
344
  end
345
345
 
346
- if !@connect_timeout.nil? && @connect_timeout < 0
347
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
346
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
347
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
348
348
  end
349
349
 
350
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
351
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
350
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
351
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
352
352
  end
353
353
 
354
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
355
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
354
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
355
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
356
356
  end
357
357
 
358
358
  if !@depth.nil? && @depth < 0
@@ -376,10 +376,10 @@ module PulpOstreeClient
376
376
  return false if !@username.nil? && @username.to_s.length < 1
377
377
  return false if !@password.nil? && @password.to_s.length < 1
378
378
  return false if !@download_concurrency.nil? && @download_concurrency < 1
379
- return false if !@total_timeout.nil? && @total_timeout < 0
380
- return false if !@connect_timeout.nil? && @connect_timeout < 0
381
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
382
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
379
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
380
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
381
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
382
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
383
383
  return false if !@depth.nil? && @depth < 0
384
384
  true
385
385
  end
@@ -497,8 +497,8 @@ module PulpOstreeClient
497
497
  # Custom attribute writer method with validation
498
498
  # @param [Object] total_timeout Value to be assigned
499
499
  def total_timeout=(total_timeout)
500
- if !total_timeout.nil? && total_timeout < 0
501
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
500
+ if !total_timeout.nil? && total_timeout < 0.0
501
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
502
502
  end
503
503
 
504
504
  @total_timeout = total_timeout
@@ -507,8 +507,8 @@ module PulpOstreeClient
507
507
  # Custom attribute writer method with validation
508
508
  # @param [Object] connect_timeout Value to be assigned
509
509
  def connect_timeout=(connect_timeout)
510
- if !connect_timeout.nil? && connect_timeout < 0
511
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
510
+ if !connect_timeout.nil? && connect_timeout < 0.0
511
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
512
512
  end
513
513
 
514
514
  @connect_timeout = connect_timeout
@@ -517,8 +517,8 @@ module PulpOstreeClient
517
517
  # Custom attribute writer method with validation
518
518
  # @param [Object] sock_connect_timeout Value to be assigned
519
519
  def sock_connect_timeout=(sock_connect_timeout)
520
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
521
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
520
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
521
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
522
522
  end
523
523
 
524
524
  @sock_connect_timeout = sock_connect_timeout
@@ -527,8 +527,8 @@ module PulpOstreeClient
527
527
  # Custom attribute writer method with validation
528
528
  # @param [Object] sock_read_timeout Value to be assigned
529
529
  def sock_read_timeout=(sock_read_timeout)
530
- if !sock_read_timeout.nil? && sock_read_timeout < 0
531
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
530
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
531
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
532
532
  end
533
533
 
534
534
  @sock_read_timeout = sock_read_timeout
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpOstreeClient
14
- VERSION = '2.4.4'
14
+ VERSION = '2.4.5'
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.4.4
4
+ version: 2.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-30 00:00:00.000000000 Z
11
+ date: 2025-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -255,7 +255,7 @@ homepage: https://github.com/pulp/pulp_ostree
255
255
  licenses:
256
256
  - GPLv2+
257
257
  metadata: {}
258
- post_install_message:
258
+ post_install_message:
259
259
  rdoc_options: []
260
260
  require_paths:
261
261
  - lib
@@ -270,65 +270,65 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  - !ruby/object:Gem::Version
271
271
  version: '0'
272
272
  requirements: []
273
- rubygems_version: 3.3.5
274
- signing_key:
273
+ rubygems_version: 3.4.20
274
+ signing_key:
275
275
  specification_version: 4
276
276
  summary: Pulp 3 API Ruby Gem
277
277
  test_files:
278
+ - spec/api/remotes_ostree_api_spec.rb
279
+ - spec/api/content_configs_api_spec.rb
280
+ - spec/api/repositories_ostree_versions_api_spec.rb
278
281
  - spec/api/content_refs_api_spec.rb
279
282
  - spec/api/content_content_api_spec.rb
280
- - spec/api/content_summaries_api_spec.rb
281
283
  - spec/api/content_objects_api_spec.rb
282
- - spec/api/content_configs_api_spec.rb
283
- - spec/api/repositories_ostree_api_spec.rb
284
284
  - spec/api/distributions_ostree_api_spec.rb
285
- - spec/api/remotes_ostree_api_spec.rb
286
- - spec/api/repositories_ostree_versions_api_spec.rb
287
285
  - spec/api/content_commits_api_spec.rb
286
+ - spec/api/content_summaries_api_spec.rb
287
+ - spec/api/repositories_ostree_api_spec.rb
288
288
  - spec/api_client_spec.rb
289
289
  - spec/configuration_spec.rb
290
290
  - spec/models/repository_version_response_spec.rb
291
- - spec/models/repository_add_remove_content_spec.rb
292
- - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
293
- - spec/models/set_label_response_spec.rb
294
- - spec/models/paginatedostree_ostree_content_response_list_spec.rb
295
- - spec/models/paginated_repository_version_response_list_spec.rb
296
291
  - spec/models/ostree_ostree_commit_response_spec.rb
297
292
  - spec/models/ostree_ostree_repository_spec.rb
298
293
  - spec/models/object_roles_response_spec.rb
299
- - spec/models/ostree_ostree_distribution_spec.rb
300
- - spec/models/ostree_ostree_content_spec.rb
301
- - spec/models/ostree_ostree_repository_response_spec.rb
302
- - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
303
- - spec/models/ostree_ostree_content_response_spec.rb
304
- - spec/models/policy_enum_spec.rb
305
- - spec/models/patchedostree_ostree_remote_spec.rb
306
- - spec/models/ostree_ostree_config_response_spec.rb
307
- - spec/models/ostree_import_all_spec.rb
294
+ - spec/models/ostree_ostree_remote_spec.rb
308
295
  - spec/models/unset_label_response_spec.rb
296
+ - spec/models/set_label_spec.rb
297
+ - spec/models/paginatedostree_ostree_object_response_list_spec.rb
309
298
  - spec/models/repository_sync_url_spec.rb
310
- - spec/models/nested_role_response_spec.rb
311
- - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
312
- - spec/models/ostree_ostree_summary_response_spec.rb
313
- - spec/models/async_operation_response_spec.rb
299
+ - spec/models/ostree_import_commits_to_ref_spec.rb
300
+ - spec/models/repository_add_remove_content_spec.rb
301
+ - spec/models/paginatedostree_ostree_content_response_list_spec.rb
302
+ - spec/models/patchedostree_ostree_distribution_spec.rb
303
+ - spec/models/ostree_import_all_spec.rb
304
+ - spec/models/ostree_ostree_config_response_spec.rb
305
+ - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
306
+ - spec/models/nested_role_spec.rb
307
+ - spec/models/repair_spec.rb
308
+ - spec/models/patchedostree_ostree_remote_spec.rb
309
+ - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
314
310
  - spec/models/ostree_ostree_remote_response_hidden_fields_spec.rb
311
+ - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
315
312
  - spec/models/content_summary_response_spec.rb
316
- - spec/models/ostree_ostree_distribution_response_spec.rb
317
- - spec/models/ostree_ostree_remote_spec.rb
318
- - spec/models/ostree_ostree_remote_response_spec.rb
319
- - spec/models/patchedostree_ostree_distribution_spec.rb
320
- - spec/models/patchedostree_ostree_repository_spec.rb
321
- - spec/models/unset_label_spec.rb
313
+ - spec/models/ostree_ostree_repository_response_spec.rb
322
314
  - spec/models/my_permissions_response_spec.rb
315
+ - spec/models/ostree_ostree_content_spec.rb
316
+ - spec/models/patchedostree_ostree_repository_spec.rb
317
+ - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
323
318
  - spec/models/paginatedostree_ostree_config_response_list_spec.rb
319
+ - spec/models/set_label_response_spec.rb
320
+ - spec/models/nested_role_response_spec.rb
321
+ - spec/models/ostree_ostree_summary_response_spec.rb
322
+ - spec/models/policy_enum_spec.rb
323
+ - spec/models/ostree_ostree_distribution_response_spec.rb
324
324
  - spec/models/ostree_ostree_ref_response_spec.rb
325
- - spec/models/repair_spec.rb
326
- - spec/models/set_label_spec.rb
327
- - spec/models/ostree_import_commits_to_ref_spec.rb
328
- - spec/models/paginatedostree_ostree_object_response_list_spec.rb
325
+ - spec/models/async_operation_response_spec.rb
326
+ - spec/models/paginated_repository_version_response_list_spec.rb
327
+ - spec/models/ostree_ostree_content_response_spec.rb
329
328
  - spec/models/ostree_ostree_object_response_spec.rb
330
- - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
331
- - spec/models/nested_role_spec.rb
329
+ - spec/models/ostree_ostree_remote_response_spec.rb
332
330
  - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
333
- - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
331
+ - spec/models/unset_label_spec.rb
332
+ - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
333
+ - spec/models/ostree_ostree_distribution_spec.rb
334
334
  - spec/spec_helper.rb