anycable 1.5.0 → 1.5.1
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/CHANGELOG.md +5 -0
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8be543b0bbbb351ca54a9e89c6e4d436000107ec35d54cb7dec49bf72396b08
|
|
4
|
+
data.tar.gz: b0a84b0e6233a2ffb197bd851994b16e97a62b7577ff42bce283d7d1dc283758
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b731a6bad0ee875c2c2ea6d37712464c008b533d59918767e748d84e5acc8f907182766a4dd4413530734d4b78d5d87b896c4cf24b06ac8bde813acf4af5c0a9
|
|
7
|
+
data.tar.gz: 4fafe71fdb4309ac3a60cc1405ff1b09600883f064aa46caf72eafebf803afd2de4f9474c9ad98f4ebaf2daa42575693db972b4ce8a740174606285c9a46bac5
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 1.5.1 (2024-06-14) 🇪🇺 ⚽️
|
|
6
|
+
|
|
7
|
+
- Fixed compatibility with Rack 3.1 ([@earlopain][])
|
|
8
|
+
|
|
5
9
|
## 1.5.0 (2024-04-01)
|
|
6
10
|
|
|
7
11
|
- Fixed gRPC keepalive settings to align with the Go server client. ([@palkan][])
|
|
@@ -211,3 +215,4 @@ See [Changelog](https://github.com/anycable/anycable/blob/0-6-stable/CHANGELOG.m
|
|
|
211
215
|
[@smasry]: https://github.com/smasry
|
|
212
216
|
[@Envek]: https://github.com/Envek
|
|
213
217
|
[@cylon-v]: https://github.com/cylon-v
|
|
218
|
+
[@earlopain]: https://github.com/earlopain
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anycable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- palkan
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: anycable-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.5.
|
|
19
|
+
version: 1.5.1
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.5.
|
|
26
|
+
version: 1.5.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: grpc
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ metadata:
|
|
|
58
58
|
homepage_uri: https://anycable.io/
|
|
59
59
|
source_code_uri: http://github.com/anycable/anycable
|
|
60
60
|
funding_uri: https://github.com/sponsors/anycable
|
|
61
|
-
post_install_message:
|
|
61
|
+
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
64
64
|
- lib
|
|
@@ -73,8 +73,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.4.
|
|
77
|
-
signing_key:
|
|
76
|
+
rubygems_version: 3.4.19
|
|
77
|
+
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
79
|
summary: AnyCable is a polyglot replacement for ActionCable-compatible servers
|
|
80
80
|
test_files: []
|