files.com 1.1.243 → 1.1.244

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: 23d33b690e85a02e8bb30bf2175b5329ea7d15c0561a7783e6a6ca5c96c5df43
4
- data.tar.gz: 5eec2e1efafab6fddc0ed99927987be32ee1675e75d5113eb88f9af42e65d1ed
3
+ metadata.gz: 9138791711f30e74f324499b243fc4c07d13aa76011dbd6e3d7c5f76c471841f
4
+ data.tar.gz: 3feadaa2fa6e0e70e2159d9013d9eae2c1a565f73d6402d4383fa91e87783e2b
5
5
  SHA512:
6
- metadata.gz: 642d23e8655e500ff0c08b57773141ae5c0bc949a579204e89d29afe23021669e01970ffecd672c9c3d6cb6909689011b679e375ff9a0fe008d2d0e114cc467e
7
- data.tar.gz: 5a24fa36359bd5e946b51ac31ab40c657f749ad90600c5928f04bd64e4558945721b2fed9bfc4ae0bae63547cd2aba99ae621670fead945404cd05d5764531f6
6
+ metadata.gz: a2840b857e9d54549a4e48fcefe5e90e986097fa2956cef50e08c7ffef32df081f80a17af0e04ec69e4c8b0ea99f189985fb8be26ec97528886a1b2e51a5413c
7
+ data.tar.gz: e42312ad5dea82d3cab662723a7b3546d491114c34007f80ac05a50f03661e2e4fabd14dc156ba2c7482d6a4b34af527191efdbf5c29744ce9c6a14180c4a9a9
data/README.md CHANGED
@@ -328,6 +328,16 @@ rescue Files::Error => e
328
328
  end
329
329
  ```
330
330
 
331
+ ## Foreign Language Support
332
+
333
+ The Files.com Ruby SDK will soon be updated to support localized responses by using a configuration
334
+ method. When available, it can be used to guide the API in selecting a preferred language for applicable response content.
335
+
336
+ Language support currently applies to select human-facing fields only, such as notification messages
337
+ and error descriptions.
338
+
339
+ If the specified language is not supported or the value is omitted, the API defaults to English.
340
+
331
341
  ## Errors
332
342
 
333
343
  The Files.com Ruby SDK will return errors by raising exceptions. There are many exception classes defined in the Files SDK that correspond
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.243
1
+ 1.1.244
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.243"
4
+ VERSION = "1.1.244"
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.243
4
+ version: 1.1.244
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com