anycable-thruster 0.1.13-x86_64-darwin → 0.1.15-x86_64-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: ced3f366217e6ec2d620139cb0581407f6dc1689c18d78a361cd8b2582402fdc
4
- data.tar.gz: 962d9565d6ab22a5cb7352c05046e3272ddf278529b0179d07e25ccc179ce12e
3
+ metadata.gz: a681f2c8c2bfa910533d5394fa02411ab24bbfbb30565894062f2f54f20fb46c
4
+ data.tar.gz: ad8518be000e588f305680c6525134730d34d60e6c94c54c3952c483f9bc5b77
5
5
  SHA512:
6
- metadata.gz: 837ef900d67237ca21640483ae1aeaca887e81a78ef38bc16b8940f9fe0c2679001cb032df384bd74281fea1b73f492010493d6b470695fc01a8187243e2018a
7
- data.tar.gz: 124d7732b0179ebf1f425ba8ba31b6391c5ead5419e134d60fbee1fbe7956090f4b47220925536603bada5e4e0a66c311b2d2be6decdbe082e932eab5b4c93fa
6
+ metadata.gz: 0a6dd07c3054205cd351be1b0fcf364217a228c996c904f447202592c2a67c1574d34d29a15fc390fe5e633ce04fb33ecc6c8fd1545616ed2a1601e04f89e211
7
+ data.tar.gz: 87216ee418a7369eff53d64ba89c1e9cfb1465e42d0abd69a56eafe4926483fe7ebf853c46600a9ad1e5b61e9a7fc79ed48aa4c886e45b2ef3cdb7e53a942cf9
Binary file
@@ -2,7 +2,7 @@ require_relative "../../thruster/version"
2
2
 
3
3
  module AnyCable
4
4
  module Thruster
5
- VERSION = "0.1.13"
5
+ VERSION = "0.1.15"
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,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anycable-thruster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.15
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Kevin McConnell
8
8
  - Vladimir Dementyev
9
9
  - Igor Platonov
10
- autorequire:
11
10
  bindir: exe
12
11
  cert_chain: []
13
- date: 2025-02-12 00:00:00.000000000 Z
12
+ date: 2025-04-21 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: A zero-config HTTP/2 proxy for lightweight production deployments with
16
15
  AnyCable real-time server included
@@ -33,7 +32,6 @@ licenses:
33
32
  metadata:
34
33
  homepage_uri: https://github.com/anycable/thruster
35
34
  rubygems_mfa_required: 'true'
36
- post_install_message:
37
35
  rdoc_options: []
38
36
  require_paths:
39
37
  - lib
@@ -48,8 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
46
  - !ruby/object:Gem::Version
49
47
  version: '0'
50
48
  requirements: []
51
- rubygems_version: 3.5.23
52
- signing_key:
49
+ rubygems_version: 3.6.5
53
50
  specification_version: 4
54
51
  summary: Zero-config HTTP/2 proxy with embedded AnyCable
55
52
  test_files: []