grafeas 1.1.1 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/MIGRATING.md +1 -1
- data/lib/grafeas/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 955ba1337d6140db8974c673c030a004f1720a8a5ef8554bc750a50fbd75b082
|
4
|
+
data.tar.gz: bbfb82b9059bf3e0f3f34467263a4f9efde449050b63d0fcc78f3f5fa09c7586
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04be466788eaa839917f39384508d49d1d4bfdee4446a3c5aefea9d12b350cf673c10382cc15d418f2c8673c65f5e2a8c0f6d41291e39fdd6527516c963ed1e4
|
7
|
+
data.tar.gz: c93beb13423baed5c2aa3f564f280ba2c420eca6e521c7d15e92ba7ae63c81ce24869e1d676a516b9390643f7c2d7441fde0ec3ad8bce322fa779830504bc7dd
|
data/.yardopts
CHANGED
data/MIGRATING.md
CHANGED
@@ -310,7 +310,7 @@ end
|
|
310
310
|
### Handling Errors
|
311
311
|
|
312
312
|
The client reports standard
|
313
|
-
|
313
|
+
[gRPC error codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md)
|
314
314
|
by raising exceptions. In older releases, these exceptions were located in the
|
315
315
|
`Google::Gax` namespace and were subclasses of the `Google::Gax::GaxError` base
|
316
316
|
exception class, defined in the `google-gax` gem. However, these classes were
|
data/lib/grafeas/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grafeas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
188
|
- !ruby/object:Gem::Version
|
189
189
|
version: '0'
|
190
190
|
requirements: []
|
191
|
-
rubygems_version: 3.
|
191
|
+
rubygems_version: 3.3.4
|
192
192
|
signing_key:
|
193
193
|
specification_version: 4
|
194
194
|
summary: API Client library for the Grafeas API
|