google-cloud-errors 1.4.0 → 1.5.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: 22c1d90c0cd381a6054397d657b8c1a51e5e52630ee63a2c0d3361113a657243
4
- data.tar.gz: 28668e7bafa0251bdb826b04c552da45745fa67aa9921fbf7d7ab79ca5e07d92
3
+ metadata.gz: 0161ad0ca36102acb9e0283225e699df9744be5dfca409587bed54542eeeb94b
4
+ data.tar.gz: 9b23308a4ed2687a7f76165d2d8b984a1858655ef7469a9972cffc1dccad89dc
5
5
  SHA512:
6
- metadata.gz: 88d79f7228e471c6a9127358b0132263523506332312609ae384887701589f8a44c1cdd5966582b8a689255ecc83736e9eba42e5f120db84af823d2271d6a435
7
- data.tar.gz: '08b8e749195cf7e2adc5b57669d1ec14bc12c6c4e25fcab29677a509b7853396b7f9fcca9e4b504440b6a42f80d6d664b5131fd9a5cf7fdba681e96de04550e7'
6
+ metadata.gz: dbeef3ab5c362e2c37fdcbb09b36ae9930f2108006745ca54a524c65082fde7a7822dedbdd7dc14fae7c79035209e42f67af362a222ada47d2dd79066883d1a0
7
+ data.tar.gz: e0e890f1c5e40bb8a6afc9bf8d84bedf8da066d454b02d04383661ab2421df02f19dc9b9854a3f1708878cb0c2e49badb9b6c3cd80275b535d4b0c208f127357
data/README.md CHANGED
@@ -9,14 +9,14 @@ information about Google Cloud gems.
9
9
 
10
10
  ## Supported Ruby Versions
11
11
 
12
- This library is supported on Ruby 2.5+.
12
+ This library is supported on Ruby 3.0+.
13
13
 
14
14
  Google provides official support for Ruby versions that are actively supported
15
- by Ruby Core—that is, Ruby versions that are either in normal maintenance or in
16
- security maintenance, and not end of life. Currently, this means Ruby 2.5 and
17
- later. Older versions of Ruby _may_ still work, but are unsupported and not
18
- recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details
19
- about the Ruby support schedule.
15
+ by Ruby Core—that is, Ruby versions that are either in normal maintenance or
16
+ in security maintenance, and not end of life. Older versions of Ruby _may_
17
+ still work, but are unsupported and not recommended. See
18
+ https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
19
+ support schedule.
20
20
 
21
21
  ## Versioning
22
22
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Errors
19
- VERSION = "1.4.0".freeze
19
+ VERSION = "1.5.0".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-errors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
8
8
  - Chris Smith
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2024-03-07 00:00:00.000000000 Z
11
+ date: 2025-03-04 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: google-cloud-errors defines error classes for google-cloud-ruby.
15
14
  email:
@@ -31,7 +30,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-clo
31
30
  licenses:
32
31
  - Apache-2.0
33
32
  metadata: {}
34
- post_install_message:
35
33
  rdoc_options: []
36
34
  require_paths:
37
35
  - lib
@@ -39,15 +37,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
37
  requirements:
40
38
  - - ">="
41
39
  - !ruby/object:Gem::Version
42
- version: '2.7'
40
+ version: '3.0'
43
41
  required_rubygems_version: !ruby/object:Gem::Requirement
44
42
  requirements:
45
43
  - - ">="
46
44
  - !ruby/object:Gem::Version
47
45
  version: '0'
48
46
  requirements: []
49
- rubygems_version: 3.5.6
50
- signing_key:
47
+ rubygems_version: 3.6.5
51
48
  specification_version: 4
52
49
  summary: Error classes for google-cloud-ruby
53
50
  test_files: []