google-cloud-ids 1.3.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: 0ee38bc50e207ac8c3e5e81358a8fc0124ce670c8e67cc4b338d8a38886e3000
4
- data.tar.gz: b99729e45f541672b1153c65ed9e3309794d48af71b9f0e282fb486fee11f471
3
+ metadata.gz: 2b2b66a1e5a2dbb6e8704f7bb5d96fb1cfe595a5ce2392ce87e6cfd68c74df2b
4
+ data.tar.gz: 3c66fae0233d40dcf9c1764729fb53761bdcf31bf32bf858c545eaeadd49ff51
5
5
  SHA512:
6
- metadata.gz: e1587f4971aa7eab5a48903e7700f29f06b619d6be3c1e1d3d889d273670d10e76bb3f2c403b094e9caed470ce1f743b08ce13e6d0407fbab84be96c8d8cf297
7
- data.tar.gz: e3f2e9384e4ab20c5df196745ff6706042c33930cc81a4389c190a31ed32775fb8b2a5a5094db4c3ed698aee45f15e2973a1ee0e6a24a70f3295d29db240b152
6
+ metadata.gz: d1f7345866a61c67085c412bf034436a720425a45c116252135dc15ac29ce2c8136873969582905aefe13932aad837da4f7b1c29c4e11c0da147b8864f65be1c
7
+ data.tar.gz: 4fc476332da786debbf20ee5d62dae0c6e375a9bf04f47d75530d807b809eed9e4532427054f35ed143c42f694ed7daa9cb0abc25e2167475e2f16e8a24d618f
data/README.md CHANGED
@@ -7,7 +7,7 @@ Cloud IDS is an intrusion detection service that provides threat detection for i
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-ids-v*`.
9
9
  The gem `google-cloud-ids` 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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module IDS
23
- VERSION = "1.3.0"
23
+ VERSION = "2.0.1"
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-ids
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.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-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.a
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.a
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.2
77
+ rubygems_version: 3.6.8
84
78
  specification_version: 4
85
79
  summary: API Client library for the Cloud IDS API
86
80
  test_files: []