thruster 0.1.13 → 0.1.15

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/thruster/version.rb +1 -1
  4. metadata +3 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 163788e43b4312b617a1139ab8deeaa3d565ddb9320c1cf2a11674e5a2fea76e
4
- data.tar.gz: bcc1a953af660fee0fb0708b7a4da93bdf759a24d0b3557b30577dec929736e1
3
+ metadata.gz: 3883f5b206b999a1b235cc418bf20949527db4228342827d98c22aab1a40209f
4
+ data.tar.gz: 9612b8a142571c502a9cdce95437d1d413cde9b1c62f42a8480fc80fae96df6b
5
5
  SHA512:
6
- metadata.gz: d9289730a9da2dc680371efa774b2a4f2b037c1a3e99c75bfac86590c4469a6f0e9bb6239730fcfc2272adbe209c23102f21a87d7706a966182d0a09870ca139
7
- data.tar.gz: 434cbb4bb27985fb695a65167c7bcba734fc0c3b6db0ceed8a608e9e09e860aead43deac963d83166307ade65e17ebed24cec9f077dfb285e60c1058d97c79d6
6
+ metadata.gz: 1a1a36b51d6ed518c84d01784c9f0901709b44ccd51ba84d9d6d1746898d3814439fd6367647c2d65b38af09a973bf5989bb10b3f872d63bb3a7916629081d64
7
+ data.tar.gz: f78c36cdebf3cc1fa72e34be17cb4d04a9cf733daf062b75715f24ded98c9c16c4f9173b682e4b4d4ed825591bb5467eb1fe1dbbaf4225eb0249ff2a088d4dd9
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,
@@ -1,3 +1,3 @@
1
1
  module Thruster
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.15"
3
3
  end
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.13
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin McConnell
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-04-21 00:00:00.000000000 Z
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
@@ -28,7 +27,6 @@ licenses:
28
27
  metadata:
29
28
  homepage_uri: https://github.com/basecamp/thruster
30
29
  rubygems_mfa_required: 'true'
31
- post_install_message:
32
30
  rdoc_options: []
33
31
  require_paths:
34
32
  - lib
@@ -43,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
41
  - !ruby/object:Gem::Version
44
42
  version: '0'
45
43
  requirements: []
46
- rubygems_version: 3.5.3
47
- signing_key:
44
+ rubygems_version: 3.6.9
48
45
  specification_version: 4
49
46
  summary: Zero-config HTTP/2 proxy
50
47
  test_files: []