pulp_rpm_client 3.26.3 → 3.26.4

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: c4b2bc5cab740800caa565087b5ce1a1e62a31fce98ae097586e1988f745f6dd
4
- data.tar.gz: 36da048f4049c1cb54ccbac8c42619bf1648ac28a638ae09fce653006cd8a563
3
+ metadata.gz: 1ac539b2b2910613d4d4a205c87c8b510bf703869704a2708789f8ea267deca6
4
+ data.tar.gz: a20a5f8601e6b49fb280c54fe0b1ad0011b1d0a861f43a2f35e837f226b293f6
5
5
  SHA512:
6
- metadata.gz: 3c377d7ee25690c6b66756a10d42d1b74671e67f3bb5f3c2aa3427bae989f2b39acc9e346e08ddd5531455e12ae823ad1803aa31b9bbc9e9b700f0231e0872f8
7
- data.tar.gz: bb6941df2242385f8f9315e8a0a13c9715205d0a4c98f9ed8b60d3cc1d3d0906be08ad123b39e967d1997915b2433893b0f99c2957019bac12b194980b5e44fa
6
+ metadata.gz: 85305ed7f74b6d8aeb277872426ad9bcb5fb2931a708f9398e8137c08cc853a86b5b1b69074871907eda54745179b2af22888998ef7f4194a3d0d54f9a7c275c
7
+ data.tar.gz: 408ef6933f4cd90b090199bb7a518f8160cd3b45debdf7836245b5ae25a2212e23a54df1a344b9203e1b3d42b251bc8cb0641e92505e37a60c92a58341fd1e55
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: 3.26.3
10
+ - Package version: 3.26.4
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_rpm_client.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./pulp_rpm_client-3.26.3.gem
27
+ gem install ./pulp_rpm_client-3.26.4.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./pulp_rpm_client-3.26.3.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./pulp_rpm_client-3.26.4.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_rpm_client', '~> 3.26.3'
36
+ gem 'pulp_rpm_client', '~> 3.26.4'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -314,20 +314,20 @@ module PulpRpmClient
314
314
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
315
315
  end
316
316
 
317
- if !@total_timeout.nil? && @total_timeout < 0
318
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
317
+ if !@total_timeout.nil? && @total_timeout < 0.0
318
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
319
319
  end
320
320
 
321
- if !@connect_timeout.nil? && @connect_timeout < 0
322
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
321
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
322
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
323
323
  end
324
324
 
325
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
326
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
325
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
326
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
327
327
  end
328
328
 
329
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
330
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
329
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
330
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
331
331
  end
332
332
 
333
333
  if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
@@ -351,10 +351,10 @@ module PulpRpmClient
351
351
  return false if !@username.nil? && @username.to_s.length < 1
352
352
  return false if !@password.nil? && @password.to_s.length < 1
353
353
  return false if !@download_concurrency.nil? && @download_concurrency < 1
354
- return false if !@total_timeout.nil? && @total_timeout < 0
355
- return false if !@connect_timeout.nil? && @connect_timeout < 0
356
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
357
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
354
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
355
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
356
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
357
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
358
358
  return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
359
359
  true
360
360
  end
@@ -472,8 +472,8 @@ module PulpRpmClient
472
472
  # Custom attribute writer method with validation
473
473
  # @param [Object] total_timeout Value to be assigned
474
474
  def total_timeout=(total_timeout)
475
- if !total_timeout.nil? && total_timeout < 0
476
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
475
+ if !total_timeout.nil? && total_timeout < 0.0
476
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
477
477
  end
478
478
 
479
479
  @total_timeout = total_timeout
@@ -482,8 +482,8 @@ module PulpRpmClient
482
482
  # Custom attribute writer method with validation
483
483
  # @param [Object] connect_timeout Value to be assigned
484
484
  def connect_timeout=(connect_timeout)
485
- if !connect_timeout.nil? && connect_timeout < 0
486
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
485
+ if !connect_timeout.nil? && connect_timeout < 0.0
486
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
487
487
  end
488
488
 
489
489
  @connect_timeout = connect_timeout
@@ -492,8 +492,8 @@ module PulpRpmClient
492
492
  # Custom attribute writer method with validation
493
493
  # @param [Object] sock_connect_timeout Value to be assigned
494
494
  def sock_connect_timeout=(sock_connect_timeout)
495
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
496
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
495
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
496
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
497
497
  end
498
498
 
499
499
  @sock_connect_timeout = sock_connect_timeout
@@ -502,8 +502,8 @@ module PulpRpmClient
502
502
  # Custom attribute writer method with validation
503
503
  # @param [Object] sock_read_timeout Value to be assigned
504
504
  def sock_read_timeout=(sock_read_timeout)
505
- if !sock_read_timeout.nil? && sock_read_timeout < 0
506
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
505
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
506
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
507
507
  end
508
508
 
509
509
  @sock_read_timeout = sock_read_timeout
@@ -312,20 +312,20 @@ module PulpRpmClient
312
312
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
313
313
  end
314
314
 
315
- if !@total_timeout.nil? && @total_timeout < 0
316
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
315
+ if !@total_timeout.nil? && @total_timeout < 0.0
316
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
317
317
  end
318
318
 
319
- if !@connect_timeout.nil? && @connect_timeout < 0
320
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
319
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
320
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
321
321
  end
322
322
 
323
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
324
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
323
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
324
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
325
325
  end
326
326
 
327
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
328
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
327
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
328
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
329
329
  end
330
330
 
331
331
  if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
@@ -349,10 +349,10 @@ module PulpRpmClient
349
349
  return false if !@username.nil? && @username.to_s.length < 1
350
350
  return false if !@password.nil? && @password.to_s.length < 1
351
351
  return false if !@download_concurrency.nil? && @download_concurrency < 1
352
- return false if !@total_timeout.nil? && @total_timeout < 0
353
- return false if !@connect_timeout.nil? && @connect_timeout < 0
354
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
355
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
352
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
353
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
354
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
355
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
356
356
  return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
357
357
  true
358
358
  end
@@ -470,8 +470,8 @@ module PulpRpmClient
470
470
  # Custom attribute writer method with validation
471
471
  # @param [Object] total_timeout Value to be assigned
472
472
  def total_timeout=(total_timeout)
473
- if !total_timeout.nil? && total_timeout < 0
474
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
473
+ if !total_timeout.nil? && total_timeout < 0.0
474
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
475
475
  end
476
476
 
477
477
  @total_timeout = total_timeout
@@ -480,8 +480,8 @@ module PulpRpmClient
480
480
  # Custom attribute writer method with validation
481
481
  # @param [Object] connect_timeout Value to be assigned
482
482
  def connect_timeout=(connect_timeout)
483
- if !connect_timeout.nil? && connect_timeout < 0
484
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
483
+ if !connect_timeout.nil? && connect_timeout < 0.0
484
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
485
485
  end
486
486
 
487
487
  @connect_timeout = connect_timeout
@@ -490,8 +490,8 @@ module PulpRpmClient
490
490
  # Custom attribute writer method with validation
491
491
  # @param [Object] sock_connect_timeout Value to be assigned
492
492
  def sock_connect_timeout=(sock_connect_timeout)
493
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
494
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
493
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
494
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
495
495
  end
496
496
 
497
497
  @sock_connect_timeout = sock_connect_timeout
@@ -500,8 +500,8 @@ module PulpRpmClient
500
500
  # Custom attribute writer method with validation
501
501
  # @param [Object] sock_read_timeout Value to be assigned
502
502
  def sock_read_timeout=(sock_read_timeout)
503
- if !sock_read_timeout.nil? && sock_read_timeout < 0
504
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
503
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
504
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
505
505
  end
506
506
 
507
507
  @sock_read_timeout = sock_read_timeout
@@ -322,20 +322,20 @@ module PulpRpmClient
322
322
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
323
323
  end
324
324
 
325
- if !@total_timeout.nil? && @total_timeout < 0
326
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
325
+ if !@total_timeout.nil? && @total_timeout < 0.0
326
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
327
327
  end
328
328
 
329
- if !@connect_timeout.nil? && @connect_timeout < 0
330
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
329
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
330
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
331
331
  end
332
332
 
333
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
334
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
333
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
334
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
335
335
  end
336
336
 
337
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
338
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
337
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
338
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
339
339
  end
340
340
 
341
341
  if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
@@ -361,10 +361,10 @@ module PulpRpmClient
361
361
  return false if !@username.nil? && @username.to_s.length < 1
362
362
  return false if !@password.nil? && @password.to_s.length < 1
363
363
  return false if !@download_concurrency.nil? && @download_concurrency < 1
364
- return false if !@total_timeout.nil? && @total_timeout < 0
365
- return false if !@connect_timeout.nil? && @connect_timeout < 0
366
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
367
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
364
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
365
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
366
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
367
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
368
368
  return false if !@sles_auth_token.nil? && @sles_auth_token.to_s.length < 1
369
369
  true
370
370
  end
@@ -490,8 +490,8 @@ module PulpRpmClient
490
490
  # Custom attribute writer method with validation
491
491
  # @param [Object] total_timeout Value to be assigned
492
492
  def total_timeout=(total_timeout)
493
- if !total_timeout.nil? && total_timeout < 0
494
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
493
+ if !total_timeout.nil? && total_timeout < 0.0
494
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
495
495
  end
496
496
 
497
497
  @total_timeout = total_timeout
@@ -500,8 +500,8 @@ module PulpRpmClient
500
500
  # Custom attribute writer method with validation
501
501
  # @param [Object] connect_timeout Value to be assigned
502
502
  def connect_timeout=(connect_timeout)
503
- if !connect_timeout.nil? && connect_timeout < 0
504
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
503
+ if !connect_timeout.nil? && connect_timeout < 0.0
504
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
505
505
  end
506
506
 
507
507
  @connect_timeout = connect_timeout
@@ -510,8 +510,8 @@ module PulpRpmClient
510
510
  # Custom attribute writer method with validation
511
511
  # @param [Object] sock_connect_timeout Value to be assigned
512
512
  def sock_connect_timeout=(sock_connect_timeout)
513
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
514
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
513
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
514
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
515
515
  end
516
516
 
517
517
  @sock_connect_timeout = sock_connect_timeout
@@ -520,8 +520,8 @@ module PulpRpmClient
520
520
  # Custom attribute writer method with validation
521
521
  # @param [Object] sock_read_timeout Value to be assigned
522
522
  def sock_read_timeout=(sock_read_timeout)
523
- if !sock_read_timeout.nil? && sock_read_timeout < 0
524
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
523
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
524
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
525
525
  end
526
526
 
527
527
  @sock_read_timeout = sock_read_timeout
@@ -278,20 +278,20 @@ module PulpRpmClient
278
278
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
279
279
  end
280
280
 
281
- if !@total_timeout.nil? && @total_timeout < 0
282
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
281
+ if !@total_timeout.nil? && @total_timeout < 0.0
282
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
283
283
  end
284
284
 
285
- if !@connect_timeout.nil? && @connect_timeout < 0
286
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
285
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
286
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
287
287
  end
288
288
 
289
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
290
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
289
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
290
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
291
291
  end
292
292
 
293
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
294
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
293
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
294
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
295
295
  end
296
296
 
297
297
  invalid_properties
@@ -303,10 +303,10 @@ module PulpRpmClient
303
303
  return false if @name.nil?
304
304
  return false if @url.nil?
305
305
  return false if !@download_concurrency.nil? && @download_concurrency < 1
306
- return false if !@total_timeout.nil? && @total_timeout < 0
307
- return false if !@connect_timeout.nil? && @connect_timeout < 0
308
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
309
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
306
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
307
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
308
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
309
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
310
310
  true
311
311
  end
312
312
 
@@ -323,8 +323,8 @@ module PulpRpmClient
323
323
  # Custom attribute writer method with validation
324
324
  # @param [Object] total_timeout Value to be assigned
325
325
  def total_timeout=(total_timeout)
326
- if !total_timeout.nil? && total_timeout < 0
327
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
326
+ if !total_timeout.nil? && total_timeout < 0.0
327
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
328
328
  end
329
329
 
330
330
  @total_timeout = total_timeout
@@ -333,8 +333,8 @@ module PulpRpmClient
333
333
  # Custom attribute writer method with validation
334
334
  # @param [Object] connect_timeout Value to be assigned
335
335
  def connect_timeout=(connect_timeout)
336
- if !connect_timeout.nil? && connect_timeout < 0
337
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
336
+ if !connect_timeout.nil? && connect_timeout < 0.0
337
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
338
338
  end
339
339
 
340
340
  @connect_timeout = connect_timeout
@@ -343,8 +343,8 @@ module PulpRpmClient
343
343
  # Custom attribute writer method with validation
344
344
  # @param [Object] sock_connect_timeout Value to be assigned
345
345
  def sock_connect_timeout=(sock_connect_timeout)
346
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
347
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
346
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
347
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
348
348
  end
349
349
 
350
350
  @sock_connect_timeout = sock_connect_timeout
@@ -353,8 +353,8 @@ module PulpRpmClient
353
353
  # Custom attribute writer method with validation
354
354
  # @param [Object] sock_read_timeout Value to be assigned
355
355
  def sock_read_timeout=(sock_read_timeout)
356
- if !sock_read_timeout.nil? && sock_read_timeout < 0
357
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
356
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
357
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
358
358
  end
359
359
 
360
360
  @sock_read_timeout = sock_read_timeout
@@ -328,20 +328,20 @@ module PulpRpmClient
328
328
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
329
329
  end
330
330
 
331
- if !@total_timeout.nil? && @total_timeout < 0
332
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
331
+ if !@total_timeout.nil? && @total_timeout < 0.0
332
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
333
333
  end
334
334
 
335
- if !@connect_timeout.nil? && @connect_timeout < 0
336
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
335
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
336
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
337
337
  end
338
338
 
339
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
340
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
339
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
340
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
341
341
  end
342
342
 
343
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
344
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
343
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
344
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
345
345
  end
346
346
 
347
347
  if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
@@ -369,10 +369,10 @@ module PulpRpmClient
369
369
  return false if @password.nil?
370
370
  return false if @password.to_s.length < 1
371
371
  return false if !@download_concurrency.nil? && @download_concurrency < 1
372
- return false if !@total_timeout.nil? && @total_timeout < 0
373
- return false if !@connect_timeout.nil? && @connect_timeout < 0
374
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
375
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
372
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
373
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
374
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
375
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
376
376
  return false if !@uln_server_base_url.nil? && @uln_server_base_url.to_s.length < 1
377
377
  true
378
378
  end
@@ -506,8 +506,8 @@ module PulpRpmClient
506
506
  # Custom attribute writer method with validation
507
507
  # @param [Object] total_timeout Value to be assigned
508
508
  def total_timeout=(total_timeout)
509
- if !total_timeout.nil? && total_timeout < 0
510
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
509
+ if !total_timeout.nil? && total_timeout < 0.0
510
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
511
511
  end
512
512
 
513
513
  @total_timeout = total_timeout
@@ -516,8 +516,8 @@ module PulpRpmClient
516
516
  # Custom attribute writer method with validation
517
517
  # @param [Object] connect_timeout Value to be assigned
518
518
  def connect_timeout=(connect_timeout)
519
- if !connect_timeout.nil? && connect_timeout < 0
520
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
519
+ if !connect_timeout.nil? && connect_timeout < 0.0
520
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
521
521
  end
522
522
 
523
523
  @connect_timeout = connect_timeout
@@ -526,8 +526,8 @@ module PulpRpmClient
526
526
  # Custom attribute writer method with validation
527
527
  # @param [Object] sock_connect_timeout Value to be assigned
528
528
  def sock_connect_timeout=(sock_connect_timeout)
529
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
530
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
529
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
530
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
531
531
  end
532
532
 
533
533
  @sock_connect_timeout = sock_connect_timeout
@@ -536,8 +536,8 @@ module PulpRpmClient
536
536
  # Custom attribute writer method with validation
537
537
  # @param [Object] sock_read_timeout Value to be assigned
538
538
  def sock_read_timeout=(sock_read_timeout)
539
- if !sock_read_timeout.nil? && sock_read_timeout < 0
540
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
539
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
540
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
541
541
  end
542
542
 
543
543
  @sock_read_timeout = sock_read_timeout
@@ -278,20 +278,20 @@ module PulpRpmClient
278
278
  invalid_properties.push('invalid value for "download_concurrency", must be greater than or equal to 1.')
279
279
  end
280
280
 
281
- if !@total_timeout.nil? && @total_timeout < 0
282
- invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.')
281
+ if !@total_timeout.nil? && @total_timeout < 0.0
282
+ invalid_properties.push('invalid value for "total_timeout", must be greater than or equal to 0.0.')
283
283
  end
284
284
 
285
- if !@connect_timeout.nil? && @connect_timeout < 0
286
- invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.')
285
+ if !@connect_timeout.nil? && @connect_timeout < 0.0
286
+ invalid_properties.push('invalid value for "connect_timeout", must be greater than or equal to 0.0.')
287
287
  end
288
288
 
289
- if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
290
- invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.')
289
+ if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
290
+ invalid_properties.push('invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.')
291
291
  end
292
292
 
293
- if !@sock_read_timeout.nil? && @sock_read_timeout < 0
294
- invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.')
293
+ if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
294
+ invalid_properties.push('invalid value for "sock_read_timeout", must be greater than or equal to 0.0.')
295
295
  end
296
296
 
297
297
  invalid_properties
@@ -303,10 +303,10 @@ module PulpRpmClient
303
303
  return false if @name.nil?
304
304
  return false if @url.nil?
305
305
  return false if !@download_concurrency.nil? && @download_concurrency < 1
306
- return false if !@total_timeout.nil? && @total_timeout < 0
307
- return false if !@connect_timeout.nil? && @connect_timeout < 0
308
- return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0
309
- return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0
306
+ return false if !@total_timeout.nil? && @total_timeout < 0.0
307
+ return false if !@connect_timeout.nil? && @connect_timeout < 0.0
308
+ return false if !@sock_connect_timeout.nil? && @sock_connect_timeout < 0.0
309
+ return false if !@sock_read_timeout.nil? && @sock_read_timeout < 0.0
310
310
  true
311
311
  end
312
312
 
@@ -323,8 +323,8 @@ module PulpRpmClient
323
323
  # Custom attribute writer method with validation
324
324
  # @param [Object] total_timeout Value to be assigned
325
325
  def total_timeout=(total_timeout)
326
- if !total_timeout.nil? && total_timeout < 0
327
- fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.'
326
+ if !total_timeout.nil? && total_timeout < 0.0
327
+ fail ArgumentError, 'invalid value for "total_timeout", must be greater than or equal to 0.0.'
328
328
  end
329
329
 
330
330
  @total_timeout = total_timeout
@@ -333,8 +333,8 @@ module PulpRpmClient
333
333
  # Custom attribute writer method with validation
334
334
  # @param [Object] connect_timeout Value to be assigned
335
335
  def connect_timeout=(connect_timeout)
336
- if !connect_timeout.nil? && connect_timeout < 0
337
- fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.'
336
+ if !connect_timeout.nil? && connect_timeout < 0.0
337
+ fail ArgumentError, 'invalid value for "connect_timeout", must be greater than or equal to 0.0.'
338
338
  end
339
339
 
340
340
  @connect_timeout = connect_timeout
@@ -343,8 +343,8 @@ module PulpRpmClient
343
343
  # Custom attribute writer method with validation
344
344
  # @param [Object] sock_connect_timeout Value to be assigned
345
345
  def sock_connect_timeout=(sock_connect_timeout)
346
- if !sock_connect_timeout.nil? && sock_connect_timeout < 0
347
- fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.'
346
+ if !sock_connect_timeout.nil? && sock_connect_timeout < 0.0
347
+ fail ArgumentError, 'invalid value for "sock_connect_timeout", must be greater than or equal to 0.0.'
348
348
  end
349
349
 
350
350
  @sock_connect_timeout = sock_connect_timeout
@@ -353,8 +353,8 @@ module PulpRpmClient
353
353
  # Custom attribute writer method with validation
354
354
  # @param [Object] sock_read_timeout Value to be assigned
355
355
  def sock_read_timeout=(sock_read_timeout)
356
- if !sock_read_timeout.nil? && sock_read_timeout < 0
357
- fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.'
356
+ if !sock_read_timeout.nil? && sock_read_timeout < 0.0
357
+ fail ArgumentError, 'invalid value for "sock_read_timeout", must be greater than or equal to 0.0.'
358
358
  end
359
359
 
360
360
  @sock_read_timeout = sock_read_timeout
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module PulpRpmClient
14
- VERSION = '3.26.3'
14
+ VERSION = '3.26.4'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.26.3
4
+ version: 3.26.4
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-21 00:00:00.000000000 Z
11
+ date: 2025-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -396,7 +396,7 @@ homepage: https://github.com/pulp/pulp_rpm
396
396
  licenses:
397
397
  - GPLv2+
398
398
  metadata: {}
399
- post_install_message:
399
+ post_install_message:
400
400
  rdoc_options: []
401
401
  require_paths:
402
402
  - lib
@@ -411,112 +411,112 @@ required_rubygems_version: !ruby/object:Gem::Requirement
411
411
  - !ruby/object:Gem::Version
412
412
  version: '0'
413
413
  requirements: []
414
- rubygems_version: 3.3.5
415
- signing_key:
414
+ rubygems_version: 3.4.20
415
+ signing_key:
416
416
  specification_version: 4
417
417
  summary: Pulp 3 API Ruby Gem
418
418
  test_files:
419
- - spec/api/content_distribution_trees_api_spec.rb
420
- - spec/api/content_packagelangpacks_api_spec.rb
419
+ - spec/api/repositories_rpm_api_spec.rb
420
+ - spec/api/repositories_rpm_versions_api_spec.rb
421
421
  - spec/api/content_repo_metadata_files_api_spec.rb
422
- - spec/api/distributions_rpm_api_spec.rb
423
422
  - spec/api/rpm_comps_api_spec.rb
424
- - spec/api/remotes_rpm_api_spec.rb
425
- - spec/api/repositories_rpm_versions_api_spec.rb
426
- - spec/api/content_advisories_api_spec.rb
427
- - spec/api/content_packageenvironments_api_spec.rb
428
- - spec/api/repositories_rpm_api_spec.rb
423
+ - spec/api/content_packagegroups_api_spec.rb
424
+ - spec/api/remotes_uln_api_spec.rb
429
425
  - spec/api/rpm_copy_api_spec.rb
430
- - spec/api/publications_rpm_api_spec.rb
426
+ - spec/api/content_modulemds_api_spec.rb
427
+ - spec/api/content_packageenvironments_api_spec.rb
428
+ - spec/api/content_distribution_trees_api_spec.rb
431
429
  - spec/api/content_packagecategories_api_spec.rb
430
+ - spec/api/distributions_rpm_api_spec.rb
432
431
  - spec/api/content_modulemd_defaults_api_spec.rb
433
- - spec/api/acs_rpm_api_spec.rb
434
- - spec/api/content_packages_api_spec.rb
435
- - spec/api/content_packagegroups_api_spec.rb
436
- - spec/api/content_modulemds_api_spec.rb
437
432
  - spec/api/content_modulemd_obsoletes_api_spec.rb
438
- - spec/api/remotes_uln_api_spec.rb
433
+ - spec/api/content_packages_api_spec.rb
434
+ - spec/api/publications_rpm_api_spec.rb
435
+ - spec/api/content_packagelangpacks_api_spec.rb
436
+ - spec/api/remotes_rpm_api_spec.rb
437
+ - spec/api/acs_rpm_api_spec.rb
438
+ - spec/api/content_advisories_api_spec.rb
439
439
  - spec/api_client_spec.rb
440
440
  - spec/configuration_spec.rb
441
- - spec/models/repository_version_response_spec.rb
441
+ - spec/models/rpm_modulemd_response_spec.rb
442
+ - spec/models/rpm_uln_remote_spec.rb
443
+ - spec/models/rpm_rpm_remote_response_spec.rb
444
+ - spec/models/repair_spec.rb
445
+ - spec/models/rpm_modulemd_spec.rb
442
446
  - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
443
- - spec/models/rpm_package_spec.rb
444
- - spec/models/skip_types_enum_spec.rb
445
- - spec/models/repository_add_remove_content_spec.rb
446
- - spec/models/rpm_package_langpacks_response_spec.rb
447
- - spec/models/set_label_response_spec.rb
447
+ - spec/models/patchedrpm_rpm_remote_spec.rb
448
+ - spec/models/checksum_response_spec.rb
448
449
  - spec/models/rpm_modulemd_obsolete_spec.rb
449
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
450
- - spec/models/rpm_rpm_publication_response_spec.rb
451
- - spec/models/patchedrpm_uln_remote_spec.rb
452
- - spec/models/rpm_package_response_spec.rb
453
- - spec/models/paginated_repository_version_response_list_spec.rb
454
- - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
455
- - spec/models/object_roles_response_spec.rb
456
450
  - spec/models/task_group_operation_response_spec.rb
457
- - spec/models/rpm_rpm_alternate_content_source_spec.rb
451
+ - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
452
+ - spec/models/set_label_spec.rb
453
+ - spec/models/skip_types_enum_spec.rb
458
454
  - spec/models/policy_enum_spec.rb
459
- - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
460
- - spec/models/rpm_package_category_response_spec.rb
461
- - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
462
- - spec/models/rpm_rpm_remote_spec.rb
463
- - spec/models/rpm_modulemd_spec.rb
464
- - spec/models/unset_label_response_spec.rb
465
- - spec/models/rpm_update_collection_response_spec.rb
455
+ - spec/models/sync_policy_enum_spec.rb
456
+ - spec/models/addon_response_spec.rb
457
+ - spec/models/rpm_modulemd_obsolete_response_spec.rb
458
+ - spec/models/comps_xml_spec.rb
459
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
460
+ - spec/models/repository_add_remove_content_spec.rb
461
+ - spec/models/variant_response_spec.rb
466
462
  - spec/models/copy_spec.rb
467
- - spec/models/rpm_modulemd_response_spec.rb
468
- - spec/models/patchedrpm_rpm_remote_spec.rb
469
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
470
- - spec/models/nested_role_response_spec.rb
471
- - spec/models/async_operation_response_spec.rb
472
463
  - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
473
- - spec/models/rpm_modulemd_obsolete_response_spec.rb
474
- - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
475
- - spec/models/rpm_update_record_spec.rb
476
- - spec/models/rpm_package_environment_response_spec.rb
477
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
478
- - spec/models/artifact_response_spec.rb
479
- - spec/models/image_response_spec.rb
480
- - spec/models/content_summary_response_spec.rb
481
464
  - spec/models/paginatedrpm_rpm_alternate_content_source_response_list_spec.rb
482
- - spec/models/rpm_update_record_response_spec.rb
483
- - spec/models/rpm_uln_remote_spec.rb
484
- - spec/models/rpm_modulemd_defaults_spec.rb
485
- - spec/models/paginatedrpm_package_response_list_spec.rb
486
- - spec/models/rpm_rpm_publication_spec.rb
487
- - spec/models/rpm_repo_metadata_file_response_spec.rb
465
+ - spec/models/patchedrpm_uln_remote_spec.rb
488
466
  - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
489
- - spec/models/patchedrpm_rpm_repository_spec.rb
490
- - spec/models/paginatedrpm_package_environment_response_list_spec.rb
491
- - spec/models/comps_xml_spec.rb
467
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
468
+ - spec/models/rpm_update_collection_response_spec.rb
469
+ - spec/models/paginatedrpm_package_response_list_spec.rb
470
+ - spec/models/rpm_update_record_spec.rb
471
+ - spec/models/rpm_package_langpacks_response_spec.rb
492
472
  - spec/models/paginatedrpm_uln_remote_response_list_spec.rb
493
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
494
- - spec/models/patchedrpm_rpm_distribution_spec.rb
495
- - spec/models/rpm_rpm_repository_spec.rb
473
+ - spec/models/paginatedrpm_modulemd_response_list_spec.rb
474
+ - spec/models/patchedrpm_rpm_repository_spec.rb
475
+ - spec/models/nested_role_response_spec.rb
476
+ - spec/models/rpm_rpm_publication_spec.rb
477
+ - spec/models/nested_role_spec.rb
478
+ - spec/models/rpm_package_category_response_spec.rb
479
+ - spec/models/compression_type_enum_spec.rb
480
+ - spec/models/rpm_update_record_response_spec.rb
496
481
  - spec/models/unset_label_spec.rb
497
- - spec/models/my_permissions_response_spec.rb
498
- - spec/models/rpm_rpm_remote_response_spec.rb
499
- - spec/models/checksum_response_spec.rb
500
- - spec/models/package_checksum_type_enum_spec.rb
501
482
  - spec/models/rpm_uln_remote_response_spec.rb
502
- - spec/models/rpm_rpm_distribution_response_spec.rb
503
- - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
504
- - spec/models/addon_response_spec.rb
505
- - spec/models/rpm_repository_sync_url_spec.rb
506
483
  - spec/models/rpm_package_group_response_spec.rb
507
- - spec/models/repair_spec.rb
508
- - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
509
- - spec/models/compression_type_enum_spec.rb
510
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
511
- - spec/models/set_label_spec.rb
512
- - spec/models/paginatedrpm_modulemd_response_list_spec.rb
513
- - spec/models/sync_policy_enum_spec.rb
514
- - spec/models/rpm_rpm_repository_response_spec.rb
484
+ - spec/models/rpm_package_spec.rb
485
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
515
486
  - spec/models/rpm_update_collection_spec.rb
516
- - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
517
- - spec/models/nested_role_spec.rb
487
+ - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
488
+ - spec/models/artifact_response_spec.rb
489
+ - spec/models/unset_label_response_spec.rb
490
+ - spec/models/rpm_rpm_remote_response_hidden_fields_spec.rb
518
491
  - spec/models/rpm_modulemd_defaults_response_spec.rb
519
- - spec/models/variant_response_spec.rb
520
- - spec/models/rpm_distribution_tree_response_spec.rb
492
+ - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
493
+ - spec/models/repository_version_response_spec.rb
494
+ - spec/models/rpm_rpm_publication_response_spec.rb
495
+ - spec/models/rpm_rpm_distribution_response_spec.rb
496
+ - spec/models/rpm_package_response_spec.rb
497
+ - spec/models/rpm_package_environment_response_spec.rb
498
+ - spec/models/rpm_rpm_repository_response_spec.rb
499
+ - spec/models/paginated_repository_version_response_list_spec.rb
500
+ - spec/models/my_permissions_response_spec.rb
501
+ - spec/models/paginatedrpm_package_environment_response_list_spec.rb
502
+ - spec/models/object_roles_response_spec.rb
503
+ - spec/models/patchedrpm_rpm_distribution_spec.rb
504
+ - spec/models/image_response_spec.rb
505
+ - spec/models/rpm_repo_metadata_file_response_spec.rb
506
+ - spec/models/rpm_rpm_alternate_content_source_spec.rb
507
+ - spec/models/rpm_repository_sync_url_spec.rb
508
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
509
+ - spec/models/package_checksum_type_enum_spec.rb
510
+ - spec/models/rpm_rpm_remote_spec.rb
511
+ - spec/models/paginatedrpm_modulemd_obsolete_response_list_spec.rb
512
+ - spec/models/set_label_response_spec.rb
521
513
  - spec/models/rpm_rpm_distribution_spec.rb
514
+ - spec/models/rpm_modulemd_defaults_spec.rb
515
+ - spec/models/rpm_distribution_tree_response_spec.rb
516
+ - spec/models/rpm_rpm_alternate_content_source_response_spec.rb
517
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
518
+ - spec/models/patchedrpm_rpm_alternate_content_source_spec.rb
519
+ - spec/models/content_summary_response_spec.rb
520
+ - spec/models/rpm_rpm_repository_spec.rb
521
+ - spec/models/async_operation_response_spec.rb
522
522
  - spec/spec_helper.rb