files.com 1.1.301 → 1.1.302
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/README.md +0 -1
- data/_VERSION +1 -1
- data/lib/files.com/errors.rb +0 -1
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7f79167aaa5c8c730a4262b6d77c4a2ff401fc5659c47ba044ce9f2ceef6158
|
4
|
+
data.tar.gz: e236d26bba6a097d7a21e766afce433e8e52364084feddf546a2d319232cfdc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8757a060f171ef957da512457759aa3696e5281c555e562e0020636be1aca2fe7a55a87d5ab34ebda42c00b60441f507504efe5413389dd93496a4fb96f814d0
|
7
|
+
data.tar.gz: 5b1a85d8263ea7c82878b4d94e36aecc0480cbdf18cbbd8e45c4d9ae7c487a361bcb9a4aa8da416e705a94633974945e57f7e0aaf08def642145a1ac350950b8
|
data/README.md
CHANGED
@@ -514,7 +514,6 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
514
514
|
|`CodeNotFoundError`| `NotFoundError` |
|
515
515
|
|`FileNotFoundError`| `NotFoundError` |
|
516
516
|
|`FileUploadNotFoundError`| `NotFoundError` |
|
517
|
-
|`FolderNotFoundError`| `NotFoundError` |
|
518
517
|
|`GroupNotFoundError`| `NotFoundError` |
|
519
518
|
|`InboxNotFoundError`| `NotFoundError` |
|
520
519
|
|`NestedNotFoundError`| `NotFoundError` |
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.302
|
data/lib/files.com/errors.rb
CHANGED
@@ -157,7 +157,6 @@ module Files
|
|
157
157
|
class CodeNotFoundError < NotFoundError; end
|
158
158
|
class FileNotFoundError < NotFoundError; end
|
159
159
|
class FileUploadNotFoundError < NotFoundError; end
|
160
|
-
class FolderNotFoundError < NotFoundError; end
|
161
160
|
class GroupNotFoundError < NotFoundError; end
|
162
161
|
class InboxNotFoundError < NotFoundError; end
|
163
162
|
class NestedNotFoundError < NotFoundError; end
|
data/lib/files.com/version.rb
CHANGED