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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a8f0e4b242fdf538f21a3f5d6bc7179360bd6e25790c15902aa4fe67cb00c3a
4
- data.tar.gz: 214540766734e581a76dba26febbbc1f9879933d058c5418e6532c71eb396fdc
3
+ metadata.gz: 5eb9a95c5f1a39d372e8c938d82e088ce28ef97c455fccf4e943df4808a4b755
4
+ data.tar.gz: e989207911de98fcf27c1afe6d8d038c3299ca9b28689fb919929aba6f6afc84
5
5
  SHA512:
6
- metadata.gz: 01a377a0e1e396c98c44941c3c4d94ab7aa92f21570c43224c8a62f0aae9c97c36feb4acc3023d63e1b5dedb29e5444d76ea511989f78bc5bb3de43207a51558
7
- data.tar.gz: e8a3d0e8443dad675f41bf35c220af307d3d5b1c18031c08b6ea6631d0a22d4ce8e08c6ede135574d72365260309c3f902630858c5bfc8869838a3d3094a8943
6
+ metadata.gz: 5b5c857ad38b3a67a31c5b0856451b9c54a756f9eef53b6268acd3e897244a71f62b5da8de27ed1dc14ec7e72ac4b97d29ca92822cf45c47c0e5ac7eb7de1d66
7
+ data.tar.gz: 32482aa21998cf998a6c8baf0a15e819be49b63d0cd17e229919668503c501dabd86ae6438215f6206d7def29affa5a59582eea7834bec6bd77a773c92f52950
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.235
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": "example",
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` (string): File size
27
+ * `size` (int64): File size
28
28
  * `file_type` (string): File type
29
29
  * `status` (string): Status
30
30
 
@@ -44,7 +44,7 @@ module Files
44
44
  @attributes[:path]
45
45
  end
46
46
 
47
- # string - File size
47
+ # int64 - File size
48
48
  def size
49
49
  @attributes[:size]
50
50
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.235"
4
+ VERSION = "1.1.236"
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.235
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-07 00:00:00.000000000 Z
11
+ date: 2025-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable