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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55ec352a68bc861c4214d0a6056bdc9ebccc92c38013d3e6efe50c18f08ea765
4
- data.tar.gz: 8ee70d9136bf5428d6421d41c11a8e640e1a7a706d4ef970879fce623503da6a
3
+ metadata.gz: 8c5b292783bcc67908147d98c3d6aa41848dc27e59ce139d3d95ea920794d0f7
4
+ data.tar.gz: 4cc76cc55a69cbb53b60bcc12bc1641860045ade665c203e0998b453945bdb05
5
5
  SHA512:
6
- metadata.gz: 1a8e62568c7dc98f66f12aa3b96941d8b6de9ec30f69f69f8093c2bf0f013e09f94b4e54757a7fd6448cf7e8f55b116006c850b0cdd2963d7d83d25aafad683d
7
- data.tar.gz: d85db8bc2eff91b881200d243f635244dc5f3f2185335b75c7d9fd3dd9d4f1b7916223afb07f376a677d698469a564ca58ed8c394f1283a111ccf525024dd67a
6
+ metadata.gz: d1301b7baaa75fd0151ff1a9cfbbf9203c7b921f86829f527a7aab28d732ed380002c85861611b9d6696f49c9e6a8720bf98c71832b987ffcbb3bdfca0f3f934
7
+ data.tar.gz: aea2127560c0294993c9dba359c0b6c972840a2ff73dbefaecccf105a8dda89ce1f23c8ea3be5565beea2ba47cacb63920aadb8be811b37704267cedd83b4354
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.328
1
+ 1.1.329
data/docs/sync.md CHANGED
@@ -59,7 +59,6 @@
59
59
  "runtime": 1.0,
60
60
  "log_url": "https://www.example.com/log_file.txt",
61
61
  "completed_at": "2000-01-01T01:00:00Z",
62
- "notified": true,
63
62
  "dry_run": true,
64
63
  "bytes_synced": 1,
65
64
  "estimated_bytes_count": 1,
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]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.328"
4
+ VERSION = "1.1.329"
5
5
  end
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.328
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-24 00:00:00.000000000 Z
11
+ date: 2025-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable