files.com 1.1.269 → 1.1.270
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_run.md +2 -2
- data/lib/files.com/models/sync_run.rb +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: 48468bd3b5f62108aadf10f88b6b1c200631fcf1f12e3481562c400023f5c7ce
|
4
|
+
data.tar.gz: 074af918a8815ca7b9837d944a5fa1be7f63f38eef540b5f7e67a733e692d96f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45728dc5524b0b95150dafa9e02d12234327b39fc266357e1f2f54d7962dd079898856b2371a4196a2c4f581557ac2751754ef8527c46428e254bcbbc9d4b3ef
|
7
|
+
data.tar.gz: fa1f8e94a3183717be600d69a4de0a52a969321f643efd13cfe5cad4f7fd941b6c9e6029f24eae0390c4d0145937df584450a95ad94271e58bb66ab8f86ceca8
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.270
|
data/docs/sync_run.md
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
"compared_folders": 1,
|
19
19
|
"errored_files": 1,
|
20
20
|
"successful_files": 1,
|
21
|
-
"runtime":
|
21
|
+
"runtime": 1.0,
|
22
22
|
"s3_body_path": "example",
|
23
23
|
"s3_internal_body_path": "example",
|
24
24
|
"completed_at": "2000-01-01T01:00:00Z",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
* `compared_folders` (int64): Number of folders compared
|
41
41
|
* `errored_files` (int64): Number of files that errored
|
42
42
|
* `successful_files` (int64): Number of files successfully synced
|
43
|
-
* `runtime` (
|
43
|
+
* `runtime` (double): Total runtime in seconds
|
44
44
|
* `s3_body_path` (string): S3 path to the main log file
|
45
45
|
* `s3_internal_body_path` (string): S3 path to the internal log file
|
46
46
|
* `completed_at` (date-time): When this run was completed
|
data/lib/files.com/version.rb
CHANGED