google-cloud-ids 1.3.0 → 2.0.0
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 +4 -4
- data/lib/google/cloud/ids/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88a2b8f8c28612a7fa507261314e96c4bd05ae8d1a511be7fd8c73f8cd1cdf12
|
4
|
+
data.tar.gz: a33c30fcb1e98bb144c12aadeb8909834a1ee469fe9ba289db524cae1fa5fa27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68a79eeb178a017804522bda1ee2d865ae20125ed71a462752f86c87f0c032aa5bb8af0281b88d031c947bdd7dee7f4222d6c1dcebc3c14c8c32c1aa2d9d7a33
|
7
|
+
data.tar.gz: ebd68194cb98cc4ee615739dff351d0eff08aca482bc851048e212963bdc9c162f5ae722c3cccaafda732079c85e67333a3aceb4b71a5a006586ae83b5bd82a8
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-ids
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
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-
|
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,22 +27,16 @@ dependencies:
|
|
27
27
|
name: google-cloud-ids-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.6'
|
33
|
-
- - "<"
|
30
|
+
- - "~>"
|
34
31
|
- !ruby/object:Gem::Version
|
35
|
-
version: 2.
|
32
|
+
version: '2.0'
|
36
33
|
type: :runtime
|
37
34
|
prerelease: false
|
38
35
|
version_requirements: !ruby/object:Gem::Requirement
|
39
36
|
requirements:
|
40
|
-
- - "
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '0.6'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
39
|
+
version: '2.0'
|
46
40
|
description: Cloud IDS is an intrusion detection service that provides threat detection
|
47
41
|
for intrusions, malware, spyware, and command-and-control attacks on your network.
|
48
42
|
Cloud IDS works by creating a Google-managed peered network with mirrored VMs. Traffic
|
@@ -80,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
74
|
- !ruby/object:Gem::Version
|
81
75
|
version: '0'
|
82
76
|
requirements: []
|
83
|
-
rubygems_version: 3.6.
|
77
|
+
rubygems_version: 3.6.3
|
84
78
|
specification_version: 4
|
85
79
|
summary: API Client library for the Cloud IDS API
|
86
80
|
test_files: []
|