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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4188d61e6928dad3bfb932f11452c8201152f0a70328ae40b93ff5731b75864
4
- data.tar.gz: 715142bb7a3298b1cdcc35be108a55633c3d1d253715984480a4e6dfc44349cc
3
+ metadata.gz: 48468bd3b5f62108aadf10f88b6b1c200631fcf1f12e3481562c400023f5c7ce
4
+ data.tar.gz: 074af918a8815ca7b9837d944a5fa1be7f63f38eef540b5f7e67a733e692d96f
5
5
  SHA512:
6
- metadata.gz: 00a321bf0b53ac75217508f814ab4cc3f441d5a30af6724333f786725fa36fff8707418a0e535f96a78873a4a6e8696f8d8c0385e3b633a627e6088438b60fb4
7
- data.tar.gz: 51af02a854400c497ce4755a6d312dad88f8d6e6261b9d62e1f079714b9d9313d30e2fc671655c499f75ade97bedbd118dba329a8c64b0fe796ddfbe12a0cccf
6
+ metadata.gz: 45728dc5524b0b95150dafa9e02d12234327b39fc266357e1f2f54d7962dd079898856b2371a4196a2c4f581557ac2751754ef8527c46428e254bcbbc9d4b3ef
7
+ data.tar.gz: fa1f8e94a3183717be600d69a4de0a52a969321f643efd13cfe5cad4f7fd941b6c9e6029f24eae0390c4d0145937df584450a95ad94271e58bb66ab8f86ceca8
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.269
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": "example",
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` (float): Total runtime in seconds
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
@@ -69,7 +69,7 @@ module Files
69
69
  @attributes[:successful_files]
70
70
  end
71
71
 
72
- # float - Total runtime in seconds
72
+ # double - Total runtime in seconds
73
73
  def runtime
74
74
  @attributes[:runtime]
75
75
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.269"
4
+ VERSION = "1.1.270"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.269
4
+ version: 1.1.270
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com