google-cloud-eventarc-publishing 1.3.4 → 1.4.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/README.md +1 -1
- data/lib/google/cloud/eventarc/publishing/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa034b28460d8b89f631dfd67e8dd40a5e5bbeaaa7ca705129b311f11d1c2819
|
|
4
|
+
data.tar.gz: 245b4db12e115f77a2e456e72579798f43972353fb6f04255b37048a039aa854
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beef4a30c411de27b6815cbb3c5f8719bf4ea9e019cdcbb65519afe6fe9a85f2f4ba97c300a7cfac0b23e35328b0cec3f302116987f15c22d73145451d0d80e1
|
|
7
|
+
data.tar.gz: 9a2c17b904c4cac359c14a2d0d2c7856330d2fb5472dfafd151d6e592d2e098ec521a643dd9e51563012dc3d6169f5fab7f5f92b8fd9d319f9ae216f3083038d
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Eventarc Publishing 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
|
|
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-publishing-v*`.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-eventarc-publishing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -45,8 +45,8 @@ dependencies:
|
|
|
45
45
|
version: 2.a
|
|
46
46
|
description: Eventarc lets you asynchronously deliver events from Google services,
|
|
47
47
|
SaaS, and your own apps using loosely coupled services that react to state changes.
|
|
48
|
-
Eventarc requires no infrastructure management
|
|
49
|
-
costs while building a modern, event-driven solution.
|
|
48
|
+
Eventarc requires no infrastructure management ??? you can optimize productivity
|
|
49
|
+
and costs while building a modern, event-driven solution.
|
|
50
50
|
email: googleapis-packages@google.com
|
|
51
51
|
executables: []
|
|
52
52
|
extensions: []
|
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3.
|
|
73
|
+
version: '3.2'
|
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - ">="
|