files.com 1.0.471 → 1.0.472
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/automation.md +1 -1
- data/lib/files.com/models/automation.rb +1 -1
- data/lib/files.com/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 661e7e1d906ea7a9f725b50e717d02a08ba346266ea5d952aebd73864662d931
|
|
4
|
+
data.tar.gz: e232200e403e81076713aca18ff405c3d526f62d1883822a4b9c9b1f1b73ff01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b46d7c6bd28e94fad2f365f1071a5fb8c308acfdf6070ad92a5628c223addbe0f9e5c8dd0c0d125476930faeb5b7abb4fac0b87d5dd471b21f79b8f78a55a252
|
|
7
|
+
data.tar.gz: d2c1e147369617e3915409239ba542e237a70a58b26f5093a65d4801cf0069f53ed8246c3c06898983a4dfa467b45b4d9ffbc69789cd82c0f70060a73bf2440e
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.472
|
data/docs/automation.md
CHANGED
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
* `destination_replace_to` (string): If set, this string will replace the value `destination_replace_from` in the destination filename. You can use special patterns here.
|
|
61
61
|
* `description` (string): Description for the this Automation.
|
|
62
62
|
* `recurring_day` (int64): If trigger type is `daily`, this specifies a day number to run in one of the supported intervals: `week`, `month`, `quarter`, `year`.
|
|
63
|
-
* `path` (string): Path on which this Automation runs. Supports globs. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
63
|
+
* `path` (string): Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
64
64
|
* `user_id` (int64): User ID of the Automation's creator.
|
|
65
65
|
* `sync_ids` (array): IDs of remote sync folder behaviors to run by this Automation
|
|
66
66
|
* `user_ids` (array): IDs of Users for the Automation (i.e. who to Request File from)
|
|
@@ -144,7 +144,7 @@ module Files
|
|
|
144
144
|
@attributes[:recurring_day] = value
|
|
145
145
|
end
|
|
146
146
|
|
|
147
|
-
# string - Path on which this Automation runs. Supports globs. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
147
|
+
# string - Path on which this Automation runs. Supports globs, except on remote mounts. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
|
|
148
148
|
def path
|
|
149
149
|
@attributes[:path]
|
|
150
150
|
end
|
data/lib/files.com/version.rb
CHANGED
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.472
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- files.com
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|
|
@@ -322,7 +322,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
322
322
|
- !ruby/object:Gem::Version
|
|
323
323
|
version: '0'
|
|
324
324
|
requirements: []
|
|
325
|
-
rubygems_version: 3.
|
|
325
|
+
rubygems_version: 3.4.19
|
|
326
326
|
signing_key:
|
|
327
327
|
specification_version: 4
|
|
328
328
|
summary: Files.com Ruby client.
|