grafeas-v1 0.2.0 → 0.2.1

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: d53a2386861de04705e414f30a498cdc1185eb6edde22070001f065117dfd0bf
4
- data.tar.gz: 92d72b540b54c9ba9deb32310659b144d0d01559c68d341c2c8961ebe3093d7f
3
+ metadata.gz: 750eb45e2d0d3f6c54b89bf78403d3441e23ec128d63e1ef330140eb2b3ab1f1
4
+ data.tar.gz: 2478516d978fc149263ca911c073d3b3a3840c160591385f2f16e3a08e20de95
5
5
  SHA512:
6
- metadata.gz: 639cff4d3bd528a29e1ab890e0286be67e761e6fb6dd26b02b60a6b0b7ef0e94d9f51128ec556f20c2e45251acdb6e6029d8a8b0713534135da86e6cabbf2a32
7
- data.tar.gz: bb2e20efecba777578b83132a327f0f0d5b01aab2cb34ce658824a49269e5326f95a21742b7175c0813fca652c920a6ece3a332e57e83127611f1bc8e5498ab0
6
+ metadata.gz: '000782a0af0875dbe518da1cf04882cb5bb09a504995d581fd32be3fe2820026a847abe676fc1484d28b1da19fcdbf9528f693f0afe461dad535364eae45b619'
7
+ data.tar.gz: e687ff57d530c5d3af691229df7ce7ef7d172c9eec7aae29a9bb2d4ac0320ef6e06016a60a48ae35bfcd0233693c3d1d25842e9a0703370b1869dc9df712cf89
@@ -38,7 +38,7 @@ module Grafeas
38
38
  # image with the vulnerability referring to that note.
39
39
  class Service
40
40
 
41
- include GRPC::GenericService
41
+ include ::GRPC::GenericService
42
42
 
43
43
  self.marshal_class_method = :encode
44
44
  self.unmarshal_class_method = :decode
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Grafeas
21
21
  module V1
22
- VERSION = "0.2.0"
22
+ VERSION = "0.2.1"
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grafeas-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0.5'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '0.3'
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.5'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.3'
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-errors
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -220,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
220
226
  - !ruby/object:Gem::Version
221
227
  version: '0'
222
228
  requirements: []
223
- rubygems_version: 3.2.13
229
+ rubygems_version: 3.2.17
224
230
  signing_key:
225
231
  specification_version: 4
226
232
  summary: API Client library for the Grafeas V1 API