files.com 1.0.287 → 1.0.288

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/lib/files.com/errors.rb +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fc794fa8532732f84881e49464349d476e315ebfbaabad293f380da854d1640
4
- data.tar.gz: 3d13d872cfe46807bc9abe14488112f1a229e7378093e3da8d339088ca7d3cd4
3
+ metadata.gz: 58866ec2b5f9506d6b6ae2b2ce2ba3aa5939777b5cf463501b18588f6d8ad0ac
4
+ data.tar.gz: 9a290f4b1aaf7aa3f54117666c671ecdd33f506b750662eaab1354245172e6e6
5
5
  SHA512:
6
- metadata.gz: bab263eb0c32c14acdcdc7440d78ec1e2f4dc1c80a072b6a31bf9dbb27b6cff32305985b8b6d400804939decc20a3242d7a745fe80a51783f4844b6d9a32ec7f
7
- data.tar.gz: a15636c825937fc2d0390f510969a9a230507e6acb742f5d6deab8ae6625c8c856bea1709a3aaff2f230979e0094e0e4256ffecb622c3e064917d5ba2a602070
6
+ metadata.gz: 28e9e19b3c7f835152e172ede524137bc253c562b2e40eb9398d35a3b209cf3c46e6f6ca2063e022c8118426d155ec7ee4249dbbf38326d804cb90c3eb9d46b5
7
+ data.tar.gz: d1d1889dadbab8349a3cecf476656d92ae745337ba1538f2fa346905e86e801724e7a2dc14c6176fdb164f17c4b7f87c55f06f6afa3138dbf405b7b22499f372
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.287
1
+ 1.0.288
@@ -145,6 +145,7 @@ module Files
145
145
  class NotFoundError < APIError; end
146
146
  class ApiKeyNotFoundError < NotFoundError; end
147
147
  class BundlePathNotFoundError < NotFoundError; end
148
+ class BundleRegistrationNotFoundError < NotFoundError; end
148
149
  class CodeNotFoundError < NotFoundError; end
149
150
  class FileNotFoundError < NotFoundError; end
150
151
  class FileUploadNotFoundError < NotFoundError; 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.287
4
+ version: 1.0.288
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-08-22 00:00:00.000000000 Z
11
+ date: 2022-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable