files.com 1.1.601 → 1.1.602

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: d938624abf8e3c045247fe3a5d4969dee102d4d9c7bea361fa65a52e924e7b64
4
- data.tar.gz: 849db3b74f21f6ae1a1fb7e9e4ea0caf1d31a9836f6a591365ae6455a1501f3e
3
+ metadata.gz: 407c1e78f55e57b83687bda6d5d67db52270cbcb27ccbbe98fc3938d5bf02253
4
+ data.tar.gz: da5b4b864a77ef159883c2d18bed8c8b43a82d5e10e7e9db8d91f853329824f0
5
5
  SHA512:
6
- metadata.gz: 678e86140c30d34fb2b716eda68e8971e1d0bc17e04e887f32ee9ff11608ad9fc9dda1e4725a31ec47ef2c085d0d4757f2aacf72a71d26cc5c2a7852b79688cc
7
- data.tar.gz: 30595addd0ca7841abe1bf34d3bb7a0f3c64998a043c39140088f7a52a2a94c0b318d5a602943453280972f826af8d984a793e88d62c7bd3d7ee1715669cdcfc
6
+ metadata.gz: c3e5980fcfed3128002c39455caf2c576cb3f25967a26f291289d8992e4f7ad45b12274de8ba74b8a4f5ebc33be8913fe6ec8724ef117fea625c0a3dcdcfcd3d
7
+ data.tar.gz: 34ccb83648bd4e5191b575b4c5409c3bce10bab35364aee39c91e3382f03406d9800e040cd2a2e0003553ca53e2f917cf24eb9c49c0c5d0b8afd9f6910b7a6ee
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.601
1
+ 1.1.602
@@ -7,6 +7,7 @@
7
7
  "id": 1,
8
8
  "path": "MyFolder",
9
9
  "dest_path": "MyFolder",
10
+ "failure_message": "example",
10
11
  "files_moved": 1,
11
12
  "files_total": 1,
12
13
  "operation": "move",
@@ -19,6 +20,7 @@
19
20
  * `id` (int64): File migration ID
20
21
  * `path` (string): Source path. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
21
22
  * `dest_path` (string): Destination path
23
+ * `failure_message` (string): Reason for the failure, if applicable.
22
24
  * `files_moved` (int64): Number of files processed
23
25
  * `files_total` (int64):
24
26
  * `operation` (string): The type of operation
@@ -24,6 +24,11 @@ module Files
24
24
  @attributes[:dest_path]
25
25
  end
26
26
 
27
+ # string - Reason for the failure, if applicable.
28
+ def failure_message
29
+ @attributes[:failure_message]
30
+ end
31
+
27
32
  # int64 - Number of files processed
28
33
  def files_moved
29
34
  @attributes[:files_moved]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.601"
4
+ VERSION = "1.1.602"
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.601
4
+ version: 1.1.602
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-13 00:00:00.000000000 Z
11
+ date: 2026-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable