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 +4 -4
- data/lib/anycable/thruster/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18fbd7e8d08ce3c579071a23d3dd35bab707be4d66ed798c633c496d257df44b
|
4
|
+
data.tar.gz: 07b4ab0660e59744b8810da255f7b5fbc0c0ee5d985c6e79fd2865c9c2a66e53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76d023b24b747afbf09ab2e2789ba3d348011aa099923ebea986513665767f5735704bee1d184032493aa7d59978e738e59d37e4fc670a3c3ca94c0a7fdbab96
|
7
|
+
data.tar.gz: 4670effecaf946d11a8b9e755e49f658febbb28a5505b05bfb1ed441904a933f4dc45fed89ff5d42081e2546206c3ef1342391801ed76949ff13a176b4700c30
|
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.
|
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-
|
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
|
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: []
|