files.com 1.1.12 → 1.1.14
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 +2 -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: c1c0c0d884e1fa18cc06280511e7ebe0c31be52be2df1e287ac0dff5f9be3971
|
|
4
|
+
data.tar.gz: 03d89cf8625543632365cf4ec13d5fee60cbeed863dddf635bf204fd3ee61c12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ef50b97181b08d4e29ba64bc29e984c2426685251477983d0940d8d862644036917c148989d82075f08121daf264a564faebe89e09b2bb86b1a70105291e5cc
|
|
7
|
+
data.tar.gz: 719f3122d9bbbad66907e00852fd547a4b5b95fb8002cb8ba9733db912ed4cd13d2235c8f2364879859ea731bc964cd428e560f10cd4542bcede7e9a04f4465f
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.14
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -61,6 +61,7 @@ module Files
|
|
|
61
61
|
class InvalidFilterCombinationError < BadRequestError; end
|
|
62
62
|
class InvalidFilterFieldError < BadRequestError; end
|
|
63
63
|
class InvalidFilterParamError < BadRequestError; end
|
|
64
|
+
class InvalidFilterParamValueError < BadRequestError; end
|
|
64
65
|
class InvalidInputEncodingError < BadRequestError; end
|
|
65
66
|
class InvalidInterfaceError < BadRequestError; end
|
|
66
67
|
class InvalidOauthProviderError < BadRequestError; end
|
|
@@ -190,6 +191,7 @@ module Files
|
|
|
190
191
|
class TwoFactorAuthenticationCodeAlreadySentError < ProcessingFailureError; end
|
|
191
192
|
class TwoFactorAuthenticationCountryBlacklistedError < ProcessingFailureError; end
|
|
192
193
|
class TwoFactorAuthenticationGeneralErrorError < ProcessingFailureError; end
|
|
194
|
+
class TwoFactorAuthenticationUnsubscribedRecipientError < ProcessingFailureError; end
|
|
193
195
|
class UpdatesNotAllowedForRemotesError < ProcessingFailureError; end
|
|
194
196
|
|
|
195
197
|
class RateLimitedError < APIError; 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.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|