anycable-thruster 0.1.11 → 0.1.13

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: d2bd521869bafddb08eb7d668e57488a0d90569a037a2c7947319b39f5474dec
4
- data.tar.gz: 476111695d5a20bd10d6fd7872d115f73447a65e363766d89e97ab4d6ab275be
3
+ metadata.gz: 3a4080017d1882abbe21b4240869f60087bca879db74dbe0ea3c9321963a78f7
4
+ data.tar.gz: 7468fdf7f8f47dab5d5b507e12704b3e596c30b8618a53ddc9108602c7bbb0e7
5
5
  SHA512:
6
- metadata.gz: 15440485a07103dfcdcf9dedc32de2a7f3931a81bf64bff446ae10bd3e30bfd02d3da316fb012617f2e7a01c938763140d204a5590a8efe561a2d6d8dd8cb119
7
- data.tar.gz: e50001ba35a69ad68aa57af8a478c7b501eef1f5a9c349a20cb61139974de25d5569c6700fc11bd4dd9460c59f3ba4b7c509a64c1a0cf39d4b07057c2ff2d707
6
+ metadata.gz: ffacada2b39b7e1deb822a2f094716ad87b1d4226fc75d19aec0644f641773aeb5a5001e9523ec99d6f2f4eeccb2fb18ba256962e84bf6f4d7234f88eeacf1b5
7
+ data.tar.gz: 5b743c47ebd20fc22270df526327328734f2ae5b503f1d9b27c3da7fb47b3fd0fbf741cf2b384002d4027da35b56fda56aa0f268ace46aad0ee4772b2f17664c
@@ -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.13"
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.13
5
5
  platform: ruby
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-12 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