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

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: 01dd315c03cabfdca917bd238a048695b32735d5addfec2bfd6ebba05d9cd146
4
- data.tar.gz: c1457c2bae0c7b67cdf836019cbe5d293b7cf308051743adeab74d7cb151e536
3
+ metadata.gz: 72be36e3863f0727ce06dc8ca0cf9ad5261bd7da97d482b19b55f2bf0dd8d03f
4
+ data.tar.gz: 4ebaff12449be6ad6d7de9b75f48d02acbe854943fbeb5ff5e08abdb5e7ebf11
5
5
  SHA512:
6
- metadata.gz: 3e2c932f747f7423294d622e1d753c9b5d4b322c117badc4f8cfe121fde757043b1aa72129cf103df67d2c5e963b14e44b46796e33d9fb6da09fe14cb32e2569
7
- data.tar.gz: 0165fd7f0d66f61b9ffe541606cac1fa2d96ae0c259c5651395b48a597c6ac31681837a88817e7e87e9e50b17e896003160b828b03eb21ea995a32d066b25c25
6
+ metadata.gz: fd201fbabfb72044c57929aea93ce6e121f253dc459f50df7635daeb52f6b73371957703bc0a6a10365c84908af526a337c7c7bde174cddfa04130f6d29833f8
7
+ data.tar.gz: b179b1d2071d49ec2427ff64395f7e7def7d14561f32df330c0ce9b82f748e924c3f69a06ada503090bee496542bac8b1c70370f979ba9337c65e379b8d7ffe9
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'
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
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-31 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-x86_64-linux-ruby-2.7.dbg
23
+ - symbols/grpc-1.61.0-x86_64-linux-ruby-3.0.dbg
24
+ - symbols/grpc-1.61.0-x86_64-linux-ruby-3.1.dbg
25
+ - symbols/grpc-1.61.0-x86_64-linux-ruby-3.2.dbg
26
+ - symbols/grpc-1.61.0-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