files.com 1.1.322 → 1.1.324

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: 6be7fa61217ce628237f4ecb50d6687d062ccd3c43f1697744d340308c1c7ca3
4
- data.tar.gz: ebc4a34f84998ab93f5a53eb280bcc52dccdd4e25fd57c6dda84c4c3928937e6
3
+ metadata.gz: 9215c45f344aebd0f617764e1c876e6d88b2bbb4b8e8a80a427f07b7f71b63ba
4
+ data.tar.gz: 48e6ffc3ac30107e9816e8da77cb60c9b31ae45cd79f179d38da60d7b7eee99e
5
5
  SHA512:
6
- metadata.gz: 30152d925edcb9b1e1cba222693769e5820310d3a75b4bcbebb8e7d2184d2f5823ba5b3a1132ace6fd38578cee55e12e3735d3eaf7b46da56fbc57e15183749a
7
- data.tar.gz: 1b728ce874ec211319276585ad5fe4502c33705b176cc95bd6856b2e47dc09e0d42b0008efa0034d9aec57df541436cc8b0bd812d24406a49a31c8a4dfadcf12
6
+ metadata.gz: 8d397493ad0f9c51c6b2b7e561f3dee653b12261cc82bd1c1a30d09ce4c6eb9502002959576d2bbf86a22855461c78cb62f9a488308d1e2a20be8e951d50e2e8
7
+ data.tar.gz: 71f3a13834e00f3285a681b4e5415b25883ba50088dc02b8062639a259734379f7398948fb3b7e22c0b1b8e7ea306b3c2e771d9bcca2ec0816ccd394ed79570d
data/README.md CHANGED
@@ -613,6 +613,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
613
613
  |`InvalidPriorityColorError`| `ProcessingFailureError` |
614
614
  |`InvalidRangeError`| `ProcessingFailureError` |
615
615
  |`InvalidSiteError`| `ProcessingFailureError` |
616
+ |`MetadataNotSupportedOnRemotesError`| `ProcessingFailureError` |
616
617
  |`ModelSaveErrorError`| `ProcessingFailureError` |
617
618
  |`MultipleProcessingErrorsError`| `ProcessingFailureError` |
618
619
  |`PathTooLongError`| `ProcessingFailureError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.322
1
+ 1.1.324
@@ -203,6 +203,7 @@ module Files
203
203
  class InvalidPriorityColorError < ProcessingFailureError; end
204
204
  class InvalidRangeError < ProcessingFailureError; end
205
205
  class InvalidSiteError < ProcessingFailureError; end
206
+ class MetadataNotSupportedOnRemotesError < ProcessingFailureError; end
206
207
  class ModelSaveErrorError < ProcessingFailureError; end
207
208
  class MultipleProcessingErrorsError < ProcessingFailureError; end
208
209
  class PathTooLongError < ProcessingFailureError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.322"
4
+ VERSION = "1.1.324"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.322
4
+ version: 1.1.324
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-04 00:00:00.000000000 Z
11
+ date: 2025-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable