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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbaf3946773a4a4da950a0edb97eb5353b5796bd4c5df17d5e2e115b8b1ae1f9
4
- data.tar.gz: 828721981b569774a828e26dbfb4233fb3270a7185328d0451fc6088a0de4cd5
3
+ metadata.gz: 529f92d14dd1282fe19cc814c72f6ece9e84e0b95ef645ad656cbb13c0affc83
4
+ data.tar.gz: 6f21b1d9f440dfd723942c2e3a4fa8e97917b9faccd4789c1c6d4c93da152adb
5
5
  SHA512:
6
- metadata.gz: 237fbaae16543dd657657bbd4d3caa540aa61d9feec99fc2b1b67ba903f732f19597705c763cfef109832b32e68639beba6a18dcd217b00da85555c089fb848d
7
- data.tar.gz: 5045b785dc8cced4bfade2442ff271d18e257aad491cb390ee1fcda2993b28aea4f34a5ec9c549a3c241a11063c8f1ed8d5078648ebfde495e3d23304b877b2f
6
+ metadata.gz: 12f6ab68ee0ac8a4dba95d2b46539d054cd0c900d64292aa483bf95187987b7681ab4e1ce119b4ca9ddbff3bdcc1393760fafbe42f16fba2d6c47bc49262e6e8
7
+ data.tar.gz: 4c5fa6958dd7a45deabb6030565498b2b91163ed7470012515e732fda4d4c88478ce47c2355ba2b1c1ea94f6f52e17180e88b60053bddf062df6d1443272f141
data/CHANGELOG.md CHANGED
@@ -1,21 +1,27 @@
1
1
  # Release History
2
2
 
3
- ## 1.3.12 (2021-09-03)
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
- ## 1.3.11 / 2021-02-01
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
- ## 1.3.10 / 2020-04-08
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
- ## 1.3.9 / 2019-04-03
25
+ ### 1.3.9 / 2019-04-03
20
26
 
21
27
  * Add WaitOperation RPC to operations_services_pb.rb and update documentation.
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Google
18
18
  module CommonProtos
19
- VERSION = "1.3.12".freeze
19
+ VERSION = "1.4.0".freeze
20
20
  end
21
21
  end
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.3.12
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: 2021-09-03 00:00:00.000000000 Z
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.3'
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.2.17
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: []