google-cloud-errors 1.6.0 → 1.7.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: 0d74ebd1f905219dcdd87c760395c021b46d4213208eb50d6ea3b38c23ae39a0
4
- data.tar.gz: 86907e3fb0905cf0b36f03bc2b82fab958f461165d548ff80dff67723c662bfe
3
+ metadata.gz: 6564658650cda5cc5e20ec64cddfdc49a005dce8327a6bedc217f4035b649181
4
+ data.tar.gz: 5766c9aaa74cd6788d90aadc4e8c1888d9a0f062ed263cad32cd60e4e947aec8
5
5
  SHA512:
6
- metadata.gz: 2a79cc51742ad74456e220d81b5c5d23e8073f9f917df13d74266b15355f99ff576fbd7116ae6095072062cfc6bd19487da41b89fa3a07c378d93c44d297dac3
7
- data.tar.gz: fc138769745fb21d259ff7dada048b45c6a3e1405594387af4789ea3375c98fff6d3464ae5606b4e1bd66236ce4a7baa339910a42ddcebc7bd5d179f8b6f2bec
6
+ metadata.gz: 18aac4bf625c7be34138a0f23da5644399ece4c6461cd88bf61717c207d6e53f1e2c94af7818f85b7798c499e110fd4bfe18b2da888b54010404cf8b9d62dc7f
7
+ data.tar.gz: 33c003b87876e7b0ace6bfeec2c3f49917b43117c1b248cb1b21e09a8c0562368c619d341d2f3f7e3e485d5a5612c8ca29b1d10770c7fd0c96e115b5b5c064a0
data/README.md CHANGED
@@ -9,7 +9,7 @@ information about Google Cloud gems.
9
9
 
10
10
  ## Supported Ruby Versions
11
11
 
12
- This library is supported on Ruby 3.0+.
12
+ This library is supported on Ruby 3.2+.
13
13
 
14
14
  Google provides official support for Ruby versions that are actively supported
15
15
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Errors
19
- VERSION = "1.6.0".freeze
19
+ VERSION = "1.7.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-errors
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
  - Mike Moore
@@ -37,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '3.0'
40
+ version: '3.2'
41
41
  required_rubygems_version: !ruby/object:Gem::Requirement
42
42
  requirements:
43
43
  - - ">="