anycable-thruster 0.1.10 → 0.1.12

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: 20def72da8f33f87b3c1d834ace1cc8a328451e3724f9dc1c7515226ecc702ef
4
- data.tar.gz: 3e89f7cfa6bc63c96a4376a5efd6e2cbdfb49d984372b8ab01a9317c012fed84
3
+ metadata.gz: 95f50a8dd3c9ce29232c826f4e6ef318ef8435791e4c1671fc53abd7f5737678
4
+ data.tar.gz: 9f969e4883b03a352d6151f04125a1ae109711e0330e89dadd330ea097980255
5
5
  SHA512:
6
- metadata.gz: 1fa6618eee353163a1ea27cf07b5952d9673fee5fc7ec6112e22f13c9f38287ae744902193dba060910d7b34e25c07ba2b0134f634594ac034cada6af387593c
7
- data.tar.gz: 96bf7d27250f41c20b13d96005ddc95e1a5cd6f2ee390128246b4859597a18ce2fe29f351db7682baf87e165efafa82dcbcb4b7ef8457f5747ac3073b6eab204
6
+ metadata.gz: 1504c5f43f5ba6d59d8578c72acedb6eb43e5f7510885ca0149893e7102bcbab2ab2b7fece1aaa0ec77b9b6391e44df0c5d3e01204e5617007837daf8922993c
7
+ data.tar.gz: 7668e2c41f648ffdc2395f084e80ea1636be12f04ce5fe8b0fcf2b7b58a2cbe66138798f02e6c51dda670a56fbf8432b1e3c47b450df3ef4058f89f2ee81b260
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.10"
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.10
4
+ version: 0.1.12
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-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