google-cloud-backupdr 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae4deb80a28aaceebe84d8e7979b655e4d862c7f86286da4c0a4cf931cc00be4
4
- data.tar.gz: f00c41d1811dd68ec3f996c41c502c021fbf96b7de1b072ae422307dbb2555a7
3
+ metadata.gz: f86d23180b554906686d4abcce5cb13cc61d4ef6421be253c9dcb765c2d38f4d
4
+ data.tar.gz: '0009a3ca4f0b1e01de36b23668bf084be8a016354a8af996e54e0af4a04ee86c'
5
5
  SHA512:
6
- metadata.gz: fb68adccf5ce9ac5abdcff69a6bdf04dfc6a4cd1c03f48d21782f88bb00a50104b4c2006ac6c15f9210040c121abe37ad67c6dba3d0485b174da758d32fa9d8f
7
- data.tar.gz: 61c16c185b9f00367e65a33a36fc964f791ae66b62003079c195a352881dcfb3dcd210109492884c4ee81f2c4c6893e44159bbde1b8ee279830663ffab73639e
6
+ metadata.gz: a41c423165c3c2730ad329077daa523d6f93ecbb11df5f04af36502a5b544054e9d9e99ccfe6a4fd4f72019f6100f4a0c1826b4a48de4c44dc0adcfcb9e471fb
7
+ data.tar.gz: 61134b015d666e3be103100398334d962bd9b8dcc5232b2a993baa5ca69c1a55196e13d1283be2b27bbcd531909b852fb741b42197e75b3159b628eadf5502e6
data/README.md CHANGED
@@ -7,7 +7,7 @@ google-cloud-backupdr is the official client library for the Backup and DR Servi
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-backupdr-v*`.
9
9
  The gem `google-cloud-backupdr` 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 BackupDR
23
- VERSION = "1.1.0"
23
+ VERSION = "2.0.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-backupdr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
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: 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-backupdr-v1
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: '0.0'
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: '0.0'
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-core
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -75,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
69
  - !ruby/object:Gem::Version
76
70
  version: '0'
77
71
  requirements: []
78
- rubygems_version: 3.6.2
72
+ rubygems_version: 3.6.8
79
73
  specification_version: 4
80
74
  summary: API Client library for the Backup and DR Service API
81
75
  test_files: []