files.com 1.0.470 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06542fa6b440ba793e944e3e54faaaf4c1065f1b85cac9fefb453e5d280a13fa
4
- data.tar.gz: e0c3d5bc2440c24118549dc6a25da203c1e10885541ccd5276e9507b2307eeee
3
+ metadata.gz: 661e7e1d906ea7a9f725b50e717d02a08ba346266ea5d952aebd73864662d931
4
+ data.tar.gz: e232200e403e81076713aca18ff405c3d526f62d1883822a4b9c9b1f1b73ff01
5
5
  SHA512:
6
- metadata.gz: 1615e87731a121964c2a782938de2698e76969e1eb0d7fb664b0e58654495dccdfeaeee124be8bf10390e7eca476282bfad6b90b5eae256beddd3bfc4d4a37e3
7
- data.tar.gz: 2c2f6bf563088f1f9638e6bbf630dd185acacdb005f577e84cdc2cc1834bf2583934a21a0db09a2d353b9b34857fcd3a28a2ad24466c7f6e4aef05e2f2221c6e
6
+ metadata.gz: b46d7c6bd28e94fad2f365f1071a5fb8c308acfdf6070ad92a5628c223addbe0f9e5c8dd0c0d125476930faeb5b7abb4fac0b87d5dd471b21f79b8f78a55a252
7
+ data.tar.gz: d2c1e147369617e3915409239ba542e237a70a58b26f5093a65d4801cf0069f53ed8246c3c06898983a4dfa467b45b4d9ffbc69789cd82c0f70060a73bf2440e
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.470
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.0.470"
4
+ VERSION = "1.0.472"
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.0.470
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-08-23 00:00:00.000000000 Z
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.1.4
325
+ rubygems_version: 3.4.19
326
326
  signing_key:
327
327
  specification_version: 4
328
328
  summary: Files.com Ruby client.