anycable-thruster 0.1.23-x86_64-linux → 0.1.24-x86_64-linux

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: 1a4110484c0c81fa7373b4c42de959db3c1650252d26a175570e19cf2a980f72
4
- data.tar.gz: f15d784753885b6b24ec30968b931e9161c2cff56eff3e6f6dc54ec0604684d9
3
+ metadata.gz: 618c8cf599f70f49ae8e0d2eb5dde1fdd8d615241c481319456ab24b4fc9e4fb
4
+ data.tar.gz: e9047c04d1a0d413456f569398099991df8c3d68cc13baa8463633673691f36e
5
5
  SHA512:
6
- metadata.gz: fa631abff51a7aea9271c785539cd6c7597b1cd8cf6e956944cad40546ea8a601199ef23a2bf32c636650acde05f3804fda15c0bfe21957c7e687ae71f9a44e0
7
- data.tar.gz: db472a2e6e090bc9e6f76dddf58f44f9fba82f1bece377b1777f09a03c277a5bcce3354b0ac400c9106e10cbb6eddc32043192db2819d317abd4837182bf0dbc
6
+ metadata.gz: e65708cd16f1d2d9ae1dc8afe4a6c4542bf33413a0b36a4b7edfbcc8f616da09717d06d75795f8d94918142f722ce21aa41cb01867a2c9f631c4c109449f004b
7
+ data.tar.gz: bda010ee4dec603d2ebc9e74ee2f7663ffb3d141d3a4e52cf1089a50693ddd6a6a178937ec7d88c11db6bad7fc67819b8887b5af49163da1a64990c6977d00a5
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: x86_64-linux
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: []