google-protobuf 3.7.0-x64-mingw32 → 3.7.1-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

Binary file
Binary file
Binary file
Binary file
@@ -154,12 +154,12 @@ module BasicTest
154
154
  e = assert_raise ArgumentError do
155
155
  MapMessage.new(:map_string_int32 => "hello")
156
156
  end
157
- assert_equal e.message, "Expected Hash object as initializer value for map field 'map_string_int32'."
157
+ assert_equal e.message, "Expected Hash object as initializer value for map field 'map_string_int32' (given String)."
158
158
 
159
159
  e = assert_raise ArgumentError do
160
160
  TestMessage.new(:repeated_uint32 => "hello")
161
161
  end
162
- assert_equal e.message, "Expected array as initializer value for repeated field 'repeated_uint32'."
162
+ assert_equal e.message, "Expected array as initializer value for repeated field 'repeated_uint32' (given String)."
163
163
  end
164
164
 
165
165
  def test_map_field
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.7.0
4
+ version: 3.7.1
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Protobuf Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-01 00:00:00.000000000 Z
11
+ date: 2019-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake-compiler-dock