files.com 1.1.502 → 1.1.504
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: 25ca156a23ce1b8af81770045a34f778d2c0a655b10557f5f15bcbdb0168988e
|
|
4
|
+
data.tar.gz: c39be120ab4f64f2d7d373bdf79b2a6ccb37a30627ed86ec2cbb7c889779a7de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e60a6f3a8f4726081a9e8a5baf4055228d4788a75a71537fb4966872043d7173d5f5413735e76649ee9d6d8603cc603b4a7da3acdba7aadd8eb9c996dcc6b9f
|
|
7
|
+
data.tar.gz: aa3ad35f9f1c51dd2f06322d85be801dfbfc3c4eeb2bce0578d512656a9f524b3d933ef8fdc1640243d5fc2968ef8104ccfb1a476988cb234a652fde8df2ed1f
|
data/README.md
CHANGED
|
@@ -592,6 +592,7 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
|
592
592
|
|`BufferedUploadDisabledForThisDestinationError`| `ProcessingFailureError` |
|
|
593
593
|
|`BundleOnlyAllowsPreviewsError`| `ProcessingFailureError` |
|
|
594
594
|
|`BundleOperationRequiresSubfolderError`| `ProcessingFailureError` |
|
|
595
|
+
|`ConfigurationLockedPathError`| `ProcessingFailureError` |
|
|
595
596
|
|`CouldNotCreateParentError`| `ProcessingFailureError` |
|
|
596
597
|
|`DestinationExistsError`| `ProcessingFailureError` |
|
|
597
598
|
|`DestinationFolderLimitedError`| `ProcessingFailureError` |
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.504
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -176,6 +176,7 @@ module Files
|
|
|
176
176
|
class BufferedUploadDisabledForThisDestinationError < ProcessingFailureError; end
|
|
177
177
|
class BundleOnlyAllowsPreviewsError < ProcessingFailureError; end
|
|
178
178
|
class BundleOperationRequiresSubfolderError < ProcessingFailureError; end
|
|
179
|
+
class ConfigurationLockedPathError < ProcessingFailureError; end
|
|
179
180
|
class CouldNotCreateParentError < ProcessingFailureError; end
|
|
180
181
|
class DestinationExistsError < ProcessingFailureError; end
|
|
181
182
|
class DestinationFolderLimitedError < 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.504
|
|
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-01-
|
|
11
|
+
date: 2026-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|