grpc 0.14.1.pre1-universal-darwin → 0.14.1-universal-darwin

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f65cab5382f2dbff612a247f00a3c30dbe1b3caa
4
- data.tar.gz: 03de253c889976e74f556e71338ee1ca24bb4287
3
+ metadata.gz: 47a953ce2ae3d20b17a2d999f61705c289c2b34d
4
+ data.tar.gz: 1841984e9b712d3f89f6a0e85340b02fcdfe5f26
5
5
  SHA512:
6
- metadata.gz: b47ad9c2860fab7e9ca7225be8c066d05a9cf3fb56b11f16f99553ddd54a61b0fc65036fb34ecf431e894e8812962b615527aad5ddccf6b9f7778192cc4daf81
7
- data.tar.gz: 6e46fb81b863e3f5bbd6cc460f98b0394cb3e03ab92bc58d6e43ea951e5991f8586abb1fcaac9b6382c43d7ce0fa021963a27eaa94ff3bd92eedf20fa1491ed6
6
+ metadata.gz: 12d5a2aad49c1ed562b5fdfc5b527d6181cf909551aae16f0961638f053d9d2a8844daa5645a7dd72cf797600bb940b2e98385b77d2f9f4732444ba207975ac5
7
+ data.tar.gz: 70e0092384516bd08c2d19ac4b529c1941a37e594305118e6a54a2c3c3fa13ca8c61d87b58ae432b90d8dace97ef73a2310ffa5eaf250a7feb9c082b650f3951
@@ -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'] = "grpc-ruby/#{VERSION}"
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
@@ -29,5 +29,5 @@
29
29
 
30
30
  # GRPC contains the General RPC module.
31
31
  module GRPC
32
- VERSION = '0.14.1.pre1'
32
+ VERSION = '0.14.1'
33
33
  end
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.pre1
4
+ version: 0.14.1
5
5
  platform: universal-darwin
6
6
  authors:
7
7
  - gRPC Authors
8
8
  autorequire:
9
9
  bindir: src/ruby/bin
10
10
  cert_chain: []
11
- date: 2016-05-10 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -297,9 +297,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
297
  version: 2.0.0
298
298
  required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  requirements:
300
- - - ">"
300
+ - - ">="
301
301
  - !ruby/object:Gem::Version
302
- version: 1.3.1
302
+ version: '0'
303
303
  requirements: []
304
304
  rubyforge_project:
305
305
  rubygems_version: 2.4.3