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 +4 -4
- data/README.md +6 -6
- data/lib/google/cloud/errors/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0161ad0ca36102acb9e0283225e699df9744be5dfca409587bed54542eeeb94b
|
4
|
+
data.tar.gz: 9b23308a4ed2687a7f76165d2d8b984a1858655ef7469a9972cffc1dccad89dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
16
|
-
security maintenance, and not end of life.
|
17
|
-
|
18
|
-
|
19
|
-
|
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
|
|
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
|
+
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:
|
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: '
|
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
|
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: []
|