grpc-tools 1.32.0 → 1.33.0.pre1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 08bde4bac5be48a161904b3b2471155bcc34d0585cae9a8e13db2b3164f08f2d
4
- data.tar.gz: bf37342608f1580334bf08c39fd2daea84d4d67af6cfac3db7570a71f0453b9d
3
+ metadata.gz: d2217975a1a50d8be0b8bbab166886097dbdfa21cf135bb3cdcad7a391fe5562
4
+ data.tar.gz: efb9209d47a957090ea58c51245d0e8177f002c50e796a16ab3f7b4fddcc5c7e
5
5
  SHA512:
6
- metadata.gz: 6fcd35bd0489086004c89c790ba98c86d43820f73ef2dce252ff6f5f082c5dbd94202447de16531a2280f480d78c189c91a8fd0d472d099c4d60d526db7d05f1
7
- data.tar.gz: bb66e04fcc6a0cac2f9777c7d2ac68c12146c6d81d9dca0d3555a8239369cc740a7d472afe77ecd0f90a53a8c2a862076450e6571ad607031dac09f34697c83e
6
+ metadata.gz: 3431a7e173908f15578240ce4eb33210434c594ee45afae1ed5866ce7af594ea0952b6d7078212cbe0a81372a1493b357afe87c3d6cbfcb69f4bb08c251d26b5
7
+ data.tar.gz: 95efc668e40ccc986a27362dbda5b14bcbb6500730ce2348a1b6292d5093d13d274fb0f4bf4f2e97087cc2a1fa9562b22f8621c521a8b48c66c4ebe3c3415c7c
Binary file
Binary file
Binary file
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module Tools
17
- VERSION = '1.32.0'
17
+ VERSION = '1.33.0.pre1'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.33.0.pre1
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-08 00:00:00.000000000 Z
11
+ date: 2020-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: protoc and the Ruby gRPC protoc plugin
14
14
  email: grpc-io@googlegroups.com
@@ -122,11 +122,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - ">="
125
+ - - ">"
126
126
  - !ruby/object:Gem::Version
127
- version: '0'
127
+ version: 1.3.1
128
128
  requirements: []
129
- rubygems_version: 3.0.6
129
+ rubygems_version: 3.0.8
130
130
  signing_key:
131
131
  specification_version: 4
132
132
  summary: Development tools for Ruby gRPC