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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3bbf26f4ef864e5e732c5626816d8991ad52ea4476f66ada1cda3ea29a2725b
|
4
|
+
data.tar.gz: 9990e83e11f51cff1b1de00fc4ff6b62f105e7676af6667d0c63d9862ecf1179
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/cloud/extended_operations.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
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.
|
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-
|
11
|
+
date: 2024-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
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: '
|
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: '
|
26
|
+
version: '1.7'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: google-protobuf
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
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: '
|
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.
|
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.
|
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
|