google-cloud-common 1.0.1 → 1.1.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: d34d22bb66dddf037c3c30dc1625e99e5cfaf19382488f76bedcebaab2a20620
4
- data.tar.gz: 5be126e923a42704e16942bf4ea0798c8afb2ad90badc0566fdb44f88c0fbc98
3
+ metadata.gz: 339e76c425a313d37895f5f6c1f36462a4c0f71bb0789612bcccddfad20c9d4d
4
+ data.tar.gz: 42a04815b4bf8373d3faf953c53af998de7d2b7e144f7db1e3ff8be208219872
5
5
  SHA512:
6
- metadata.gz: '04389a455602cca23369825d2df6dc64d46c350f4c6ed12ae2ef050821bb40eaf009d1f1ea46ee7c3e7f94923768647f027f34252d17d861edef7dc6d05fc631'
7
- data.tar.gz: a4d1a2888a0590c34db1eb5d95bfc6fd4c41c69cd9ed18e30092111cc31670867bfd387b7cf816416d4a1d7c61643bc85b6f8172f20169dc8a916b9a02f9339d
6
+ metadata.gz: 2523d1a63522e84510c1ba01d87d3e35e91a056d7251b639b0c70a00d46b50fc55956f26f4c528f3783043d76387c0bc4eaac60b12c974f87833c5ba32c5e702
7
+ data.tar.gz: 7d62ae53be6239e956508599880225c2c91e5504ef57966a6af08c2af4cbfc292bb07cec03e1c293cff8dbaa5f03df727776df8721c9675db66afb9091b63aab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.1.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
+
3
9
  ### 1.0.1 (2022-06-23)
4
10
 
5
11
  #### Bug Fixes
@@ -5,6 +5,7 @@ require 'google/protobuf'
5
5
 
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/protobuf/timestamp_pb'
8
+
8
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
10
  add_file("google/cloud/common/operation_metadata.proto", :syntax => :proto3) do
10
11
  add_message "google.cloud.common.OperationMetadata" do
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module Common
20
- VERSION = "1.0.1".freeze
20
+ VERSION = "1.1.0".freeze
21
21
  end
22
22
  end
23
23
  end
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/cloud/extended_operations.proto", :syntax => :proto3) do
8
10
  add_enum "google.cloud.OperationResponseMapping" do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2022-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.5'
65
+ version: '2.6'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="