google-cloud-eventarc 0.1.0 → 0.1.1

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: 75cb9107facce7ffa2617171017385aa9a10cde9fe21132ef8c1e231488d775e
4
- data.tar.gz: ccc5de2ee1134f4c9f03831cbf9b8eefb03ffe22a1c84e69c788b30bb832576d
3
+ metadata.gz: 639079e032a83cdd8f486878548ec20c697496c6386b9969b600c4428cbaf103
4
+ data.tar.gz: 8cd97e128d96710bf81017917745213689bb74474596070b76bd3c402dbe0cd0
5
5
  SHA512:
6
- metadata.gz: 04d1b46d1d8deb2f7eeb1f8e1e5335df7a07ab32d49180a290d9a355c14cad06c9e8a5338ca0302c3f1f607eb3d9ff81404dbf3774dc987d6aeb380dfc288ab9
7
- data.tar.gz: 3b3408d9a0dd951a874f37a57f21caa8496a03e2db1998ffb70005d8daa64296250fe2b44b9a9323b7e86d953fed52ca44c4c3f0adda98f634d794953f0bb109
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. Note that google-cloud-eventarc-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-eventarc instead. See the readme for more details.
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*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Eventarc
23
- VERSION = "0.1.0"
23
+ VERSION = "0.1.1"
24
24
  end
25
25
  end
26
26
  end
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.0
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-22 00:00:00.000000000 Z
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. Note that google-cloud-eventarc-v1
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: []