anycable-thruster 0.1.11-x86_64-darwin → 0.1.12-x86_64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e99056a71bbb66d02a839fc8220c8ca86040d9f3efa7d7589be5a5476a5e0a08
4
- data.tar.gz: 54dce88198d4804c595db2bceec563843462102764dc74cd0edb67b7721bb164
3
+ metadata.gz: b5818dc3146d265ed9ef538e0061b5e9b30db82fc5a4f21c5abedc7af5907fe2
4
+ data.tar.gz: 387828c94bb1574282563fbf43be2e2a1714a136511598894c19ac31441d4a13
5
5
  SHA512:
6
- metadata.gz: a6b1005ea1384f233eb5c76a9a44359338c8fc1075fef61fa4999c1135e6f5618e33006f918be968634d97bc3ac1b06760324d643a53e54de198c9c138874b2a
7
- data.tar.gz: 381a6b0bf0249e0e760d633a3d1f3ccf93efd0a4e6b11c28acf41d0f5dacb58f15a26d8bdf49bb56e2875dda94e553d68b6a4d6e7a91bddb2bc6305ab6ee43ae
6
+ metadata.gz: 24c41957449c70ded82ebcdacdbfaf5ea3ad7ed74dd697fdc281d0bc3ceab2624ddf286c787dc04b6bccf73c812a0390ba1d20874e46d8f5893fb93f697b3cb5
7
+ data.tar.gz: 3e170441eace210f05bfbf6c02c88d094ce09bc252a020ac513687c59dcdc494aee690e7558173892a3a2d6ae580da309915e967849dfec34ee005e8779e832e
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.11"
5
+ VERSION = "0.1.12"
6
6
 
7
7
  # Very basic validation to ensure the versions are in sync
8
8
  if ::Thruster::VERSION.split(".").take(2) != VERSION.split(".").take(2)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anycable-thruster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Kevin McConnell
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2025-02-06 00:00:00.000000000 Z
13
+ date: 2025-02-11 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: A zero-config HTTP/2 proxy for lightweight production deployments with
16
16
  AnyCable real-time server included