files.com 1.1.647 → 1.1.648
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/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: 2308b16de46daa74e1ac41ed588f64221bf00e20fd223dab911746cb6328ef94
|
|
4
|
+
data.tar.gz: 1b394278434ad59daa6ff413ece6b538df47dbe5fbe489ffc4feafa8964932f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ceea3e1120e86f58965fec1c34286f1f8cc0c54a7adb95d52df4c868ad6588dec6983a4915e8cc6fc10fe3e3bc162dc188836991c97174622241c823543cd7d
|
|
7
|
+
data.tar.gz: 7680ebc88e10472a6f551184f01444e6493f2dad1ded2ba0f5c71ac2d497a411299e2c8ff830e184830705959262cd3551a196eca538ba991a4d031fab4c5f1e
|
data/README.md
CHANGED
|
@@ -405,7 +405,6 @@ A Workspace is a lightweight way to organize related resources inside a single F
|
|
|
405
405
|
Customers commonly group resources by project, department, client, or region. Workspaces provide a built-in structure for that grouping, so the UI can operate within a clear "workspace context" and admins can delegate management for a subset of resources without requiring full site-level isolation.
|
|
406
406
|
|
|
407
407
|
Every Site has an implicit Default workspace (ID `0`). Resources that are not explicitly assigned to a named workspace are considered part of the Default workspace.
|
|
408
|
-
<div></div>
|
|
409
408
|
|
|
410
409
|
### SDK Support
|
|
411
410
|
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.648
|
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.648
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|