google-cloud-binary_authorization 1.5.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a41921afab495b40303ad0d57f11e4c34eca21f72f1c30186fb9b2eb7905ab1c
4
- data.tar.gz: f9402d444dbce73e4dc08781d8635bc2b6f5897e1b7716236727362747de2d05
3
+ metadata.gz: 6dfd3992f196112e0fe1e4ea2b7db2d3c60172fc96128ada4da4d8c5ae99e136
4
+ data.tar.gz: 42d52557baf75e0e7359ece5bd7c381b94db042d2e19adbd444f5a0759ef78db
5
5
  SHA512:
6
- metadata.gz: 705241a05db6572d5cdc23ea0ba954a1065b122803ce91b2ba8fbe73a6f529e4f856f007c5fbce4380c66b420012de7aada424b0380f5fa4e871b483ba30529b
7
- data.tar.gz: babcb9c6657fd2b21318c41b4afdf2c21d4b7d6e9543f17ebafd36487cbdd322f7571f918be24d4eec99199ca43834fe5401ab6344bd5be0bd65ac7a612e7d4a
6
+ metadata.gz: e3747e54b97cd469636fb37bac3478eb15d759d48ee63253bdc8a6e5e013225be6abd70ffdd24b923481c757968290503233ea705520f0065f131db51f9ceadb
7
+ data.tar.gz: 4ca5fd32e1ed10e1da7a52bea2f3a8c83ced15af45d954e8a077464decdca3abb068600039cb2e6eeef4adcb1117cd7276a592588878c7d5d310d14f351883e9
data/README.md CHANGED
@@ -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.0"
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.0
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: 2025-02-13 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.3
100
74
  specification_version: 4
101
75
  summary: API Client library for the Binary Authorization API
102
76
  test_files: []