googleapis-common-protos 1.3.12 → 1.4.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 +4 -4
- data/CHANGELOG.md +10 -4
- data/lib/googleapis/common/protos/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 529f92d14dd1282fe19cc814c72f6ece9e84e0b95ef645ad656cbb13c0affc83
|
|
4
|
+
data.tar.gz: 6f21b1d9f440dfd723942c2e3a4fa8e97917b9faccd4789c1c6d4c93da152adb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12f6ab68ee0ac8a4dba95d2b46539d054cd0c900d64292aa483bf95187987b7681ab4e1ce119b4ca9ddbff3bdcc1393760fafbe42f16fba2d6c47bc49262e6e8
|
|
7
|
+
data.tar.gz: 4c5fa6958dd7a45deabb6030565498b2b91163ed7470012515e732fda4d4c88478ce47c2355ba2b1c1ea94f6f52e17180e88b60053bddf062df6d1443272f141
|
data/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,27 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### 1.4.0 (2022-08-17)
|
|
4
|
+
|
|
5
|
+
#### Features
|
|
6
|
+
|
|
7
|
+
* Update minimum Ruby version to 2.6 ([#75](https://github.com/googleapis/common-protos-ruby/issues/75))
|
|
8
|
+
|
|
9
|
+
### 1.3.12 (2021-09-03)
|
|
4
10
|
|
|
5
11
|
* Removed unnecessary files from the gem package
|
|
6
12
|
* Update googleapis-common-protos-types dependency to 1.2.
|
|
7
13
|
|
|
8
|
-
|
|
14
|
+
### 1.3.11 / 2021-02-01
|
|
9
15
|
|
|
10
16
|
* Fully qualify proto names internally.
|
|
11
17
|
* Update googleapis-common-protos-types dependency to 1.0.6.
|
|
12
18
|
* Require protobuf 3.14.
|
|
13
19
|
|
|
14
|
-
|
|
20
|
+
### 1.3.10 / 2020-04-08
|
|
15
21
|
|
|
16
22
|
* Update googleapis-common-protos-types dependency to 1.0.5.
|
|
17
23
|
* Require protobuf 3.11.
|
|
18
24
|
|
|
19
|
-
|
|
25
|
+
### 1.3.9 / 2019-04-03
|
|
20
26
|
|
|
21
27
|
* Add WaitOperation RPC to operations_services_pb.rb and update documentation.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: googleapis-common-protos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: googleapis-common-protos-types
|
|
@@ -67,7 +67,7 @@ homepage: https://github.com/googleapis/common-protos-ruby
|
|
|
67
67
|
licenses:
|
|
68
68
|
- Apache-2.0
|
|
69
69
|
metadata: {}
|
|
70
|
-
post_install_message:
|
|
70
|
+
post_install_message:
|
|
71
71
|
rdoc_options: []
|
|
72
72
|
require_paths:
|
|
73
73
|
- lib
|
|
@@ -75,15 +75,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
requirements:
|
|
76
76
|
- - ">="
|
|
77
77
|
- !ruby/object:Gem::Version
|
|
78
|
-
version: '2.
|
|
78
|
+
version: '2.6'
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
requirements:
|
|
81
81
|
- - ">="
|
|
82
82
|
- !ruby/object:Gem::Version
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
|
-
rubygems_version: 3.
|
|
86
|
-
signing_key:
|
|
85
|
+
rubygems_version: 3.3.7
|
|
86
|
+
signing_key:
|
|
87
87
|
specification_version: 4
|
|
88
88
|
summary: Common gRPC and protocol buffer classes used in Google APIs
|
|
89
89
|
test_files: []
|