anycable-thruster 0.1.8-arm64-darwin → 0.1.9-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b54cf81878854de6900bc7dd3188ac87392e3e91b2a266e420408b1c7f80bb3a
4
- data.tar.gz: 8af5bab054f464610319123650f96366a93df092ee5801cf80aedabda3a572f6
3
+ metadata.gz: 7dc9bfcbef89e03c8c01743bc2391b665a71cf681441c3c5766a08b80d0f461d
4
+ data.tar.gz: 165480781a7f912b1c0306e1b42e7e74d30bfe65e46f738c0f4fa050a68d142d
5
5
  SHA512:
6
- metadata.gz: a979f0171a7979e97d10731df693e9eb29fdd8820e1ee320108214d1b485244cd30ea8b91bc015fcc6ba9490e061b535e54e0940a67c992ad3ff6b130b0cbf2c
7
- data.tar.gz: 8bac3d355c01bbbae4cb1e30eb93077196b5d91572f745df7811cb80c8f7253845db060df79a7f2d76410c38cecda428a7c006657d80801804d8c6d2b16971ca
6
+ metadata.gz: 76267e05195a1f906edc2963d699bf2f95cbe60146e4147dbffe5efcf02e5d1132a6e1cfb8d2afb26ae8c3f0cbb9dc1922c6f33be2520d223183a31a4265f45e
7
+ data.tar.gz: 9bf7f6dc1e01302dd182deb13d7d94bf32dea0091ab834632b6747b21e517c2fefd56b0a9df23815310f08436a36afed6dddb94ddf4e63dace603d446b81004d
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.8"
5
+ VERSION = "0.1.9"
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.8
4
+ version: 0.1.9
5
5
  platform: arm64-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: 2024-10-16 00:00:00.000000000 Z
13
+ date: 2024-10-21 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