files.com 1.1.250 → 1.1.251

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: 98805d730e8daca6c153de77617d11faee90e48adec0b25dec18ad78b317df3e
4
- data.tar.gz: b33bcf640dc80be6556bc619df8335187eb98d79048ee29ed05074c605a2339e
3
+ metadata.gz: 4b733d02ecab977884bb8d1952cc0199b1e21b8fbcc767778551dca7678f37d3
4
+ data.tar.gz: 8c3ceb7f3eef2d3e31dd5db09a4ac479226801adab539b8c6b4126548ba7a9b0
5
5
  SHA512:
6
- metadata.gz: 58ca2f7dcb116582d7d2e218f87fe182affa718badcbbdf717aea620e47bf932aad051a2f433d34057fd8667703598ae0bc268762f238de57f7ba0c32351df11
7
- data.tar.gz: d47cede62ff9c887a6d6d20ecbe9a9bf38f0a8c3f695ae4f771070d7d45073aa4cf7be27b793a63496968da37e1db4da05be33da87d48b178d886bf274134b10
6
+ metadata.gz: fd1baea799fa57ca10cff6eeb38d51d9d0d1f51fe3cb715729ccdb8f37fe56fec80919e6e0af9fff9744e846cf389edf1583b19a6afd73288f98fe9dbe0eee0d
7
+ data.tar.gz: 610359ee0ab11d8cafae8e7eade71cfdc45e86436c21f22aa2a65f31ac3e595f889f08ddcbb585d8a0a94778d40e91ae1e796cf3fc1201f7920b8f6fa51dbede
data/README.md CHANGED
@@ -330,8 +330,8 @@ end
330
330
 
331
331
  ## Foreign Language Support
332
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.
333
+ The Files.com Ruby SDK supports localized responses by using the `Files.language` configuration attribute.
334
+ When configured, this guides the API in selecting a preferred language for applicable response content.
335
335
 
336
336
  Language support currently applies to select human-facing fields only, such as notification messages
337
337
  and error descriptions.
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.250
1
+ 1.1.251
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.250"
4
+ VERSION = "1.1.251"
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.1.250
4
+ version: 1.1.251
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-06 00:00:00.000000000 Z
11
+ date: 2025-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable