anycable-thruster 0.1.8-aarch64-linux → 0.1.9-aarch64-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: 22a2cede528b764d93273dc61bb2b8f304a183f9f3d3636d8d8e46fbe0e58504
4
- data.tar.gz: 63082caba1eee9f546f3d984117547039d5b005f18be5e3e7447c5c2f26ba5fb
3
+ metadata.gz: 664942c0582fe181829a31f2a926a66f9e4fce5b548f64f02e133360ca4d6cb8
4
+ data.tar.gz: ca44019143c791c5aa7d79a0337bc9a2c8721063ef54d59ef13b0dc5525ef94a
5
5
  SHA512:
6
- metadata.gz: 662a5e281a1d3ed068c35e2dd064ddcf72cbada895bc3186252ae862f5e5579d4ee0167004afdd679daa8961fae1d798b715645c0e1580cd87ff7b5f8331918d
7
- data.tar.gz: fb8d09f9eecd98e5a46953b866853f35911183a65962581a1efa7fba460885801b4936383c7c769cea57483df125021af1f0c26550ae6d6684e12c0c3222c9f4
6
+ metadata.gz: 856fdb2e5ccaa2531f2d61cdd7126dc82c6226b2a278bd581891333339a2ab76b1f19e44908fb0b8b8bfcbb6feeaa6bd0e434e5a43569317f2daadfd92fbdd45
7
+ data.tar.gz: 874150e5cabc24496352dedea7666d3e2bdee8517ca6fc2fd4c1d5f84fdc0b521feaa162e922648ab29d2db48a9209bb15ded2af158f87dd5bfa44ce035b291d
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.8"
5
+ VERSION = "0.1.9"
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.8
4
+ version: 0.1.9
5
5
  platform: aarch64-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-16 00:00:00.000000000 Z
13
+ date: 2024-10-21 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