grpc-tools 1.17.1 → 1.18.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: ad6f1a4aca406fa08a17339090778aaf5aa5fa844416841b78d59c864779a513
4
- data.tar.gz: 3c87efbddd115b56cc8dc37c3b15131d7c5b4551d89f477cb55430d49d3b12ff
3
+ metadata.gz: 74b5c728a0f0a515a86b68c0229188ef878043feaad1ef4f49ae733798885927
4
+ data.tar.gz: 3232607310140a4304930361ad70062eaeaac00bf2798173d22b48ed2db98f0b
5
5
  SHA512:
6
- metadata.gz: ea0895876b20853d417bb247efbfa55860072e119bff53ae361cee8f12391c4b68acf0b5b4ff69aeb968059d272fa1c70d0b7a13f0c21e52d2dc3fdfb6a3bf97
7
- data.tar.gz: 2ced22c9f7229722c5b30ff535303c837cdc5ad42b3c3db7abfb8e5dce01aa2f2743bd14461c5d45cfe8571c6355f6decf9cf10b2bee159e0576e96b7db9afe6
6
+ metadata.gz: 6a055b9f205212bc26ff9cc4b9f4dc2314fa7fb9efc128e0b06a533040b62992f903a9b3d88ccf015de9679e76a325e5d1ce4826df85a529d72cfd738349b309
7
+ data.tar.gz: 1b734ba9cfd7e2a386e1cd5adbcf7b3e46fa26955ad8e405e964d555de9ab0d6b5ad6a493de3104552e4ae76b374aa8cb3d0f0beec923a0f8b1075e004869c51
Binary file
data/bin/x86-macos/protoc CHANGED
Binary file
Binary file
Binary file
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.17.1'
17
+ VERSION = '1.18.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.17.1
4
+ version: 1.18.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: 2018-12-13 00:00:00.000000000 Z
11
+ date: 2019-01-04 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,12 +122,12 @@ 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
129
  rubyforge_project:
130
- rubygems_version: 2.7.7
130
+ rubygems_version: 2.7.8
131
131
  signing_key:
132
132
  specification_version: 4
133
133
  summary: Development tools for Ruby gRPC