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 +4 -4
- data/README.md +2 -2
- data/_VERSION +1 -1
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3d2b2bf0fc8eff8601d26bf1da9bc7c51dd92ddc8f44dddc216cf0ac8f193b3
|
|
4
|
+
data.tar.gz: 216ff0a6bae3e636c71d89eab5505c3c735ecfc8c8796f31c947950c195cf920
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
75
|
-
|
|
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.
|
|
1
|
+
1.1.97
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: addressable
|