google-cloud-datastream 1.5.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/datastream/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: fd79b7053cfdcb6c6b13209506d4bbe672ebe8437f3c82688fe37595b69121c6
|
4
|
+
data.tar.gz: 8bf9d2b0242021368a9faf3f329b83c3d78902a1689553f4a916634c77a6d4c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8a4b92e65d41c5eb85d159814b9de8cd3968799372f654cabe41953dcf8e3f9e5c4677364baba2933f4c3499c83b1f395850ec594996ea97da45df413bf2258
|
7
|
+
data.tar.gz: d91996779068d902b41c4f92fde24af57971885ac4b038d773e3dffaa7d071ea56177f86bab35c67b08bfb3e471cbc79430aa7e192445a4bc2349f6f1b5ce64b
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Datastream is a serverless and easy-to-use change data capture (CDC) and replica
|
|
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-datastream-v*`.
|
9
9
|
The gem `google-cloud-datastream` is the main client library that brings the
|
10
|
-
|
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
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-datastream
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
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:
|
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-datastream-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:
|
32
|
+
version: '1.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:
|
39
|
+
version: '1.0'
|
46
40
|
description: Datastream is a serverless and easy-to-use change data capture (CDC)
|
47
41
|
and replication service. It allows you to synchronize data across heterogeneous
|
48
42
|
databases and applications reliably, and with minimal latency and downtime.
|
@@ -76,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
70
|
- !ruby/object:Gem::Version
|
77
71
|
version: '0'
|
78
72
|
requirements: []
|
79
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.8
|
80
74
|
specification_version: 4
|
81
75
|
summary: API Client library for the Datastream API
|
82
76
|
test_files: []
|