grpc_kit 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/grpc_kit/session/drain_controller.rb +1 -1
- data/lib/grpc_kit/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: 6ac10170b0067b5b136488dc0fe600c398ba766036b5586b95ba73d078226678
|
4
|
+
data.tar.gz: 6f62b35ab4cdeeaf4ad8a0b2d1f7865281fdea95525e32d91a9f72ecac982b61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef362c8bc6bbe89a3793826dbccd7501b63112b7e8da64c81d24dd2d6657828c0fda0dc16cc8b924016f99319c38980a4ac3fa5711015a965d037eadff542d3a
|
7
|
+
data.tar.gz: 614e6ac35969ff541457b3c63af01b56e78ed4dffe627a50113ecf9a75b93c97b091a76c4c23e956fa957945be95283a5721f6546e3a77696e1671bf72d881b0
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# GrpcKit
|
2
2
|
|
3
|
-
[![Build Status](https://travis-ci.org/
|
3
|
+
[![Build Status](https://travis-ci.org/cookpad/grpc_kit.svg?branch=master)](https://travis-ci.org/cookpad/grpc_kit)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/grpc_kit.svg)](https://badge.fury.io/rb/grpc_kit)
|
5
5
|
|
6
6
|
A kit for creating [gRPC](https://grpc.io/) server/client in Ruby.
|
@@ -27,7 +27,7 @@ $ gem install grpc_kit
|
|
27
27
|
|
28
28
|
## Usage
|
29
29
|
|
30
|
-
More Details in [examples directory](https://github.com/
|
30
|
+
More Details in [examples directory](https://github.com/cookpad/grpc_kit/tree/master/examples).
|
31
31
|
|
32
32
|
##### Server
|
33
33
|
|
@@ -59,11 +59,11 @@ $ bundle install
|
|
59
59
|
|
60
60
|
## Projects using grpc_kit
|
61
61
|
|
62
|
-
* [griffin](https://github.com/
|
62
|
+
* [griffin](https://github.com/cookpad/griffin) Multi process gRPC server in Ruby
|
63
63
|
|
64
64
|
## Contributing
|
65
65
|
|
66
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
66
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/cookpad/grpc_kit.
|
67
67
|
|
68
68
|
## License
|
69
69
|
|
data/lib/grpc_kit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc_kit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuta Iwama
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ds9
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
252
|
- !ruby/object:Gem::Version
|
253
253
|
version: '0'
|
254
254
|
requirements: []
|
255
|
-
rubygems_version: 3.
|
255
|
+
rubygems_version: 3.1.2
|
256
256
|
signing_key:
|
257
257
|
specification_version: 4
|
258
258
|
summary: A kit for creating gRPC server/client
|