files.com 1.0.223 → 1.0.224
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/file_action.md +3 -3
- data/lib/files.com/models/file_action.rb +2 -2
- 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: 39f777f5e35f971ba966899d963c6a329b912ad28231f191867a48b17e34adb0
|
|
4
|
+
data.tar.gz: 0be0c36ca06ae1378b867e48bd2dd41edfe56ab18e82273be50290f2e3771df8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cdef22c2ad160a5da6baa61704603ca484e294541a094f789638e26a5fe5fa201da48b4feafbb1c360b7e08490c2de2dcd32aede6d5f930d938ef1a191290ac
|
|
7
|
+
data.tar.gz: 1f2838764a3e619524d32698c1927963c07b352b8d6817afcb0a5c77ddaa3ba50cabc49acf9ea0661877a6e026324638844721b4084e6478989975fb77dd4971
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.224
|
data/docs/file_action.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
```
|
|
6
6
|
{
|
|
7
|
-
"status": "
|
|
7
|
+
"status": "pending",
|
|
8
8
|
"file_migration_id": "123"
|
|
9
9
|
}
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
* `status` (string): Status of file operation.
|
|
13
|
-
* `file_migration_id` (int64): If status is
|
|
12
|
+
* `status` (string): Status of file operation.
|
|
13
|
+
* `file_migration_id` (int64): If status is pending, this is the id of the FileMigration to check for status updates.
|
|
@@ -9,12 +9,12 @@ module Files
|
|
|
9
9
|
@options = options || {}
|
|
10
10
|
end
|
|
11
11
|
|
|
12
|
-
# string - Status of file operation.
|
|
12
|
+
# string - Status of file operation.
|
|
13
13
|
def status
|
|
14
14
|
@attributes[:status]
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
# int64 - If status is
|
|
17
|
+
# int64 - If status is pending, this is the id of the FileMigration to check for status updates.
|
|
18
18
|
def file_migration_id
|
|
19
19
|
@attributes[:file_migration_id]
|
|
20
20
|
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.0.
|
|
4
|
+
version: 1.0.224
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|