anycable-thruster 0.1.23-arm64-darwin → 0.1.24-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f84f808be0fe057363e0dbf4b60f0d8a8b3ad5467264afd97f5f937163a73517
4
- data.tar.gz: 1fb1ccc46857cb799fc9f634af3a932d5ac4dfbd72e53243209fffd37c1a0486
3
+ metadata.gz: 6955bd729757fa497ee2fc7dd52ff9671f698a6420b50a5591114540dc1cac54
4
+ data.tar.gz: 594b2679a4fcb483d80bfa4749c2997f58508284e886e29f02a45786e06989ec
5
5
  SHA512:
6
- metadata.gz: 6198eea0e4065153a822bcfc3e99b33c3578dcf829e765c39546eeed4a96ea360600916d861f404a7c52c7cc429839a8adf2cf26c96fa58d9087a99898dec969
7
- data.tar.gz: af24e7fba7fa6f4da677b2851fd977cfea6328bd64f8df959c342b54a730b1b70e895359870b982d7f65139b89064add2c799ab005151bca2262b4e217305ae7
6
+ metadata.gz: 54d83cbb328865a6923929ed7c789e408b979185ced11dd776baff10c17ac7f202ae51cce4068fbd321c44d43feb5b11d723d1ad7578535736bfcbdb41b0177e
7
+ data.tar.gz: f8e7ac4f7505b08670244edea7421c20328f6c1b885fc73cea1baf28c0109639d44df1c89cb12286390744eecfdbe7a9df113a6922d7f34ca1bfe8ce336b4bfa
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.23"
5
+ VERSION = "0.1.24"
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.17"
2
+ VERSION = "0.1.19"
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.23
4
+ version: 0.1.24
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Kevin McConnell
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  requirements: []
49
- rubygems_version: 3.6.9
49
+ rubygems_version: 4.0.3
50
50
  specification_version: 4
51
51
  summary: Zero-config HTTP/2 proxy with embedded AnyCable
52
52
  test_files: []