google-cloud-common 1.5.0 → 1.7.0

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: 5f9a9aa32c556e4b3e0b0a9b6c70b1355a5f49aa7deb9e6439965cfd79be34f8
4
- data.tar.gz: 03d40ebda72afb964c45b24f1a83cbb80574cd66eb37b69c449bcff096d7174e
3
+ metadata.gz: f3bbf26f4ef864e5e732c5626816d8991ad52ea4476f66ada1cda3ea29a2725b
4
+ data.tar.gz: 9990e83e11f51cff1b1de00fc4ff6b62f105e7676af6667d0c63d9862ecf1179
5
5
  SHA512:
6
- metadata.gz: 040c4d05930d2ccbc50452c1e61f81ab1f3c674d68c9c0e43dac89f3f4e2e155fb782c901fd71e4f032f51d628e96dfdbe4495ad43e7e303a1fbfd9562955f42
7
- data.tar.gz: fc9d85c42159203817d5c6e9458badbdca0564947e876cbb751e485cf12814d54d58ef487c33ac388f218cb702942d814fcd627ebe05f8475a07062f3dbcf11c
6
+ metadata.gz: 99d6aa8a17ac0d1edf2ec994717003b0139f73909bc9456e27ff54df1cb0ceeace2d65da8e34ae193af4f7385518f08da1575c7058d03f441b45be7fea44f87e
7
+ data.tar.gz: 0ee1543572f1e17650e79355f11df261d05e357e2392b74f8fa4100eab0c90725c59b7c3a365d9ca870ce43f557f786d0fd5365c465437763c2a30054fb94036
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.7.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
+
9
+ ### 1.6.0 (2024-02-23)
10
+
11
+ #### Features
12
+
13
+ * Update minimum Ruby version to 2.7 ([#246](https://github.com/googleapis/common-protos-ruby/issues/246))
14
+
3
15
  ### 1.5.0 (2024-02-13)
4
16
 
5
17
  #### Features
@@ -45,7 +45,7 @@ end
45
45
 
46
46
  #### Source proto file: google/cloud/common/operation_metadata.proto ####
47
47
  #
48
- # // Copyright 2021 Google LLC
48
+ # // Copyright 2024 Google LLC
49
49
  # //
50
50
  # // Licensed under the Apache License, Version 2.0 (the "License");
51
51
  # // you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module Common
20
- VERSION = "1.5.0".freeze
20
+ VERSION = "1.7.0".freeze
21
21
  end
22
22
  end
23
23
  end
@@ -41,7 +41,7 @@ end
41
41
 
42
42
  #### Source proto file: google/cloud/extended_operations.proto ####
43
43
  #
44
- # // Copyright 2021 Google LLC.
44
+ # // Copyright 2024 Google LLC
45
45
  # //
46
46
  # // Licensed under the Apache License, Version 2.0 (the "License");
47
47
  # // you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.7.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-13 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
- name: google-protobuf
14
+ name: googleapis-common-protos-types
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.18'
19
+ version: '1.7'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.18'
26
+ version: '1.7'
27
27
  - !ruby/object:Gem::Dependency
28
- name: googleapis-common-protos-types
28
+ name: google-protobuf
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '1.7'
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
- version: '1.7'
43
+ version: '3.18'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 5.a
41
47
  description: Common protocol buffer types used by Google Cloud APIs
42
48
  email:
43
49
  - googleapis-packages@google.com
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.6'
71
+ version: '2.7'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Common protocol buffer types used in Google Cloud APIs