google-cloud-security-private_ca 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: 6704b37fe4dac641d7157a1f09598fa58b5b7afc81a00571b6238cc00c786e74
4
- data.tar.gz: f1b14e9c743011d82afef377359319be007ede1f8de8baac4708093d5f911fb0
3
+ metadata.gz: 837c0d9e75fe1cb52bc686a2f058d373b0fb09379605bb525063ac734de1f2ba
4
+ data.tar.gz: d7e59e2bfd3d77b9dbbc3958ac132290e2bec23a0bd4865ff89dff0f5960531c
5
5
  SHA512:
6
- metadata.gz: 28d0e8b31d6348cdc9ebdecf23636701f70935935dc92e4b55c723aee8f98351be71a759009107bc51afef0d0e4e368bc809b2867b5f8608672ec73df5413169
7
- data.tar.gz: 41616276acc628e3a35eef291d4e06f4ee17e83bd8ff964cbad55d7c3965c4ce4fe9aa80a575d766d321a2f29d25daaf1c4cda74585c94139c1443ad5de37f6c
6
+ metadata.gz: b0996e1726d8117f8843b08f174ca15491be06e717582793059376a82d36068ee648bb1533349fc52c0854c4bdeeb6072238171eedcff37c92997b15d731d745
7
+ data.tar.gz: 4be239800302d937e718cf48c63a6b10a4ab3d8ba1b2d6de5b288adbad8a54f814c14ac4889b17e4b1d0fe947ed64e6e56b39215f7eb6a7c96242fc1f3c36f34
data/README.md CHANGED
@@ -16,8 +16,7 @@ for this library, google-cloud-security-private_ca, to see the convenience metho
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-security-private_ca-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1/latest),
20
- [google-cloud-security-private_ca-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1beta1/latest).
19
+ [google-cloud-security-private_ca-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1/latest).
21
20
 
22
21
  See also the [Product Documentation](https://cloud.google.com/certificate-authority-service/)
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-security-private_ca-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1/latest),
67
- [google-cloud-security-private_ca-v1beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1beta1/latest).
65
+ [google-cloud-security-private_ca-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-security-private_ca-v1/latest).
68
66
 
69
67
  ## Supported Ruby Versions
70
68
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Security
23
23
  module PrivateCA
24
- VERSION = "1.5.0"
24
+ VERSION = "2.0.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca
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-core
@@ -27,42 +27,16 @@ dependencies:
27
27
  name: google-cloud-security-private_ca-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.10'
33
- - - "<"
34
- - !ruby/object:Gem::Version
35
- version: 2.a
36
- type: :runtime
37
- prerelease: false
38
- version_requirements: !ruby/object:Gem::Requirement
39
- requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: '0.10'
43
- - - "<"
44
- - !ruby/object:Gem::Version
45
- version: 2.a
46
- - !ruby/object:Gem::Dependency
47
- name: google-cloud-security-private_ca-v1beta1
48
- requirement: !ruby/object:Gem::Requirement
49
- requirements:
50
- - - ">="
51
- - !ruby/object:Gem::Version
52
- version: '0.8'
53
- - - "<"
30
+ - - "~>"
54
31
  - !ruby/object:Gem::Version
55
- version: 2.a
32
+ version: '2.0'
56
33
  type: :runtime
57
34
  prerelease: false
58
35
  version_requirements: !ruby/object:Gem::Requirement
59
36
  requirements:
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: '0.8'
63
- - - "<"
37
+ - - "~>"
64
38
  - !ruby/object:Gem::Version
65
- version: 2.a
39
+ version: '2.0'
66
40
  description: Certificate Authority Service is a highly available, scalable Google
67
41
  Cloud service that enables you to simplify, automate, and customize the deployment,
68
42
  management, and security of private certificate authorities (CA).
@@ -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 Certificate Authority Service API
102
76
  test_files: []