google-cloud-common 1.7.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: f3bbf26f4ef864e5e732c5626816d8991ad52ea4476f66ada1cda3ea29a2725b
4
- data.tar.gz: 9990e83e11f51cff1b1de00fc4ff6b62f105e7676af6667d0c63d9862ecf1179
3
+ metadata.gz: b2a27b605d95ec2e91e5af7b4a8243a0f57871bbd28b1780288750987c1e48c8
4
+ data.tar.gz: 457272fbac1b0c2840499796255c54d5120a4aabb2f3da5513db4841dd8f5eea
5
5
  SHA512:
6
- metadata.gz: 99d6aa8a17ac0d1edf2ec994717003b0139f73909bc9456e27ff54df1cb0ceeace2d65da8e34ae193af4f7385518f08da1575c7058d03f441b45be7fea44f87e
7
- data.tar.gz: 0ee1543572f1e17650e79355f11df261d05e357e2392b74f8fa4100eab0c90725c59b7c3a365d9ca870ce43f557f786d0fd5365c465437763c2a30054fb94036
6
+ metadata.gz: ff08704bb743d563cfaffa612070cb484fa76ca81f8ecb050211ca78ba8b1383c39ef9cc92c131705e94afd08c4a801b86aedd9fc32578cfa2d7cba77d2159ed
7
+ data.tar.gz: bccc9d70d8b3244ebd2af26718c1358519d1d2f7e50351502cc6b4838d849e1dc7b3d2b0faceee67ac4e86d51b68825336329a8d1b60b514e64ca6fdf5a82efb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ### 1.7.0 (2024-06-11)
4
10
 
5
11
  #### Features
@@ -45,7 +45,7 @@ end
45
45
 
46
46
  #### Source proto file: google/cloud/common/operation_metadata.proto ####
47
47
  #
48
- # // Copyright 2024 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.7.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 2024 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,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.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-06-11 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
13
  name: googleapis-common-protos-types
@@ -60,7 +59,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
60
59
  licenses:
61
60
  - Apache-2.0
62
61
  metadata: {}
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.0'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Common protocol buffer types used in Google Cloud APIs
82
79
  test_files: []