files.com 1.1.328 → 1.1.329
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.md +0 -1
- data/docs/sync_run.md +0 -2
- data/lib/files.com/models/sync_run.rb +0 -5
- 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: 8c5b292783bcc67908147d98c3d6aa41848dc27e59ce139d3d95ea920794d0f7
|
4
|
+
data.tar.gz: 4cc76cc55a69cbb53b60bcc12bc1641860045ade665c203e0998b453945bdb05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1301b7baaa75fd0151ff1a9cfbbf9203c7b921f86829f527a7aab28d732ed380002c85861611b9d6696f49c9e6a8720bf98c71832b987ffcbb3bdfca0f3f934
|
7
|
+
data.tar.gz: aea2127560c0294993c9dba359c0b6c972840a2ff73dbefaecccf105a8dda89ce1f23c8ea3be5565beea2ba47cacb63920aadb8be811b37704267cedd83b4354
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.329
|
data/docs/sync.md
CHANGED
data/docs/sync_run.md
CHANGED
@@ -21,7 +21,6 @@
|
|
21
21
|
"runtime": 1.0,
|
22
22
|
"log_url": "https://www.example.com/log_file.txt",
|
23
23
|
"completed_at": "2000-01-01T01:00:00Z",
|
24
|
-
"notified": true,
|
25
24
|
"dry_run": true,
|
26
25
|
"bytes_synced": 1,
|
27
26
|
"estimated_bytes_count": 1,
|
@@ -45,7 +44,6 @@
|
|
45
44
|
* `runtime` (double): Total runtime in seconds
|
46
45
|
* `log_url` (string): Link to external log file.
|
47
46
|
* `completed_at` (date-time): When this run was completed
|
48
|
-
* `notified` (boolean): Whether notifications were sent for this run
|
49
47
|
* `dry_run` (boolean): Whether this run was a dry run (no actual changes made)
|
50
48
|
* `bytes_synced` (int64): Total bytes synced in this run
|
51
49
|
* `estimated_bytes_count` (int64): Estimated bytes count for this run
|
@@ -84,11 +84,6 @@ module Files
|
|
84
84
|
@attributes[:completed_at]
|
85
85
|
end
|
86
86
|
|
87
|
-
# boolean - Whether notifications were sent for this run
|
88
|
-
def notified
|
89
|
-
@attributes[:notified]
|
90
|
-
end
|
91
|
-
|
92
87
|
# boolean - Whether this run was a dry run (no actual changes made)
|
93
88
|
def dry_run
|
94
89
|
@attributes[:dry_run]
|
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.329
|
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-09-
|
11
|
+
date: 2025-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|