grpc 1.6.0.pre1-x64-mingw32 → 1.6.0-x64-mingw32

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: '0996457fd91a94e8729093ece83466bd80ef45c0'
4
- data.tar.gz: fcf7e7ea5997534e535d0eea9f925c361f1122a4
3
+ metadata.gz: 3d3d66a3311c9ced17992289fa4d53fa55e5f4c2
4
+ data.tar.gz: 4dcb230fbd8eb0fd7f789d5c6e65cbeee76a5278
5
5
  SHA512:
6
- metadata.gz: 7e125d58c8b4aea81ce16f430f56328afe7ea04bb92fab2fe1db981caff2297a79550d59f02746f04d7bb2f402650461571c67f6905fe022c7a5b31d8a651a24
7
- data.tar.gz: 95bea93349d4fff42343935568948c2e2e17d9009aeea0a19a0960004498ced83c50c9d00971f19dfb86ac5ef4588670c0cf9843bdbe305f357252b88c3d1529
6
+ metadata.gz: ecb5f6e928d85943908975645e525afa523342f3521415934d9c24d7f067990c912c3ef6f5f6544627d225d0a9d89a42d6984a0412b2e4c73f019df44b42c046
7
+ data.tar.gz: a26d785939bcb0408345b7b0ff29b9d5906402f5faa339d015d4562bc24e0a6edc3a2ee892d0f5fd22ba0acae12c2b6d954e126b5422852994b6d6469758d8b7
Binary file
Binary file
@@ -14,5 +14,5 @@
14
14
 
15
15
  # GRPC contains the General RPC module.
16
16
  module GRPC
17
- VERSION = '1.6.0.pre1'
17
+ VERSION = '1.6.0'
18
18
  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: 1.6.0.pre1
4
+ version: 1.6.0
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-08-24 00:00:00.000000000 Z
11
+ date: 2017-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -306,12 +306,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
306
306
  version: '2.5'
307
307
  required_rubygems_version: !ruby/object:Gem::Requirement
308
308
  requirements:
309
- - - ">"
309
+ - - ">="
310
310
  - !ruby/object:Gem::Version
311
- version: 1.3.1
311
+ version: '0'
312
312
  requirements: []
313
313
  rubyforge_project:
314
- rubygems_version: 2.6.12
314
+ rubygems_version: 2.6.13
315
315
  signing_key:
316
316
  specification_version: 4
317
317
  summary: GRPC system in Ruby