files.com 1.1.235 → 1.1.236
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/docs/sync_log.md +2 -2
- data/lib/files.com/models/sync_log.rb +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: 5eb9a95c5f1a39d372e8c938d82e088ce28ef97c455fccf4e943df4808a4b755
|
4
|
+
data.tar.gz: e989207911de98fcf27c1afe6d8d038c3299ca9b28689fb919929aba6f6afc84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b5c857ad38b3a67a31c5b0856451b9c54a756f9eef53b6268acd3e897244a71f62b5da8de27ed1dc14ec7e72ac4b97d29ca92822cf45c47c0e5ac7eb7de1d66
|
7
|
+
data.tar.gz: 32482aa21998cf998a6c8baf0a15e819be49b63d0cd17e229919668503c501dabd86ae6438215f6206d7def29affa5a59582eea7834bec6bd77a773c92f52950
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.236
|
data/docs/sync_log.md
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"message": "example",
|
12
12
|
"operation": "example",
|
13
13
|
"path": "example",
|
14
|
-
"size":
|
14
|
+
"size": 1,
|
15
15
|
"file_type": "example",
|
16
16
|
"status": "example"
|
17
17
|
}
|
@@ -24,7 +24,7 @@
|
|
24
24
|
* `message` (string): Message
|
25
25
|
* `operation` (string): Operation type
|
26
26
|
* `path` (string): File path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
27
|
-
* `size` (
|
27
|
+
* `size` (int64): File size
|
28
28
|
* `file_type` (string): File type
|
29
29
|
* `status` (string): Status
|
30
30
|
|
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.236
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|