files.com 1.0.172 → 1.0.173
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/_VERSION +1 -1
- data/lib/files.com/errors.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ef08c835d3ae30955deafc9f9480c8e32bde64ee26f8eb359ada35cd1415c564
|
|
4
|
+
data.tar.gz: d05e7b7d86932f0f25ca95e3653750850bdcc41bef7f06687fdedcb63fa06f11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1587aa5e54424c243c5d7980f4021a11d477f3033904614a8734516e3d96d050060422acc6bb4e38b0fdf1760301e7c6cea4e8b92991ace92dbaaa7548d8da23
|
|
7
|
+
data.tar.gz: d2ce1a5a03fa14a765e2f707b4a13768684acea7354d1fedec73583002663004143b6840e16589f28b1b5329cb51c0d0ceb4d0763ea41ea386c91c40255a9bc3
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.173
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -153,6 +153,7 @@ module Files
|
|
|
153
153
|
class UserNotFoundError < NotFoundError; end
|
|
154
154
|
|
|
155
155
|
class ProcessingFailureError < APIError; end
|
|
156
|
+
class BundleOnlyAllowsPreviewsError < ProcessingFailureError; end
|
|
156
157
|
class DestinationExistsError < ProcessingFailureError; end
|
|
157
158
|
class DestinationFolderLimitedError < ProcessingFailureError; end
|
|
158
159
|
class DestinationParentConflictError < ProcessingFailureError; 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.0.
|
|
4
|
+
version: 1.0.173
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -261,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
261
261
|
- !ruby/object:Gem::Version
|
|
262
262
|
version: '0'
|
|
263
263
|
requirements: []
|
|
264
|
-
rubygems_version: 3.
|
|
264
|
+
rubygems_version: 3.2.17
|
|
265
265
|
signing_key:
|
|
266
266
|
specification_version: 4
|
|
267
267
|
summary: Files.com Ruby client.
|