files.com 1.1.501 → 1.1.503

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: 5ac3726265f45d24feca0a48e3a51bf7b855baa118acf8d0905c0a0136305b55
4
- data.tar.gz: 6abb5a8a287b76b80ac1e8ac4abc8d006f195930824266bf6b728deb67a553f3
3
+ metadata.gz: 135751d65e421910fae3529b52873f027d35aed9679fdfb6865aff6a0b2b5964
4
+ data.tar.gz: 604b880712b50d1e8559b92c1d72d49d550180ecead4720b39f6a7c2ed3607b7
5
5
  SHA512:
6
- metadata.gz: 9c4b99b26d39d9abd66f4bcfb95018a46bb0aafefb7c13095e5c65d00fcff891b3c6b22361762d0e6faab26e512943573c1bce61143ded221a617395a2d31490
7
- data.tar.gz: 0c8918b3bb8b0ad0f6ec101b1a5f908433b03aeebcd1cb34b67f9ae83564d7db52992262b7b34cb87188ffe29cb2d990a3b029046277f1e6133fee153b501935
6
+ metadata.gz: a4c04eed340c7ef243bf82d0269ef4ab93728babce927391c5e2a338ab48c4c5be967f772dad169a00e6956e9ea744e4ef1d95491dbf40e255fb5e1d1a80ba67
7
+ data.tar.gz: 4773792f2ca4dec7a7c0315fbed66d3d4215c566e89d662b201e101ae04b7fbc065e77662a4d594201105743780c90aedbb78f900d91087ff270c16760c6cfee
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.501
1
+ 1.1.503
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.501"
4
+ VERSION = "1.1.503"
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.501
4
+ version: 1.1.503
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-16 00:00:00.000000000 Z
11
+ date: 2026-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable