anycable 1.1.3 → 1.2.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 +14 -0
- data/MIT-LICENSE +1 -1
- data/README.md +0 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 71d16c7ed5da048243e79286fa08aa1a9ca7f1d784ee946f756179478b33d003
|
|
4
|
+
data.tar.gz: cd465bbb9c512e04f62cc024ae09184a34c9beda9e92388dc93d213b21ddafcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b030545ba6a432190275b0dcb67113c8612e98cbe3bff09bfb06fe5a5d552570276947c016af8ebc202835fca7d9a3b653c6b33150758a3f0d9d1a264d1b1145
|
|
7
|
+
data.tar.gz: b1c391f17b0af6ac8c9345953d243d553319ff08af5aa50795f6473015948b94584d03953938f630c310b7032aa5df291c7f1237f8c38cb209e90a3c436d5af4
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 1.2.1 (2022-02-21)
|
|
6
|
+
|
|
7
|
+
- Fix RBS signature. ([@palkan][])
|
|
8
|
+
|
|
9
|
+
- Add empty (`''`) service to gRPC health check as "NOT_SERVING". ([@palkan][])
|
|
10
|
+
|
|
11
|
+
## 1.2.0 (2021-12-21) 🎄
|
|
12
|
+
|
|
13
|
+
- Drop Ruby 2.6 support.
|
|
14
|
+
|
|
15
|
+
## 1.1.4 (2021-11-11)
|
|
16
|
+
|
|
17
|
+
- Do not swallow `grpc` missing .so exceptions. ([@palkan][])
|
|
18
|
+
|
|
5
19
|
## 1.1.3 (2021-09-29)
|
|
6
20
|
|
|
7
21
|
- Added support for type coercion from Anyway Config 2.2. ([@palkan][])
|
data/MIT-LICENSE
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
[](https://rubygems.org/gems/anycable)
|
|
2
2
|
[](https://github.com/anycable/anycable/actions)
|
|
3
|
-
[](https://gitter.im/anycable/Lobby)
|
|
4
3
|
[](https://docs.anycable.io/v1)
|
|
5
4
|
|
|
6
5
|
# AnyCable
|
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.1
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- palkan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-03-03 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.1
|
|
19
|
+
version: 1.2.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.1
|
|
26
|
+
version: 1.2.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: grpc
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
69
|
+
version: 2.7.0
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|