files.com 1.1.96 → 1.1.97

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: 500b4456554d0ee99e562179a846ebfd3084fc6ddbc55ab81a4403ad8fa75a01
4
- data.tar.gz: 82308af4a45bf2d6a4f5741cd237934c977d8b75a8d9aa06d53929fcfe23c8ff
3
+ metadata.gz: a3d2b2bf0fc8eff8601d26bf1da9bc7c51dd92ddc8f44dddc216cf0ac8f193b3
4
+ data.tar.gz: 216ff0a6bae3e636c71d89eab5505c3c735ecfc8c8796f31c947950c195cf920
5
5
  SHA512:
6
- metadata.gz: e0cb19265de09d7c64a0c25ecb566fa6ef89724ffd6cf886c13901e7fc8d970e17c158895035c1bbf25f9efcfa55fcb420e08f118687683fa6481fe0df8a4507
7
- data.tar.gz: f19ac33b6302621da2b07ee9e74aab1667fe1d3f405797293db49bfe6d0adbe1cbcecd33bd394de27983d82714246d4281edee8a2eda03be16cf89c2d087c415
6
+ metadata.gz: 7c318e6595e70845d735c92fc344d117b5b2938db0290a338379357aabc147eb0610df82c40f909103863d5053b07bc5a04634e2dfd17b67f693bc364a50bdb9
7
+ data.tar.gz: 1e9d5ba33ef2096d2e1d5694ccdde649033e6c9cbfd427c0f8fc71689d415fe3ff6db647ba50e0ceadf53f9b8269258cdd0c4939177607563b544392bd053a91
data/README.md CHANGED
@@ -71,8 +71,8 @@ You can set the following global options directly on the `Files` module:
71
71
  * `Files.initial_network_retry_delay` - initial retry delay in seconds (default: 0.5)
72
72
  * `Files.max_network_retries` - max retries (default: 3)
73
73
  * `Files.max_network_retry_delay` - max retry delay in seconds (default: 2)
74
- * `Files.base_url` - to point this client at an on-premise
75
- installation of Files.com, set its URL here.
74
+ * `Files.base_url` - Set client to use your site subdomain if your site is configured to disable global acceleration.
75
+ Otherwise, don't change this setting for production. For dev/CI, you can point this to the mock server.
76
76
  * `Files.proxy` - proxy configuration (uses Faraday format)
77
77
 
78
78
 
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.96
1
+ 1.1.97
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.96"
4
+ VERSION = "1.1.97"
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.96
4
+ version: 1.1.97
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable