groupdocs_merger_cloud 23.10 → 24.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +5 -5
  2. data/lib/groupdocs_merger_cloud/api/document_api.rb +5 -5
  3. data/lib/groupdocs_merger_cloud/api/file_api.rb +6 -6
  4. data/lib/groupdocs_merger_cloud/api/folder_api.rb +6 -6
  5. data/lib/groupdocs_merger_cloud/api/info_api.rb +2 -2
  6. data/lib/groupdocs_merger_cloud/api/license_api.rb +1 -1
  7. data/lib/groupdocs_merger_cloud/api/pages_api.rb +7 -7
  8. data/lib/groupdocs_merger_cloud/api/security_api.rb +5 -5
  9. data/lib/groupdocs_merger_cloud/api/storage_api.rb +5 -5
  10. data/lib/groupdocs_merger_cloud/api_client.rb +4 -5
  11. data/lib/groupdocs_merger_cloud/{api_error.rb → api_client_error.rb} +5 -5
  12. data/lib/groupdocs_merger_cloud/configuration.rb +1 -1
  13. data/lib/groupdocs_merger_cloud/models/consumption_result.rb +1 -1
  14. data/lib/groupdocs_merger_cloud/models/disc_usage.rb +1 -1
  15. data/lib/groupdocs_merger_cloud/models/document_result.rb +1 -1
  16. data/lib/groupdocs_merger_cloud/models/error.rb +1 -1
  17. data/lib/groupdocs_merger_cloud/models/error_details.rb +1 -1
  18. data/lib/groupdocs_merger_cloud/models/extract_options.rb +1 -1
  19. data/lib/groupdocs_merger_cloud/models/file_info.rb +1 -1
  20. data/lib/groupdocs_merger_cloud/models/file_version.rb +1 -1
  21. data/lib/groupdocs_merger_cloud/models/file_versions.rb +1 -1
  22. data/lib/groupdocs_merger_cloud/models/files_list.rb +1 -1
  23. data/lib/groupdocs_merger_cloud/models/files_upload_result.rb +1 -1
  24. data/lib/groupdocs_merger_cloud/models/format.rb +1 -1
  25. data/lib/groupdocs_merger_cloud/models/formats_result.rb +1 -1
  26. data/lib/groupdocs_merger_cloud/models/import_options.rb +1 -1
  27. data/lib/groupdocs_merger_cloud/models/info_result.rb +1 -1
  28. data/lib/groupdocs_merger_cloud/models/join_item.rb +33 -2
  29. data/lib/groupdocs_merger_cloud/models/join_options.rb +1 -1
  30. data/lib/groupdocs_merger_cloud/models/move_options.rb +1 -1
  31. data/lib/groupdocs_merger_cloud/models/multi_document_result.rb +1 -1
  32. data/lib/groupdocs_merger_cloud/models/object_exist.rb +1 -1
  33. data/lib/groupdocs_merger_cloud/models/options.rb +1 -1
  34. data/lib/groupdocs_merger_cloud/models/orientation_options.rb +1 -1
  35. data/lib/groupdocs_merger_cloud/models/page_info.rb +1 -1
  36. data/lib/groupdocs_merger_cloud/models/page_options.rb +1 -1
  37. data/lib/groupdocs_merger_cloud/models/password_result.rb +1 -1
  38. data/lib/groupdocs_merger_cloud/models/preview_options.rb +1 -1
  39. data/lib/groupdocs_merger_cloud/models/remove_options.rb +1 -1
  40. data/lib/groupdocs_merger_cloud/models/rotate_options.rb +1 -1
  41. data/lib/groupdocs_merger_cloud/models/split_options.rb +1 -1
  42. data/lib/groupdocs_merger_cloud/models/storage_exist.rb +1 -1
  43. data/lib/groupdocs_merger_cloud/models/storage_file.rb +1 -1
  44. data/lib/groupdocs_merger_cloud/models/swap_options.rb +1 -1
  45. data/lib/groupdocs_merger_cloud/models/update_password_options.rb +1 -1
  46. data/lib/groupdocs_merger_cloud/version.rb +2 -2
  47. data/lib/groupdocs_merger_cloud.rb +2 -2
  48. metadata +11 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 49d740b6489bd7769bba4fecd98840dc4630cf3f
4
- data.tar.gz: acb1f18fb6645ee72351ba14f52a0bc5409de688
2
+ SHA256:
3
+ metadata.gz: b403c866dad5180d1c81121e7b9deadea591abd1acdd134c8032d22a4ac52d11
4
+ data.tar.gz: f37dc6ea488b2c52e7c27f33236c04988ff0581b089242330ba44a1c72a41f86
5
5
  SHA512:
6
- metadata.gz: af0592594a3f43ae64354f54126f9522df17575f1c943de9aca3a7d00d7ad5de020094d8b6039ca78800cbd6e833830459583a5e667f9e663033be8e539e3cf9
7
- data.tar.gz: 62fa94e9c659a0286398ea9b3fd2c7c9adde25709ab7526f51a4fbab293b2f498d029b41c30253ef31b4a6aab2552ca42b4e70d18a43577caa032162a5fe30bb
6
+ metadata.gz: 22438e5ae782b4dd366985759b5faec3ccf2bd641397e5a31698a688c6d4bfb4bcf21b6beb0877a105218f8b482a6999b8640e44d8ac2164913267c64db3e3bb
7
+ data.tar.gz: d69511bb9c35e00f396f199f749c1e58af2ea5fa9516dafa76bc3f4ef0419c7252b970fd76af123def97020c2bae32f7624c90d32bd11b0cb266d470bad03a46
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="document.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -329,7 +329,7 @@ end
329
329
  #
330
330
  # --------------------------------------------------------------------------------------------------------------------
331
331
  # <copyright company="Aspose Pty Ltd" file="import_request.rb">
332
- # Copyright (c) 2003-2023 Aspose Pty Ltd
332
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
333
333
  # </copyright>
334
334
  # <summary>
335
335
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -374,7 +374,7 @@ end
374
374
  #
375
375
  # --------------------------------------------------------------------------------------------------------------------
376
376
  # <copyright company="Aspose Pty Ltd" file="join_request.rb">
377
- # Copyright (c) 2003-2023 Aspose Pty Ltd
377
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
378
378
  # </copyright>
379
379
  # <summary>
380
380
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -419,7 +419,7 @@ end
419
419
  #
420
420
  # --------------------------------------------------------------------------------------------------------------------
421
421
  # <copyright company="Aspose Pty Ltd" file="preview_request.rb">
422
- # Copyright (c) 2003-2023 Aspose Pty Ltd
422
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
423
423
  # </copyright>
424
424
  # <summary>
425
425
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -464,7 +464,7 @@ end
464
464
  #
465
465
  # --------------------------------------------------------------------------------------------------------------------
466
466
  # <copyright company="Aspose Pty Ltd" file="split_request.rb">
467
- # Copyright (c) 2003-2023 Aspose Pty Ltd
467
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
468
468
  # </copyright>
469
469
  # <summary>
470
470
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="file.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -449,7 +449,7 @@ end
449
449
  #
450
450
  # --------------------------------------------------------------------------------------------------------------------
451
451
  # <copyright company="Aspose Pty Ltd" file="copy_file_request.rb">
452
- # Copyright (c) 2003-2023 Aspose Pty Ltd
452
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
453
453
  # </copyright>
454
454
  # <summary>
455
455
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -510,7 +510,7 @@ end
510
510
  #
511
511
  # --------------------------------------------------------------------------------------------------------------------
512
512
  # <copyright company="Aspose Pty Ltd" file="delete_file_request.rb">
513
- # Copyright (c) 2003-2023 Aspose Pty Ltd
513
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
514
514
  # </copyright>
515
515
  # <summary>
516
516
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -563,7 +563,7 @@ end
563
563
  #
564
564
  # --------------------------------------------------------------------------------------------------------------------
565
565
  # <copyright company="Aspose Pty Ltd" file="download_file_request.rb">
566
- # Copyright (c) 2003-2023 Aspose Pty Ltd
566
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
567
567
  # </copyright>
568
568
  # <summary>
569
569
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -616,7 +616,7 @@ end
616
616
  #
617
617
  # --------------------------------------------------------------------------------------------------------------------
618
618
  # <copyright company="Aspose Pty Ltd" file="move_file_request.rb">
619
- # Copyright (c) 2003-2023 Aspose Pty Ltd
619
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
620
620
  # </copyright>
621
621
  # <summary>
622
622
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -677,7 +677,7 @@ end
677
677
  #
678
678
  # --------------------------------------------------------------------------------------------------------------------
679
679
  # <copyright company="Aspose Pty Ltd" file="upload_file_request.rb">
680
- # Copyright (c) 2003-2023 Aspose Pty Ltd
680
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
681
681
  # </copyright>
682
682
  # <summary>
683
683
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="folder.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -430,7 +430,7 @@ end
430
430
  #
431
431
  # --------------------------------------------------------------------------------------------------------------------
432
432
  # <copyright company="Aspose Pty Ltd" file="copy_folder_request.rb">
433
- # Copyright (c) 2003-2023 Aspose Pty Ltd
433
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
434
434
  # </copyright>
435
435
  # <summary>
436
436
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -487,7 +487,7 @@ end
487
487
  #
488
488
  # --------------------------------------------------------------------------------------------------------------------
489
489
  # <copyright company="Aspose Pty Ltd" file="create_folder_request.rb">
490
- # Copyright (c) 2003-2023 Aspose Pty Ltd
490
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
491
491
  # </copyright>
492
492
  # <summary>
493
493
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -536,7 +536,7 @@ end
536
536
  #
537
537
  # --------------------------------------------------------------------------------------------------------------------
538
538
  # <copyright company="Aspose Pty Ltd" file="delete_folder_request.rb">
539
- # Copyright (c) 2003-2023 Aspose Pty Ltd
539
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
540
540
  # </copyright>
541
541
  # <summary>
542
542
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -589,7 +589,7 @@ end
589
589
  #
590
590
  # --------------------------------------------------------------------------------------------------------------------
591
591
  # <copyright company="Aspose Pty Ltd" file="get_files_list_request.rb">
592
- # Copyright (c) 2003-2023 Aspose Pty Ltd
592
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
593
593
  # </copyright>
594
594
  # <summary>
595
595
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -638,7 +638,7 @@ end
638
638
  #
639
639
  # --------------------------------------------------------------------------------------------------------------------
640
640
  # <copyright company="Aspose Pty Ltd" file="move_folder_request.rb">
641
- # Copyright (c) 2003-2023 Aspose Pty Ltd
641
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
642
642
  # </copyright>
643
643
  # <summary>
644
644
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="info.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -222,7 +222,7 @@ end
222
222
  #
223
223
  # --------------------------------------------------------------------------------------------------------------------
224
224
  # <copyright company="Aspose Pty Ltd" file="get_info_request.rb">
225
- # Copyright (c) 2003-2023 Aspose Pty Ltd
225
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
226
226
  # </copyright>
227
227
  # <summary>
228
228
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="license.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="pages.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -433,7 +433,7 @@ end
433
433
  #
434
434
  # --------------------------------------------------------------------------------------------------------------------
435
435
  # <copyright company="Aspose Pty Ltd" file="extract_request.rb">
436
- # Copyright (c) 2003-2023 Aspose Pty Ltd
436
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
437
437
  # </copyright>
438
438
  # <summary>
439
439
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -478,7 +478,7 @@ end
478
478
  #
479
479
  # --------------------------------------------------------------------------------------------------------------------
480
480
  # <copyright company="Aspose Pty Ltd" file="move_request.rb">
481
- # Copyright (c) 2003-2023 Aspose Pty Ltd
481
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
482
482
  # </copyright>
483
483
  # <summary>
484
484
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -523,7 +523,7 @@ end
523
523
  #
524
524
  # --------------------------------------------------------------------------------------------------------------------
525
525
  # <copyright company="Aspose Pty Ltd" file="orientation_request.rb">
526
- # Copyright (c) 2003-2023 Aspose Pty Ltd
526
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
527
527
  # </copyright>
528
528
  # <summary>
529
529
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -568,7 +568,7 @@ end
568
568
  #
569
569
  # --------------------------------------------------------------------------------------------------------------------
570
570
  # <copyright company="Aspose Pty Ltd" file="remove_request.rb">
571
- # Copyright (c) 2003-2023 Aspose Pty Ltd
571
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
572
572
  # </copyright>
573
573
  # <summary>
574
574
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -613,7 +613,7 @@ end
613
613
  #
614
614
  # --------------------------------------------------------------------------------------------------------------------
615
615
  # <copyright company="Aspose Pty Ltd" file="rotate_request.rb">
616
- # Copyright (c) 2003-2023 Aspose Pty Ltd
616
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
617
617
  # </copyright>
618
618
  # <summary>
619
619
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -658,7 +658,7 @@ end
658
658
  #
659
659
  # --------------------------------------------------------------------------------------------------------------------
660
660
  # <copyright company="Aspose Pty Ltd" file="swap_request.rb">
661
- # Copyright (c) 2003-2023 Aspose Pty Ltd
661
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
662
662
  # </copyright>
663
663
  # <summary>
664
664
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="security.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -341,7 +341,7 @@ end
341
341
  #
342
342
  # --------------------------------------------------------------------------------------------------------------------
343
343
  # <copyright company="Aspose Pty Ltd" file="add_password_request.rb">
344
- # Copyright (c) 2003-2023 Aspose Pty Ltd
344
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
345
345
  # </copyright>
346
346
  # <summary>
347
347
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -386,7 +386,7 @@ end
386
386
  #
387
387
  # --------------------------------------------------------------------------------------------------------------------
388
388
  # <copyright company="Aspose Pty Ltd" file="check_password_request.rb">
389
- # Copyright (c) 2003-2023 Aspose Pty Ltd
389
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
390
390
  # </copyright>
391
391
  # <summary>
392
392
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -439,7 +439,7 @@ end
439
439
  #
440
440
  # --------------------------------------------------------------------------------------------------------------------
441
441
  # <copyright company="Aspose Pty Ltd" file="remove_password_request.rb">
442
- # Copyright (c) 2003-2023 Aspose Pty Ltd
442
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
443
443
  # </copyright>
444
444
  # <summary>
445
445
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -484,7 +484,7 @@ end
484
484
  #
485
485
  # --------------------------------------------------------------------------------------------------------------------
486
486
  # <copyright company="Aspose Pty Ltd" file="update_password_request.rb">
487
- # Copyright (c) 2003-2023 Aspose Pty Ltd
487
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
488
488
  # </copyright>
489
489
  # <summary>
490
490
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="storage.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -350,7 +350,7 @@ end
350
350
  #
351
351
  # --------------------------------------------------------------------------------------------------------------------
352
352
  # <copyright company="Aspose Pty Ltd" file="get_disc_usage_request.rb">
353
- # Copyright (c) 2003-2023 Aspose Pty Ltd
353
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
354
354
  # </copyright>
355
355
  # <summary>
356
356
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -395,7 +395,7 @@ end
395
395
  #
396
396
  # --------------------------------------------------------------------------------------------------------------------
397
397
  # <copyright company="Aspose Pty Ltd" file="get_file_versions_request.rb">
398
- # Copyright (c) 2003-2023 Aspose Pty Ltd
398
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
399
399
  # </copyright>
400
400
  # <summary>
401
401
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -444,7 +444,7 @@ end
444
444
  #
445
445
  # --------------------------------------------------------------------------------------------------------------------
446
446
  # <copyright company="Aspose Pty Ltd" file="object_exists_request.rb">
447
- # Copyright (c) 2003-2023 Aspose Pty Ltd
447
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
448
448
  # </copyright>
449
449
  # <summary>
450
450
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -497,7 +497,7 @@ end
497
497
  #
498
498
  # --------------------------------------------------------------------------------------------------------------------
499
499
  # <copyright company="Aspose Pty Ltd" file="storage_exists_request.rb">
500
- # Copyright (c) 2003-2023 Aspose Pty Ltd
500
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
501
501
  # </copyright>
502
502
  # <summary>
503
503
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="api_client.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -28,10 +28,9 @@ require 'json'
28
28
  require 'logger'
29
29
  require 'tempfile'
30
30
  require 'faraday'
31
- require 'mimemagic'
32
31
  require 'addressable'
33
32
  require_relative 'version'
34
- require_relative 'api_error'
33
+ require_relative 'api_client_error'
35
34
 
36
35
  module GroupDocsMergerCloud
37
36
  #
@@ -69,7 +68,7 @@ module GroupDocsMergerCloud
69
68
  end
70
69
 
71
70
  unless response.success?
72
- raise ApiError.new(:code => response.status, :response_body => response.body)
71
+ raise ApiClientError.new(:code => response.status, :response_body => response.body)
73
72
  end
74
73
 
75
74
  data = deserialize(response, opts[:return_type]) if opts[:return_type]
@@ -281,7 +280,7 @@ module GroupDocsMergerCloud
281
280
  form_params.each do |key, value|
282
281
  case value
283
282
  when ::File
284
- data[key] = Faraday::UploadIO.new(value.path, MimeMagic.by_magic(value).to_s, key)
283
+ data[key] = Faraday::UploadIO.new(value.path, "application/octet-stream", key)
285
284
  when ::Array, nil
286
285
  data[key] = value
287
286
  else
@@ -1,6 +1,6 @@
1
1
  # -----------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="api_error.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,15 +25,15 @@
25
25
 
26
26
  module GroupDocsMergerCloud
27
27
  #
28
- # ApiError class for error handling
28
+ # ApiClientError class for error handling
29
29
  #
30
- class ApiError < StandardError
30
+ class ApiClientError < StandardError
31
31
  attr_reader :code
32
32
  attr_reader :message
33
33
 
34
34
  # Usage examples:
35
- # ApiError.new
36
- # ApiError.new(:code => 500, :response_body => "")
35
+ # ApiClientError.new
36
+ # ApiClientError.new(:code => 500, :response_body => "")
37
37
  def initialize(arg = nil)
38
38
  if arg.is_a? Hash
39
39
 
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="configuration.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="consumption_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="disc_usage.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="document_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="error.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="error_details.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="extract_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="file_info.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="file_version.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="file_versions.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="files_list.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="files_upload_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="format.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="formats_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="import_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="info_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="join_item.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -49,6 +49,9 @@ module GroupDocsMergerCloud
49
49
  # Allows to join word documents without empty space between documents.
50
50
  attr_accessor :word_join_mode
51
51
 
52
+ # Compliance mode for the Word Ooxml format
53
+ attr_accessor :word_join_compliance
54
+
52
55
  # Possible modes for the image joining.
53
56
  attr_accessor :image_join_mode
54
57
  class EnumAttributeValidator
@@ -82,6 +85,7 @@ module GroupDocsMergerCloud
82
85
  :'end_page_number' => :'EndPageNumber',
83
86
  :'range_mode' => :'RangeMode',
84
87
  :'word_join_mode' => :'WordJoinMode',
88
+ :'word_join_compliance' => :'WordJoinCompliance',
85
89
  :'image_join_mode' => :'ImageJoinMode'
86
90
  }
87
91
  end
@@ -95,6 +99,7 @@ module GroupDocsMergerCloud
95
99
  :'end_page_number' => :'Integer',
96
100
  :'range_mode' => :'String',
97
101
  :'word_join_mode' => :'String',
102
+ :'word_join_compliance' => :'String',
98
103
  :'image_join_mode' => :'String'
99
104
  }
100
105
  end
@@ -133,6 +138,10 @@ module GroupDocsMergerCloud
133
138
  self.word_join_mode = attributes[:'WordJoinMode']
134
139
  end
135
140
 
141
+ if attributes.key?(:'WordJoinCompliance')
142
+ self.word_join_compliance = attributes[:'WordJoinCompliance']
143
+ end
144
+
136
145
  if attributes.key?(:'ImageJoinMode')
137
146
  self.image_join_mode = attributes[:'ImageJoinMode']
138
147
  end
@@ -159,6 +168,10 @@ module GroupDocsMergerCloud
159
168
  invalid_properties.push("invalid value for 'word_join_mode', word_join_mode cannot be nil.")
160
169
  end
161
170
 
171
+ if @word_join_compliance.nil?
172
+ invalid_properties.push("invalid value for 'word_join_compliance', word_join_compliance cannot be nil.")
173
+ end
174
+
162
175
  if @image_join_mode.nil?
163
176
  invalid_properties.push("invalid value for 'image_join_mode', image_join_mode cannot be nil.")
164
177
  end
@@ -177,6 +190,9 @@ module GroupDocsMergerCloud
177
190
  return false if @word_join_mode.nil?
178
191
  word_join_mode_validator = EnumAttributeValidator.new('String', ["Default", "Continuous"])
179
192
  return false unless word_join_mode_validator.valid?(@word_join_mode)
193
+ return false if @word_join_compliance.nil?
194
+ word_join_compliance_validator = EnumAttributeValidator.new('String', ["Ecma376_2006", "Iso29500_2008_Transitional", "Iso29500_2008_Strict", "Auto"])
195
+ return false unless word_join_compliance_validator.valid?(@word_join_compliance)
180
196
  return false if @image_join_mode.nil?
181
197
  image_join_mode_validator = EnumAttributeValidator.new('String', ["Horizontal", "Vertical"])
182
198
  return false unless image_join_mode_validator.valid?(@image_join_mode)
@@ -211,6 +227,20 @@ module GroupDocsMergerCloud
211
227
  end
212
228
  end
213
229
 
230
+ # Custom attribute writer method checking allowed values (enum).
231
+ # @param [Object] word_join_compliance Object to be assigned
232
+ def word_join_compliance=(word_join_compliance)
233
+ validator = EnumAttributeValidator.new('String', ["Ecma376_2006", "Iso29500_2008_Transitional", "Iso29500_2008_Strict", "Auto"])
234
+ if word_join_compliance.to_i == 0
235
+ unless validator.valid?(word_join_compliance)
236
+ raise ArgumentError, "invalid value for 'word_join_compliance', must be one of #{validator.allowable_values}."
237
+ end
238
+ @word_join_compliance = word_join_compliance
239
+ else
240
+ @word_join_compliance = validator.allowable_values[word_join_compliance.to_i]
241
+ end
242
+ end
243
+
214
244
  # Custom attribute writer method checking allowed values (enum).
215
245
  # @param [Object] image_join_mode Object to be assigned
216
246
  def image_join_mode=(image_join_mode)
@@ -236,6 +266,7 @@ module GroupDocsMergerCloud
236
266
  end_page_number == other.end_page_number &&
237
267
  range_mode == other.range_mode &&
238
268
  word_join_mode == other.word_join_mode &&
269
+ word_join_compliance == other.word_join_compliance &&
239
270
  image_join_mode == other.image_join_mode
240
271
  end
241
272
 
@@ -248,7 +279,7 @@ module GroupDocsMergerCloud
248
279
  # Calculates hash code according to all attributes.
249
280
  # @return [Fixnum] Hash code
250
281
  def hash
251
- [file_info, pages, start_page_number, end_page_number, range_mode, word_join_mode, image_join_mode].hash
282
+ [file_info, pages, start_page_number, end_page_number, range_mode, word_join_mode, word_join_compliance, image_join_mode].hash
252
283
  end
253
284
 
254
285
  # Downcases first letter.
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="join_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="move_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="multi_document_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="object_exist.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="orientation_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="page_info.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="page_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="password_result.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="preview_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="remove_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="rotate_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="split_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="storage_exist.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="storage_file.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="swap_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="update_password_options.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="version.rb">
4
- # Copyright (c) 2003-2023 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,5 +25,5 @@
25
25
  # --------------------------------------------------------------------------------------------------------------------
26
26
  #
27
27
  module GroupDocsMergerCloud
28
- VERSION = "23.10".freeze
28
+ VERSION = "24.7".freeze
29
29
  end
@@ -1,6 +1,6 @@
1
1
  # ------------------------------------------------------------------------------------
2
2
  # <copyright company="Aspose Pty Ltd" file="groupdocs_merger_cloud.rb">
3
- # Copyright (c) 2003-2023 Aspose Pty Ltd
3
+ # Copyright (c) 2003-2024 Aspose Pty Ltd
4
4
  # </copyright>
5
5
  # <summary>
6
6
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,7 +25,7 @@
25
25
 
26
26
  # Common files
27
27
  require_relative 'groupdocs_merger_cloud/api_client'
28
- require_relative 'groupdocs_merger_cloud/api_error'
28
+ require_relative 'groupdocs_merger_cloud/api_client_error'
29
29
  require_relative 'groupdocs_merger_cloud/version'
30
30
  require_relative 'groupdocs_merger_cloud/configuration'
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groupdocs_merger_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: '23.10'
4
+ version: '24.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - GroupDocs
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-23 00:00:00.000000000 Z
11
+ date: 2024-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -30,20 +30,20 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.5.0
33
+ version: 2.8.0
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 2.5.0
36
+ version: 2.8.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - "~>"
42
42
  - !ruby/object:Gem::Version
43
- version: 2.5.0
43
+ version: 2.8.0
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 2.5.0
46
+ version: 2.8.0
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: minitest
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ files:
80
80
  - lib/groupdocs_merger_cloud/api/security_api.rb
81
81
  - lib/groupdocs_merger_cloud/api/storage_api.rb
82
82
  - lib/groupdocs_merger_cloud/api_client.rb
83
- - lib/groupdocs_merger_cloud/api_error.rb
83
+ - lib/groupdocs_merger_cloud/api_client_error.rb
84
84
  - lib/groupdocs_merger_cloud/configuration.rb
85
85
  - lib/groupdocs_merger_cloud/models/consumption_result.rb
86
86
  - lib/groupdocs_merger_cloud/models/disc_usage.rb
@@ -121,7 +121,7 @@ licenses:
121
121
  - MIT
122
122
  metadata:
123
123
  source_code_uri: https://github.com/groupdocs-merger-cloud/groupdocs-merger-cloud-ruby
124
- post_install_message:
124
+ post_install_message:
125
125
  rdoc_options: []
126
126
  require_paths:
127
127
  - lib
@@ -136,9 +136,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  - !ruby/object:Gem::Version
137
137
  version: '0'
138
138
  requirements: []
139
- rubyforge_project:
140
- rubygems_version: 2.6.14.1
141
- signing_key:
139
+ rubygems_version: 3.1.6
140
+ signing_key:
142
141
  specification_version: 4
143
142
  summary: GroupDocs.Merger Cloud Ruby SDK
144
143
  test_files: []