files.com 1.1.629 → 1.1.630
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 +1 -1
- data/_VERSION +1 -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: c9460efcab7fa9904a08bc866c88636d8dc27228fa3a3616389636db2c861d14
|
|
4
|
+
data.tar.gz: 3359eb2f5256f32c425845a8aceeb9bd649af1411cdf2f9406d5381f95ffed35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5712d26a7f64019b25c3e33a18c3164654493f2d9ebe170bb5183fcbbee03faf535146b90d9939701174e6ce805fb68566847f1348185dc0aac06a111d7eeeb2
|
|
7
|
+
data.tar.gz: 2a379f3c3a8d70cdd69d9daead2c5c63af5273b4b3233e026edb2cdef699cfd670a4b09f6cb6c660546dc3c080f4b63927f2db6adaa6cf3a897b20420e13f1ee
|
data/README.md
CHANGED
|
@@ -409,7 +409,7 @@ Every Site has an implicit Default workspace (ID `0`). Resources that are not ex
|
|
|
409
409
|
|
|
410
410
|
### SDK Support
|
|
411
411
|
|
|
412
|
-
We are still in the process of adding Workspaces support to each SDK. If you require Workspaces support right now, you need to use the REST API.
|
|
412
|
+
We are still in the process of adding Workspaces support to each SDK. If you require Workspaces support right now, you need to use the REST API or the CLI.
|
|
413
413
|
<div></div>
|
|
414
414
|
|
|
415
415
|
### Using Workspaces with the REST API
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.630
|
data/lib/files.com/version.rb
CHANGED