google-cloud-storage-control 1.1.0 → 1.1.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/storage/control/version.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: 8cff843c3c3176702d94115d320d3762b1c818ac1e567477c5516be2e07c4198
|
4
|
+
data.tar.gz: 5acef7106cde47800c4def51f213acbc52bb38d7b21b01f9ad635252b5804841
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f64d880e5e85ee63c8f6166ffa3a8eb6cef9ff979281ffd3df4c62416ea24076fac8c49393dd10a13fff481edb2c87e5a48e11c47ab183e61e67f8c36e548d3
|
7
|
+
data.tar.gz: 3c8e9e696b50441cdc827a58f56f8bf9072a29a448638cc97c3d6ccc0ad5bb600c4a5b234abbd5e48685be75006ad976de48dfea1eae80fe3448950184c96b0b
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The Google Cloud Storage API allows applications to read and write data through
|
|
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-storage-control-v*`.
|
9
9
|
The gem `google-cloud-storage-control` 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-storage-control
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.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
|
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
- !ruby/object:Gem::Version
|
81
81
|
version: '0'
|
82
82
|
requirements: []
|
83
|
-
rubygems_version: 3.6.
|
83
|
+
rubygems_version: 3.6.8
|
84
84
|
specification_version: 4
|
85
85
|
summary: The Storage Control API lets you perform metadata-specific, control plane,
|
86
86
|
and long-running operations. The Storage Control API creates one space to perform
|