thruster 0.1.13-arm64-darwin → 0.1.15-arm64-darwin
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 +1 -0
- data/exe/arm64-darwin/thrust +0 -0
- data/lib/thruster/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44bdf52c60aba3308807b2858113d6060e9d47a6672d23428e198e728a0b13b4
|
4
|
+
data.tar.gz: f4d78de71311d2d42e550ec8616207a168ac1449d2cee4daf514bd33aa134fb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75b378fa69f48b507f95ebafdc90599cd98c0246ed3bc232751ee9664b7126929561dff8627a7e419c82ae1acbaf1e405c9ca9ef5562b6c74b2c96a4aceae8fa
|
7
|
+
data.tar.gz: bc1fa84c045c9801f9d492af4483855a01c85899c473733fdffd74262a1438f0ad98eedf851a6ea55aa32ce8645121f8a2ff221ce51af2297e0baafaa09862d4
|
data/README.md
CHANGED
@@ -92,6 +92,7 @@ environment variables that you can set.
|
|
92
92
|
| `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
|
93
93
|
| `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
|
94
94
|
| `FORWARD_HEADERS` | Whether to forward X-Forwarded-* headers from the client. | Disabled when running with TLS; enabled otherwise |
|
95
|
+
| `LOG_REQUESTS` | Log all requests. Set to `0` or `false` to disable request logging | Enabled |
|
95
96
|
| `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
|
96
97
|
|
97
98
|
To prevent naming clashes with your application's own environment variables,
|
data/exe/arm64-darwin/thrust
CHANGED
Binary file
|
data/lib/thruster/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thruster
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.15
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Kevin McConnell
|
8
|
-
autorequire:
|
9
8
|
bindir: exe
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies: []
|
13
12
|
description: A zero-config HTTP/2 proxy for lightweight production deployments
|
14
13
|
email: kevin@37signals.com
|
@@ -29,7 +28,6 @@ licenses:
|
|
29
28
|
metadata:
|
30
29
|
homepage_uri: https://github.com/basecamp/thruster
|
31
30
|
rubygems_mfa_required: 'true'
|
32
|
-
post_install_message:
|
33
31
|
rdoc_options: []
|
34
32
|
require_paths:
|
35
33
|
- lib
|
@@ -44,8 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
44
42
|
- !ruby/object:Gem::Version
|
45
43
|
version: '0'
|
46
44
|
requirements: []
|
47
|
-
rubygems_version: 3.
|
48
|
-
signing_key:
|
45
|
+
rubygems_version: 3.6.9
|
49
46
|
specification_version: 4
|
50
47
|
summary: Zero-config HTTP/2 proxy
|
51
48
|
test_files: []
|