grpc 0.14.1.pre1-x86-linux → 0.14.1-x86-linux
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.
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/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/generic/client_stub.rb +6 -1
- data/src/ruby/lib/grpc/grpc_c.so +0 -0
- data/src/ruby/lib/grpc/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df02e2e0bba923e36ba717b62e0703c07373044b
|
4
|
+
data.tar.gz: eff0fedbe78414567f4acd5408c29a444fb12746
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80807b67a7853f7e9f459a2105bd242f7fcaf5107b5cc4b3d701f4fbb7396305284ffe059b075be6605762afbe6693afe26f648cb23b45059df3627d09d3c6f9
|
7
|
+
data.tar.gz: 519219fb4a98ba460b7902a44bcd09646a5f0fef3a9eefdf176c5716442e40ac789d1dbff0fafeefddf77075a0a0b669fc53c9fcd1005193d186aeeed9a83e1c
|
data/grpc_c.32.ruby
CHANGED
Binary file
|
data/grpc_c.64.ruby
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -49,7 +49,12 @@ module GRPC
|
|
49
49
|
fail(TypeError, '!Channel') unless alt_chan.is_a?(Core::Channel)
|
50
50
|
return alt_chan
|
51
51
|
end
|
52
|
-
kw['grpc.primary_user_agent']
|
52
|
+
if kw['grpc.primary_user_agent'].nil?
|
53
|
+
kw['grpc.primary_user_agent'] = ''
|
54
|
+
else
|
55
|
+
kw['grpc.primary_user_agent'] += ' '
|
56
|
+
end
|
57
|
+
kw['grpc.primary_user_agent'] += "grpc-ruby/#{VERSION}"
|
53
58
|
unless creds.is_a?(Core::ChannelCredentials) || creds.is_a?(Symbol)
|
54
59
|
fail(TypeError, '!ChannelCredentials or Symbol')
|
55
60
|
end
|
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: 0.14.1
|
4
|
+
version: 0.14.1
|
5
5
|
platform: x86-linux
|
6
6
|
authors:
|
7
7
|
- gRPC Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: src/ruby/bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -298,9 +298,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
298
298
|
version: 2.0.0
|
299
299
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
300
300
|
requirements:
|
301
|
-
- - "
|
301
|
+
- - ">="
|
302
302
|
- !ruby/object:Gem::Version
|
303
|
-
version:
|
303
|
+
version: '0'
|
304
304
|
requirements: []
|
305
305
|
rubyforge_project:
|
306
306
|
rubygems_version: 2.5.1
|