google-cloud-dataproc 1.3.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/google/cloud/dataproc/version.rb +1 -1
- metadata +3 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 136ad7d286cf08460d9fde44aaa03c0876ae10aedaadfef81b3d5e2a93b92191
|
4
|
+
data.tar.gz: 1213801cc62677e95fb0e38bac47ca8cdebf94ab8a7d8f6b9e06098cc3582ad5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 790c8f8ae0c4ea99cd7a88a5f6c3c66c9207209f21031eced8b58dd30571daf59d793f26a4ee3bfc30ce6635e13b9a66e095f9dd42a74bb7266fad93fb34a9b5
|
7
|
+
data.tar.gz: 258f650e9e19c6c9845768c423e75eb9693a7dff99998cf51d3a0cc83d3a9bfa70f9995c59d02bc1f2a908fe4c78f72dd1a5e221863c4f63e4fcc88be8884147
|
data/README.md
CHANGED
@@ -11,13 +11,12 @@ verisoned 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
|
|
14
|
-
View the [Client Library Documentation](https://
|
14
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-dataproc/latest)
|
15
15
|
for this library, google-cloud-dataproc, to see the convenience methods for
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-dataproc-v1](https://googleapis.dev/ruby/google-cloud-dataproc-v1/latest)
|
20
|
-
[google-cloud-dataproc-v1beta2](https://googleapis.dev/ruby/google-cloud-dataproc-v1beta2/latest).
|
19
|
+
[google-cloud-dataproc-v1](https://googleapis.dev/ruby/google-cloud-dataproc-v1/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://cloud.google.com/dataproc)
|
23
22
|
for more usage information.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataproc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -44,26 +44,6 @@ dependencies:
|
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 2.a
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: google-cloud-dataproc-v1beta2
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - ">="
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '0.6'
|
54
|
-
- - "<"
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version: 2.a
|
57
|
-
type: :runtime
|
58
|
-
prerelease: false
|
59
|
-
version_requirements: !ruby/object:Gem::Requirement
|
60
|
-
requirements:
|
61
|
-
- - ">="
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
version: '0.6'
|
64
|
-
- - "<"
|
65
|
-
- !ruby/object:Gem::Version
|
66
|
-
version: 2.a
|
67
47
|
- !ruby/object:Gem::Dependency
|
68
48
|
name: google-style
|
69
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -209,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
189
|
- !ruby/object:Gem::Version
|
210
190
|
version: '0'
|
211
191
|
requirements: []
|
212
|
-
rubygems_version: 3.3.
|
192
|
+
rubygems_version: 3.3.5
|
213
193
|
signing_key:
|
214
194
|
specification_version: 4
|
215
195
|
summary: API Client library for the Cloud Dataproc API
|