files.com 1.1.583 → 1.1.584

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: 315f62b11f8a9240a25e1c9fd14edab02f41af734f0218abbeb6853550768a15
4
- data.tar.gz: 9d9e3d5020c9043c5c346a98bce3b306a23f6445160d1ffccb72a05514b3a727
3
+ metadata.gz: 399d304d2c98204d465ad03d72e5df9f3ebdbea359f3e55bde756c686e98c166
4
+ data.tar.gz: 28069a5212effbe750041db772a33aa781c4562b1f2d93a75a8cbdf1e94df5f5
5
5
  SHA512:
6
- metadata.gz: b2cf49865ebdd57be968a2279b473789ede631e3bb68a13fd31f51153ba39e4b2036a94a92cd37f7eb37f5b54b244bba0cab14a03894a98725bd3db6f06ff6c8
7
- data.tar.gz: 57cc111c49b1cac777631bbc9c455f8f3dbc1a0c4438511b41ce0269461524d7e682729749bd1cdc8d78e6850d4ce832bb174c57ea4462009edd6dd7c2a17577
6
+ metadata.gz: 0ec58f19be8e362d73afd6f28f26cfba5f85b8e20fcdff683716dc7570aff0fc819b99e545978b6d89f90bbd65aabaa4856536f6f299f364d69109be96a44c85
7
+ data.tar.gz: 1fbd7ea5d2608d4695f82f25222ecc9db74153927ef700cdad51b0fa906ef79f7e1d3c4064ea9b20e9d8b565894cbd46c2b334f3879f70c07592c33ff9d0acd8
data/README.md CHANGED
@@ -159,7 +159,9 @@ The Ruby SDK is configured by setting attributes on the `Files` object.
159
159
 
160
160
  #### Base URL
161
161
 
162
- Setting the base URL for the API is required if your site is configured to disable global acceleration.
162
+ Set this to the full https:// URL of your Files.com subdomain (e.g. `https://MY-SUBDOMAIN.files.com`).
163
+ This is not required in most cases, but one benefit of setting it is that it ensures that authentication failures will be logged to your site's API logs. Without setting this, we won't know which site to associate the authentication failure with, and it won't be logged to your site's API logs.
164
+ This is always required if your site is configured to disable global acceleration.
163
165
  This can also be set to use a mock server in development or CI.
164
166
 
165
167
  ```ruby title="Example setting"
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.583
1
+ 1.1.584
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.583"
4
+ VERSION = "1.1.584"
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.583
4
+ version: 1.1.584
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com