google-cloud-dataproc 2.7.0 → 2.7.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41c4a566ab0f6118e43305057aca7187ef7d85cbd503720d0df1c2dbb1882d13
4
- data.tar.gz: f536cc8a17614744b957dd0e410003727815df9e7eeb095255f8829edff993ec
3
+ metadata.gz: d22bd10063cd54121d6c44e82692d18e944158e9e2ec2167594e6641a8bef36f
4
+ data.tar.gz: 436dc23f51109705008c27754079bf907b90bc996a4e04a0c927d8d18cc36490
5
5
  SHA512:
6
- metadata.gz: 3f48ac6b0c5abab427d05863829fe1e24a688f625efbe8e693a605710121058f8f3e32e29e0e74a2295b56fb7b01b638b6fabd2bd617ea098f76abac4b2275a8
7
- data.tar.gz: 3084bbf755752fe3f0cd48f6ce02016398d07c0bb6b839eea019c69dd64bc2932a5d13f8292f4698e655eb54e762b4627b2ad5bff6c5c61325d6de63760dd927
6
+ metadata.gz: a69172d39fc577d40782af53f234d1b07a0bf1c364289f242c91e56fc25f2450c3982de75122bbf0a8c485a04471db1d9c0ad175c5bfec9481942b00f466437b
7
+ data.tar.gz: 8b469c3bf1147eaf8ec502dc472b6ebe7d0e2937ff0c70d204523c7590f9083ba2d2a50e66b03ec240197d9dd196f2b24abe4ac613559a084c6e50ea821df0cf
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-dataproc 1.0
1
+ # Migrating to google-cloud-dataproc 1.0
2
2
 
3
3
  The 1.0 release of the google-cloud-dataproc client is a significant upgrade
4
4
  based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
data/README.md CHANGED
@@ -7,7 +7,7 @@ Manages Hadoop-based clusters and jobs on Google Cloud Platform.
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-dataproc-v*`.
9
9
  The gem `google-cloud-dataproc` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataproc
23
- VERSION = "2.7.0"
23
+ VERSION = "2.7.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataproc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
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.2
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Cloud Dataproc API
81
81
  test_files: []