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 +4 -4
- data/README.md +1 -0
- data/_VERSION +1 -1
- data/lib/files.com/errors.rb +1 -0
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6df9181c3b313af62a9e7af4ffb62fa0ada5f1ffd268bf18570429d44077093c
|
|
4
|
+
data.tar.gz: 9a195a05fb3bf0a1f3f34a6290754e24120400ab79941bd6baa4784bf606f07b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.1.205
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -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
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|