files.com 1.0.271 → 1.0.272
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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3c5c18b24419dd3e23b18a419cb386aca97bc5e5faa113a0926945704c1868c2
|
|
4
|
+
data.tar.gz: cfbf609b263c4deecd62bc185f8d7959a0e5a8b92805012f7a04591d093b2d18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0c5397194a276682561be92de240c91ecd67ebe9582d4162f3d4937fb27d08f3139a57d3fa3d432a838321117e40cc77cac527baf3623d65a52dda7ef1f91f1
|
|
7
|
+
data.tar.gz: 4824680b6b6d236043d70fa0d2bf40087d4b43078a7588dba580fedf45b296d78b1882fcd94fbdde7ca8bac37ed5e7baaad0b2f2a820293dfc5c3795ca83ea26
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.272
|
data/lib/files.com/errors.rb
CHANGED
|
@@ -193,6 +193,7 @@ module Files
|
|
|
193
193
|
|
|
194
194
|
class RateLimitedError < APIError; end
|
|
195
195
|
class ReauthenticationRateLimitedError < RateLimitedError; end
|
|
196
|
+
class TooManyConcurrentRequestsError < RateLimitedError; end
|
|
196
197
|
class TooManyLoginAttemptsError < RateLimitedError; end
|
|
197
198
|
class TooManyRequestsError < RateLimitedError; end
|
|
198
199
|
|
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.272
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|