google-cloud-common 1.6.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: ab5c949578670754a0cf3c56abee9925e02fe3a9bc1bd032941b393c631767a1
4
- data.tar.gz: d8f1516d454388269a9d6d381d59fafd69c9c6a88939aee7e34f0fc9a64c39dc
3
+ metadata.gz: f3bbf26f4ef864e5e732c5626816d8991ad52ea4476f66ada1cda3ea29a2725b
4
+ data.tar.gz: 9990e83e11f51cff1b1de00fc4ff6b62f105e7676af6667d0c63d9862ecf1179
5
5
  SHA512:
6
- metadata.gz: 4daa2417e43261b3bfde7eaa5760558dcf4c159580b8c76185f35ece1ae312e0727e33819d24627b7bb83feb2be37438d59c1b279150f712cd66e3c6c4961481
7
- data.tar.gz: b55fedb50b2ecab9f186deaad69619cb940c03a51b87f24785d0e8ef361b0d998143b5837babfa80a2402ede53fa58d4a17cb606fda33974c070a8c276a1b7db
6
+ metadata.gz: 99d6aa8a17ac0d1edf2ec994717003b0139f73909bc9456e27ff54df1cb0ceeace2d65da8e34ae193af4f7385518f08da1575c7058d03f441b45be7fea44f87e
7
+ data.tar.gz: 0ee1543572f1e17650e79355f11df261d05e357e2392b74f8fa4100eab0c90725c59b7c3a365d9ca870ce43f557f786d0fd5365c465437763c2a30054fb94036
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ### 1.6.0 (2024-02-23)
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 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.6.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.6.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-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
- 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