googleapis-common-protos 1.5.0 → 1.6.0

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: 3938d16bf54212cba09e50771ebfb5f777ae9583fad2f6ba0cb648640e30577f
4
- data.tar.gz: 6e6cfe6508de31b0f09a7c6ad72b36954d346f5536287e8b230b5448971770bb
3
+ metadata.gz: 1dd61dbe776aa5df3a378b50406b8268f787e623ca9bae5dffb55c80a5967df1
4
+ data.tar.gz: c883adf63e60586efe360e059859d2010b10807f7aacc6adabdbcbbe77325e41
5
5
  SHA512:
6
- metadata.gz: ecb0760785da91dcb5e43ff53346e0586ba64feb7170c6e91c4c189198d4a53611e6a0ca039236ce16701f3c4af933c2a5a55aac2f04d7990e278a2901a7903b
7
- data.tar.gz: 5b1e32c5d319afe36e1541390c3e4162d8c52f3a9e083553ea119106d2f6c376aadf9d728996e40f625b670783f0e87d5b699bedf2a0ef61c5337d5009c2d631
6
+ metadata.gz: 23f88d2b7d3b09c4f3411fada0e67ec787c0b4b7ee51fbbd3d70fbd5c998685ff021db82744a67b3bea5bb4cd914465a3c50f9799a35abdd2625d6e945dabe1c
7
+ data.tar.gz: 2958b5874f5e6c3c9c90301ed053e7a154dbedbc4c768456bfd76ab691b4bf2161a1e7320946c888c028f66cfb8f3a3d52e9a342d6a17ad0405b0a3102e614de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.6.0 (2024-06-11)
4
+
5
+ #### Features
6
+
7
+ * Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
8
+
3
9
  ### 1.5.0 (2024-02-23)
4
10
 
5
11
  #### Features
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/longrunning/operations.proto for package 'google.longrunning'
3
3
  # Original file comments:
4
- # Copyright 2020 Google LLC
4
+ # Copyright 2024 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Google
18
18
  module CommonProtos
19
- VERSION = "1.5.0".freeze
19
+ VERSION = "1.6.0".freeze
20
20
  end
21
21
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-23 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos-types
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: google-protobuf
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.18'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 5.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '3.18'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 5.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: grpc
43
49
  requirement: !ruby/object:Gem::Requirement