google-protobuf 3.19.3-java → 3.19.4-java

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.

Potentially problematic release.


This version of google-protobuf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f5c466d97c71914c370283dc800d740560c7e06602a13b27735990ad6596a4f6
4
- data.tar.gz: 271758c95ced1d96d82056190695a6cb27428dc3e8eafd86c2c8de8887a5f4ee
3
+ metadata.gz: ff0df86a5d493380660c0d886852a134800501026a6be250cb61852d8ee7cbfa
4
+ data.tar.gz: 8e0dc2dd3b84723c08cefd7ad7029b0f479e85c6642c97f475fce10824bb2938
5
5
  SHA512:
6
- metadata.gz: 62f6509ebfb8d7d7eba4eb665c7d9d25d1e489e3ea0240f01a8f7092d02a008276694409a153ed965c3a74bfd3be55414b1676580f6c670958da82d4783ac95c
7
- data.tar.gz: 5c90ecde9e547ad9cfdafb75511edf5368435aeb223de5594f5421c2b1a8001c9c50d419de29271d578c18ee63f2e8c63dda18ca63b1c681ce36cd1f97cf7a96
6
+ metadata.gz: 1f2c15708911015687c29dbc42ab264b41de43ea0a75d720cb86fc92e33b8dc09dd0f52df2c9b5ad6462babfa2993ec240942b888c03e7497f9d6e4425766a08
7
+ data.tar.gz: 248b38e75b2dcff8238e3acb56bc7d06f5db64d73d7e3146ac1bdbe62670bbc9693619a68596b8f80fbf9c25e924d490812173da5063f24d5ebfcb006a77d848
Binary file
data/tests/basic.rb CHANGED
@@ -71,6 +71,14 @@ module BasicTest
71
71
  TestMessage.encode(msg)
72
72
  end
73
73
 
74
+ def test_issue_9440
75
+ msg = HelloRequest.new
76
+ msg.id = 8
77
+ assert_equal 8, msg.id
78
+ msg.version = '1'
79
+ assert_equal 8, msg.id
80
+ end
81
+
74
82
  def test_has_field
75
83
  m = TestSingularFields.new
76
84
  assert !m.has_singular_msg?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.19.3
4
+ version: 3.19.4
5
5
  platform: java
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-11 00:00:00.000000000 Z
11
+ date: 2022-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ homepage: https://developers.google.com/protocol-buffers
74
74
  licenses:
75
75
  - BSD-3-Clause
76
76
  metadata:
77
- source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.3/ruby
77
+ source_code_uri: https://github.com/protocolbuffers/protobuf/tree/v3.19.4/ruby
78
78
  post_install_message:
79
79
  rdoc_options: []
80
80
  require_paths: