google-cloud-eventarc 1.5.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/eventarc/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: 7140f0e0e39764253284b9681774695aeb99f6d622a6c486d89f49572c0e89ae
|
4
|
+
data.tar.gz: e415a55e890b5015462b56adc3ffd26aa8d478e94f307d0738e67e327ae4d96f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ff93f40cdf9844f8bb2995adffc6c271cb64812d2e0e5b6f76fe63bb6a3800b95a0c4e5fd0120e2c8d3bb86ad08357ea57ced8da3b8b119e67780b5fa23f8f8
|
7
|
+
data.tar.gz: 56f1e4dabf5ffe77b5c474298c0bbbb1cb1c91060aed51b841cc816be0862a94858086bd750ac7f1075123defb54999a2f84971c1c7a198aae4774bfa517327d
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-eventarc
|
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-eventarc-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.9'
|
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.9'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
39
|
+
version: '2.0'
|
46
40
|
description: Eventarc lets you asynchronously deliver events from Google services,
|
47
41
|
SaaS, and your own apps using loosely coupled services that react to state changes.
|
48
42
|
Eventarc requires no infrastructure management — you can optimize productivity and
|
@@ -77,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
71
|
- !ruby/object:Gem::Version
|
78
72
|
version: '0'
|
79
73
|
requirements: []
|
80
|
-
rubygems_version: 3.6.
|
74
|
+
rubygems_version: 3.6.3
|
81
75
|
specification_version: 4
|
82
76
|
summary: API Client library for the Eventarc API
|
83
77
|
test_files: []
|