google-cloud-web_security_scanner 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: a826006cbc9b22e4147613f6f18583121134f95b31d7e2e03496f02a74a89149
4
- data.tar.gz: 842a4f142fe50a4ea0099d3188d017b99dc4cc1ee098a9ecc83c8f2eba2da518
3
+ metadata.gz: 6b038fc403edf7cf23581f47ae3d130119556999d5671a15c634c25b7c8b41fa
4
+ data.tar.gz: 6b1cae0718be5329be3ee2127e8f20cc7c63fc06f462d26c42f42c7846cbb2bc
5
5
  SHA512:
6
- metadata.gz: b75e88bb1987ebbbbc793301f94de5420f9bc577a90fb075523c6ce36c18d4585c2fda08baf810a8aa7322805e9d6d6896b9713f98ced82314768484a42b30d2
7
- data.tar.gz: fa550b73da4b00783f1c035449cd6b2442a4e5840252ab4e56e306da94689eff8fd0e7e39aa514ab6627b15f6c06c739031263703a4c617838e7965c74cd5817
6
+ metadata.gz: 98b1a731ed5a57f29596f9d1aabe111161ddf0ea56b9b9fc149716974c2adc364549973e38d7188a7dee99954f2a24a22459ffe4a5fdf4a66735aab9abbda6f6
7
+ data.tar.gz: 1d3236d540b82edff417b4e3c5ce1c4564b75cacf5908147b83c30200d001be2ea54d173394e97be042f52e4aedca64bde96c002f7e3fa4ba56a17e715f002ae
data/README.md CHANGED
@@ -16,8 +16,7 @@ for this library, google-cloud-web_security_scanner, 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-web_security_scanner-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-v1/latest),
20
- [google-cloud-web_security_scanner-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/latest).
19
+ [google-cloud-web_security_scanner-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-v1/latest).
21
20
 
22
21
  See also the [Product Documentation](https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/)
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-web_security_scanner-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-v1/latest),
67
- [google-cloud-web_security_scanner-v1beta](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-v1beta/latest).
65
+ [google-cloud-web_security_scanner-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-web_security_scanner-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 WebSecurityScanner
23
- VERSION = "1.5.0"
23
+ VERSION = "2.0.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-web_security_scanner
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-web_security_scanner-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.9'
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.9'
43
- - - "<"
44
- - !ruby/object:Gem::Version
45
- version: 2.a
46
- - !ruby/object:Gem::Dependency
47
- name: google-cloud-web_security_scanner-v1beta
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: '1.2'
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: '1.2'
66
40
  description: Web Security Scanner scans your Compute and App Engine apps for common
67
41
  web vulnerabilities.
68
42
  email: googleapis-packages@google.com
@@ -95,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
69
  - !ruby/object:Gem::Version
96
70
  version: '0'
97
71
  requirements: []
98
- rubygems_version: 3.6.2
72
+ rubygems_version: 3.6.3
99
73
  specification_version: 4
100
74
  summary: API Client library for the Web Security Scanner API
101
75
  test_files: []