google-cloud-common 1.6.0 → 1.8.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: ab5c949578670754a0cf3c56abee9925e02fe3a9bc1bd032941b393c631767a1
4
- data.tar.gz: d8f1516d454388269a9d6d381d59fafd69c9c6a88939aee7e34f0fc9a64c39dc
3
+ metadata.gz: b2a27b605d95ec2e91e5af7b4a8243a0f57871bbd28b1780288750987c1e48c8
4
+ data.tar.gz: 457272fbac1b0c2840499796255c54d5120a4aabb2f3da5513db4841dd8f5eea
5
5
  SHA512:
6
- metadata.gz: 4daa2417e43261b3bfde7eaa5760558dcf4c159580b8c76185f35ece1ae312e0727e33819d24627b7bb83feb2be37438d59c1b279150f712cd66e3c6c4961481
7
- data.tar.gz: b55fedb50b2ecab9f186deaad69619cb940c03a51b87f24785d0e8ef361b0d998143b5837babfa80a2402ede53fa58d4a17cb606fda33974c070a8c276a1b7db
6
+ metadata.gz: ff08704bb743d563cfaffa612070cb484fa76ca81f8ecb050211ca78ba8b1383c39ef9cc92c131705e94afd08c4a801b86aedd9fc32578cfa2d7cba77d2159ed
7
+ data.tar.gz: bccc9d70d8b3244ebd2af26718c1358519d1d2f7e50351502cc6b4838d849e1dc7b3d2b0faceee67ac4e86d51b68825336329a8d1b60b514e64ca6fdf5a82efb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.8.0 (2025-03-14)
4
+
5
+ #### Features
6
+
7
+ * Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
8
+
9
+ ### 1.7.0 (2024-06-11)
10
+
11
+ #### Features
12
+
13
+ * Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
14
+
3
15
  ### 1.6.0 (2024-02-23)
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 2025 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.6.0".freeze
20
+ VERSION = "1.8.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 2025 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,48 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-02-23 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
- name: google-protobuf
13
+ name: googleapis-common-protos-types
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '3.18'
18
+ version: '1.7'
20
19
  type: :runtime
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '3.18'
25
+ version: '1.7'
27
26
  - !ruby/object:Gem::Dependency
28
- name: googleapis-common-protos-types
27
+ name: google-protobuf
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
- - - "~>"
30
+ - - ">="
32
31
  - !ruby/object:Gem::Version
33
- version: '1.7'
32
+ version: '3.18'
33
+ - - "<"
34
+ - !ruby/object:Gem::Version
35
+ version: 5.a
34
36
  type: :runtime
35
37
  prerelease: false
36
38
  version_requirements: !ruby/object:Gem::Requirement
37
39
  requirements:
38
- - - "~>"
40
+ - - ">="
39
41
  - !ruby/object:Gem::Version
40
- version: '1.7'
42
+ version: '3.18'
43
+ - - "<"
44
+ - !ruby/object:Gem::Version
45
+ version: 5.a
41
46
  description: Common protocol buffer types used by Google Cloud APIs
42
47
  email:
43
48
  - googleapis-packages@google.com
@@ -54,7 +59,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
54
59
  licenses:
55
60
  - Apache-2.0
56
61
  metadata: {}
57
- post_install_message:
58
62
  rdoc_options: []
59
63
  require_paths:
60
64
  - lib
@@ -62,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
66
  requirements:
63
67
  - - ">="
64
68
  - !ruby/object:Gem::Version
65
- version: '2.7'
69
+ version: '3.0'
66
70
  required_rubygems_version: !ruby/object:Gem::Requirement
67
71
  requirements:
68
72
  - - ">="
69
73
  - !ruby/object:Gem::Version
70
74
  version: '0'
71
75
  requirements: []
72
- rubygems_version: 3.5.6
73
- signing_key:
76
+ rubygems_version: 3.6.5
74
77
  specification_version: 4
75
78
  summary: Common protocol buffer types used in Google Cloud APIs
76
79
  test_files: []