google-cloud-eventarc 0.1.0 → 0.1.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/eventarc/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 639079e032a83cdd8f486878548ec20c697496c6386b9969b600c4428cbaf103
|
|
4
|
+
data.tar.gz: 8cd97e128d96710bf81017917745213689bb74474596070b76bd3c402dbe0cd0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 440c5ecf12275a44858987c35acd5474d24ca1a1cfb243b6e762238fb5bf5177399692ed98ed7b10696d7bf31dab8c138f831aede1914a635de1dbf27f5af273
|
|
7
|
+
data.tar.gz: d943bef93897250a520aed68c12f3382d4b9eb3441f3d58c4ef560b6a3b1ec809550945a25c31f0291d66c2bf39f8b252c4e7d94cad521e71c5a51945d7b5637
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Eventarc API
|
|
4
4
|
|
|
5
|
-
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management — you can optimize productivity and costs while building a modern, event-driven solution.
|
|
5
|
+
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management — you can optimize productivity and costs while building a modern, event-driven solution.
|
|
6
6
|
|
|
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-eventarc-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-eventarc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -153,9 +153,7 @@ dependencies:
|
|
|
153
153
|
description: Eventarc lets you asynchronously deliver events from Google services,
|
|
154
154
|
SaaS, and your own apps using loosely coupled services that react to state changes.
|
|
155
155
|
Eventarc requires no infrastructure management — you can optimize productivity and
|
|
156
|
-
costs while building a modern, event-driven solution.
|
|
157
|
-
is a version-specific client library. For most uses, we recommend installing the
|
|
158
|
-
main client library google-cloud-eventarc instead. See the readme for more details.
|
|
156
|
+
costs while building a modern, event-driven solution.
|
|
159
157
|
email: googleapis-packages@google.com
|
|
160
158
|
executables: []
|
|
161
159
|
extensions: []
|