anycable-thruster 0.1.9-arm64-darwin → 0.1.11-arm64-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: 7dc9bfcbef89e03c8c01743bc2391b665a71cf681441c3c5766a08b80d0f461d
4
- data.tar.gz: 165480781a7f912b1c0306e1b42e7e74d30bfe65e46f738c0f4fa050a68d142d
3
+ metadata.gz: 6d4f918aed4e185646d86bcb933736a98f5426de2d391433be2c2cdfa6496193
4
+ data.tar.gz: a750c8ab7f1a3a51ee7a338e68bf6e3c38d617b8dd8f564b991bc935c06c7905
5
5
  SHA512:
6
- metadata.gz: 76267e05195a1f906edc2963d699bf2f95cbe60146e4147dbffe5efcf02e5d1132a6e1cfb8d2afb26ae8c3f0cbb9dc1922c6f33be2520d223183a31a4265f45e
7
- data.tar.gz: 9bf7f6dc1e01302dd182deb13d7d94bf32dea0091ab834632b6747b21e517c2fefd56b0a9df23815310f08436a36afed6dddb94ddf4e63dace603d446b81004d
6
+ metadata.gz: 37caf9d79da2f07a95bb6d560ef5434d775533f6a6060ee418ad20ad5b0f1225290b187c5611fb423c11d3846b0e4c308c83a04c04aff5fd1548769ba06b6029
7
+ data.tar.gz: f21b989229a8b75f96ff3bdfb3ef930e0297ed3bcbec2410d1c966bad045d0f809ea5b5f8b267bc0097d22ba7ff4c7e0fa12109c5af46d9c60db159caa2f0e33
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: arm64-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: 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