files.com 1.0.128 → 1.0.129

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: d3e1278f84e7c16dba288784cf89e9a52b4dbb2d864c8dccce564ea413aad735
4
- data.tar.gz: 06d50e38f5728b443c19f104f63545b5ee414fe85805dbe09f77628c82b0881b
3
+ metadata.gz: '08efe8dc2b98572f4da5009fcf5978026da9862c5daead1262b1050b3b8dfcae'
4
+ data.tar.gz: 3355ed5a25ce05f6aef4d9cbbbc36994c4271df7c4926cf3af934615e16b717f
5
5
  SHA512:
6
- metadata.gz: 96ceaa8549312e55ff63dba0d16d0498ab99833505279684d3e7ec36cadb3d9866dcc5d34e23af4029c87336bef658fd2468e2116f0bf975eb61654eeb90eb7c
7
- data.tar.gz: d24ed0fb7d3cddd8d71ed270649294e4b2b543f8b6f4f8a3fb062538ed27463e2c361534d47d958b97b314721ba202d7f8d41cf3989ae04cb07a3f2c314337a9
6
+ metadata.gz: 66ee153609a3712ae973f6a8c92eb5d18c2a4ffbeaeb4a3d67e9a69c5fff395e3ca288d61d7f2dd66a17b40a934e0ebf0cdbc2395e74ba688c8c3bd355511a0d
7
+ data.tar.gz: 6aafd77a290862c3b8e374f821858ff101e51e8510ef4ab2ecc8a51dc877b964167ad5903b93a60f770bed84aeb7149fa945656606ed8e03169a9a0fc9a54bd6
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.128
1
+ 1.0.129
@@ -70,7 +70,7 @@ Files::Folder.list_for(path,
70
70
  * `cursor` (string): Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor header.
71
71
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
72
72
  * `path` (string): Required - Path to operate on.
73
- * `filter` (string): If specified, will to filter folders/files list by this string. Wildcards of `*` and `?` are acceptable here.
73
+ * `filter` (string): If specified, will filter folders/files list by this string. Wildcards of `*` and `?` are acceptable here.
74
74
  * `preview_size` (string): Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
75
75
  * `search` (string): If `search_all` is `true`, provide the search string here. Otherwise, this parameter acts like an alias of `filter`.
76
76
  * `search_all` (boolean): Search entire site?
@@ -303,7 +303,7 @@ module Files
303
303
  # cursor - string - Send cursor to resume an existing list from the point at which you left off. Get a cursor from an existing list via the X-Files-Cursor header.
304
304
  # per_page - int64 - Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
305
305
  # path (required) - string - Path to operate on.
306
- # filter - string - If specified, will to filter folders/files list by this string. Wildcards of `*` and `?` are acceptable here.
306
+ # filter - string - If specified, will filter folders/files list by this string. Wildcards of `*` and `?` are acceptable here.
307
307
  # preview_size - string - Request a preview size. Can be `small` (default), `large`, `xlarge`, or `pdf`.
308
308
  # search - string - If `search_all` is `true`, provide the search string here. Otherwise, this parameter acts like an alias of `filter`.
309
309
  # search_all - boolean - Search entire site?
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.128
4
+ version: 1.0.129
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-01-06 00:00:00.000000000 Z
11
+ date: 2021-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable