anycable-thruster 0.1.13 → 0.1.15

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: 3a4080017d1882abbe21b4240869f60087bca879db74dbe0ea3c9321963a78f7
4
- data.tar.gz: 7468fdf7f8f47dab5d5b507e12704b3e596c30b8618a53ddc9108602c7bbb0e7
3
+ metadata.gz: 18fbd7e8d08ce3c579071a23d3dd35bab707be4d66ed798c633c496d257df44b
4
+ data.tar.gz: 07b4ab0660e59744b8810da255f7b5fbc0c0ee5d985c6e79fd2865c9c2a66e53
5
5
  SHA512:
6
- metadata.gz: ffacada2b39b7e1deb822a2f094716ad87b1d4226fc75d19aec0644f641773aeb5a5001e9523ec99d6f2f4eeccb2fb18ba256962e84bf6f4d7234f88eeacf1b5
7
- data.tar.gz: 5b743c47ebd20fc22270df526327328734f2ae5b503f1d9b27c3da7fb47b3fd0fbf741cf2b384002d4027da35b56fda56aa0f268ace46aad0ee4772b2f17664c
6
+ metadata.gz: 76d023b24b747afbf09ab2e2789ba3d348011aa099923ebea986513665767f5735704bee1d184032493aa7d59978e738e59d37e4fc670a3c3ca94c0a7fdbab96
7
+ data.tar.gz: 4670effecaf946d11a8b9e755e49f658febbb28a5505b05bfb1ed441904a933f4dc45fed89ff5d42081e2546206c3ef1342391801ed76949ff13a176b4700c30
@@ -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: ruby
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
@@ -32,7 +31,6 @@ licenses:
32
31
  metadata:
33
32
  homepage_uri: https://github.com/anycable/thruster
34
33
  rubygems_mfa_required: 'true'
35
- post_install_message:
36
34
  rdoc_options: []
37
35
  require_paths:
38
36
  - lib
@@ -47,8 +45,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
47
45
  - !ruby/object:Gem::Version
48
46
  version: '0'
49
47
  requirements: []
50
- rubygems_version: 3.5.23
51
- signing_key:
48
+ rubygems_version: 3.6.5
52
49
  specification_version: 4
53
50
  summary: Zero-config HTTP/2 proxy with embedded AnyCable
54
51
  test_files: []