grpc-native-debug 1.60.0-x86_64-linux → 1.61.0.pre2-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01dd315c03cabfdca917bd238a048695b32735d5addfec2bfd6ebba05d9cd146
4
- data.tar.gz: c1457c2bae0c7b67cdf836019cbe5d293b7cf308051743adeab74d7cb151e536
3
+ metadata.gz: 984352f7de3eab8a9e408d012d52525efa2f22648c9a9e364874b57d1a159116
4
+ data.tar.gz: 0e0061ed5926e05f7eb9f8590f745dc38f0d8a79cf99386dfa7f3516ae654728
5
5
  SHA512:
6
- metadata.gz: 3e2c932f747f7423294d622e1d753c9b5d4b322c117badc4f8cfe121fde757043b1aa72129cf103df67d2c5e963b14e44b46796e33d9fb6da09fe14cb32e2569
7
- data.tar.gz: 0165fd7f0d66f61b9ffe541606cac1fa2d96ae0c259c5651395b48a597c6ac31681837a88817e7e87e9e50b17e896003160b828b03eb21ea995a32d066b25c25
6
+ metadata.gz: 54f70146662103844516fee6e266668fb3e2033b36ff38ba04da4a530fd894a9e493445d4fdacf416259eab32eea90a0f1341e7eab72446252b64ee253f4d8c1
7
+ data.tar.gz: 1c1590b386cc0214081a40116e8ab239a269f27443f73bc5832c692f6b31c4d0d97f2666ef848693800da6e4b96d2070089326f8084ecfd3190b5e72b343cabc
data/version.rb CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  module GRPC
16
16
  module NativeDebug
17
- VERSION = '1.60.0'
17
+ VERSION = '1.61.0.pre2'
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-native-debug
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.60.0
4
+ version: 1.61.0.pre2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - grpc Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Debug symbols to compliment the native libraries in pre-compiled Ruby
14
14
  gRPC binary gems
@@ -19,10 +19,11 @@ extra_rdoc_files: []
19
19
  files:
20
20
  - README.md
21
21
  - platform.rb
22
- - symbols/grpc-1.60.0-x86_64-linux-ruby-2.7.dbg
23
- - symbols/grpc-1.60.0-x86_64-linux-ruby-3.0.dbg
24
- - symbols/grpc-1.60.0-x86_64-linux-ruby-3.1.dbg
25
- - symbols/grpc-1.60.0-x86_64-linux-ruby-3.2.dbg
22
+ - symbols/grpc-1.61.0.pre2-x86_64-linux-ruby-2.7.dbg
23
+ - symbols/grpc-1.61.0.pre2-x86_64-linux-ruby-3.0.dbg
24
+ - symbols/grpc-1.61.0.pre2-x86_64-linux-ruby-3.1.dbg
25
+ - symbols/grpc-1.61.0.pre2-x86_64-linux-ruby-3.2.dbg
26
+ - symbols/grpc-1.61.0.pre2-x86_64-linux-ruby-3.3.dbg
26
27
  - version.rb
27
28
  homepage: https://github.com/google/grpc/tree/master/src/ruby/nativedebug
28
29
  licenses:
@@ -43,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
43
44
  - !ruby/object:Gem::Version
44
45
  version: '0'
45
46
  requirements: []
46
- rubygems_version: 3.4.1
47
+ rubygems_version: 3.5.3
47
48
  signing_key:
48
49
  specification_version: 4
49
50
  summary: Debug symbols for the native library in Ruby gRPC