grafeas-v1 0.16.0 → 0.16.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: 68b9cc6db8f4e2e8086f4278eb80c51f16cf43ecbb4f3d436dc869af282e7f2b
4
- data.tar.gz: 22463a84cdcb67d3c1235e10102068c0d460ae5ea51e13dbf2767a2cc4550663
3
+ metadata.gz: 57beb4c581dbfc79f1987ca854143de783aac9dca4ad46830545480b83bd0c6d
4
+ data.tar.gz: 0a1f69b8e9fd5d645541ef226e6a02e59c399083acfafca2d1582f273e24b3b0
5
5
  SHA512:
6
- metadata.gz: 10fe5a878dc54bb13e202eff652444d0530c6ff26a9a2e9416a964f627054c8d05863d1a3bf7290dc9a27956e93d041a1be0ba05f7ee84c2608c42d67e3852e5
7
- data.tar.gz: dab6fca9c8723f1d6b64363a185b51dbbbb6aa2db5f64443f5998dfff114daca9d5a353acf354ee17e5ea2b08ab51b6f7ea41ad100492cc8017ed00073d2e7cf
6
+ metadata.gz: edb2a1c4c39b74bd1113fde39c19b39d010ae4cf75d0e1efea6bf427bbabfe666cafe05c8a3c8e028ca0dd6806b20b7d96b8e008f60d1155b14edcd92ca0e97d
7
+ data.tar.gz: 6e780a675d056ab07410872f50d4d1fa67d7d90a6bf26da7a2b177dae5cbbcb41e9bc3d8eb9acf7a1d29b4a158c0963971e39beb02868aed2cf26c7aab9d0d03
@@ -24,7 +24,6 @@ require "grafeas/v1/version"
24
24
 
25
25
  require "grafeas/v1/grafeas/paths"
26
26
  require "grafeas/v1/grafeas/client"
27
- require "grafeas/v1/grafeas/rest"
28
27
 
29
28
  module Grafeas
30
29
  module V1
@@ -49,11 +48,6 @@ module Grafeas
49
48
  # require "grafeas/v1/grafeas"
50
49
  # client = ::Grafeas::V1::Grafeas::Client.new
51
50
  #
52
- # @example Load this service and instantiate a REST client
53
- #
54
- # require "grafeas/v1/grafeas/rest"
55
- # client = ::Grafeas::V1::Grafeas::Rest::Client.new
56
- #
57
51
  module Grafeas
58
52
  end
59
53
  end
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Grafeas
21
21
  module V1
22
- VERSION = "0.16.0"
22
+ VERSION = "0.16.1"
23
23
  end
24
24
  end
data/lib/grafeas/v1.rb CHANGED
@@ -28,11 +28,6 @@ module Grafeas
28
28
  # require "grafeas/v1"
29
29
  # client = ::Grafeas::V1::Grafeas::Client.new
30
30
  #
31
- # @example Load this package, including all its services, and instantiate a REST client
32
- #
33
- # require "grafeas/v1"
34
- # client = ::Grafeas::V1::Grafeas::Rest::Client.new
35
- #
36
31
  module V1
37
32
  end
38
33
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grafeas-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.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: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -69,9 +69,6 @@ files:
69
69
  - lib/grafeas/v1/grafeas.rb
70
70
  - lib/grafeas/v1/grafeas/client.rb
71
71
  - lib/grafeas/v1/grafeas/paths.rb
72
- - lib/grafeas/v1/grafeas/rest.rb
73
- - lib/grafeas/v1/grafeas/rest/client.rb
74
- - lib/grafeas/v1/grafeas/rest/service_stub.rb
75
72
  - lib/grafeas/v1/grafeas_pb.rb
76
73
  - lib/grafeas/v1/grafeas_services_pb.rb
77
74
  - lib/grafeas/v1/image_pb.rb
@@ -79,7 +76,6 @@ files:
79
76
  - lib/grafeas/v1/intoto_statement_pb.rb
80
77
  - lib/grafeas/v1/package_pb.rb
81
78
  - lib/grafeas/v1/provenance_pb.rb
82
- - lib/grafeas/v1/rest.rb
83
79
  - lib/grafeas/v1/sbom_pb.rb
84
80
  - lib/grafeas/v1/severity_pb.rb
85
81
  - lib/grafeas/v1/slsa_provenance_pb.rb