files.com 1.1.256 → 1.1.257

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: 93026386c22bffe0c652b27d9bc0a69afff00876c210d65706ff30f1da69ba1c
4
- data.tar.gz: 78a166a01106d098d6a0131aa9e85c7751bbac0447f1cd2316f019958300ae86
3
+ metadata.gz: 9b251c6b20a651ff6a6ce991a3b15930b745253388538f2998304befb68eba72
4
+ data.tar.gz: 944a6c467b74be83801cc2dd0069f090f5cd181d876ee01f8d230af1eadd2f46
5
5
  SHA512:
6
- metadata.gz: 75ffc5d9dd5bda8c2f3b20ebe33022c48c3222071e22d8b8891cb361f86b33523a0062c74f3458f3b3f15efdedc03f8c76c4feeb869a0e147cc82f42804b4cf7
7
- data.tar.gz: aa2837e605b7dfd84a3b4eacc708e6f267b5c18fbf12b2248598ff8e7d4998b52231912b3cd32d8ade5ee8281c95a305f526f7afa1ef995663aa79d131e6de43
6
+ metadata.gz: 96bd1394decb1161c0e452c6e34144e04c7055b3386466ba634f33667834a13f9d6994985779a26c0d1cd99be43398b68783b38cd0a18c2a48a078afa36c794a
7
+ data.tar.gz: c8e78c1026c224de7ba80b991b2620b8eec85ec808e3d3b4ed396c6ae22bf043bcebc4d1850d80b7c05cecfa6109f8e8d13ff12101ea59500e3e68e30578084b
data/README.md CHANGED
@@ -238,6 +238,13 @@ time.
238
238
  The argument value is a Ruby hash that has a key of the resource field name to sort on and a value
239
239
  of either ```"asc"``` or ```"desc"``` to specify the sort order.
240
240
 
241
+ #### Special note about the List Folder Endpoint
242
+
243
+ For historical reasons, and to maintain compatibility
244
+ with a variety of other cloud-based MFT and EFSS services, Folders will always be listed before Files
245
+ when listing a Folder. This applies regardless of the sorting parameters you provide. These *will* be
246
+ used, after the initial sort application of Folders before Files.
247
+
241
248
  ```ruby title="Sort Example"
242
249
  begin
243
250
  # users sorted by username
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.256
1
+ 1.1.257
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.256"
4
+ VERSION = "1.1.257"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.256
4
+ version: 1.1.257
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com