grpc 1.6.6-x64-mingw32 → 1.6.7-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of grpc might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/grpc_c.32.ruby +0 -0
- data/grpc_c.64.ruby +0 -0
- data/src/ruby/ext/grpc/rb_call.c +1 -0
- data/src/ruby/lib/grpc/2.0/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.1/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.2/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.3/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/2.4/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65a930b54937c9de2fe421873af4000ffc00f716
|
4
|
+
data.tar.gz: b23bc702b6d967fc7ee0a563358b895422724ea4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ab345a3f9800307f642ef447135b291547db1c338d487116978462460b1353fc53c8bf7e5c7d35655ed6b27144ea386059cad12a87d7f63995656b1acc163d7
|
7
|
+
data.tar.gz: 259b58bc841c39afc4f96f964d5fb0e6ce22920d49a5d946a735d2c268b40b9cebd6b3563e30231a9a4321c34737f6e317e5a79b38766a6e2f59dd12970db980
|
data/grpc_c.32.ruby
CHANGED
Binary file
|
data/grpc_c.64.ruby
CHANGED
Binary file
|
data/src/ruby/ext/grpc/rb_call.c
CHANGED
@@ -221,6 +221,7 @@ static VALUE grpc_rb_call_close(VALUE self) {
|
|
221
221
|
TypedData_Get_Struct(self, grpc_rb_call, &grpc_call_data_type, call);
|
222
222
|
if (call != NULL) {
|
223
223
|
destroy_call(call);
|
224
|
+
xfree(RTYPEDDATA_DATA(self));
|
224
225
|
RTYPEDDATA_DATA(self) = NULL;
|
225
226
|
}
|
226
227
|
return Qnil;
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/src/ruby/lib/grpc/grpc_c.so
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.7
|
5
5
|
platform: x64-mingw32
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-10-
|
11
|
+
date: 2017-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -327,7 +327,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
327
327
|
version: '0'
|
328
328
|
requirements: []
|
329
329
|
rubyforge_project:
|
330
|
-
rubygems_version: 2.6.
|
330
|
+
rubygems_version: 2.6.14
|
331
331
|
signing_key:
|
332
332
|
specification_version: 4
|
333
333
|
summary: GRPC system in Ruby
|