anycable-thruster 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/anycable/thruster/version.rb +1 -1
- data/lib/thruster/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20def72da8f33f87b3c1d834ace1cc8a328451e3724f9dc1c7515226ecc702ef
|
4
|
+
data.tar.gz: 3e89f7cfa6bc63c96a4376a5efd6e2cbdfb49d984372b8ab01a9317c012fed84
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fa6618eee353163a1ea27cf07b5952d9673fee5fc7ec6112e22f13c9f38287ae744902193dba060910d7b34e25c07ba2b0134f634594ac034cada6af387593c
|
7
|
+
data.tar.gz: 96bf7d27250f41c20b13d96005ddc95e1a5cd6f2ee390128246b4859597a18ce2fe29f351db7682baf87e165efafa82dcbcb4b7ef8457f5747ac3073b6eab204
|
data/lib/thruster/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kevin McConnell
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2025-02-06 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: A zero-config HTTP/2 proxy for lightweight production deployments with
|
16
16
|
AnyCable real-time server included
|
@@ -47,7 +47,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
47
|
- !ruby/object:Gem::Version
|
48
48
|
version: '0'
|
49
49
|
requirements: []
|
50
|
-
rubygems_version: 3.5.
|
50
|
+
rubygems_version: 3.5.23
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
53
|
summary: Zero-config HTTP/2 proxy with embedded AnyCable
|