anycable-thruster 0.1.11-x86_64-darwin → 0.1.13-x86_64-darwin

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: e99056a71bbb66d02a839fc8220c8ca86040d9f3efa7d7589be5a5476a5e0a08
4
- data.tar.gz: 54dce88198d4804c595db2bceec563843462102764dc74cd0edb67b7721bb164
3
+ metadata.gz: ced3f366217e6ec2d620139cb0581407f6dc1689c18d78a361cd8b2582402fdc
4
+ data.tar.gz: 962d9565d6ab22a5cb7352c05046e3272ddf278529b0179d07e25ccc179ce12e
5
5
  SHA512:
6
- metadata.gz: a6b1005ea1384f233eb5c76a9a44359338c8fc1075fef61fa4999c1135e6f5618e33006f918be968634d97bc3ac1b06760324d643a53e54de198c9c138874b2a
7
- data.tar.gz: 381a6b0bf0249e0e760d633a3d1f3ccf93efd0a4e6b11c28acf41d0f5dacb58f15a26d8bdf49bb56e2875dda94e553d68b6a4d6e7a91bddb2bc6305ab6ee43ae
6
+ metadata.gz: 837ef900d67237ca21640483ae1aeaca887e81a78ef38bc16b8940f9fe0c2679001cb032df384bd74281fea1b73f492010493d6b470695fc01a8187243e2018a
7
+ data.tar.gz: 124d7732b0179ebf1f425ba8ba31b6391c5ead5419e134d60fbee1fbe7956090f4b47220925536603bada5e4e0a66c311b2d2be6decdbe082e932eab5b4c93fa
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.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: 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-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