files.com 1.1.86 → 1.1.87

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d78a2b29c096a2c7dc64370bbafca96302bb8d47c5b294ac760f7ae9d0c6a1e1
4
- data.tar.gz: e03169d3704f881dce30020ebe708c54cf202139ca6a0329ca108b25cd7b2e70
3
+ metadata.gz: c6dc3e94924eb34b17627e92de66d82e39d4cb67a65021e489ac5b3ba372684f
4
+ data.tar.gz: ed0a736ebf3651925c5507403d550cccf304a415eded6a47b7eb95aa4e1d9d26
5
5
  SHA512:
6
- metadata.gz: 23412f6d9e902a34e8c9b8cab0736b305e34ee618593d2fc0189ccebcfc3501280a37cd37547310954bd914ad0eb1dfe622a18d5b720ae25f5c6e27a9a6cbeaf
7
- data.tar.gz: f7a1e47eb74798af5c3be95103f7b2499c1a8e53bd9a56981bfaf2ee6d359526097d867c28e3676f370dc97e7196ec805bc2b25757dd6f2abbe622d8a88b97ac
6
+ metadata.gz: cf2797375f08bfdb908c9e3561ed3909b35580401ad019a935c7b4879b53dce00dc1ea271bda5efb8fa12dfb3a07ebc418f6b8c86d64f27ba1c2f69019278c3c
7
+ data.tar.gz: c59dacd31c2b53f56fa0f30641d56e59d0abbc7b95cbba3c66303667fa099bc4ee8fac14d37f97ca8fc3ea067eb9b40e9d8a6cbea05fb5cec8c42b3c0a9f3944
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.86
1
+ 1.1.87
@@ -19,8 +19,8 @@
19
19
  "sftp_response_code": "example",
20
20
  "sftp_response_message": "example",
21
21
  "md5": "example",
22
- "size": "example",
23
- "data_length": "example",
22
+ "size": 1,
23
+ "data_length": 1,
24
24
  "entries_returned": 1,
25
25
  "success": true,
26
26
  "duration_ms": 1
@@ -42,8 +42,8 @@
42
42
  * `sftp_response_code` (string): SFTP Response Code Returned to the Client.
43
43
  * `sftp_response_message` (string): SFTP Response Message Returned to the Client.
44
44
  * `md5` (string): MD5 Hash of the file. Not always available.
45
- * `size` (string): Size of File That was Uploaded or Downloaded.
46
- * `data_length` (string): Data Length in Bytes. Present for actions that transfer data.
45
+ * `size` (int64): Size of File That was Uploaded or Downloaded.
46
+ * `data_length` (int64): Data Length in Bytes. Present for actions that transfer data.
47
47
  * `entries_returned` (int64): Number of entries returned when listing files and folders
48
48
  * `success` (boolean): Whether SFTP Action was successful.
49
49
  * `duration_ms` (int64): Duration (in milliseconds)
@@ -84,12 +84,12 @@ module Files
84
84
  @attributes[:md5]
85
85
  end
86
86
 
87
- # string - Size of File That was Uploaded or Downloaded.
87
+ # int64 - Size of File That was Uploaded or Downloaded.
88
88
  def size
89
89
  @attributes[:size]
90
90
  end
91
91
 
92
- # string - Data Length in Bytes. Present for actions that transfer data.
92
+ # int64 - Data Length in Bytes. Present for actions that transfer data.
93
93
  def data_length
94
94
  @attributes[:data_length]
95
95
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.86"
4
+ VERSION = "1.1.87"
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.86
4
+ version: 1.1.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable