files.com 1.1.204 → 1.1.205

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: ebab0598228e560f57213b13a745a6885b4a51b0bfdc7745785de47bf7adc758
4
- data.tar.gz: 56fd13ed9d7c23860f408cd97e303c792b6a925d5336be1f5f3ffc9e1da3e418
3
+ metadata.gz: 6df9181c3b313af62a9e7af4ffb62fa0ada5f1ffd268bf18570429d44077093c
4
+ data.tar.gz: 9a195a05fb3bf0a1f3f34a6290754e24120400ab79941bd6baa4784bf606f07b
5
5
  SHA512:
6
- metadata.gz: a531b9229b12b2beb8545c03b38fe909fdf6994f1a375d021c2eefcc800080d1197be810bda34838a373566e56a7b2d6789aeb59dbde37f09fce4f695b6c440b
7
- data.tar.gz: 329efb21fb68e853fa9fbfabd07642c8440e45ae7dff3fb2e8243894871edeb0e60dcdee02446178f774d13afca14bb527421beb12c1b0c2bbb49b7b2229540a
6
+ metadata.gz: 6bea181204c71b3ac4232510fc1b8d8f878c1bf34939e5c0e725485fbf64b83e85e210f46f9569358abb41fa1c30828e0ac6ca1ef7fdae19e9bd80ec034a6e8b
7
+ data.tar.gz: 9b54bea05d484e6b22cfc8a3a27140985dc5de9b736bc2e0a6f5c26975b146d93f0897f366062bcb60612bde665a1631178b62ebd1755ddccee091e90ac03817
data/README.md CHANGED
@@ -454,6 +454,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
454
454
  |`DestinationFolderLimitedError`| `ProcessingFailureError` |
455
455
  |`DestinationParentConflictError`| `ProcessingFailureError` |
456
456
  |`DestinationParentDoesNotExistError`| `ProcessingFailureError` |
457
+ |`ExceededRuntimeLimitError`| `ProcessingFailureError` |
457
458
  |`ExpiredPrivateKeyError`| `ProcessingFailureError` |
458
459
  |`ExpiredPublicKeyError`| `ProcessingFailureError` |
459
460
  |`ExportFailureError`| `ProcessingFailureError` |
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.204
1
+ 1.1.205
@@ -170,6 +170,7 @@ module Files
170
170
  class DestinationFolderLimitedError < ProcessingFailureError; end
171
171
  class DestinationParentConflictError < ProcessingFailureError; end
172
172
  class DestinationParentDoesNotExistError < ProcessingFailureError; end
173
+ class ExceededRuntimeLimitError < ProcessingFailureError; end
173
174
  class ExpiredPrivateKeyError < ProcessingFailureError; end
174
175
  class ExpiredPublicKeyError < ProcessingFailureError; end
175
176
  class ExportFailureError < ProcessingFailureError; end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.204"
4
+ VERSION = "1.1.205"
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.204
4
+ version: 1.1.205
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-01-04 00:00:00.000000000 Z
11
+ date: 2025-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable