grpc-tools 1.73.0 → 1.74.0.pre2

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: a58110c57574a6e6d4efa0508d771dae2a5c126a1b01c858519e8eb55f1480a3
4
- data.tar.gz: a42e21a40bdf0daa17e5eda36bdbfe1a27632918bbd03a832be4eba5d571841f
3
+ metadata.gz: d8326008043cfe7f20ae013b5479680946485ec62f380adb6373efb9fa878dc8
4
+ data.tar.gz: a4975349e61704ae9d5628020ad0a5d7e4299ac38b4b436f569718a6653db2e2
5
5
  SHA512:
6
- metadata.gz: dd68bf3f238939e02d04211c404cab934cd4d09359df4ac3aa6b67374d12f53f8679dd65a8a3a3e6d2d36c192f97147866789e99c59b703393a083ae20cc5e0c
7
- data.tar.gz: 88b60e132331215db6cdc954e10cccd82cae4fe146b0fa553cce03575dd13758f3afda77229d01fd02d4ca505026f280f35103f84481d8506c501947ddb34601
6
+ metadata.gz: 7bb8714f7dd49efea8784e2c542a638ddef43c601bfa189fc7d4af25c0a32cd130fffda9ea3be3dece54037d985ce83529a9334d15cb1da1a3a9bd319802f8a2
7
+ data.tar.gz: f0ec074287eddd77dd3ec5aa82dd8a65e9a2f429bada2cf44fda468e4c54ddb5d9b62ff11f0963e8090cb6c10015f2f7aa9e91e47877bac8f44fd98a49db26c1
Binary file
data/bin/x86-linux/protoc CHANGED
Binary file
Binary file
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.73.0'
17
+ VERSION = '1.74.0.pre2'
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.73.0
4
+ version: 1.74.0.pre2
5
5
  platform: ruby
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-07 00:00:00.000000000 Z
11
+ date: 2025-07-17 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
@@ -108,11 +108,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ">="
111
+ - - ">"
112
112
  - !ruby/object:Gem::Version
113
- version: '0'
113
+ version: 1.3.1
114
114
  requirements: []
115
- rubygems_version: 3.2.33
115
+ rubygems_version: 3.3.26
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Development tools for Ruby gRPC