anycable-thruster 0.1.9-x86_64-linux → 0.1.11-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: a2f7f35581c78420d398fa3d2caec4386225ba24804174bf3642ad441026291a
4
- data.tar.gz: f7e7601edc4b544c5b3aeec49eca6c65b0208ab2b1429040a94ed1991e57a09a
3
+ metadata.gz: 48d7fad07f660dc8781613b22f833bd43a12285f6b244cb6e8ed03d86465fe95
4
+ data.tar.gz: 813aa2bbcf17e8b3d3ee88242d661a9660d24d82ebcfa94526bc4f1c930620d1
5
5
  SHA512:
6
- metadata.gz: feda969ab252a1e12142b2abccdf6ce17dcdc6a31220e9fbb890678df9974740bb6a3e10fc172e3b1095b2b77ff043589d8ecbe41cc70df52d6e00bf9d3de2f8
7
- data.tar.gz: 8f6bf9cde2189ecf34c2abea7a97c745fa3bb90ccf8783e483b0f1980e571415fcff203796f29a13ce15266fbd17cbeab1e6fe55b066367a4107ece7cef88da4
6
+ metadata.gz: d3f131e2b0ab2dec3a879347ec398b09e37d4fe75919c35b548a2fc13bb7b00f2bdc3c2d55ef8af0a737fff9cad912f4d84b5e758cc7dafca1a36c1f3d7c22dd
7
+ data.tar.gz: 4c0b145410bbcd63ed7059443d84db2a3472c232c33e965db6376c29c53ae0627d67ab4bc34a932d6b82da3f7e844a2318254761d48588bb12882b871e843103
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.11"
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)
@@ -1,3 +1,3 @@
1
1
  module Thruster
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.10"
3
3
  end
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.9
4
+ version: 0.1.11
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-21 00:00:00.000000000 Z
13
+ date: 2025-02-06 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
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  - !ruby/object:Gem::Version
49
49
  version: '0'
50
50
  requirements: []
51
- rubygems_version: 3.5.18
51
+ rubygems_version: 3.5.23
52
52
  signing_key:
53
53
  specification_version: 4
54
54
  summary: Zero-config HTTP/2 proxy with embedded AnyCable