google-cloud-dataflow 0.6.0 → 0.6.2
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/dataflow/version.rb +1 -1
- data/lib/google/cloud/dataflow.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b387baffc0c53059e8f75a703e75ce2ad547d3ea3a110e6342ce04341aeb92e
|
4
|
+
data.tar.gz: 4cd84e73f052e219bd7ee09545ea9cf422f798089c59ca21cbed345f4eebf09e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d800cfed1d5e2b079fa29f2ed5cff2ed329c5905622de5700d176e1aca87d99c8144eb6e496c483275ed8b497c71dc4594d6af069f2b2f9965ff450fe0cfcfa2
|
7
|
+
data.tar.gz: 5d877e22b596d31e97b5a8e499038d34a5ff37d23696c2c26d854011b03a346a8dbede85aa21b462b7747c89b83f9e0c12c4b90c46ed11be8794fe6262b3c5a9
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Dataflow is a managed service for executing a wide variety of data processing pa
|
|
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-dataflow-v*`.
|
9
9
|
The gem `google-cloud-dataflow` 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
|
|
@@ -418,7 +418,7 @@ module Google
|
|
418
418
|
#
|
419
419
|
# ## About FlexTemplatesService
|
420
420
|
#
|
421
|
-
# Provides a service for Flex templates.
|
421
|
+
# Provides a service for Flex templates.
|
422
422
|
#
|
423
423
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
424
424
|
# Defaults to `:v1beta3`.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataflow
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
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
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.6.
|
78
|
+
rubygems_version: 3.6.8
|
79
79
|
specification_version: 4
|
80
80
|
summary: API Client library for the Dataflow API
|
81
81
|
test_files: []
|