google-cloud-binary_authorization 1.5.0 → 2.0.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: a41921afab495b40303ad0d57f11e4c34eca21f72f1c30186fb9b2eb7905ab1c
4
- data.tar.gz: f9402d444dbce73e4dc08781d8635bc2b6f5897e1b7716236727362747de2d05
3
+ metadata.gz: 90fcf072ac71feda9b7a4f3fc752b946b4fbb428fb369f4a11dd034076fb2ef1
4
+ data.tar.gz: cdbb77d827a178502bcd5e869e27723f169cf29b900d3b2be6abc547d12f9845
5
5
  SHA512:
6
- metadata.gz: 705241a05db6572d5cdc23ea0ba954a1065b122803ce91b2ba8fbe73a6f529e4f856f007c5fbce4380c66b420012de7aada424b0380f5fa4e871b483ba30529b
7
- data.tar.gz: babcb9c6657fd2b21318c41b4afdf2c21d4b7d6e9543f17ebafd36487cbdd322f7571f918be24d4eec99199ca43834fe5401ab6344bd5be0bd65ac7a612e7d4a
6
+ metadata.gz: 59a3687182b8c886f6fcddc0f1cc373a1955ade44c3f18c62ca97307e6a960af624d0e64fd6fca85f14e75fb254822218ddec4a32e3bb17dfbadfc42b8278dfd
7
+ data.tar.gz: 2fbd393a6aae0c462ae0bf2b5ea684db5c7a924e2b34bebaad7d864c981c1d9e792894cf74c605a0a323a66a7475e95a91b04697c5b0716f3aad51eadbe9a9e3
data/README.md CHANGED
@@ -7,7 +7,7 @@ Binary Authorization is a service on Google Cloud that provides centralized soft
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-binary_authorization-v*`.
9
9
  The gem `google-cloud-binary_authorization` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -16,8 +16,7 @@ for this library, google-cloud-binary_authorization, to see the convenience meth
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-binary_authorization-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1/latest),
20
- [google-cloud-binary_authorization-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1beta1/latest).
19
+ [google-cloud-binary_authorization-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1/latest).
21
20
 
22
21
  See also the [Product Documentation](https://cloud.google.com/binary-authorization/)
23
22
  for more usage information.
@@ -63,8 +62,7 @@ results in logs appearing alongside your application logs in the
63
62
  Debug logging also requires that the versioned clients for this service be
64
63
  sufficiently recent, released after about Dec 10, 2024. If logging is not
65
64
  working, try updating the versioned clients in your bundle or installed gems:
66
- [google-cloud-binary_authorization-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1/latest),
67
- [google-cloud-binary_authorization-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1beta1/latest).
65
+ [google-cloud-binary_authorization-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-binary_authorization-v1/latest).
68
66
 
69
67
  ## Supported Ruby Versions
70
68
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
- VERSION = "1.5.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,54 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-binary_authorization-v1
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0.6'
19
- - - "<"
20
- - !ruby/object:Gem::Version
21
- version: 2.a
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: '0.6'
29
- - - "<"
30
- - !ruby/object:Gem::Version
31
- version: 2.a
32
- - !ruby/object:Gem::Dependency
33
- name: google-cloud-binary_authorization-v1beta1
34
- requirement: !ruby/object:Gem::Requirement
35
- requirements:
36
- - - ">="
37
- - !ruby/object:Gem::Version
38
- version: '0.12'
39
- - - "<"
16
+ - - "~>"
40
17
  - !ruby/object:Gem::Version
41
- version: 2.a
18
+ version: '1.2'
42
19
  type: :runtime
43
20
  prerelease: false
44
21
  version_requirements: !ruby/object:Gem::Requirement
45
22
  requirements:
46
- - - ">="
47
- - !ruby/object:Gem::Version
48
- version: '0.12'
49
- - - "<"
23
+ - - "~>"
50
24
  - !ruby/object:Gem::Version
51
- version: 2.a
25
+ version: '1.2'
52
26
  - !ruby/object:Gem::Dependency
53
27
  name: google-cloud-core
54
28
  requirement: !ruby/object:Gem::Requirement
@@ -96,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
70
  - !ruby/object:Gem::Version
97
71
  version: '0'
98
72
  requirements: []
99
- rubygems_version: 3.6.2
73
+ rubygems_version: 3.6.8
100
74
  specification_version: 4
101
75
  summary: API Client library for the Binary Authorization API
102
76
  test_files: []