anycable-thruster 0.1.8-x86_64-linux → 0.1.9-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24a7a09ce7acf51cab86e923fc3f61be3fc0147f067bfaa302bca52b0a06f6c0
4
- data.tar.gz: df42807fba221f993a02ae4386cf61c67828fc65084ac40e7b0e1ee355e395c2
3
+ metadata.gz: a2f7f35581c78420d398fa3d2caec4386225ba24804174bf3642ad441026291a
4
+ data.tar.gz: f7e7601edc4b544c5b3aeec49eca6c65b0208ab2b1429040a94ed1991e57a09a
5
5
  SHA512:
6
- metadata.gz: 7ee14464dedd6685dd60e773bf67a1bc59744cf5980155c37063b2f4a3014445a02ac6a24b44957e3139d5c1d0b37d5549eeea9be1b12ad4fbdf9388fcf41395
7
- data.tar.gz: a898d416575008ed57c294572338e2027eccd34c033baeac3b88136e65ced3496c9840f099f655208316ac90eadfdbd535255d4c727988dc5bb8d790a4388028
6
+ metadata.gz: feda969ab252a1e12142b2abccdf6ce17dcdc6a31220e9fbb890678df9974740bb6a3e10fc172e3b1095b2b77ff043589d8ecbe41cc70df52d6e00bf9d3de2f8
7
+ data.tar.gz: 8f6bf9cde2189ecf34c2abea7a97c745fa3bb90ccf8783e483b0f1980e571415fcff203796f29a13ce15266fbd17cbeab1e6fe55b066367a4107ece7cef88da4
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: x86_64-linux
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