files.com 1.1.572 → 1.1.573

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: fae52313f8c59741e02bf5251f55c73dc92150721cef24360e0b1f0335c1449d
4
- data.tar.gz: 5ba04a1a1e7ba06c418799813add8cfd09cd098aea0cc9d31bf6273d6cd37598
3
+ metadata.gz: d211bebb3152e3380fc6a3fbc37b75cc2ad62fb8646c841784cb8e242793e122
4
+ data.tar.gz: 875ac8bde0a70f88cca370a8cb3cc69c900d2bd6edb40bccfcb26ab07e1bccb9
5
5
  SHA512:
6
- metadata.gz: f827adda11c84316350562698311b039bc5bf18321add1d8f518cf8253a5c371ea14b062a957bd83d338b883e4e6d45d6660dffd171384102f36c4c629a76ec5
7
- data.tar.gz: f4ae5886a1ecb17aa912d2319360d5341f366da816de657fab5dfc37f55d062c855a45c4ec3175ba678ba8af9dcf6fe1f5c3b7d512061028e5c2107dbc80f629
6
+ metadata.gz: e8bcc68068261577d43702d52e140af2ee5445c640cbbea44bd708801166993850769ad726726094a589e476ab7281f0fe15d7cb2e0445c5d2ec2e0911bd9fe7
7
+ data.tar.gz: 32683514100816d56e20ad3026fab8049bd8b87410865b5b86fc60534edabe9d21da17852b9d7238ba14692810af995fd5a1862368cc3a0e4b9034f2a12a784f
data/README.md CHANGED
@@ -624,6 +624,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
624
624
  |`InvalidPriorityColorError`| `ProcessingFailureError` |
625
625
  |`InvalidRangeError`| `ProcessingFailureError` |
626
626
  |`InvalidSiteError`| `ProcessingFailureError` |
627
+ |`InvalidZipFileError`| `ProcessingFailureError` |
627
628
  |`MetadataNotSupportedOnRemotesError`| `ProcessingFailureError` |
628
629
  |`ModelSaveErrorError`| `ProcessingFailureError` |
629
630
  |`MultipleProcessingErrorsError`| `ProcessingFailureError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.572
1
+ 1.1.573
@@ -208,6 +208,7 @@ module Files
208
208
  class InvalidPriorityColorError < ProcessingFailureError; end
209
209
  class InvalidRangeError < ProcessingFailureError; end
210
210
  class InvalidSiteError < ProcessingFailureError; end
211
+ class InvalidZipFileError < ProcessingFailureError; end
211
212
  class MetadataNotSupportedOnRemotesError < ProcessingFailureError; end
212
213
  class ModelSaveErrorError < ProcessingFailureError; end
213
214
  class MultipleProcessingErrorsError < ProcessingFailureError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.572"
4
+ VERSION = "1.1.573"
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.572
4
+ version: 1.1.573
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-26 00:00:00.000000000 Z
11
+ date: 2026-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable